var/cache/te_dev/ContainerPh9cOWM/FlexApp_KernelTe_devDebugContainer.php line 27143

Open in your IDE?
  1. <?php
  2. namespace ContainerPh9cOWM;
  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).'/src/Import1CBundle/Command/QueueHandlerCommand.php';
  7880.         $this->services['bi.v3.command.import_queue'] = $instance = new \Import1CBundle\Command\QueueHandlerCommand();
  7881.         $instance->setName('import_queue:send_data_for_handler');
  7882.         return $instance;
  7883.     }
  7884.     /**
  7885.      * Gets the public 'bi.v3.command.interior_alt' shared service.
  7886.      *
  7887.      * @return \Import1CBundle\Command\CronInteriorAltCommand
  7888.      */
  7889.     protected function getBi_V3_Command_InteriorAltService()
  7890.     {
  7891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7892.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronInteriorAltCommand.php';
  7893.         $this->services['bi.v3.command.interior_alt'] = $instance = new \Import1CBundle\Command\CronInteriorAltCommand();
  7894.         $instance->setName('bi:cron:set_alt_interior');
  7895.         return $instance;
  7896.     }
  7897.     /**
  7898.      * Gets the public 'bi.v3.command.interior_equivalent_size_image' shared service.
  7899.      *
  7900.      * @return \Import1CBundle\Command\OnceRun\SearchEquivalentSizeImageCommand
  7901.      */
  7902.     protected function getBi_V3_Command_InteriorEquivalentSizeImageService()
  7903.     {
  7904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7905.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7906.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/SearchEquivalentSizeImageCommand.php';
  7907.         $this->services['bi.v3.command.interior_equivalent_size_image'] = $instance = new \Import1CBundle\Command\OnceRun\SearchEquivalentSizeImageCommand();
  7908.         $instance->setName('bi:oncerun:search_equivalent_size_image');
  7909.         return $instance;
  7910.     }
  7911.     /**
  7912.      * Gets the public 'bi.v3.command.interior_re_crop' shared service.
  7913.      *
  7914.      * @return \Import1CBundle\Command\OnceRun\InteriorReCropImagesCommand
  7915.      */
  7916.     protected function getBi_V3_Command_InteriorReCropService()
  7917.     {
  7918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7919.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7920.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/InteriorReCropImagesCommand.php';
  7921.         $this->services['bi.v3.command.interior_re_crop'] = $instance = new \Import1CBundle\Command\OnceRun\InteriorReCropImagesCommand();
  7922.         $instance->setName('bi:oncerun:interior_re_crop');
  7923.         return $instance;
  7924.     }
  7925.     /**
  7926.      * Gets the public 'bi.v3.command.interior_stone_texture' shared service.
  7927.      *
  7928.      * @return \Import1CBundle\Command\OnceRun\SetInteriorStoneTexture
  7929.      */
  7930.     protected function getBi_V3_Command_InteriorStoneTextureService()
  7931.     {
  7932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7933.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7934.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/SetInteriorStoneTexture.php';
  7935.         $this->services['bi.v3.command.interior_stone_texture'] = $instance = new \Import1CBundle\Command\OnceRun\SetInteriorStoneTexture();
  7936.         $instance->setName('bi:oncerun:set_interior_stone_texture');
  7937.         return $instance;
  7938.     }
  7939.     /**
  7940.      * Gets the public 'bi.v3.command.jobs_tube' shared service.
  7941.      *
  7942.      * @return \Import1CBundle\Command\Pheanstalk\JobsTubeCommand
  7943.      */
  7944.     protected function getBi_V3_Command_JobsTubeService()
  7945.     {
  7946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7947.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/Pheanstalk/JobsTubeCommand.php';
  7948.         $this->services['bi.v3.command.jobs_tube'] = $instance = new \Import1CBundle\Command\Pheanstalk\JobsTubeCommand();
  7949.         $instance->setName('pheanstalk:jobs-tube');
  7950.         return $instance;
  7951.     }
  7952.     /**
  7953.      * Gets the public 'bi.v3.command.recomendation_articles' shared service.
  7954.      *
  7955.      * @return \Import1CBundle\Command\CronRecomendationGoogleArticlesCommand
  7956.      */
  7957.     protected function getBi_V3_Command_RecomendationArticlesService()
  7958.     {
  7959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7960.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7961.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronRecomendationGoogleArticlesCommand.php';
  7962.         $this->services['bi.v3.command.recomendation_articles'] = $instance = new \Import1CBundle\Command\CronRecomendationGoogleArticlesCommand();
  7963.         $instance->setName('bi:cron:recomendation_articles');
  7964.         return $instance;
  7965.     }
  7966.     /**
  7967.      * Gets the public 'bi.v3.command.recrop_webp' shared service.
  7968.      *
  7969.      * @return \Import1CBundle\Command\OnceRun\RecropImageWebpCommand
  7970.      */
  7971.     protected function getBi_V3_Command_RecropWebpService()
  7972.     {
  7973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7974.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7975.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/RecropImageWebpCommand.php';
  7976.         $this->services['bi.v3.command.recrop_webp'] = $instance = new \Import1CBundle\Command\OnceRun\RecropImageWebpCommand();
  7977.         $instance->setName('bi:oncerun:recrop_to_webp');
  7978.         return $instance;
  7979.     }
  7980.     /**
  7981.      * Gets the public 'bi.v3.command.sample_update' shared service.
  7982.      *
  7983.      * @return \Import1CBundle\Command\CronUpdateSampleCommand
  7984.      */
  7985.     protected function getBi_V3_Command_SampleUpdateService()
  7986.     {
  7987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7988.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7989.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateSampleCommand.php';
  7990.         $this->services['bi.v3.command.sample_update'] = $instance = new \Import1CBundle\Command\CronUpdateSampleCommand();
  7991.         $instance->setName('bi:cron:sample_update');
  7992.         return $instance;
  7993.     }
  7994.     /**
  7995.      * Gets the public 'bi.v3.command.save_after_reedit' shared service.
  7996.      *
  7997.      * @return \Import1CBundle\Command\CronImageSaveAfterReEditCommand
  7998.      */
  7999.     protected function getBi_V3_Command_SaveAfterReeditService()
  8000.     {
  8001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8002.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8003.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronImageSaveAfterReEditCommand.php';
  8004.         $this->services['bi.v3.command.save_after_reedit'] = $instance = new \Import1CBundle\Command\CronImageSaveAfterReEditCommand();
  8005.         $instance->setName('bi:cron:save_after_reedit');
  8006.         return $instance;
  8007.     }
  8008.     /**
  8009.      * Gets the public 'bi.v3.command.save_mages_tv' shared service.
  8010.      *
  8011.      * @return \Import1CBundle\Command\CronImageSaveForTVCommand
  8012.      */
  8013.     protected function getBi_V3_Command_SaveMagesTvService()
  8014.     {
  8015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8016.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8017.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronImageSaveForTVCommand.php';
  8018.         $this->services['bi.v3.command.save_mages_tv'] = $instance = new \Import1CBundle\Command\CronImageSaveForTVCommand();
  8019.         $instance->setName('bi:cron:save_images_TV');
  8020.         return $instance;
  8021.     }
  8022.     /**
  8023.      * Gets the public 'bi.v3.command.save_new_images_special' shared service.
  8024.      *
  8025.      * @return \Import1CBundle\Command\CronImageCopyImagesSpecialCommand
  8026.      */
  8027.     protected function getBi_V3_Command_SaveNewImagesSpecialService()
  8028.     {
  8029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8030.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8031.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronImageCopyImagesSpecialCommand.php';
  8032.         $this->services['bi.v3.command.save_new_images_special'] = $instance = new \Import1CBundle\Command\CronImageCopyImagesSpecialCommand();
  8033.         $instance->setName('bi:cron:save_images_special');
  8034.         return $instance;
  8035.     }
  8036.     /**
  8037.      * Gets the public 'bi.v3.command.search_no_source' shared service.
  8038.      *
  8039.      * @return \Import1CBundle\Command\OnceRun\SearchNoSourceImagesForEntityCommand
  8040.      */
  8041.     protected function getBi_V3_Command_SearchNoSourceService()
  8042.     {
  8043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8044.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8045.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/SearchNoSourceImagesForEntityCommand.php';
  8046.         $this->services['bi.v3.command.search_no_source'] = $instance = new \Import1CBundle\Command\OnceRun\SearchNoSourceImagesForEntityCommand();
  8047.         $instance->setName('bi:oncerun:search_entity_source');
  8048.         return $instance;
  8049.     }
  8050.     /**
  8051.      * Gets the public 'bi.v3.command.send_cmyk_convert' shared service.
  8052.      *
  8053.      * @return \Import1CBundle\Command\OnceRun\SendMessageCmykConvertCommand
  8054.      */
  8055.     protected function getBi_V3_Command_SendCmykConvertService()
  8056.     {
  8057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8058.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8059.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/SendMessageCmykConvertCommand.php';
  8060.         $this->services['bi.v3.command.send_cmyk_convert'] = $instance = new \Import1CBundle\Command\OnceRun\SendMessageCmykConvertCommand();
  8061.         $instance->setName('bi:cron:send_cmyk_convert');
  8062.         return $instance;
  8063.     }
  8064.     /**
  8065.      * Gets the public 'bi.v3.command.send_message_cmyk_image' shared service.
  8066.      *
  8067.      * @return \Import1CBundle\Command\CronMessageSendCmykImageCommand
  8068.      */
  8069.     protected function getBi_V3_Command_SendMessageCmykImageService()
  8070.     {
  8071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8072.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8073.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronMessageSendCmykImageCommand.php';
  8074.         $this->services['bi.v3.command.send_message_cmyk_image'] = $instance = new \Import1CBundle\Command\CronMessageSendCmykImageCommand();
  8075.         $instance->setName('bi:cron:send_cmyk_image');
  8076.         return $instance;
  8077.     }
  8078.     /**
  8079.      * Gets the public 'bi.v3.command.send_suspended_message' shared service.
  8080.      *
  8081.      * @return \Import1CBundle\Command\CronMessageSendSuspendedCommand
  8082.      */
  8083.     protected function getBi_V3_Command_SendSuspendedMessageService()
  8084.     {
  8085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8086.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8087.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronMessageSendSuspendedCommand.php';
  8088.         $this->services['bi.v3.command.send_suspended_message'] = $instance = new \Import1CBundle\Command\CronMessageSendSuspendedCommand();
  8089.         $instance->setName('adm:cron:send_suspended');
  8090.         return $instance;
  8091.     }
  8092.     /**
  8093.      * Gets the public 'bi.v3.command.set_article_description' shared service.
  8094.      *
  8095.      * @return \Import1CBundle\Command\OnceRun\SetArticleDescriptionNew
  8096.      */
  8097.     protected function getBi_V3_Command_SetArticleDescriptionService()
  8098.     {
  8099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8100.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8101.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/SetArticleDescriptionNew.php';
  8102.         $this->services['bi.v3.command.set_article_description'] = $instance = new \Import1CBundle\Command\OnceRun\SetArticleDescriptionNew();
  8103.         $instance->setName('bi:oncerun:set_article_description');
  8104.         return $instance;
  8105.     }
  8106.     /**
  8107.      * Gets the public 'bi.v3.command.shopping_update' shared service.
  8108.      *
  8109.      * @return \Import1CBundle\Command\CronFeedShoppingUpdateCommand
  8110.      */
  8111.     protected function getBi_V3_Command_ShoppingUpdateService()
  8112.     {
  8113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8114.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8115.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFeedShoppingUpdateCommand.php';
  8116.         $this->services['bi.v3.command.shopping_update'] = $instance = new \Import1CBundle\Command\CronFeedShoppingUpdateCommand();
  8117.         $instance->setName('bi:cron:feed_shopping_update');
  8118.         return $instance;
  8119.     }
  8120.     /**
  8121.      * Gets the public 'bi.v3.command.stats_tube' shared service.
  8122.      *
  8123.      * @return \Import1CBundle\Command\Pheanstalk\StatsTubeCommand
  8124.      */
  8125.     protected function getBi_V3_Command_StatsTubeService()
  8126.     {
  8127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8128.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/Pheanstalk/StatsTubeCommand.php';
  8129.         $this->services['bi.v3.command.stats_tube'] = $instance = new \Import1CBundle\Command\Pheanstalk\StatsTubeCommand();
  8130.         $instance->setName('pheanstalk:stats-tube');
  8131.         return $instance;
  8132.     }
  8133.     /**
  8134.      * Gets the public 'bi.v3.command.status_factory_change' shared service.
  8135.      *
  8136.      * @return \Import1CBundle\Command\CronChangeStatusFactoryMoreTwoMonthCommand
  8137.      */
  8138.     protected function getBi_V3_Command_StatusFactoryChangeService()
  8139.     {
  8140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8141.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8142.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronChangeStatusFactoryMoreTwoMonthCommand.php';
  8143.         $this->services['bi.v3.command.status_factory_change'] = $instance = new \Import1CBundle\Command\CronChangeStatusFactoryMoreTwoMonthCommand();
  8144.         $instance->setName('bi:cron:factory_status_change');
  8145.         return $instance;
  8146.     }
  8147.     /**
  8148.      * Gets the public 'bi.v3.command.test' shared service.
  8149.      *
  8150.      * @return \Import1CBundle\Command\OnceRun\TestCommand
  8151.      */
  8152.     protected function getBi_V3_Command_TestService()
  8153.     {
  8154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8155.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8156.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/TestCommand.php';
  8157.         $this->services['bi.v3.command.test'] = $instance = new \Import1CBundle\Command\OnceRun\TestCommand();
  8158.         $instance->setName('bi:oncerun:test_command');
  8159.         return $instance;
  8160.     }
  8161.     /**
  8162.      * Gets the public 'bi.v3.command.test_rsync_connection' shared service.
  8163.      *
  8164.      * @return \Import1CBundle\Command\OnceRun\TestRsyncConnectionCommand
  8165.      */
  8166.     protected function getBi_V3_Command_TestRsyncConnectionService()
  8167.     {
  8168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8169.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8170.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/TestRsyncConnectionCommand.php';
  8171.         $this->services['bi.v3.command.test_rsync_connection'] = $instance = new \Import1CBundle\Command\OnceRun\TestRsyncConnectionCommand();
  8172.         $instance->setName('bi:test:rsync_connection');
  8173.         return $instance;
  8174.     }
  8175.     /**
  8176.      * Gets the public 'bi.v3.command.update_article_all' shared service.
  8177.      *
  8178.      * @return \Import1CBundle\Command\CronUpdateArticleAllCommand
  8179.      */
  8180.     protected function getBi_V3_Command_UpdateArticleAllService()
  8181.     {
  8182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8183.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  8185.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateArticleAllCommand.php';
  8186.         $this->services['bi.v3.command.update_article_all'] = $instance = new \Import1CBundle\Command\CronUpdateArticleAllCommand();
  8187.         $instance->setName('adm:cron:update_article_all');
  8188.         return $instance;
  8189.     }
  8190.     /**
  8191.      * Gets the public 'bi.v3.command.update_article_part' shared service.
  8192.      *
  8193.      * @return \Import1CBundle\Command\CronUpdateArticlePartCommand
  8194.      */
  8195.     protected function getBi_V3_Command_UpdateArticlePartService()
  8196.     {
  8197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8198.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  8200.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateArticlePartCommand.php';
  8201.         $this->services['bi.v3.command.update_article_part'] = $instance = new \Import1CBundle\Command\CronUpdateArticlePartCommand();
  8202.         $instance->setName('adm:cron:update_article_part');
  8203.         return $instance;
  8204.     }
  8205.     /**
  8206.      * Gets the public 'bi.v3.command.update_collection_all' shared service.
  8207.      *
  8208.      * @return \Import1CBundle\Command\CronUpdateCollectionCommand
  8209.      */
  8210.     protected function getBi_V3_Command_UpdateCollectionAllService()
  8211.     {
  8212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8213.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  8215.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateCollectionCommand.php';
  8216.         $this->services['bi.v3.command.update_collection_all'] = $instance = new \Import1CBundle\Command\CronUpdateCollectionCommand();
  8217.         $instance->setName('bi:cron:data_update_collection');
  8218.         return $instance;
  8219.     }
  8220.     /**
  8221.      * Gets the public 'bi.v3.command.update_color_factory' shared service.
  8222.      *
  8223.      * @return \Import1CBundle\Command\CronUpdateColorFactoryCommand
  8224.      */
  8225.     protected function getBi_V3_Command_UpdateColorFactoryService()
  8226.     {
  8227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8228.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8229.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateColorFactoryCommand.php';
  8230.         $this->services['bi.v3.command.update_color_factory'] = $instance = new \Import1CBundle\Command\CronUpdateColorFactoryCommand();
  8231.         $instance->setName('bi:cron:data_update_color_factory');
  8232.         return $instance;
  8233.     }
  8234.     /**
  8235.      * Gets the public 'bi.v3.command.update_factory_all' shared service.
  8236.      *
  8237.      * @return \Import1CBundle\Command\CronUpdateFactoryCommand
  8238.      */
  8239.     protected function getBi_V3_Command_UpdateFactoryAllService()
  8240.     {
  8241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8242.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8243.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateFactoryCommand.php';
  8244.         $this->services['bi.v3.command.update_factory_all'] = $instance = new \Import1CBundle\Command\CronUpdateFactoryCommand();
  8245.         $instance->setName('bi:cron:data_update_factory');
  8246.         return $instance;
  8247.     }
  8248.     /**
  8249.      * Gets the public 'bi.v3.command.update_interior' shared service.
  8250.      *
  8251.      * @return \Import1CBundle\Command\CronUpdateInteriorAllCommand
  8252.      */
  8253.     protected function getBi_V3_Command_UpdateInteriorService()
  8254.     {
  8255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8256.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  8258.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateInteriorAllCommand.php';
  8259.         $this->services['bi.v3.command.update_interior'] = $instance = new \Import1CBundle\Command\CronUpdateInteriorAllCommand();
  8260.         $instance->setName('bi:cron:data_update_interior');
  8261.         return $instance;
  8262.     }
  8263.     /**
  8264.      * Gets the public 'bi.v3.command.update_pd' shared service.
  8265.      *
  8266.      * @return \Import1CBundle\Command\CronUpdatePriceDiscountCommand
  8267.      */
  8268.     protected function getBi_V3_Command_UpdatePdService()
  8269.     {
  8270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8271.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8272.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdatePriceDiscountCommand.php';
  8273.         $this->services['bi.v3.command.update_pd'] = $instance = new \Import1CBundle\Command\CronUpdatePriceDiscountCommand();
  8274.         $instance->setName('bi:cron:data_update_update_pd');
  8275.         return $instance;
  8276.     }
  8277.     /**
  8278.      * Gets the public 'bi.v3.repo.article' shared service.
  8279.      *
  8280.      * @return \Import1CBundle\Repository\v3\RepoArticle
  8281.      */
  8282.     protected function getBi_V3_Repo_ArticleService()
  8283.     {
  8284.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8285.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoArticle.php';
  8286.         return $this->services['bi.v3.repo.article'] = new \Import1CBundle\Repository\v3\RepoArticle(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:Article');
  8287.     }
  8288.     /**
  8289.      * Gets the public 'bi.v3.repo.article_detail' shared service.
  8290.      *
  8291.      * @return \Import1CBundle\Repository\v3\RepoArticleDetail
  8292.      */
  8293.     protected function getBi_V3_Repo_ArticleDetailService()
  8294.     {
  8295.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8296.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoArticleDetail.php';
  8297.         return $this->services['bi.v3.repo.article_detail'] = new \Import1CBundle\Repository\v3\RepoArticleDetail(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ArticleDetail');
  8298.     }
  8299.     /**
  8300.      * Gets the public 'bi.v3.repo.bigsize_format' shared service.
  8301.      *
  8302.      * @return \Import1CBundle\Repository\v3\RepoListBigSizeFormat
  8303.      */
  8304.     protected function getBi_V3_Repo_BigsizeFormatService()
  8305.     {
  8306.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8307.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListBigSizeFormat.php';
  8308.         return $this->services['bi.v3.repo.bigsize_format'] = new \Import1CBundle\Repository\v3\RepoListBigSizeFormat(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListBigSizeFormat');
  8309.     }
  8310.     /**
  8311.      * Gets the public 'bi.v3.repo.check_list' shared service.
  8312.      *
  8313.      * @return \Import1CBundle\Repository\v3\RepoChecklist
  8314.      */
  8315.     protected function getBi_V3_Repo_CheckListService()
  8316.     {
  8317.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8318.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoChecklist.php';
  8319.         return $this->services['bi.v3.repo.check_list'] = new \Import1CBundle\Repository\v3\RepoChecklist(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:CheckList');
  8320.     }
  8321.     /**
  8322.      * Gets the public 'bi.v3.repo.collection' shared service.
  8323.      *
  8324.      * @return \Import1CBundle\Repository\v3\RepoCollection
  8325.      */
  8326.     protected function getBi_V3_Repo_CollectionService()
  8327.     {
  8328.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8329.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoCollection.php';
  8330.         return $this->services['bi.v3.repo.collection'] = new \Import1CBundle\Repository\v3\RepoCollection(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:Collection');
  8331.     }
  8332.     /**
  8333.      * Gets the public 'bi.v3.repo.country' shared service.
  8334.      *
  8335.      * @return \Import1CBundle\Repository\v3\RepoCountry
  8336.      */
  8337.     protected function getBi_V3_Repo_CountryService()
  8338.     {
  8339.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8340.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoCountry.php';
  8341.         return $this->services['bi.v3.repo.country'] = new \Import1CBundle\Repository\v3\RepoCountry(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListCountry');
  8342.     }
  8343.     /**
  8344.      * Gets the public 'bi.v3.repo.cvet' shared service.
  8345.      *
  8346.      * @return \Import1CBundle\Repository\v3\RepoCvet
  8347.      */
  8348.     protected function getBi_V3_Repo_CvetService()
  8349.     {
  8350.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8351.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoCvet.php';
  8352.         return $this->services['bi.v3.repo.cvet'] = new \Import1CBundle\Repository\v3\RepoCvet(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8353.     }
  8354.     /**
  8355.      * Gets the public 'bi.v3.repo.description' shared service.
  8356.      *
  8357.      * @return \Import1CBundle\Repository\v3\RepoListDescription
  8358.      */
  8359.     protected function getBi_V3_Repo_DescriptionService()
  8360.     {
  8361.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8362.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListDescription.php';
  8363.         return $this->services['bi.v3.repo.description'] = new \Import1CBundle\Repository\v3\RepoListDescription(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListDescription');
  8364.     }
  8365.     /**
  8366.      * Gets the public 'bi.v3.repo.draw' shared service.
  8367.      *
  8368.      * @return \Import1CBundle\Repository\v3\RepoDraw
  8369.      */
  8370.     protected function getBi_V3_Repo_DrawService()
  8371.     {
  8372.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8373.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoDraw.php';
  8374.         return $this->services['bi.v3.repo.draw'] = new \Import1CBundle\Repository\v3\RepoDraw(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8375.     }
  8376.     /**
  8377.      * Gets the public 'bi.v3.repo.draw_list' shared service.
  8378.      *
  8379.      * @return \Import1CBundle\Repository\v3\RepoListDraw
  8380.      */
  8381.     protected function getBi_V3_Repo_DrawListService()
  8382.     {
  8383.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8384.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListDraw.php';
  8385.         return $this->services['bi.v3.repo.draw_list'] = new \Import1CBundle\Repository\v3\RepoListDraw(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListDraw');
  8386.     }
  8387.     /**
  8388.      * Gets the public 'bi.v3.repo.event' shared service.
  8389.      *
  8390.      * @return \Import1CBundle\Repository\v3\RepoEvent
  8391.      */
  8392.     protected function getBi_V3_Repo_EventService()
  8393.     {
  8394.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8395.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoEvent.php';
  8396.         return $this->services['bi.v3.repo.event'] = new \Import1CBundle\Repository\v3\RepoEvent(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Import1CBundle:EventEntity''logs');
  8397.     }
  8398.     /**
  8399.      * Gets the public 'bi.v3.repo.factory' shared service.
  8400.      *
  8401.      * @return \Import1CBundle\Repository\v3\RepoFactory
  8402.      */
  8403.     protected function getBi_V3_Repo_FactoryService()
  8404.     {
  8405.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8406.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoFactory.php';
  8407.         return $this->services['bi.v3.repo.factory'] = new \Import1CBundle\Repository\v3\RepoFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:Factory');
  8408.     }
  8409.     /**
  8410.      * Gets the public 'bi.v3.repo.factory_color' shared service.
  8411.      *
  8412.      * @return \Import1CBundle\Repository\v3\RepoListFactoryColor
  8413.      */
  8414.     protected function getBi_V3_Repo_FactoryColorService()
  8415.     {
  8416.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8417.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListFactoryColor.php';
  8418.         return $this->services['bi.v3.repo.factory_color'] = new \Import1CBundle\Repository\v3\RepoListFactoryColor(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListFactoryColor');
  8419.     }
  8420.     /**
  8421.      * Gets the public 'bi.v3.repo.factory_user' shared service.
  8422.      *
  8423.      * @return \Import1CBundle\Repository\v3\RepoFactoryUser
  8424.      */
  8425.     protected function getBi_V3_Repo_FactoryUserService()
  8426.     {
  8427.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8428.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoFactoryUser.php';
  8429.         return $this->services['bi.v3.repo.factory_user'] = new \Import1CBundle\Repository\v3\RepoFactoryUser(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:FactoryUser');
  8430.     }
  8431.     /**
  8432.      * Gets the public 'bi.v3.repo.feed' shared service.
  8433.      *
  8434.      * @return \Import1CBundle\Repository\v3\RepoFeed
  8435.      */
  8436.     protected function getBi_V3_Repo_FeedService()
  8437.     {
  8438.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8439.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoFeed.php';
  8440.         return $this->services['bi.v3.repo.feed'] = new \Import1CBundle\Repository\v3\RepoFeed(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Import1CBundle:FeedItemEntity''logs');
  8441.     }
  8442.     /**
  8443.      * Gets the public 'bi.v3.repo.filter' shared service.
  8444.      *
  8445.      * @return \Import1CBundle\Repository\v3\RepoFilter
  8446.      */
  8447.     protected function getBi_V3_Repo_FilterService()
  8448.     {
  8449.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8450.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoFilter.php';
  8451.         return $this->services['bi.v3.repo.filter'] = new \Import1CBundle\Repository\v3\RepoFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:FilterEntity');
  8452.     }
  8453.     /**
  8454.      * Gets the public 'bi.v3.repo.geo_country' shared service.
  8455.      *
  8456.      * @return \Import1CBundle\Repository\v3\RepoGeoCountry
  8457.      */
  8458.     protected function getBi_V3_Repo_GeoCountryService()
  8459.     {
  8460.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8461.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoGeoCountry.php';
  8462.         return $this->services['bi.v3.repo.geo_country'] = new \Import1CBundle\Repository\v3\RepoGeoCountry(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\GeoCountryEntity');
  8463.     }
  8464.     /**
  8465.      * Gets the public 'bi.v3.repo.history' shared service.
  8466.      *
  8467.      * @return \Import1CBundle\Repository\v3\RepoHistory
  8468.      */
  8469.     protected function getBi_V3_Repo_HistoryService()
  8470.     {
  8471.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8472.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoHistory.php';
  8473.         return $this->services['bi.v3.repo.history'] = new \Import1CBundle\Repository\v3\RepoHistory(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Import1CBundle:HistoryStatusEntity''logs');
  8474.     }
  8475.     /**
  8476.      * Gets the public 'bi.v3.repo.holiday' shared service.
  8477.      *
  8478.      * @return \Import1CBundle\Repository\v4\RepoHoliday
  8479.      */
  8480.     protected function getBi_V3_Repo_HolidayService()
  8481.     {
  8482.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8483.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoHoliday.php';
  8484.         return $this->services['bi.v3.repo.holiday'] = new \Import1CBundle\Repository\v4\RepoHoliday(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8485.     }
  8486.     /**
  8487.      * Gets the public 'bi.v3.repo.idea_interior' shared service.
  8488.      *
  8489.      * @return \Import1CBundle\Repository\v3\RepoIdeaInterior
  8490.      */
  8491.     protected function getBi_V3_Repo_IdeaInteriorService()
  8492.     {
  8493.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8494.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoIdeaInterior.php';
  8495.         return $this->services['bi.v3.repo.idea_interior'] = new \Import1CBundle\Repository\v3\RepoIdeaInterior(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8496.     }
  8497.     /**
  8498.      * Gets the public 'bi.v3.repo.image_resolution' shared service.
  8499.      *
  8500.      * @return \Import1CBundle\Repository\v3\RepoImageResolution
  8501.      */
  8502.     protected function getBi_V3_Repo_ImageResolutionService()
  8503.     {
  8504.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8505.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoImageResolution.php';
  8506.         return $this->services['bi.v3.repo.image_resolution'] = new \Import1CBundle\Repository\v3\RepoImageResolution(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Import1CBundle:ImageResolutionEntity''logs');
  8507.     }
  8508.     /**
  8509.      * Gets the public 'bi.v3.repo.interior' shared service.
  8510.      *
  8511.      * @return \Import1CBundle\Repository\v3\RepoInterior
  8512.      */
  8513.     protected function getBi_V3_Repo_InteriorService()
  8514.     {
  8515.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8516.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoInterior.php';
  8517.         return $this->services['bi.v3.repo.interior'] = new \Import1CBundle\Repository\v3\RepoInterior(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:Interior');
  8518.     }
  8519.     /**
  8520.      * Gets the public 'bi.v3.repo.interior_article' shared service.
  8521.      *
  8522.      * @return \Import1CBundle\Repository\v3\RepoInteriorArticle
  8523.      */
  8524.     protected function getBi_V3_Repo_InteriorArticleService()
  8525.     {
  8526.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8527.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoInteriorArticle.php';
  8528.         return $this->services['bi.v3.repo.interior_article'] = new \Import1CBundle\Repository\v3\RepoInteriorArticle(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8529.     }
  8530.     /**
  8531.      * Gets the public 'bi.v3.repo.interior_article_coord' shared service.
  8532.      *
  8533.      * @return \Import1CBundle\Repository\v3\RepoInteriorArticleCoord
  8534.      */
  8535.     protected function getBi_V3_Repo_InteriorArticleCoordService()
  8536.     {
  8537.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8538.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoInteriorArticleCoord.php';
  8539.         return $this->services['bi.v3.repo.interior_article_coord'] = new \Import1CBundle\Repository\v3\RepoInteriorArticleCoord(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:InteriorArticle');
  8540.     }
  8541.     /**
  8542.      * Gets the public 'bi.v3.repo.interior_history' shared service.
  8543.      *
  8544.      * @return \Import1CBundle\Repository\v3\RepoInteriorHistory
  8545.      */
  8546.     protected function getBi_V3_Repo_InteriorHistoryService()
  8547.     {
  8548.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8549.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoInteriorHistory.php';
  8550.         return $this->services['bi.v3.repo.interior_history'] = new \Import1CBundle\Repository\v3\RepoInteriorHistory(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:InteriorHistory');
  8551.     }
  8552.     /**
  8553.      * Gets the public 'bi.v3.repo.list' shared service.
  8554.      *
  8555.      * @return \Import1CBundle\Repository\v3\RepoList
  8556.      */
  8557.     protected function getBi_V3_Repo_ListService()
  8558.     {
  8559.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8560.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoList.php';
  8561.         return $this->services['bi.v3.repo.list'] = new \Import1CBundle\Repository\v3\RepoList(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8562.     }
  8563.     /**
  8564.      * Gets the public 'bi.v3.repo.list_check_list' shared service.
  8565.      *
  8566.      * @return \Import1CBundle\Repository\v3\RepoListChecklist
  8567.      */
  8568.     protected function getBi_V3_Repo_ListCheckListService()
  8569.     {
  8570.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8571.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListChecklist.php';
  8572.         return $this->services['bi.v3.repo.list_check_list'] = new \Import1CBundle\Repository\v3\RepoListChecklist(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListCheckList');
  8573.     }
  8574.     /**
  8575.      * Gets the public 'bi.v3.repo.material' shared service.
  8576.      *
  8577.      * @return \Import1CBundle\Repository\v3\RepoListMaterial
  8578.      */
  8579.     protected function getBi_V3_Repo_MaterialService()
  8580.     {
  8581.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8582.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListMaterial.php';
  8583.         return $this->services['bi.v3.repo.material'] = new \Import1CBundle\Repository\v3\RepoListMaterial(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListMaterial');
  8584.     }
  8585.     /**
  8586.      * Gets the public 'bi.v3.repo.measure_size' shared service.
  8587.      *
  8588.      * @return \Import1CBundle\Repository\v3\RepoListMeasureSize
  8589.      */
  8590.     protected function getBi_V3_Repo_MeasureSizeService()
  8591.     {
  8592.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8593.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListMeasureSize.php';
  8594.         return $this->services['bi.v3.repo.measure_size'] = new \Import1CBundle\Repository\v3\RepoListMeasureSize(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListMeasureSize');
  8595.     }
  8596.     /**
  8597.      * Gets the public 'bi.v3.repo.parser' shared service.
  8598.      *
  8599.      * @return \Import1CBundle\Repository\v3\RepoListBrandParser
  8600.      */
  8601.     protected function getBi_V3_Repo_ParserService()
  8602.     {
  8603.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8604.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListBrandParser.php';
  8605.         return $this->services['bi.v3.repo.parser'] = new \Import1CBundle\Repository\v3\RepoListBrandParser(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListBrandParser');
  8606.     }
  8607.     /**
  8608.      * Gets the public 'bi.v3.repo.proizvod' shared service.
  8609.      *
  8610.      * @return \Import1CBundle\Repository\v3\RepoProizvod
  8611.      */
  8612.     protected function getBi_V3_Repo_ProizvodService()
  8613.     {
  8614.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8615.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoProizvod.php';
  8616.         return $this->services['bi.v3.repo.proizvod'] = new \Import1CBundle\Repository\v3\RepoProizvod(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8617.     }
  8618.     /**
  8619.      * Gets the public 'bi.v3.repo.sample' shared service.
  8620.      *
  8621.      * @return \Import1CBundle\Repository\v3\RepoSample
  8622.      */
  8623.     protected function getBi_V3_Repo_SampleService()
  8624.     {
  8625.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8626.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoSample.php';
  8627.         return $this->services['bi.v3.repo.sample'] = new \Import1CBundle\Repository\v3\RepoSample(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8628.     }
  8629.     /**
  8630.      * Gets the public 'bi.v3.repo.seria' shared service.
  8631.      *
  8632.      * @return \Import1CBundle\Repository\v3\RepoSeria
  8633.      */
  8634.     protected function getBi_V3_Repo_SeriaService()
  8635.     {
  8636.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8637.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoSeria.php';
  8638.         return $this->services['bi.v3.repo.seria'] = new \Import1CBundle\Repository\v3\RepoSeria(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8639.     }
  8640.     /**
  8641.      * Gets the public 'bi.v3.repo.shape' shared service.
  8642.      *
  8643.      * @return \Import1CBundle\Repository\v3\RepoListShape
  8644.      */
  8645.     protected function getBi_V3_Repo_ShapeService()
  8646.     {
  8647.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8648.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListShape.php';
  8649.         return $this->services['bi.v3.repo.shape'] = new \Import1CBundle\Repository\v3\RepoListShape(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListShape');
  8650.     }
  8651.     /**
  8652.      * Gets the public 'bi.v3.repo.texture' shared service.
  8653.      *
  8654.      * @return \Import1CBundle\Repository\v4\RepoListTexture
  8655.      */
  8656.     protected function getBi_V3_Repo_TextureService()
  8657.     {
  8658.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8659.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoListTexture.php';
  8660.         return $this->services['bi.v3.repo.texture'] = new \Import1CBundle\Repository\v4\RepoListTexture(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListTexture');
  8661.     }
  8662.     /**
  8663.      * Gets the public 'bi.v3.repo.tovar' shared service.
  8664.      *
  8665.      * @return \Import1CBundle\Repository\v3\RepoTovar
  8666.      */
  8667.     protected function getBi_V3_Repo_TovarService()
  8668.     {
  8669.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8670.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoTovar.php';
  8671.         return $this->services['bi.v3.repo.tovar'] = new \Import1CBundle\Repository\v3\RepoTovar(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8672.     }
  8673.     /**
  8674.      * Gets the public 'bi.v3.repo.type' shared service.
  8675.      *
  8676.      * @return \Import1CBundle\Repository\v3\RepoListType
  8677.      */
  8678.     protected function getBi_V3_Repo_TypeService()
  8679.     {
  8680.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8681.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListType.php';
  8682.         return $this->services['bi.v3.repo.type'] = new \Import1CBundle\Repository\v3\RepoListType(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListType');
  8683.     }
  8684.     /**
  8685.      * Gets the public 'bi.v3.repo.user' shared service.
  8686.      *
  8687.      * @return \Import1CBundle\Repository\v3\RepoUser
  8688.      */
  8689.     protected function getBi_V3_Repo_UserService()
  8690.     {
  8691.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8692.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoUser.php';
  8693.         return $this->services['bi.v3.repo.user'] = new \Import1CBundle\Repository\v3\RepoUser(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:User');
  8694.     }
  8695.     /**
  8696.      * Gets the public 'bi.v3.service.api' shared service.
  8697.      *
  8698.      * @return \Import1CBundle\Service\v3\ApiService
  8699.      */
  8700.     protected function getBi_V3_Service_ApiService()
  8701.     {
  8702.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8703.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ApiService.php';
  8704.         return $this->services['bi.v3.service.api'] = new \Import1CBundle\Service\v3\ApiService();
  8705.     }
  8706.     /**
  8707.      * Gets the public 'bi.v3.service.article' shared service.
  8708.      *
  8709.      * @return \Import1CBundle\Service\v3\ArticleService
  8710.      */
  8711.     protected function getBi_V3_Service_ArticleService()
  8712.     {
  8713.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8714.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  8715.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerApiTrait.php';
  8716.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerTrait.php';
  8717.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleService.php';
  8718.         return $this->services['bi.v3.service.article'] = new \Import1CBundle\Service\v3\ArticleService();
  8719.     }
  8720.     /**
  8721.      * Gets the public 'bi.v3.service.article_image' shared service.
  8722.      *
  8723.      * @return \Import1CBundle\Service\v3\ArticleImageService
  8724.      */
  8725.     protected function getBi_V3_Service_ArticleImageService()
  8726.     {
  8727.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleImageService.php';
  8728.         return $this->services['bi.v3.service.article_image'] = new \Import1CBundle\Service\v3\ArticleImageService();
  8729.     }
  8730.     /**
  8731.      * Gets the public 'bi.v3.service.article_update' shared service.
  8732.      *
  8733.      * @return \Import1CBundle\Service\v3\UpdateArticleService
  8734.      */
  8735.     protected function getBi_V3_Service_ArticleUpdateService()
  8736.     {
  8737.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UpdateArticleService.php';
  8738.         return $this->services['bi.v3.service.article_update'] = new \Import1CBundle\Service\v3\UpdateArticleService();
  8739.     }
  8740.     /**
  8741.      * Gets the public 'bi.v3.service.checklist' shared service.
  8742.      *
  8743.      * @return \Import1CBundle\Service\v3\CheckListService
  8744.      */
  8745.     protected function getBi_V3_Service_ChecklistService()
  8746.     {
  8747.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CheckListCalculateTrait.php';
  8748.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CheckListHandlerTrait.php';
  8749.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/CheckListService.php';
  8750.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8751.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  8752.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerApiTrait.php';
  8753.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerTrait.php';
  8754.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleService.php';
  8755.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorService.php';
  8756.         $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())));
  8757.         $instance->setListCheckList();
  8758.         return $instance;
  8759.     }
  8760.     /**
  8761.      * Gets the public 'bi.v3.service.collection' shared service.
  8762.      *
  8763.      * @return \Import1CBundle\Service\v3\CollectionService
  8764.      */
  8765.     protected function getBi_V3_Service_CollectionService()
  8766.     {
  8767.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8768.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionServiceTrait.php';
  8769.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionFormTemplateRenderTrait.php';
  8770.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/CollectionService.php';
  8771.         return $this->services['bi.v3.service.collection'] = new \Import1CBundle\Service\v3\CollectionService();
  8772.     }
  8773.     /**
  8774.      * Gets the public 'bi.v3.service.event' shared service.
  8775.      *
  8776.      * @return \Import1CBundle\Service\v3\EventService
  8777.      */
  8778.     protected function getBi_V3_Service_EventService()
  8779.     {
  8780.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8781.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/EventService.php';
  8782.         return $this->services['bi.v3.service.event'] = new \Import1CBundle\Service\v3\EventService();
  8783.     }
  8784.     /**
  8785.      * Gets the public 'bi.v3.service.factory' shared service.
  8786.      *
  8787.      * @return \Import1CBundle\Service\v3\FactoryService
  8788.      */
  8789.     protected function getBi_V3_Service_FactoryService()
  8790.     {
  8791.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8792.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FactoryService.php';
  8793.         return $this->services['bi.v3.service.factory'] = new \Import1CBundle\Service\v3\FactoryService();
  8794.     }
  8795.     /**
  8796.      * Gets the public 'bi.v3.service.feed_filtered_articles' shared autowired service.
  8797.      *
  8798.      * @return \Import1CBundle\Service\v3\FeedFilteredArticlesService
  8799.      */
  8800.     protected function getBi_V3_Service_FeedFilteredArticlesService()
  8801.     {
  8802.         include_once \dirname(__DIR__4).'/src/Import1CBundle/DTO/v3/Feed/BaseFeed.php';
  8803.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedFilteredArticlesService.php';
  8804.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8805.         if (isset($this->services['bi.v3.service.feed_filtered_articles'])) {
  8806.             return $this->services['bi.v3.service.feed_filtered_articles'];
  8807.         }
  8808.         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()));
  8809.     }
  8810.     /**
  8811.      * Gets the public 'bi.v3.service.feed_google_remarketing' shared service.
  8812.      *
  8813.      * @return \Import1CBundle\Service\v3\FeedGoogleOneRemarketingService
  8814.      */
  8815.     protected function getBi_V3_Service_FeedGoogleRemarketingService()
  8816.     {
  8817.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedMainService.php';
  8818.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedGoogleOneRemarketingService.php';
  8819.         return $this->services['bi.v3.service.feed_google_remarketing'] = new \Import1CBundle\Service\v3\FeedGoogleOneRemarketingService();
  8820.     }
  8821.     /**
  8822.      * Gets the public 'bi.v3.service.feed_google_shopping' shared service.
  8823.      *
  8824.      * @return \Import1CBundle\Service\v3\FeedGoogleTwoShoppingService
  8825.      */
  8826.     protected function getBi_V3_Service_FeedGoogleShoppingService()
  8827.     {
  8828.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedMainService.php';
  8829.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedGoogleTwoShoppingService.php';
  8830.         return $this->services['bi.v3.service.feed_google_shopping'] = new \Import1CBundle\Service\v3\FeedGoogleTwoShoppingService();
  8831.     }
  8832.     /**
  8833.      * Gets the public 'bi.v3.service.feed_remarketing' shared service.
  8834.      *
  8835.      * @return \Import1CBundle\Service\v3\FeedRemarketingService
  8836.      */
  8837.     protected function getBi_V3_Service_FeedRemarketingService()
  8838.     {
  8839.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedService.php';
  8840.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedRemarketingService.php';
  8841.         return $this->services['bi.v3.service.feed_remarketing'] = new \Import1CBundle\Service\v3\FeedRemarketingService();
  8842.     }
  8843.     /**
  8844.      * Gets the public 'bi.v3.service.feed_shopping' shared service.
  8845.      *
  8846.      * @return \Import1CBundle\Service\v3\FeedShoppingService
  8847.      */
  8848.     protected function getBi_V3_Service_FeedShoppingService()
  8849.     {
  8850.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedService.php';
  8851.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedShoppingService.php';
  8852.         return $this->services['bi.v3.service.feed_shopping'] = new \Import1CBundle\Service\v3\FeedShoppingService(($this->services['WebBundle\\Repository\\BuyOrderArticleRepository'] ?? $this->getBuyOrderArticleRepositoryService()));
  8853.     }
  8854.     /**
  8855.      * Gets the public 'bi.v3.service.feed_shopping_w' shared service.
  8856.      *
  8857.      * @return \Import1CBundle\Service\v3\FeedShoppingWService
  8858.      */
  8859.     protected function getBi_V3_Service_FeedShoppingWService()
  8860.     {
  8861.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedService.php';
  8862.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedShoppingWService.php';
  8863.         return $this->services['bi.v3.service.feed_shopping_w'] = new \Import1CBundle\Service\v3\FeedShoppingWService();
  8864.     }
  8865.     /**
  8866.      * Gets the public 'bi.v3.service.file_system' shared service.
  8867.      *
  8868.      * @return \Import1CBundle\Service\v3\FileSystemService
  8869.      */
  8870.     protected function getBi_V3_Service_FileSystemService()
  8871.     {
  8872.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8873.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FileSystemService.php';
  8874.         return $this->services['bi.v3.service.file_system'] = new \Import1CBundle\Service\v3\FileSystemService();
  8875.     }
  8876.     /**
  8877.      * Gets the public 'bi.v3.service.filter' shared service.
  8878.      *
  8879.      * @return \Import1CBundle\Service\v3\FilterService
  8880.      */
  8881.     protected function getBi_V3_Service_FilterService()
  8882.     {
  8883.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FilterService.php';
  8884.         return $this->services['bi.v3.service.filter'] = new \Import1CBundle\Service\v3\FilterService();
  8885.     }
  8886.     /**
  8887.      * Gets the public 'bi.v3.service.history' shared service.
  8888.      *
  8889.      * @return \Import1CBundle\Service\v3\HistoryService
  8890.      */
  8891.     protected function getBi_V3_Service_HistoryService()
  8892.     {
  8893.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/HistoryService.php';
  8894.         return $this->services['bi.v3.service.history'] = new \Import1CBundle\Service\v3\HistoryService();
  8895.     }
  8896.     /**
  8897.      * Gets the public 'bi.v3.service.image' shared service.
  8898.      *
  8899.      * @return \Import1CBundle\Service\v3\ImageService
  8900.      */
  8901.     protected function getBi_V3_Service_ImageService()
  8902.     {
  8903.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageService.php';
  8904.         return $this->services['bi.v3.service.image'] = new \Import1CBundle\Service\v3\ImageService();
  8905.     }
  8906.     /**
  8907.      * Gets the public 'bi.v3.service.image_converter' shared service.
  8908.      *
  8909.      * @return \Import1CBundle\Service\v3\ImageConverterService
  8910.      */
  8911.     protected function getBi_V3_Service_ImageConverterService()
  8912.     {
  8913.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageConverterService.php';
  8914.         return $this->services['bi.v3.service.image_converter'] = new \Import1CBundle\Service\v3\ImageConverterService();
  8915.     }
  8916.     /**
  8917.      * Gets the public 'bi.v3.service.image_gd' shared service.
  8918.      *
  8919.      * @return \Import1CBundle\Service\v3\ImageGDService
  8920.      */
  8921.     protected function getBi_V3_Service_ImageGdService()
  8922.     {
  8923.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageGDService.php';
  8924.         return $this->services['bi.v3.service.image_gd'] = new \Import1CBundle\Service\v3\ImageGDService();
  8925.     }
  8926.     /**
  8927.      * Gets the public 'bi.v3.service.image_resolution' shared service.
  8928.      *
  8929.      * @return \Import1CBundle\Service\v3\ImageResolutionService
  8930.      */
  8931.     protected function getBi_V3_Service_ImageResolutionService()
  8932.     {
  8933.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageResolutionService.php';
  8934.         return $this->services['bi.v3.service.image_resolution'] = new \Import1CBundle\Service\v3\ImageResolutionService();
  8935.     }
  8936.     /**
  8937.      * Gets the public 'bi.v3.service.interior' shared service.
  8938.      *
  8939.      * @return \Import1CBundle\Service\v3\InteriorService
  8940.      */
  8941.     protected function getBi_V3_Service_InteriorService()
  8942.     {
  8943.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8944.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorService.php';
  8945.         return $this->services['bi.v3.service.interior'] = new \Import1CBundle\Service\v3\InteriorService();
  8946.     }
  8947.     /**
  8948.      * Gets the public 'bi.v3.service.interior_image' shared service.
  8949.      *
  8950.      * @return \Import1CBundle\Service\v3\InteriorImageService
  8951.      */
  8952.     protected function getBi_V3_Service_InteriorImageService()
  8953.     {
  8954.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8955.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorImageService.php';
  8956.         return $this->services['bi.v3.service.interior_image'] = new \Import1CBundle\Service\v3\InteriorImageService();
  8957.     }
  8958.     /**
  8959.      * Gets the public 'bi.v3.service.message' shared service.
  8960.      *
  8961.      * @return \Import1CBundle\Service\v3\MessageService
  8962.      */
  8963.     protected function getBi_V3_Service_MessageService()
  8964.     {
  8965.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/MessageService.php';
  8966.         return $this->services['bi.v3.service.message'] = new \Import1CBundle\Service\v3\MessageService();
  8967.     }
  8968.     /**
  8969.      * Gets the public 'bi.v3.service.once_run' shared service.
  8970.      *
  8971.      * @return \Import1CBundle\Service\v3\OnceRunService
  8972.      */
  8973.     protected function getBi_V3_Service_OnceRunService()
  8974.     {
  8975.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/OnceRunService.php';
  8976.         return $this->services['bi.v3.service.once_run'] = new \Import1CBundle\Service\v3\OnceRunService();
  8977.     }
  8978.     /**
  8979.      * Gets the public 'bi.v3.service.one_c' shared service.
  8980.      *
  8981.      * @return \Import1CBundle\Service\v3\OneCService
  8982.      */
  8983.     protected function getBi_V3_Service_OneCService()
  8984.     {
  8985.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/OneCService.php';
  8986.         return $this->services['bi.v3.service.one_c'] = new \Import1CBundle\Service\v3\OneCService();
  8987.     }
  8988.     /**
  8989.      * Gets the public 'bi.v3.service.queue' shared service.
  8990.      *
  8991.      * @return \Import1CBundle\Service\v3\QueueService
  8992.      */
  8993.     protected function getBi_V3_Service_QueueService()
  8994.     {
  8995.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/QueueService.php';
  8996.         return $this->services['bi.v3.service.queue'] = new \Import1CBundle\Service\v3\QueueService();
  8997.     }
  8998.     /**
  8999.      * Gets the public 'bi.v3.service.report' shared service.
  9000.      *
  9001.      * @return \Import1CBundle\Service\v3\ReportService
  9002.      */
  9003.     protected function getBi_V3_Service_ReportService()
  9004.     {
  9005.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ReportService.php';
  9006.         return $this->services['bi.v3.service.report'] = new \Import1CBundle\Service\v3\ReportService();
  9007.     }
  9008.     /**
  9009.      * Gets the public 'bi.v3.service.slider' shared service.
  9010.      *
  9011.      * @return \Import1CBundle\Service\v3\SliderService
  9012.      */
  9013.     protected function getBi_V3_Service_SliderService()
  9014.     {
  9015.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/SliderService.php';
  9016.         return $this->services['bi.v3.service.slider'] = new \Import1CBundle\Service\v3\SliderService();
  9017.     }
  9018.     /**
  9019.      * Gets the public 'bi.v3.service.suspend' shared service.
  9020.      *
  9021.      * @return \Import1CBundle\Service\v3\SuspendService
  9022.      */
  9023.     protected function getBi_V3_Service_SuspendService()
  9024.     {
  9025.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/SuspendService.php';
  9026.         return $this->services['bi.v3.service.suspend'] = new \Import1CBundle\Service\v3\SuspendService();
  9027.     }
  9028.     /**
  9029.      * Gets the public 'bi.v3.service.update' shared service.
  9030.      *
  9031.      * @return \Import1CBundle\Service\v3\UpdateService
  9032.      */
  9033.     protected function getBi_V3_Service_UpdateService()
  9034.     {
  9035.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateArticleTrait.php';
  9036.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/_UpdateArticleSqlTrait.php';
  9037.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  9038.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateInteriorTrait.php';
  9039.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateCollectionTrait.php';
  9040.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateFactoryTrait.php';
  9041.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UpdateService.php';
  9042.         return $this->services['bi.v3.service.update'] = new \Import1CBundle\Service\v3\UpdateService();
  9043.     }
  9044.     /**
  9045.      * Gets the public 'bi.v3.service.upload' shared service.
  9046.      *
  9047.      * @return \Import1CBundle\Service\v3\UploadService
  9048.      */
  9049.     protected function getBi_V3_Service_UploadService()
  9050.     {
  9051.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UploadService.php';
  9052.         return $this->services['bi.v3.service.upload'] = new \Import1CBundle\Service\v3\UploadService();
  9053.     }
  9054.     /**
  9055.      * Gets the public 'bi.v3.service.user' shared service.
  9056.      *
  9057.      * @return \Import1CBundle\Service\v3\UserService
  9058.      */
  9059.     protected function getBi_V3_Service_UserService()
  9060.     {
  9061.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  9062.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UserService.php';
  9063.         return $this->services['bi.v3.service.user'] = new \Import1CBundle\Service\v3\UserService();
  9064.     }
  9065.     /**
  9066.      * Gets the public 'bi.v3.service.validate' shared service.
  9067.      *
  9068.      * @return \Import1CBundle\Service\v3\ValidateService
  9069.      */
  9070.     protected function getBi_V3_Service_ValidateService()
  9071.     {
  9072.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ValidateService.php';
  9073.         return $this->services['bi.v3.service.validate'] = new \Import1CBundle\Service\v3\ValidateService();
  9074.     }
  9075.     /**
  9076.      * Gets the public 'bi.v4.repo.article_description' shared service.
  9077.      *
  9078.      * @return \Import1CBundle\Repository\v4\RepoArticleDescriptionEntity
  9079.      */
  9080.     protected function getBi_V4_Repo_ArticleDescriptionService()
  9081.     {
  9082.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9083.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoArticleDescriptionEntity.php';
  9084.         return $this->services['bi.v4.repo.article_description'] = new \Import1CBundle\Repository\v4\RepoArticleDescriptionEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\Article\\ArticleDescriptionEntity');
  9085.     }
  9086.     /**
  9087.      * Gets the public 'bi.v4.repo.article_discount' shared service.
  9088.      *
  9089.      * @return \Import1CBundle\Repository\v4\RepoArticleDiscountEntity
  9090.      */
  9091.     protected function getBi_V4_Repo_ArticleDiscountService()
  9092.     {
  9093.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9094.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoArticleDiscountEntity.php';
  9095.         return $this->services['bi.v4.repo.article_discount'] = new \Import1CBundle\Repository\v4\RepoArticleDiscountEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\Article\\ArticleDiscountEntity');
  9096.     }
  9097.     /**
  9098.      * Gets the public 'bi.v4.repo.article_price' shared service.
  9099.      *
  9100.      * @return \Import1CBundle\Repository\v4\RepoArticlePriceEntity
  9101.      */
  9102.     protected function getBi_V4_Repo_ArticlePriceService()
  9103.     {
  9104.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9105.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoArticlePriceEntity.php';
  9106.         return $this->services['bi.v4.repo.article_price'] = new \Import1CBundle\Repository\v4\RepoArticlePriceEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\Article\\ArticlePriceEntity');
  9107.     }
  9108.     /**
  9109.      * Gets the public 'bi.v4.repo.article_square' shared service.
  9110.      *
  9111.      * @return \Import1CBundle\Repository\v4\RepoSquareEntity
  9112.      */
  9113.     protected function getBi_V4_Repo_ArticleSquareService()
  9114.     {
  9115.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9116.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoSquareEntity.php';
  9117.         return $this->services['bi.v4.repo.article_square'] = new \Import1CBundle\Repository\v4\RepoSquareEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\SquareEntity');
  9118.     }
  9119.     /**
  9120.      * Gets the public 'bi.v4.repo.country' shared service.
  9121.      *
  9122.      * @return \Import1CBundle\Repository\v4\RepoCountryEntity
  9123.      */
  9124.     protected function getBi_V4_Repo_CountryService()
  9125.     {
  9126.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9127.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoCountryEntity.php';
  9128.         return $this->services['bi.v4.repo.country'] = new \Import1CBundle\Repository\v4\RepoCountryEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\CountryEntity');
  9129.     }
  9130.     /**
  9131.      * Gets the public 'bi.v4.repo.currency' shared service.
  9132.      *
  9133.      * @return \Import1CBundle\Repository\v4\RepoCurrencyEntity
  9134.      */
  9135.     protected function getBi_V4_Repo_CurrencyService()
  9136.     {
  9137.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9138.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoCurrencyEntity.php';
  9139.         return $this->services['bi.v4.repo.currency'] = new \Import1CBundle\Repository\v4\RepoCurrencyEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\CurrencyEntity');
  9140.     }
  9141.     /**
  9142.      * Gets the public 'bi.v4.repo.history' shared service.
  9143.      *
  9144.      * @return \Import1CBundle\Repository\v4\RepoHistory
  9145.      */
  9146.     protected function getBi_V4_Repo_HistoryService()
  9147.     {
  9148.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9149.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoHistory.php';
  9150.         return $this->services['bi.v4.repo.history'] = new \Import1CBundle\Repository\v4\RepoHistory(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Import1CBundle:HistoryStatusEntity''logs');
  9151.     }
  9152.     /**
  9153.      * Gets the public 'bi.v4.repo.locale' shared service.
  9154.      *
  9155.      * @return \Import1CBundle\Repository\v4\RepoLocaleEntity
  9156.      */
  9157.     protected function getBi_V4_Repo_LocaleService()
  9158.     {
  9159.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9160.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoLocaleEntity.php';
  9161.         return $this->services['bi.v4.repo.locale'] = new \Import1CBundle\Repository\v4\RepoLocaleEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\LocaleEntity');
  9162.     }
  9163.     /**
  9164.      * Gets the public 'bi.v4.repo.ng_factory' shared service.
  9165.      *
  9166.      * @return \Import1CBundle\Repository\v4\RepoFactoryEntity
  9167.      */
  9168.     protected function getBi_V4_Repo_NgFactoryService()
  9169.     {
  9170.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9171.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoFactoryEntity.php';
  9172.         return $this->services['bi.v4.repo.ng_factory'] = new \Import1CBundle\Repository\v4\RepoFactoryEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\FactoryEntity');
  9173.     }
  9174.     /**
  9175.      * Gets the public 'bi.v4.repo.tovar' shared service.
  9176.      *
  9177.      * @return \Import1CBundle\Repository\v4\RepoTovar
  9178.      */
  9179.     protected function getBi_V4_Repo_TovarService()
  9180.     {
  9181.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9182.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoTovar.php';
  9183.         return $this->services['bi.v4.repo.tovar'] = new \Import1CBundle\Repository\v4\RepoTovar(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  9184.     }
  9185.     /**
  9186.      * Gets the public 'bi.v4.repo.volumeprc' shared service.
  9187.      *
  9188.      * @return \Import1CBundle\Repository\v4\RepoVolumeprc
  9189.      */
  9190.     protected function getBi_V4_Repo_VolumeprcService()
  9191.     {
  9192.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9193.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoVolumeprc.php';
  9194.         return $this->services['bi.v4.repo.volumeprc'] = new \Import1CBundle\Repository\v4\RepoVolumeprc(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  9195.     }
  9196.     /**
  9197.      * Gets the public 'bi.v4.service.citrix' shared service.
  9198.      *
  9199.      * @return \Import1CBundle\Service\v4\CitrixService
  9200.      */
  9201.     protected function getBi_V4_Service_CitrixService()
  9202.     {
  9203.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/CitrixService.php';
  9204.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/QueueService.php';
  9205.         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()));
  9206.     }
  9207.     /**
  9208.      * Gets the public 'bi.v4.service.file_system' shared service.
  9209.      *
  9210.      * @return \Import1CBundle\Service\v4\FileSystemService
  9211.      */
  9212.     protected function getBi_V4_Service_FileSystemService()
  9213.     {
  9214.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/FileSystemService.php';
  9215.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/ImageConverterService.php';
  9216.         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'))));
  9217.     }
  9218.     /**
  9219.      * Gets the public 'bi.v4.service.holiday' shared service.
  9220.      *
  9221.      * @return \Import1CBundle\Service\v4\HolidayService
  9222.      */
  9223.     protected function getBi_V4_Service_HolidayService()
  9224.     {
  9225.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/HolidayService.php';
  9226.         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()));
  9227.     }
  9228.     /**
  9229.      * Gets the public 'bi.v4.service.image' shared service.
  9230.      *
  9231.      * @return \Import1CBundle\Service\v4\ImageService
  9232.      */
  9233.     protected function getBi_V4_Service_ImageService()
  9234.     {
  9235.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/ImageService.php';
  9236.         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()));
  9237.     }
  9238.     /**
  9239.      * Gets the public 'bi.v4.service.image_converter' shared service.
  9240.      *
  9241.      * @return \Import1CBundle\Service\v4\ImageConverterService
  9242.      */
  9243.     protected function getBi_V4_Service_ImageConverterService()
  9244.     {
  9245.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/ImageConverterService.php';
  9246.         return $this->services['bi.v4.service.image_converter'] = new \Import1CBundle\Service\v4\ImageConverterService('imagick');
  9247.     }
  9248.     /**
  9249.      * Gets the public 'bi.v4.service.image_resolution' shared service.
  9250.      *
  9251.      * @return \Import1CBundle\Service\v4\ImageResolutionService
  9252.      */
  9253.     protected function getBi_V4_Service_ImageResolutionService()
  9254.     {
  9255.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/ImageResolutionService.php';
  9256.         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()));
  9257.     }
  9258.     /**
  9259.      * Gets the public 'bi.v4.service.queue' shared service.
  9260.      *
  9261.      * @return \Import1CBundle\Service\v4\QueueService
  9262.      */
  9263.     protected function getBi_V4_Service_QueueService()
  9264.     {
  9265.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/QueueService.php';
  9266.         return $this->services['bi.v4.service.queue'] = new \Import1CBundle\Service\v4\QueueService();
  9267.     }
  9268.     /**
  9269.      * Gets the public 'bi.v4.service.update' shared service.
  9270.      *
  9271.      * @return \Import1CBundle\Service\v4\UpdateService
  9272.      */
  9273.     protected function getBi_V4_Service_UpdateService()
  9274.     {
  9275.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/v4/UpdateArticleTrait.php';
  9276.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/v4/UpdateCollectionTrait.php';
  9277.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/v4/UpdateInteriorTrait.php';
  9278.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/v4/UpdateArticleDetailsTrait.php';
  9279.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/UpdateService.php';
  9280.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  9281.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/EventService.php';
  9282.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/QueueService.php';
  9283.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorImageService.php';
  9284.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/HistoryService.php';
  9285.         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()));
  9286.     }
  9287.     /**
  9288.      * Gets the public 'bi.v4.service.upload' shared service.
  9289.      *
  9290.      * @return \Import1CBundle\Service\v4\UploadService
  9291.      */
  9292.     protected function getBi_V4_Service_UploadService()
  9293.     {
  9294.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/UploadService.php';
  9295.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/QueueService.php';
  9296.         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()));
  9297.     }
  9298.     /**
  9299.      * Gets the public 'cache.app' shared service.
  9300.      *
  9301.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9302.      */
  9303.     protected function getCache_AppService()
  9304.     {
  9305.         $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))));
  9306.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  9307.         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));
  9308.     }
  9309.     /**
  9310.      * Gets the public 'cache.app_clearer' shared service.
  9311.      *
  9312.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  9313.      */
  9314.     protected function getCache_AppClearerService()
  9315.     {
  9316.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  9317.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  9318.         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())]);
  9319.     }
  9320.     /**
  9321.      * Gets the public 'cache.global_clearer' shared service.
  9322.      *
  9323.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  9324.      */
  9325.     protected function getCache_GlobalClearerService()
  9326.     {
  9327.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  9328.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  9329.         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())]);
  9330.     }
  9331.     /**
  9332.      * Gets the public 'cache.system' shared service.
  9333.      *
  9334.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9335.      */
  9336.     protected function getCache_SystemService()
  9337.     {
  9338.         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()))));
  9339.     }
  9340.     /**
  9341.      * Gets the public 'cache.system_clearer' shared service.
  9342.      *
  9343.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  9344.      */
  9345.     protected function getCache_SystemClearerService()
  9346.     {
  9347.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  9348.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  9349.         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())]);
  9350.     }
  9351.     /**
  9352.      * Gets the public 'cache.validator_expression_language' shared service.
  9353.      *
  9354.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9355.      */
  9356.     protected function getCache_ValidatorExpressionLanguageService()
  9357.     {
  9358.         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()))));
  9359.     }
  9360.     /**
  9361.      * Gets the public 'cache_warmer' shared service.
  9362.      *
  9363.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  9364.      */
  9365.     protected function getCacheWarmerService()
  9366.     {
  9367.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9368.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  9369.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  9370.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  9371.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  9372.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  9373.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  9374.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  9375.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  9376.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  9377.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  9378.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  9379.         }, 9), true, ($this->targetDir.''.'/FlexApp_KernelTe_devDebugContainerDeprecations.log'));
  9380.     }
  9381.     /**
  9382.      * Gets the public 'console.command.public_alias.FlexApp\Command\SyncAllCommentsCommand' shared autowired service.
  9383.      *
  9384.      * @return \FlexApp\Command\SyncAllCommentsCommand
  9385.      */
  9386.     protected function getSyncAllCommentsCommandService()
  9387.     {
  9388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9389.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/SyncAllCommentsCommand.php';
  9390.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/GeneralDataRepo.php';
  9391.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/SQLRunner.php';
  9392.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AllDataBaseCommentsValidator.php';
  9393.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9394.         $b = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  9395.         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()));
  9396.     }
  9397.     /**
  9398.      * Gets the public 'console.command.public_alias.WebBundle\Command\CollectionImgCommand' shared service.
  9399.      *
  9400.      * @return \WebBundle\Command\CollectionImgCommand
  9401.      */
  9402.     protected function getCollectionImgCommandService()
  9403.     {
  9404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9405.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CollectionImgCommand.php';
  9406.         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()));
  9407.     }
  9408.     /**
  9409.      * Gets the public 'console.command.public_alias.WebBundle\Command\UpdateCountryFreeSampleDeliveryCommand' shared service.
  9410.      *
  9411.      * @return \WebBundle\Command\UpdateCountryFreeSampleDeliveryCommand
  9412.      */
  9413.     protected function getUpdateCountryFreeSampleDeliveryCommandService()
  9414.     {
  9415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9416.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/UpdateCountryFreeSampleDeliveryCommand.php';
  9417.         return $this->services['console.command.public_alias.WebBundle\\Command\\UpdateCountryFreeSampleDeliveryCommand'] = new \WebBundle\Command\UpdateCountryFreeSampleDeliveryCommand();
  9418.     }
  9419.     /**
  9420.      * Gets the public 'console.command.public_alias.app.command.article.update_textures' shared service.
  9421.      *
  9422.      * @return \WebBundle\Command\Disposable\CombineTextureWithStoneTextureCommand
  9423.      */
  9424.     protected function getConsole_Command_PublicAlias_App_Command_Article_UpdateTexturesService()
  9425.     {
  9426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9427.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/Disposable/CombineTextureWithStoneTextureCommand.php';
  9428.         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()));
  9429.     }
  9430.     /**
  9431.      * Gets the public 'console.command.public_alias.app.command.check_onec_service' shared service.
  9432.      *
  9433.      * @return \WebBundle\Command\CheckOneCServiceCommand
  9434.      */
  9435.     protected function getConsole_Command_PublicAlias_App_Command_CheckOnecServiceService()
  9436.     {
  9437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9438.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CheckOneCServiceCommand.php';
  9439.         return $this->services['console.command.public_alias.app.command.check_onec_service'] = new \WebBundle\Command\CheckOneCServiceCommand();
  9440.     }
  9441.     /**
  9442.      * Gets the public 'console.command.public_alias.app.command.check_rating' shared service.
  9443.      *
  9444.      * @return \WebBundle\Command\CheckRatingCollectionCommand
  9445.      */
  9446.     protected function getConsole_Command_PublicAlias_App_Command_CheckRatingService()
  9447.     {
  9448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9449.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CheckRatingCollectionCommand.php';
  9450.         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);
  9451.     }
  9452.     /**
  9453.      * Gets the public 'console.command.public_alias.app.command.clear.history' shared service.
  9454.      *
  9455.      * @return \WebBundle\Command\ClearHistoryCommand
  9456.      */
  9457.     protected function getConsole_Command_PublicAlias_App_Command_Clear_HistoryService()
  9458.     {
  9459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9460.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ClearHistoryCommand.php';
  9461.         return $this->services['console.command.public_alias.app.command.clear.history'] = new \WebBundle\Command\ClearHistoryCommand($this);
  9462.     }
  9463.     /**
  9464.      * Gets the public 'console.command.public_alias.app.command.clear_article_dublicate' shared service.
  9465.      *
  9466.      * @return \WebBundle\Command\ClearArticleDuplicateCommand
  9467.      */
  9468.     protected function getConsole_Command_PublicAlias_App_Command_ClearArticleDublicateService()
  9469.     {
  9470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9471.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ClearArticleDuplicateCommand.php';
  9472.         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);
  9473.     }
  9474.     /**
  9475.      * Gets the public 'console.command.public_alias.app.command.collection_video' shared service.
  9476.      *
  9477.      * @return \WebBundle\Command\CollectionVideoCommand
  9478.      */
  9479.     protected function getConsole_Command_PublicAlias_App_Command_CollectionVideoService()
  9480.     {
  9481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9482.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CollectionVideoCommand.php';
  9483.         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);
  9484.     }
  9485.     /**
  9486.      * Gets the public 'console.command.public_alias.app.command.cron.synch' shared service.
  9487.      *
  9488.      * @return \WebBundle\Command\SynchronizeCommand
  9489.      */
  9490.     protected function getConsole_Command_PublicAlias_App_Command_Cron_SynchService()
  9491.     {
  9492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9493.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SynchronizeCommand.php';
  9494.         return $this->services['console.command.public_alias.app.command.cron.synch'] = new \WebBundle\Command\SynchronizeCommand($this);
  9495.     }
  9496.     /**
  9497.      * Gets the public 'console.command.public_alias.app.command.cur_rate.update' shared service.
  9498.      *
  9499.      * @return \WebBundle\Command\CurRateUpdateCommand
  9500.      */
  9501.     protected function getConsole_Command_PublicAlias_App_Command_CurRate_UpdateService()
  9502.     {
  9503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9504.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CurRateUpdateCommand.php';
  9505.         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);
  9506.     }
  9507.     /**
  9508.      * Gets the public 'console.command.public_alias.app.command.factory.statupd' shared service.
  9509.      *
  9510.      * @return \WebBundle\Command\FactoryIdeasAndReviewsActualize
  9511.      */
  9512.     protected function getConsole_Command_PublicAlias_App_Command_Factory_StatupdService()
  9513.     {
  9514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9515.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/FactoryIdeasAndReviewsActualize.php';
  9516.         return $this->services['console.command.public_alias.app.command.factory.statupd'] = new \WebBundle\Command\FactoryIdeasAndReviewsActualize();
  9517.     }
  9518.     /**
  9519.      * Gets the public 'console.command.public_alias.app.command.fosub_migration_command' shared service.
  9520.      *
  9521.      * @return \WebBundle\Command\FosubMigrateCommand
  9522.      */
  9523.     protected function getConsole_Command_PublicAlias_App_Command_FosubMigrationCommandService()
  9524.     {
  9525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9526.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/FosubMigrateCommand.php';
  9527.         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()));
  9528.     }
  9529.     /**
  9530.      * Gets the public 'console.command.public_alias.app.command.idea' shared service.
  9531.      *
  9532.      * @return \WebBundle\Command\IdeaCommand
  9533.      */
  9534.     protected function getConsole_Command_PublicAlias_App_Command_IdeaService()
  9535.     {
  9536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9537.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/IdeaCommand.php';
  9538.         return $this->services['console.command.public_alias.app.command.idea'] = new \WebBundle\Command\IdeaCommand();
  9539.     }
  9540.     /**
  9541.      * Gets the public 'console.command.public_alias.app.command.idearename' shared service.
  9542.      *
  9543.      * @return \WebBundle\Command\IdeaRepDupNames
  9544.      */
  9545.     protected function getConsole_Command_PublicAlias_App_Command_IdearenameService()
  9546.     {
  9547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9548.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/IdeaRepDupNames.php';
  9549.         return $this->services['console.command.public_alias.app.command.idearename'] = new \WebBundle\Command\IdeaRepDupNames();
  9550.     }
  9551.     /**
  9552.      * Gets the public 'console.command.public_alias.app.command.msh.run' shared service.
  9553.      *
  9554.      * @return \WebBundle\Command\MshirninCommand
  9555.      */
  9556.     protected function getConsole_Command_PublicAlias_App_Command_Msh_RunService()
  9557.     {
  9558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9559.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/MshirninCommand.php';
  9560.         return $this->services['console.command.public_alias.app.command.msh.run'] = new \WebBundle\Command\MshirninCommand($this);
  9561.     }
  9562.     /**
  9563.      * Gets the public 'console.command.public_alias.app.command.order' shared service.
  9564.      *
  9565.      * @return \WebBundle\Command\OrderCommand
  9566.      */
  9567.     protected function getConsole_Command_PublicAlias_App_Command_OrderService()
  9568.     {
  9569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9570.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/OrderCommand.php';
  9571.         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()));
  9572.     }
  9573.     /**
  9574.      * Gets the public 'console.command.public_alias.app.command.order.resend1C' shared service.
  9575.      *
  9576.      * @return \WebBundle\Command\OrderReSendToOneCCommand
  9577.      */
  9578.     protected function getConsole_Command_PublicAlias_App_Command_Order_Resend1CService()
  9579.     {
  9580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9581.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/OrderReSendToOneCCommand.php';
  9582.         return $this->services['console.command.public_alias.app.command.order.resend1C'] = new \WebBundle\Command\OrderReSendToOneCCommand(($this->services['app.service.order'] ?? $this->getApp_Service_OrderService()));
  9583.     }
  9584.     /**
  9585.      * Gets the public 'console.command.public_alias.app.command.order.send-email' shared service.
  9586.      *
  9587.      * @return \WebBundle\Command\OrderSendEmailCommand
  9588.      */
  9589.     protected function getConsole_Command_PublicAlias_App_Command_Order_SendemailService()
  9590.     {
  9591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9592.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/OrderSendEmailCommand.php';
  9593.         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()));
  9594.     }
  9595.     /**
  9596.      * Gets the public 'console.command.public_alias.app.command.pars_country.command' shared service.
  9597.      *
  9598.      * @return \WebBundle\Command\ParsCountryCommand
  9599.      */
  9600.     protected function getConsole_Command_PublicAlias_App_Command_ParsCountry_CommandService()
  9601.     {
  9602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9603.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ParsCountryCommand.php';
  9604.         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);
  9605.     }
  9606.     /**
  9607.      * Gets the public 'console.command.public_alias.app.command.payment_from_one_c' shared service.
  9608.      *
  9609.      * @return \WebBundle\Command\PaymentFromOneCCommand
  9610.      */
  9611.     protected function getConsole_Command_PublicAlias_App_Command_PaymentFromOneCService()
  9612.     {
  9613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9614.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/PaymentFromOneCCommand.php';
  9615.         return $this->services['console.command.public_alias.app.command.payment_from_one_c'] = new \WebBundle\Command\PaymentFromOneCCommand();
  9616.     }
  9617.     /**
  9618.      * Gets the public 'console.command.public_alias.app.command.publiccation_fix_path' shared service.
  9619.      *
  9620.      * @return \WebBundle\Command\PublicationFixPathCommand
  9621.      */
  9622.     protected function getConsole_Command_PublicAlias_App_Command_PubliccationFixPathService()
  9623.     {
  9624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9625.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/PublicationFixPathCommand.php';
  9626.         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);
  9627.     }
  9628.     /**
  9629.      * Gets the public 'console.command.public_alias.app.command.reviews_old.command' shared service.
  9630.      *
  9631.      * @return \WebBundle\Command\ReviewsDownloadsCommand
  9632.      */
  9633.     protected function getConsole_Command_PublicAlias_App_Command_ReviewsOld_CommandService()
  9634.     {
  9635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9636.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ReviewsDownloadsCommand.php';
  9637.         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()));
  9638.     }
  9639.     /**
  9640.      * Gets the public 'console.command.public_alias.app.command.send_email_list' shared service.
  9641.      *
  9642.      * @return \WebBundle\Command\SendEmailListCommand
  9643.      */
  9644.     protected function getConsole_Command_PublicAlias_App_Command_SendEmailListService()
  9645.     {
  9646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9647.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SendEmailListCommand.php';
  9648.         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);
  9649.     }
  9650.     /**
  9651.      * Gets the public 'console.command.public_alias.app.command.send_review_invitations' shared service.
  9652.      *
  9653.      * @return \WebBundle\Command\SendReviewInvitationsCommand
  9654.      */
  9655.     protected function getConsole_Command_PublicAlias_App_Command_SendReviewInvitationsService()
  9656.     {
  9657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9658.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SendReviewInvitationsCommand.php';
  9659.         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()));
  9660.     }
  9661.     /**
  9662.      * Gets the public 'console.command.public_alias.app.command.set_coord_append_command' shared service.
  9663.      *
  9664.      * @return \WebBundle\Command\SetCoordAppendDataCommand
  9665.      */
  9666.     protected function getConsole_Command_PublicAlias_App_Command_SetCoordAppendCommandService()
  9667.     {
  9668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9669.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SetCoordAppendDataCommand.php';
  9670.         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);
  9671.     }
  9672.     /**
  9673.      * Gets the public 'console.command.public_alias.app.command.set_coord_fix_command' shared service.
  9674.      *
  9675.      * @return \WebBundle\Command\SetCoordFixDataCommand
  9676.      */
  9677.     protected function getConsole_Command_PublicAlias_App_Command_SetCoordFixCommandService()
  9678.     {
  9679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9680.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SetCoordFixDataCommand.php';
  9681.         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);
  9682.     }
  9683.     /**
  9684.      * Gets the public 'console.command.public_alias.app.command.site_collection' shared service.
  9685.      *
  9686.      * @return \WebBundle\Command\SiteCollectionCommand
  9687.      */
  9688.     protected function getConsole_Command_PublicAlias_App_Command_SiteCollectionService()
  9689.     {
  9690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9691.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SiteCollectionCommand.php';
  9692.         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);
  9693.     }
  9694.     /**
  9695.      * Gets the public 'console.command.public_alias.app.command.social.stat' shared service.
  9696.      *
  9697.      * @return \WebBundle\Command\SocialStatCommand
  9698.      */
  9699.     protected function getConsole_Command_PublicAlias_App_Command_Social_StatService()
  9700.     {
  9701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9702.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SocialStatCommand.php';
  9703.         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);
  9704.     }
  9705.     /**
  9706.      * Gets the public 'console.command.public_alias.app.command.update_user' shared service.
  9707.      *
  9708.      * @return \WebBundle\Command\UserUpdatePortalCommand
  9709.      */
  9710.     protected function getConsole_Command_PublicAlias_App_Command_UpdateUserService()
  9711.     {
  9712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9713.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/UserUpdatePortalCommand.php';
  9714.         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);
  9715.     }
  9716.     /**
  9717.      * Gets the public 'console.command.public_alias.app.command.user_resend' shared service.
  9718.      *
  9719.      * @return \WebBundle\Command\UserResendCommand
  9720.      */
  9721.     protected function getConsole_Command_PublicAlias_App_Command_UserResendService()
  9722.     {
  9723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9724.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/UserResendCommand.php';
  9725.         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()));
  9726.     }
  9727.     /**
  9728.      * Gets the public 'console.command.public_alias.app.setting.collection.command' shared service.
  9729.      *
  9730.      * @return \WebBundle\Command\SetHeaderIntoCollectionCommand
  9731.      */
  9732.     protected function getConsole_Command_PublicAlias_App_Setting_Collection_CommandService()
  9733.     {
  9734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9735.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SetHeaderIntoCollectionCommand.php';
  9736.         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()));
  9737.     }
  9738.     /**
  9739.      * Gets the public 'console.command.public_alias.command.cache.clear' shared service.
  9740.      *
  9741.      * @return \WebBundle\Command\CacheClearCommand
  9742.      */
  9743.     protected function getConsole_Command_PublicAlias_Command_Cache_ClearService()
  9744.     {
  9745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9746.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ExtendedCommand.php';
  9747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  9748.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CacheClearCommand.php';
  9749.         return $this->services['console.command.public_alias.command.cache.clear'] = new \WebBundle\Command\CacheClearCommand();
  9750.     }
  9751.     /**
  9752.      * Gets the public 'console.command.public_alias.command.collection.check' shared service.
  9753.      *
  9754.      * @return \WebBundle\Command\CollectionCheckCommand
  9755.      */
  9756.     protected function getConsole_Command_PublicAlias_Command_Collection_CheckService()
  9757.     {
  9758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9759.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CollectionCheckCommand.php';
  9760.         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);
  9761.     }
  9762.     /**
  9763.      * Gets the public 'console.command.public_alias.command.discuss.user_unid_clear' shared service.
  9764.      *
  9765.      * @return \WebBundle\Command\ClearUserInfoUserUnidCommand
  9766.      */
  9767.     protected function getConsole_Command_PublicAlias_Command_Discuss_UserUnidClearService()
  9768.     {
  9769.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9770.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ClearUserInfoUserUnidCommand.php';
  9771.         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);
  9772.     }
  9773.     /**
  9774.      * Gets the public 'console.command.public_alias.command.img.check' shared service.
  9775.      *
  9776.      * @return \WebBundle\Command\ImgCheckCommand
  9777.      */
  9778.     protected function getConsole_Command_PublicAlias_Command_Img_CheckService()
  9779.     {
  9780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9781.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ImgCheckCommand.php';
  9782.         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);
  9783.     }
  9784.     /**
  9785.      * Gets the public 'console.command.public_alias.command.main.check' shared service.
  9786.      *
  9787.      * @return \WebBundle\Command\MainCheckCommand
  9788.      */
  9789.     protected function getConsole_Command_PublicAlias_Command_Main_CheckService()
  9790.     {
  9791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9792.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/MainCheckCommand.php';
  9793.         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);
  9794.     }
  9795.     /**
  9796.      * Gets the public 'console.command_loader' shared service.
  9797.      *
  9798.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  9799.      */
  9800.     protected function getConsole_CommandLoaderService()
  9801.     {
  9802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  9803.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  9804.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9805.             'FlexApp\\Command\\AddExhibitionDataCommand' => ['privates''FlexApp\\Command\\AddExhibitionDataCommand''getAddExhibitionDataCommandService'false],
  9806.             'FlexApp\\Command\\AddFilterToAdminPanelCommand' => ['privates''FlexApp\\Command\\AddFilterToAdminPanelCommand''getAddFilterToAdminPanelCommandService'false],
  9807.             'FlexApp\\Command\\AddPortalTaskIfFailsExistCommand' => ['privates''FlexApp\\Command\\AddPortalTaskIfFailsExistCommand''getAddPortalTaskIfFailsExistCommandService'false],
  9808.             'FlexApp\\Command\\AutoResendAfterFailsCommand' => ['privates''FlexApp\\Command\\AutoResendAfterFailsCommand''getAutoResendAfterFailsCommandService'false],
  9809.             'FlexApp\\Command\\BindReviewsCommand' => ['privates''FlexApp\\Command\\BindReviewsCommand''getBindReviewsCommandService'false],
  9810.             'FlexApp\\Command\\BuildCollectionSettnigsCommand' => ['privates''FlexApp\\Command\\BuildCollectionSettnigsCommand''getBuildCollectionSettnigsCommandService'false],
  9811.             'FlexApp\\Command\\CalendarCommand' => ['privates''FlexApp\\Command\\CalendarCommand''getCalendarCommandService'false],
  9812.             'FlexApp\\Command\\ChatBCommand' => ['privates''FlexApp\\Command\\ChatBCommand''getChatBCommandService'false],
  9813.             'FlexApp\\Command\\ChatBDispatchErrorEventCommand' => ['privates''FlexApp\\Command\\ChatBDispatchErrorEventCommand''getChatBDispatchErrorEventCommandService'false],
  9814.             'FlexApp\\Command\\CheckActualTranslationsCommand' => ['privates''FlexApp\\Command\\CheckActualTranslationsCommand''getCheckActualTranslationsCommandService'false],
  9815.             'FlexApp\\Command\\CheckGoogleGmailEventsCommand' => ['privates''FlexApp\\Command\\CheckGoogleGmailEventsCommand''getCheckGoogleGmailEventsCommandService'false],
  9816.             'FlexApp\\Command\\ClearCustomLogCommand' => ['privates''FlexApp\\Command\\ClearCustomLogCommand''getClearCustomLogCommandService'false],
  9817.             'FlexApp\\Command\\CommentsAddTaskForCommentsWithoutAnswerCommand' => ['privates''FlexApp\\Command\\CommentsAddTaskForCommentsWithoutAnswerCommand''getCommentsAddTaskForCommentsWithoutAnswerCommandService'false],
  9818.             'FlexApp\\Command\\ConsumeTokensCommand' => ['privates''FlexApp\\Command\\ConsumeTokensCommand''getConsumeTokensCommandService'false],
  9819.             'FlexApp\\Command\\Cron\\CronAdminJobsCommand' => ['privates''FlexApp\\Command\\Cron\\CronAdminJobsCommand''getCronAdminJobsCommandService'false],
  9820.             'FlexApp\\Command\\Cron\\CronExhSetReferenceCommand' => ['privates''FlexApp\\Command\\Cron\\CronExhSetReferenceCommand''getCronExhSetReferenceCommandService'false],
  9821.             'FlexApp\\Command\\Cron\\CronFoundAndFixRelationCommand' => ['privates''FlexApp\\Command\\Cron\\CronFoundAndFixRelationCommand''getCronFoundAndFixRelationCommandService'false],
  9822.             'FlexApp\\Command\\Cron\\CronListForGoogleAdsCommand' => ['privates''FlexApp\\Command\\Cron\\CronListForGoogleAdsCommand''getCronListForGoogleAdsCommandService'false],
  9823.             'FlexApp\\Command\\Cron\\CronParseHtmlBadLinkCommand' => ['privates''FlexApp\\Command\\Cron\\CronParseHtmlBadLinkCommand''getCronParseHtmlBadLinkCommandService'false],
  9824.             'FlexApp\\Command\\Cron\\CronParseVideoBadLinkCommand' => ['privates''FlexApp\\Command\\Cron\\CronParseVideoBadLinkCommand''getCronParseVideoBadLinkCommandService'false],
  9825.             'FlexApp\\Command\\Cron\\CronTransExCommand' => ['privates''FlexApp\\Command\\Cron\\CronTransExCommand''getCronTransExCommandService'false],
  9826.             'FlexApp\\Command\\Cron\\CrontabFillCollectionCommand' => ['privates''.FlexApp\\Command\\Cron\\CrontabFillCollectionCommand.lazy''getCrontabFillCollectionCommand_LazyService'false],
  9827.             'FlexApp\\Command\\Cron\\CrontabFillCountryCommand' => ['privates''.FlexApp\\Command\\Cron\\CrontabFillCountryCommand.lazy''getCrontabFillCountryCommand_LazyService'false],
  9828.             'FlexApp\\Command\\Cron\\CrontabFillFactoryCommand' => ['privates''.FlexApp\\Command\\Cron\\CrontabFillFactoryCommand.lazy''getCrontabFillFactoryCommand_LazyService'false],
  9829.             'FlexApp\\Command\\Cron\\CrontabFillReviewsCommand' => ['privates''.FlexApp\\Command\\Cron\\CrontabFillReviewsCommand.lazy''getCrontabFillReviewsCommand_LazyService'false],
  9830.             'FlexApp\\Command\\ExportArticleSchemeToCsvCommand' => ['privates''FlexApp\\Command\\ExportArticleSchemeToCsvCommand''getExportArticleSchemeToCsvCommandService'false],
  9831.             'FlexApp\\Command\\ExportArticlesToJsonForGoogleCommand' => ['privates''FlexApp\\Command\\ExportArticlesToJsonForGoogleCommand''getExportArticlesToJsonForGoogleCommandService'false],
  9832.             'FlexApp\\Command\\ExportCollectionsToAmazonPersonalizeCommand' => ['privates''FlexApp\\Command\\ExportCollectionsToAmazonPersonalizeCommand''getExportCollectionsToAmazonPersonalizeCommandService'false],
  9833.             'FlexApp\\Command\\ExportUserItemToAmazonPersonalizeCommand' => ['privates''FlexApp\\Command\\ExportUserItemToAmazonPersonalizeCommand''getExportUserItemToAmazonPersonalizeCommandService'false],
  9834.             'FlexApp\\Command\\ExportUsersToAmazonPersonalizeCommand' => ['privates''FlexApp\\Command\\ExportUsersToAmazonPersonalizeCommand''getExportUsersToAmazonPersonalizeCommandService'false],
  9835.             'FlexApp\\Command\\FillArticleFilterCommand' => ['privates''.FlexApp\\Command\\FillArticleFilterCommand.lazy''getFillArticleFilterCommand_LazyService'false],
  9836.             'FlexApp\\Command\\FillArticleSortCommand' => ['privates''.FlexApp\\Command\\FillArticleSortCommand.lazy''getFillArticleSortCommand_LazyService'false],
  9837.             'FlexApp\\Command\\FillCapitalsCommand' => ['privates''FlexApp\\Command\\FillCapitalsCommand''getFillCapitalsCommandService'false],
  9838.             'FlexApp\\Command\\FillHolidaysCommand' => ['privates''FlexApp\\Command\\FillHolidaysCommand''getFillHolidaysCommandService'false],
  9839.             'FlexApp\\Command\\FillInteriorFilterCommand' => ['privates''.FlexApp\\Command\\FillInteriorFilterCommand.lazy''getFillInteriorFilterCommand_LazyService'false],
  9840.             'FlexApp\\Command\\FixLocalesInLocalChangeStatisticCommand' => ['privates''FlexApp\\Command\\FixLocalesInLocalChangeStatisticCommand''getFixLocalesInLocalChangeStatisticCommandService'false],
  9841.             'FlexApp\\Command\\GetCollectionThemesStatCommand' => ['privates''FlexApp\\Command\\GetCollectionThemesStatCommand''getGetCollectionThemesStatCommandService'false],
  9842.             'FlexApp\\Command\\ImgProcessCommand' => ['privates''FlexApp\\Command\\ImgProcessCommand''getImgProcessCommandService'false],
  9843.             'FlexApp\\Command\\ImportOldSubscribersCommand' => ['privates''FlexApp\\Command\\ImportOldSubscribersCommand''getImportOldSubscribersCommandService'false],
  9844.             'FlexApp\\Command\\ImportProdDBCommand' => ['privates''FlexApp\\Command\\ImportProdDBCommand''getImportProdDBCommandService'false],
  9845.             'FlexApp\\Command\\ManualTestUnreadCountCommand' => ['privates''FlexApp\\Command\\ManualTestUnreadCountCommand''getManualTestUnreadCountCommandService'false],
  9846.             'FlexApp\\Command\\ManualTestingCommand' => ['privates''FlexApp\\Command\\ManualTestingCommand''getManualTestingCommandService'false],
  9847.             'FlexApp\\Command\\MergeContactsOnPortalCommand' => ['privates''FlexApp\\Command\\MergeContactsOnPortalCommand''getMergeContactsOnPortalCommandService'false],
  9848.             'FlexApp\\Command\\OnceLoadCurrenciesCommand' => ['privates''.FlexApp\\Command\\OnceLoadCurrenciesCommand.lazy''getOnceLoadCurrenciesCommand_LazyService'false],
  9849.             'FlexApp\\Command\\OnceLoadMeasuresCommand' => ['privates''.FlexApp\\Command\\OnceLoadMeasuresCommand.lazy''getOnceLoadMeasuresCommand_LazyService'false],
  9850.             'FlexApp\\Command\\PluralizationExampleCommand' => ['privates''FlexApp\\Command\\PluralizationExampleCommand''getPluralizationExampleCommandService'false],
  9851.             'FlexApp\\Command\\PushTestByFCMTokenCommand' => ['privates''FlexApp\\Command\\PushTestByFCMTokenCommand''getPushTestByFCMTokenCommandService'false],
  9852.             'FlexApp\\Command\\PushTestByTeTokenCommand' => ['privates''FlexApp\\Command\\PushTestByTeTokenCommand''getPushTestByTeTokenCommandService'false],
  9853.             'FlexApp\\Command\\PushTestByUserCommand' => ['privates''FlexApp\\Command\\PushTestByUserCommand''getPushTestByUserCommandService'false],
  9854.             'FlexApp\\Command\\RemoveOldComparesCommand' => ['privates''FlexApp\\Command\\RemoveOldComparesCommand''getRemoveOldComparesCommandService'false],
  9855.             'FlexApp\\Command\\RenameImageExhCommand' => ['privates''FlexApp\\Command\\RenameImageExhCommand''getRenameImageExhCommandService'false],
  9856.             'FlexApp\\Command\\SendTestEmailCommand' => ['privates''FlexApp\\Command\\SendTestEmailCommand''getSendTestEmailCommandService'false],
  9857.             'FlexApp\\Command\\SendToChatCommand' => ['privates''FlexApp\\Command\\SendToChatCommand''getSendToChatCommandService'false],
  9858.             'FlexApp\\Command\\SetSkuCommand' => ['privates''FlexApp\\Command\\SetSkuCommand''getSetSkuCommandService'false],
  9859.             'FlexApp\\Command\\TestSentryCommand' => ['privates''FlexApp\\Command\\TestSentryCommand''getTestSentryCommandService'false],
  9860.             'FlexApp\\Command\\TransferUserCountryToOrderAddressCommand' => ['privates''FlexApp\\Command\\TransferUserCountryToOrderAddressCommand''getTransferUserCountryToOrderAddressCommandService'false],
  9861.             'FlexApp\\Command\\TranslitBuildFilesCommand' => ['privates''FlexApp\\Command\\TranslitBuildFilesCommand''getTranslitBuildFilesCommandService'false],
  9862.             'FlexApp\\Command\\TretoToTeCommand' => ['privates''FlexApp\\Command\\TretoToTeCommand''getTretoToTeCommandService'false],
  9863.             'FlexApp\\Command\\UpdateArticleSchemeFromCsvCommand' => ['privates''.FlexApp\\Command\\UpdateArticleSchemeFromCsvCommand.lazy''getUpdateArticleSchemeFromCsvCommand_LazyService'false],
  9864.             'FlexApp\\Command\\UpdateInvitationEmailDeliveryStatsCommand' => ['privates''FlexApp\\Command\\UpdateInvitationEmailDeliveryStatsCommand''getUpdateInvitationEmailDeliveryStatsCommandService'false],
  9865.             'FlexApp\\Command\\UpdateUserOnPortalCommand' => ['privates''FlexApp\\Command\\UpdateUserOnPortalCommand''getUpdateUserOnPortalCommandService'false],
  9866.             'FlexApp\\Command\\UserEnteredChatCommand' => ['privates''FlexApp\\Command\\UserEnteredChatCommand''getUserEnteredChatCommandService'false],
  9867.             'FlexApp\\Command\\UserLeftChatCommand' => ['privates''FlexApp\\Command\\UserLeftChatCommand''getUserLeftChatCommandService'false],
  9868.             'FlexApp\\Command\\VisitCommand' => ['privates''FlexApp\\Command\\VisitCommand''getVisitCommandService'false],
  9869.             'bi.v3.command.sample_update' => ['services''bi.v3.command.sample_update''getBi_V3_Command_SampleUpdateService'false],
  9870.             'bi.v3.command.update_pd' => ['services''bi.v3.command.update_pd''getBi_V3_Command_UpdatePdService'false],
  9871.             'bi.v3.command.save_after_reedit' => ['services''bi.v3.command.save_after_reedit''getBi_V3_Command_SaveAfterReeditService'false],
  9872.             'bi.v3.command.save_mages_tv' => ['services''bi.v3.command.save_mages_tv''getBi_V3_Command_SaveMagesTvService'false],
  9873.             'bi.v3.command.factory.set_type' => ['services''bi.v3.command.factory.set_type''getBi_V3_Command_Factory_SetTypeService'false],
  9874.             'bi.v3.command.collection.set_header' => ['services''bi.v3.command.collection.set_header''getBi_V3_Command_Collection_SetHeaderService'false],
  9875.             'bi.v3.command.check_list_report' => ['services''bi.v3.command.check_list_report''getBi_V3_Command_CheckListReportService'false],
  9876.             'bi.v3.command.save_new_images_special' => ['services''bi.v3.command.save_new_images_special''getBi_V3_Command_SaveNewImagesSpecialService'false],
  9877.             'bi.v3.command.update_collection_all' => ['services''bi.v3.command.update_collection_all''getBi_V3_Command_UpdateCollectionAllService'false],
  9878.             'bi.v3.command.update_factory_all' => ['services''bi.v3.command.update_factory_all''getBi_V3_Command_UpdateFactoryAllService'false],
  9879.             'bi.v3.command.interior_alt' => ['services''bi.v3.command.interior_alt''getBi_V3_Command_InteriorAltService'false],
  9880.             'bi.v3.command.send_suspended_message' => ['services''bi.v3.command.send_suspended_message''getBi_V3_Command_SendSuspendedMessageService'false],
  9881.             'bi.v3.command.update_color_factory' => ['services''bi.v3.command.update_color_factory''getBi_V3_Command_UpdateColorFactoryService'false],
  9882.             'bi.v3.command.update_interior' => ['services''bi.v3.command.update_interior''getBi_V3_Command_UpdateInteriorService'false],
  9883.             'bi.v3.command.feed_google_custom' => ['services''bi.v3.command.feed_google_custom''getBi_V3_Command_FeedGoogleCustomService'false],
  9884.             'bi.v3.command.send_message_cmyk_image' => ['services''bi.v3.command.send_message_cmyk_image''getBi_V3_Command_SendMessageCmykImageService'false],
  9885.             'bi.v3.command.filter_collection' => ['services''bi.v3.command.filter_collection''getBi_V3_Command_FilterCollectionService'false],
  9886.             'bi.v3.command.data_update_draw' => ['services''bi.v3.command.data_update_draw''getBi_V3_Command_DataUpdateDrawService'false],
  9887.             'bi.v3.command.feed_shopping_single' => ['services''bi.v3.command.feed_shopping_single''getBi_V3_Command_FeedShoppingSingleService'false],
  9888.             'bi.v3.command.feed_shopping_w_single' => ['services''bi.v3.command.feed_shopping_w_single''getBi_V3_Command_FeedShoppingWSingleService'false],
  9889.             'bi.v3.command.holiday' => ['services''bi.v3.command.holiday''getBi_V3_Command_HolidayService'false],
  9890.             'bi.v3.command.shopping_update' => ['services''bi.v3.command.shopping_update''getBi_V3_Command_ShoppingUpdateService'false],
  9891.             'bi.v3.command.status_factory_change' => ['services''bi.v3.command.status_factory_change''getBi_V3_Command_StatusFactoryChangeService'false],
  9892.             'bi.v3.command.collection_video' => ['services''bi.v3.command.collection_video''getBi_V3_Command_CollectionVideoService'false],
  9893.             'bi.v3.command.feed_review' => ['services''bi.v3.command.feed_review''getBi_V3_Command_FeedReviewService'false],
  9894.             'bi.v3.command.bad_image' => ['services''bi.v3.command.bad_image''getBi_V3_Command_BadImageService'false],
  9895.             'bi.v3.command.flush_memcache_article' => ['services''bi.v3.command.flush_memcache_article''getBi_V3_Command_FlushMemcacheArticleService'false],
  9896.             'bi.v3.command.update_article_all' => ['services''bi.v3.command.update_article_all''getBi_V3_Command_UpdateArticleAllService'false],
  9897.             'bi.v3.command.update_article_part' => ['services''bi.v3.command.update_article_part''getBi_V3_Command_UpdateArticlePartService'false],
  9898.             'bi.v3.command.recomendation_articles' => ['services''bi.v3.command.recomendation_articles''getBi_V3_Command_RecomendationArticlesService'false],
  9899.             'bi.v3.command.articles_option' => ['services''bi.v3.command.articles_option''getBi_V3_Command_ArticlesOptionService'false],
  9900.             'bi.v3.command.filtered_articles_google_feed' => ['services''bi.v3.command.filtered_articles_google_feed''getBi_V3_Command_FilteredArticlesGoogleFeedService'false],
  9901.             'bi.v3.command.jobs_tube' => ['services''bi.v3.command.jobs_tube''getBi_V3_Command_JobsTubeService'false],
  9902.             'bi.v3.command.delete_tube' => ['services''bi.v3.command.delete_tube''getBi_V3_Command_DeleteTubeService'false],
  9903.             'bi.v3.command.stats_tube' => ['services''bi.v3.command.stats_tube''getBi_V3_Command_StatsTubeService'false],
  9904.             'bi.v3.command.import_queue' => ['services''bi.v3.command.import_queue''getBi_V3_Command_ImportQueueService'false],
  9905.             'bi.v3.command.test' => ['services''bi.v3.command.test''getBi_V3_Command_TestService'false],
  9906.             'bi.v3.command.search_no_source' => ['services''bi.v3.command.search_no_source''getBi_V3_Command_SearchNoSourceService'false],
  9907.             'bi.v3.command.buy_order' => ['services''bi.v3.command.buy_order''getBi_V3_Command_BuyOrderService'false],
  9908.             'bi.v3.command.iamge_more_resolution' => ['services''bi.v3.command.iamge_more_resolution''getBi_V3_Command_IamgeMoreResolutionService'false],
  9909.             'bi.v3.command.recrop_webp' => ['services''bi.v3.command.recrop_webp''getBi_V3_Command_RecropWebpService'false],
  9910.             'bi.v3.command.interior_stone_texture' => ['services''bi.v3.command.interior_stone_texture''getBi_V3_Command_InteriorStoneTextureService'false],
  9911.             'bi.v3.command.interior_equivalent_size_image' => ['services''bi.v3.command.interior_equivalent_size_image''getBi_V3_Command_InteriorEquivalentSizeImageService'false],
  9912.             'bi.v3.command.cmyk_source_image' => ['services''bi.v3.command.cmyk_source_image''getBi_V3_Command_CmykSourceImageService'false],
  9913.             'bi.v3.command.set_article_description' => ['services''bi.v3.command.set_article_description''getBi_V3_Command_SetArticleDescriptionService'false],
  9914.             'bi.v3.command.send_cmyk_convert' => ['services''bi.v3.command.send_cmyk_convert''getBi_V3_Command_SendCmykConvertService'false],
  9915.             'bi.v3.command.interior_re_crop' => ['services''bi.v3.command.interior_re_crop''getBi_V3_Command_InteriorReCropService'false],
  9916.             'bi.v3.command.factory_sync' => ['services''bi.v3.command.factory_sync''getBi_V3_Command_FactorySyncService'false],
  9917.             'bi.v3.command.google_feed_article_reviews' => ['services''bi.v3.command.google_feed_article_reviews''getBi_V3_Command_GoogleFeedArticleReviewsService'false],
  9918.             'Import1CBundle\\Command\\SyncListMeasureWithEdinicaCommand' => ['services''Import1CBundle\\Command\\SyncListMeasureWithEdinicaCommand''getSyncListMeasureWithEdinicaCommandService'false],
  9919.             'bi.v3.command.test_rsync_connection' => ['services''bi.v3.command.test_rsync_connection''getBi_V3_Command_TestRsyncConnectionService'false],
  9920.             'app.command.generate_sitemap' => ['privates''app.command.generate_sitemap''getApp_Command_GenerateSitemapService'false],
  9921.             'app.command.sphinx.article' => ['privates''app.command.sphinx.article''getApp_Command_Sphinx_ArticleService'false],
  9922.             'app.command.sphinx.count' => ['privates''app.command.sphinx.count''getApp_Command_Sphinx_CountService'false],
  9923.             'app.command.export.filters' => ['privates''app.command.export.filters''getApp_Command_Export_FiltersService'false],
  9924.             'app.command.copy.visit.visit.all' => ['privates''app.command.copy.visit.visit.all''getApp_Command_Copy_Visit_Visit_AllService'false],
  9925.             'app.command.recommendation.visit' => ['privates''app.command.recommendation.visit''getApp_Command_Recommendation_VisitService'false],
  9926.             'app.command.recommendation.order' => ['privates''app.command.recommendation.order''getApp_Command_Recommendation_OrderService'false],
  9927.             'app.command.recommendation.filter' => ['privates''app.command.recommendation.filter''getApp_Command_Recommendation_FilterService'false],
  9928.             'app.command.recommendation.unified' => ['privates''app.command.recommendation.unified''getApp_Command_Recommendation_UnifiedService'false],
  9929.             'app.command.recommendation.unified.optimized' => ['privates''app.command.recommendation.unified.optimized''getApp_Command_Recommendation_Unified_OptimizedService'false],
  9930.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  9931.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  9932.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  9933.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  9934.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  9935.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  9936.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  9937.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  9938.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  9939.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  9940.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  9941.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  9942.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  9943.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  9944.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  9945.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  9946.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  9947.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  9948.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  9949.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  9950.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  9951.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  9952.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  9953.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  9954.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  9955.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  9956.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  9957.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  9958.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  9959.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  9960.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  9961.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  9962.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  9963.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  9964.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  9965.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  9966.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  9967.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  9968.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  9969.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  9970.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  9971.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  9972.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  9973.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  9974.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  9975.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  9976.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  9977.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  9978.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  9979.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  9980.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  9981.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  9982.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  9983.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  9984.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  9985.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  9986.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  9987.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  9988.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  9989.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  9990.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  9991.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  9992.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  9993.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  9994.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  9995.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  9996.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  9997.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  9998.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  9999.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  10000.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  10001.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  10002.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  10003.             '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],
  10004.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  10005.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates''Sentry\\SentryBundle\\Command\\SentryTestCommand''getSentryTestCommandService'false],
  10006.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  10007.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  10008.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  10009.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  10010.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  10011.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  10012.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  10013.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  10014.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  10015.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  10016.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  10017.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  10018.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  10019.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  10020.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  10021.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  10022.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  10023.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  10024.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  10025.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  10026.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  10027.         ], [
  10028.             'FlexApp\\Command\\AddExhibitionDataCommand' => 'FlexApp\\Command\\AddExhibitionDataCommand',
  10029.             'FlexApp\\Command\\AddFilterToAdminPanelCommand' => 'FlexApp\\Command\\AddFilterToAdminPanelCommand',
  10030.             'FlexApp\\Command\\AddPortalTaskIfFailsExistCommand' => 'FlexApp\\Command\\AddPortalTaskIfFailsExistCommand',
  10031.             'FlexApp\\Command\\AutoResendAfterFailsCommand' => 'FlexApp\\Command\\AutoResendAfterFailsCommand',
  10032.             'FlexApp\\Command\\BindReviewsCommand' => 'FlexApp\\Command\\BindReviewsCommand',
  10033.             'FlexApp\\Command\\BuildCollectionSettnigsCommand' => 'FlexApp\\Command\\BuildCollectionSettnigsCommand',
  10034.             'FlexApp\\Command\\CalendarCommand' => 'FlexApp\\Command\\CalendarCommand',
  10035.             'FlexApp\\Command\\ChatBCommand' => 'FlexApp\\Command\\ChatBCommand',
  10036.             'FlexApp\\Command\\ChatBDispatchErrorEventCommand' => 'FlexApp\\Command\\ChatBDispatchErrorEventCommand',
  10037.             'FlexApp\\Command\\CheckActualTranslationsCommand' => 'FlexApp\\Command\\CheckActualTranslationsCommand',
  10038.             'FlexApp\\Command\\CheckGoogleGmailEventsCommand' => 'FlexApp\\Command\\CheckGoogleGmailEventsCommand',
  10039.             'FlexApp\\Command\\ClearCustomLogCommand' => 'FlexApp\\Command\\ClearCustomLogCommand',
  10040.             'FlexApp\\Command\\CommentsAddTaskForCommentsWithoutAnswerCommand' => 'FlexApp\\Command\\CommentsAddTaskForCommentsWithoutAnswerCommand',
  10041.             'FlexApp\\Command\\ConsumeTokensCommand' => 'FlexApp\\Command\\ConsumeTokensCommand',
  10042.             'FlexApp\\Command\\Cron\\CronAdminJobsCommand' => 'FlexApp\\Command\\Cron\\CronAdminJobsCommand',
  10043.             'FlexApp\\Command\\Cron\\CronExhSetReferenceCommand' => 'FlexApp\\Command\\Cron\\CronExhSetReferenceCommand',
  10044.             'FlexApp\\Command\\Cron\\CronFoundAndFixRelationCommand' => 'FlexApp\\Command\\Cron\\CronFoundAndFixRelationCommand',
  10045.             'FlexApp\\Command\\Cron\\CronListForGoogleAdsCommand' => 'FlexApp\\Command\\Cron\\CronListForGoogleAdsCommand',
  10046.             'FlexApp\\Command\\Cron\\CronParseHtmlBadLinkCommand' => 'FlexApp\\Command\\Cron\\CronParseHtmlBadLinkCommand',
  10047.             'FlexApp\\Command\\Cron\\CronParseVideoBadLinkCommand' => 'FlexApp\\Command\\Cron\\CronParseVideoBadLinkCommand',
  10048.             'FlexApp\\Command\\Cron\\CronTransExCommand' => 'FlexApp\\Command\\Cron\\CronTransExCommand',
  10049.             'FlexApp\\Command\\Cron\\CrontabFillCollectionCommand' => '?',
  10050.             'FlexApp\\Command\\Cron\\CrontabFillCountryCommand' => '?',
  10051.             'FlexApp\\Command\\Cron\\CrontabFillFactoryCommand' => '?',
  10052.             'FlexApp\\Command\\Cron\\CrontabFillReviewsCommand' => '?',
  10053.             'FlexApp\\Command\\ExportArticleSchemeToCsvCommand' => 'FlexApp\\Command\\ExportArticleSchemeToCsvCommand',
  10054.             'FlexApp\\Command\\ExportArticlesToJsonForGoogleCommand' => 'FlexApp\\Command\\ExportArticlesToJsonForGoogleCommand',
  10055.             'FlexApp\\Command\\ExportCollectionsToAmazonPersonalizeCommand' => 'FlexApp\\Command\\ExportCollectionsToAmazonPersonalizeCommand',
  10056.             'FlexApp\\Command\\ExportUserItemToAmazonPersonalizeCommand' => 'FlexApp\\Command\\ExportUserItemToAmazonPersonalizeCommand',
  10057.             'FlexApp\\Command\\ExportUsersToAmazonPersonalizeCommand' => 'FlexApp\\Command\\ExportUsersToAmazonPersonalizeCommand',
  10058.             'FlexApp\\Command\\FillArticleFilterCommand' => '?',
  10059.             'FlexApp\\Command\\FillArticleSortCommand' => '?',
  10060.             'FlexApp\\Command\\FillCapitalsCommand' => 'FlexApp\\Command\\FillCapitalsCommand',
  10061.             'FlexApp\\Command\\FillHolidaysCommand' => 'FlexApp\\Command\\FillHolidaysCommand',
  10062.             'FlexApp\\Command\\FillInteriorFilterCommand' => '?',
  10063.             'FlexApp\\Command\\FixLocalesInLocalChangeStatisticCommand' => 'FlexApp\\Command\\FixLocalesInLocalChangeStatisticCommand',
  10064.             'FlexApp\\Command\\GetCollectionThemesStatCommand' => 'FlexApp\\Command\\GetCollectionThemesStatCommand',
  10065.             'FlexApp\\Command\\ImgProcessCommand' => 'FlexApp\\Command\\ImgProcessCommand',
  10066.             'FlexApp\\Command\\ImportOldSubscribersCommand' => 'FlexApp\\Command\\ImportOldSubscribersCommand',
  10067.             'FlexApp\\Command\\ImportProdDBCommand' => 'FlexApp\\Command\\ImportProdDBCommand',
  10068.             'FlexApp\\Command\\ManualTestUnreadCountCommand' => 'FlexApp\\Command\\ManualTestUnreadCountCommand',
  10069.             'FlexApp\\Command\\ManualTestingCommand' => 'FlexApp\\Command\\ManualTestingCommand',
  10070.             'FlexApp\\Command\\MergeContactsOnPortalCommand' => 'FlexApp\\Command\\MergeContactsOnPortalCommand',
  10071.             'FlexApp\\Command\\OnceLoadCurrenciesCommand' => '?',
  10072.             'FlexApp\\Command\\OnceLoadMeasuresCommand' => '?',
  10073.             'FlexApp\\Command\\PluralizationExampleCommand' => 'FlexApp\\Command\\PluralizationExampleCommand',
  10074.             'FlexApp\\Command\\PushTestByFCMTokenCommand' => 'FlexApp\\Command\\PushTestByFCMTokenCommand',
  10075.             'FlexApp\\Command\\PushTestByTeTokenCommand' => 'FlexApp\\Command\\PushTestByTeTokenCommand',
  10076.             'FlexApp\\Command\\PushTestByUserCommand' => 'FlexApp\\Command\\PushTestByUserCommand',
  10077.             'FlexApp\\Command\\RemoveOldComparesCommand' => 'FlexApp\\Command\\RemoveOldComparesCommand',
  10078.             'FlexApp\\Command\\RenameImageExhCommand' => 'FlexApp\\Command\\RenameImageExhCommand',
  10079.             'FlexApp\\Command\\SendTestEmailCommand' => 'FlexApp\\Command\\SendTestEmailCommand',
  10080.             'FlexApp\\Command\\SendToChatCommand' => 'FlexApp\\Command\\SendToChatCommand',
  10081.             'FlexApp\\Command\\SetSkuCommand' => 'FlexApp\\Command\\SetSkuCommand',
  10082.             'FlexApp\\Command\\TestSentryCommand' => 'FlexApp\\Command\\TestSentryCommand',
  10083.             'FlexApp\\Command\\TransferUserCountryToOrderAddressCommand' => 'FlexApp\\Command\\TransferUserCountryToOrderAddressCommand',
  10084.             'FlexApp\\Command\\TranslitBuildFilesCommand' => 'FlexApp\\Command\\TranslitBuildFilesCommand',
  10085.             'FlexApp\\Command\\TretoToTeCommand' => 'FlexApp\\Command\\TretoToTeCommand',
  10086.             'FlexApp\\Command\\UpdateArticleSchemeFromCsvCommand' => '?',
  10087.             'FlexApp\\Command\\UpdateInvitationEmailDeliveryStatsCommand' => 'FlexApp\\Command\\UpdateInvitationEmailDeliveryStatsCommand',
  10088.             'FlexApp\\Command\\UpdateUserOnPortalCommand' => 'FlexApp\\Command\\UpdateUserOnPortalCommand',
  10089.             'FlexApp\\Command\\UserEnteredChatCommand' => 'FlexApp\\Command\\UserEnteredChatCommand',
  10090.             'FlexApp\\Command\\UserLeftChatCommand' => 'FlexApp\\Command\\UserLeftChatCommand',
  10091.             'FlexApp\\Command\\VisitCommand' => 'FlexApp\\Command\\VisitCommand',
  10092.             'bi.v3.command.sample_update' => 'Import1CBundle\\Command\\CronUpdateSampleCommand',
  10093.             'bi.v3.command.update_pd' => 'Import1CBundle\\Command\\CronUpdatePriceDiscountCommand',
  10094.             'bi.v3.command.save_after_reedit' => 'Import1CBundle\\Command\\CronImageSaveAfterReEditCommand',
  10095.             'bi.v3.command.save_mages_tv' => 'Import1CBundle\\Command\\CronImageSaveForTVCommand',
  10096.             'bi.v3.command.factory.set_type' => 'Import1CBundle\\Command\\CronFactoryTypeCommand',
  10097.             'bi.v3.command.collection.set_header' => 'Import1CBundle\\Command\\CronCollectionHeaderCommand',
  10098.             'bi.v3.command.check_list_report' => 'Import1CBundle\\Command\\CronCheckListReportCommand',
  10099.             'bi.v3.command.save_new_images_special' => 'Import1CBundle\\Command\\CronImageCopyImagesSpecialCommand',
  10100.             'bi.v3.command.update_collection_all' => 'Import1CBundle\\Command\\CronUpdateCollectionCommand',
  10101.             'bi.v3.command.update_factory_all' => 'Import1CBundle\\Command\\CronUpdateFactoryCommand',
  10102.             'bi.v3.command.interior_alt' => 'Import1CBundle\\Command\\CronInteriorAltCommand',
  10103.             'bi.v3.command.send_suspended_message' => 'Import1CBundle\\Command\\CronMessageSendSuspendedCommand',
  10104.             'bi.v3.command.update_color_factory' => 'Import1CBundle\\Command\\CronUpdateColorFactoryCommand',
  10105.             'bi.v3.command.update_interior' => 'Import1CBundle\\Command\\CronUpdateInteriorAllCommand',
  10106.             'bi.v3.command.feed_google_custom' => 'Import1CBundle\\Command\\CronFeedGoogleOneRemarketingCommand',
  10107.             'bi.v3.command.send_message_cmyk_image' => 'Import1CBundle\\Command\\CronMessageSendCmykImageCommand',
  10108.             'bi.v3.command.filter_collection' => 'Import1CBundle\\Command\\CronFilterCollectionCommand',
  10109.             'bi.v3.command.data_update_draw' => 'Import1CBundle\\Command\\CronUpdateDrawCommand',
  10110.             'bi.v3.command.feed_shopping_single' => 'Import1CBundle\\Command\\CronFeedShoppingSingleCommand',
  10111.             'bi.v3.command.feed_shopping_w_single' => 'Import1CBundle\\Command\\CronFeedShoppingWSingleCommand',
  10112.             'bi.v3.command.holiday' => 'Import1CBundle\\Command\\CronUpdateHolidaysCommand',
  10113.             'bi.v3.command.shopping_update' => 'Import1CBundle\\Command\\CronFeedShoppingUpdateCommand',
  10114.             'bi.v3.command.status_factory_change' => 'Import1CBundle\\Command\\CronChangeStatusFactoryMoreTwoMonthCommand',
  10115.             'bi.v3.command.collection_video' => 'Import1CBundle\\Command\\CronCollectionVideoCommand',
  10116.             'bi.v3.command.feed_review' => 'Import1CBundle\\Command\\CronFeedReviewCommand',
  10117.             'bi.v3.command.bad_image' => 'Import1CBundle\\Command\\CronMessageSendBadImageInteriorCommand',
  10118.             'bi.v3.command.flush_memcache_article' => 'Import1CBundle\\Command\\CronFlushArticleCodeCommand',
  10119.             'bi.v3.command.update_article_all' => 'Import1CBundle\\Command\\CronUpdateArticleAllCommand',
  10120.             'bi.v3.command.update_article_part' => 'Import1CBundle\\Command\\CronUpdateArticlePartCommand',
  10121.             'bi.v3.command.recomendation_articles' => 'Import1CBundle\\Command\\CronRecomendationGoogleArticlesCommand',
  10122.             'bi.v3.command.articles_option' => 'Import1CBundle\\Command\\CronArticlesOptionCommand',
  10123.             'bi.v3.command.filtered_articles_google_feed' => 'Import1CBundle\\Command\\CronFilteredArticlesGoogleFeedCommand',
  10124.             'bi.v3.command.jobs_tube' => 'Import1CBundle\\Command\\Pheanstalk\\JobsTubeCommand',
  10125.             'bi.v3.command.delete_tube' => 'Import1CBundle\\Command\\Pheanstalk\\DeleteTubeCommand',
  10126.             'bi.v3.command.stats_tube' => 'Import1CBundle\\Command\\Pheanstalk\\StatsTubeCommand',
  10127.             'bi.v3.command.import_queue' => 'Import1CBundle\\Command\\QueueHandlerCommand',
  10128.             'bi.v3.command.test' => 'Import1CBundle\\Command\\OnceRun\\TestCommand',
  10129.             'bi.v3.command.search_no_source' => 'Import1CBundle\\Command\\OnceRun\\SearchNoSourceImagesForEntityCommand',
  10130.             'bi.v3.command.buy_order' => 'Import1CBundle\\Command\\OnceRun\\GetBuyOrderCommand',
  10131.             'bi.v3.command.iamge_more_resolution' => 'Import1CBundle\\Command\\OnceRun\\RecropImagesForMoreResolutionCommand',
  10132.             'bi.v3.command.recrop_webp' => 'Import1CBundle\\Command\\OnceRun\\RecropImageWebpCommand',
  10133.             'bi.v3.command.interior_stone_texture' => 'Import1CBundle\\Command\\OnceRun\\SetInteriorStoneTexture',
  10134.             'bi.v3.command.interior_equivalent_size_image' => 'Import1CBundle\\Command\\OnceRun\\SearchEquivalentSizeImageCommand',
  10135.             'bi.v3.command.cmyk_source_image' => 'Import1CBundle\\Command\\OnceRun\\SearchCMYKSourceImageCommand',
  10136.             'bi.v3.command.set_article_description' => 'Import1CBundle\\Command\\OnceRun\\SetArticleDescriptionNew',
  10137.             'bi.v3.command.send_cmyk_convert' => 'Import1CBundle\\Command\\OnceRun\\SendMessageCmykConvertCommand',
  10138.             'bi.v3.command.interior_re_crop' => 'Import1CBundle\\Command\\OnceRun\\InteriorReCropImagesCommand',
  10139.             'bi.v3.command.factory_sync' => 'Import1CBundle\\Command\\OnceRun\\FactorySynchroCommand',
  10140.             'bi.v3.command.google_feed_article_reviews' => 'Import1CBundle\\Command\\ArticleReviewGoogleFeed\\CronArticleReviewFeedCommand',
  10141.             'Import1CBundle\\Command\\SyncListMeasureWithEdinicaCommand' => 'Import1CBundle\\Command\\SyncListMeasureWithEdinicaCommand',
  10142.             'bi.v3.command.test_rsync_connection' => 'Import1CBundle\\Command\\OnceRun\\TestRsyncConnectionCommand',
  10143.             'app.command.generate_sitemap' => 'WebBundle\\Command\\GenerateSitemapCommand',
  10144.             'app.command.sphinx.article' => 'WebBundle\\Command\\SphinxArticleCommand',
  10145.             'app.command.sphinx.count' => 'WebBundle\\Command\\SphinxCountFilterCommand',
  10146.             'app.command.export.filters' => 'WebBundle\\Command\\ExportFiltersCommand',
  10147.             'app.command.copy.visit.visit.all' => 'WebBundle\\Command\\CopyVisitToVisitAllCommand',
  10148.             'app.command.recommendation.visit' => 'WebBundle\\Command\\RecommendationVisitCommand',
  10149.             'app.command.recommendation.order' => 'WebBundle\\Command\\RecommendationOrderCommand',
  10150.             'app.command.recommendation.filter' => 'WebBundle\\Command\\RecommendationFilterCommand',
  10151.             'app.command.recommendation.unified' => 'WebBundle\\Command\\RecommendationUnifiedCommand',
  10152.             'app.command.recommendation.unified.optimized' => 'WebBundle\\Command\\RecommendationUnifiedOptimizedCommand',
  10153.             'console.command.about' => '?',
  10154.             'console.command.assets_install' => '?',
  10155.             'console.command.cache_clear' => '?',
  10156.             'console.command.cache_pool_clear' => '?',
  10157.             'console.command.cache_pool_prune' => '?',
  10158.             'console.command.cache_pool_delete' => '?',
  10159.             'console.command.cache_pool_list' => '?',
  10160.             'console.command.cache_warmup' => '?',
  10161.             'console.command.config_debug' => '?',
  10162.             'console.command.config_dump_reference' => '?',
  10163.             'console.command.container_debug' => '?',
  10164.             'console.command.container_lint' => '?',
  10165.             'console.command.debug_autowiring' => '?',
  10166.             'console.command.dotenv_debug' => '?',
  10167.             'console.command.event_dispatcher_debug' => '?',
  10168.             'console.command.messenger_consume_messages' => '?',
  10169.             'console.command.messenger_setup_transports' => '?',
  10170.             'console.command.messenger_debug' => '?',
  10171.             'console.command.messenger_stop_workers' => '?',
  10172.             'console.command.router_debug' => '?',
  10173.             'console.command.router_match' => '?',
  10174.             'console.command.translation_debug' => '?',
  10175.             'console.command.translation_extract' => '?',
  10176.             'console.command.validator_debug' => '?',
  10177.             'console.command.translation_pull' => '?',
  10178.             'console.command.translation_push' => '?',
  10179.             'console.command.xliff_lint' => '?',
  10180.             'console.command.yaml_lint' => '?',
  10181.             'console.command.form_debug' => '?',
  10182.             'console.command.secrets_set' => '?',
  10183.             'console.command.secrets_remove' => '?',
  10184.             'console.command.secrets_generate_key' => '?',
  10185.             'console.command.secrets_list' => '?',
  10186.             'console.command.secrets_decrypt_to_local' => '?',
  10187.             'console.command.secrets_encrypt_from_local' => '?',
  10188.             'twig.command.debug' => '?',
  10189.             'twig.command.lint' => '?',
  10190.             'security.command.debug_firewall' => '?',
  10191.             'security.command.user_password_encoder' => '?',
  10192.             'security.command.user_password_hash' => '?',
  10193.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  10194.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  10195.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  10196.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  10197.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  10198.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  10199.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  10200.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  10201.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  10202.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  10203.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  10204.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  10205.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  10206.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  10207.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  10208.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  10209.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  10210.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  10211.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  10212.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  10213.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  10214.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  10215.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  10216.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  10217.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  10218.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  10219.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  10220.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  10221.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  10222.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  10223.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  10224.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  10225.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  10226.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'Hautelook\\AliceBundle\\Console\\Command\\Doctrine\\DoctrineOrmLoadDataFixturesCommand',
  10227.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  10228.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  10229.             'maker.auto_command.make_auth' => '?',
  10230.             'maker.auto_command.make_command' => '?',
  10231.             'maker.auto_command.make_controller' => '?',
  10232.             'maker.auto_command.make_crud' => '?',
  10233.             'maker.auto_command.make_docker_database' => '?',
  10234.             'maker.auto_command.make_entity' => '?',
  10235.             'maker.auto_command.make_fixtures' => '?',
  10236.             'maker.auto_command.make_form' => '?',
  10237.             'maker.auto_command.make_message' => '?',
  10238.             'maker.auto_command.make_messenger_middleware' => '?',
  10239.             'maker.auto_command.make_registration_form' => '?',
  10240.             'maker.auto_command.make_reset_password' => '?',
  10241.             'maker.auto_command.make_serializer_encoder' => '?',
  10242.             'maker.auto_command.make_serializer_normalizer' => '?',
  10243.             'maker.auto_command.make_subscriber' => '?',
  10244.             'maker.auto_command.make_twig_extension' => '?',
  10245.             'maker.auto_command.make_test' => '?',
  10246.             'maker.auto_command.make_validator' => '?',
  10247.             'maker.auto_command.make_voter' => '?',
  10248.             'maker.auto_command.make_user' => '?',
  10249.             'maker.auto_command.make_migration' => '?',
  10250.         ]), ['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']);
  10251.     }
  10252.     /**
  10253.      * Gets the public 'console.error_listener' shared service.
  10254.      *
  10255.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  10256.      */
  10257.     protected function getConsole_ErrorListenerService()
  10258.     {
  10259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  10260.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  10261.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10262.         $a->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  10263.         $a->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  10264.         $a->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  10265.         $a->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  10266.         $a->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  10267.         $a->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  10268.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  10269.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  10270.         $a->pushHandler(($this->privates['monolog.handler.doctrine'] ?? $this->getMonolog_Handler_DoctrineService()));
  10271.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10272.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  10273.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10274.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10275.         return $this->services['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  10276.     }
  10277.     /**
  10278.      * Gets the public 'container.env_var_processors_locator' shared service.
  10279.      *
  10280.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10281.      */
  10282.     protected function getContainer_EnvVarProcessorsLocatorService()
  10283.     {
  10284.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10285.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10286.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10287.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10288.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10289.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10290.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10291.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10292.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10293.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10294.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10295.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10296.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10297.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10298.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10299.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10300.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10301.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10302.         ], [
  10303.             'base64' => '?',
  10304.             'bool' => '?',
  10305.             'const' => '?',
  10306.             'csv' => '?',
  10307.             'default' => '?',
  10308.             'file' => '?',
  10309.             'float' => '?',
  10310.             'int' => '?',
  10311.             'json' => '?',
  10312.             'key' => '?',
  10313.             'not' => '?',
  10314.             'query_string' => '?',
  10315.             'require' => '?',
  10316.             'resolve' => '?',
  10317.             'string' => '?',
  10318.             'trim' => '?',
  10319.             'url' => '?',
  10320.         ]);
  10321.     }
  10322.     /**
  10323.      * Gets the public 'doctrine' shared service.
  10324.      *
  10325.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  10326.      */
  10327.     protected function getDoctrineService()
  10328.     {
  10329.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  10330.     }
  10331.     /**
  10332.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  10333.      *
  10334.      * @return \Doctrine\DBAL\Connection
  10335.      */
  10336.     protected function getDoctrine_Dbal_DefaultConnectionService()
  10337.     {
  10338.         $a = new \Doctrine\DBAL\Configuration();
  10339.         $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()))]));
  10340.         $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, [
  10341.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => ['privates''FlexApp\\EventSubscriber\\RemoveUserSubscriber''getRemoveUserSubscriberService'false],
  10342.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  10343.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  10344.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  10345.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  10346.             'gedmo.listener.timestampable' => ['privates''gedmo.listener.timestampable''getGedmo_Listener_TimestampableService'false],
  10347.         ], [
  10348.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => '?',
  10349.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  10350.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  10351.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  10352.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  10353.             'gedmo.listener.timestampable' => '?',
  10354.         ]), [=> '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']);
  10355.         ($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\ConnectionConfigurator'] ?? $this->getConnectionConfiguratorService())->configure($instance);
  10356.         return $instance;
  10357.     }
  10358.     /**
  10359.      * Gets the public 'doctrine.dbal.logs_connection' shared service.
  10360.      *
  10361.      * @return \Doctrine\DBAL\Connection
  10362.      */
  10363.     protected function getDoctrine_Dbal_LogsConnectionService()
  10364.     {
  10365.         $a = new \Doctrine\DBAL\Configuration();
  10366.         $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()))]));
  10367.         $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, [
  10368.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => ['privates''FlexApp\\EventSubscriber\\RemoveUserSubscriber''getRemoveUserSubscriberService'false],
  10369.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  10370.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  10371.             'doctrine.orm.logs_listeners.attach_entity_listeners' => ['privates''doctrine.orm.logs_listeners.attach_entity_listeners''getDoctrine_Orm_LogsListeners_AttachEntityListenersService'false],
  10372.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  10373.         ], [
  10374.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => '?',
  10375.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  10376.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  10377.             'doctrine.orm.logs_listeners.attach_entity_listeners' => '?',
  10378.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  10379.         ]), [=> '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']]), []);
  10380.         ($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\ConnectionConfigurator'] ?? $this->getConnectionConfiguratorService())->configure($instance);
  10381.         return $instance;
  10382.     }
  10383.     /**
  10384.      * Gets the public 'doctrine.dbal.oneC_connection' shared service.
  10385.      *
  10386.      * @return \Doctrine\DBAL\Connection
  10387.      */
  10388.     protected function getDoctrine_Dbal_OneCConnectionService()
  10389.     {
  10390.         $a = new \Doctrine\DBAL\Configuration();
  10391.         $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()))]));
  10392.         $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, [
  10393.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => ['privates''FlexApp\\EventSubscriber\\RemoveUserSubscriber''getRemoveUserSubscriberService'false],
  10394.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  10395.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  10396.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  10397.             'doctrine.orm.oneC_listeners.attach_entity_listeners' => ['privates''doctrine.orm.oneC_listeners.attach_entity_listeners''getDoctrine_Orm_OneCListeners_AttachEntityListenersService'false],
  10398.         ], [
  10399.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => '?',
  10400.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  10401.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  10402.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  10403.             'doctrine.orm.oneC_listeners.attach_entity_listeners' => '?',
  10404.         ]), [=> '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']]), []);
  10405.         ($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\ConnectionConfigurator'] ?? $this->getConnectionConfiguratorService())->configure($instance);
  10406.         return $instance;
  10407.     }
  10408.     /**
  10409.      * Gets the public 'doctrine.dbal.unbuffered_connection' shared service.
  10410.      *
  10411.      * @return \Doctrine\DBAL\Connection
  10412.      */
  10413.     protected function getDoctrine_Dbal_UnbufferedConnectionService()
  10414.     {
  10415.         $a = new \Doctrine\DBAL\Configuration();
  10416.         $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()))]));
  10417.         $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, [
  10418.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => ['privates''FlexApp\\EventSubscriber\\RemoveUserSubscriber''getRemoveUserSubscriberService'false],
  10419.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  10420.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  10421.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  10422.         ], [
  10423.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => '?',
  10424.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  10425.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  10426.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  10427.         ]), [=> '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']);
  10428.         ($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\ConnectionConfigurator'] ?? $this->getConnectionConfiguratorService())->configure($instance);
  10429.         return $instance;
  10430.     }
  10431.     /**
  10432.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  10433.      *
  10434.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  10435.      */
  10436.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  10437.     {
  10438.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10439.             'orm_transexentity_listener' => ['services''orm_transexentity_listener''getOrmTransexentityListenerService'false],
  10440.         ], [
  10441.             'orm_transexentity_listener' => '?',
  10442.         ]));
  10443.         $instance->registerService('FlexApp\\EventListener\\ORM\\TransExEntityListener''orm_transexentity_listener');
  10444.         return $instance;
  10445.     }
  10446.     /**
  10447.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  10448.      *
  10449.      * @return \Doctrine\ORM\EntityManager
  10450.      */
  10451.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  10452.     {
  10453.         if ($lazyLoad) {
  10454.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  10455.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  10456.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  10457.                     $proxy->setProxyInitializer(null);
  10458.                     return true;
  10459.                 });
  10460.             });
  10461.         }
  10462.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  10463.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  10464.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  10465.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  10466.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  10467.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  10468.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  10469.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  10470.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  10471.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  10472.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  10473.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  10474.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  10475.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  10476.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  10477.         $a = new \Doctrine\ORM\Configuration();
  10478.         $b = ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService());
  10479.         $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  10480.         $d = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  10481.         $c->addDriver($d'WebBundle\\Entity');
  10482.         $c->addDriver($d'FlexApp\\Entity\\');
  10483.         $a->setEntityNamespaces(['WebBundle' => 'WebBundle\\Entity''custom_mapping' => 'FlexApp\\Entity\\']);
  10484.         $a->setMetadataCache($b);
  10485.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap($b));
  10486.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['doctrine.redis_cache_pool.traceable'] ?? $this->getDoctrine_RedisCachePool_TraceableService())));
  10487.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  10488.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  10489.         $a->setProxyNamespace('Proxies');
  10490.         $a->setAutoGenerateProxyClasses(true);
  10491.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  10492.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  10493.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  10494.         $a->setQuoteStrategy(($this->services['app.orm.quote.strategy'] ?? ($this->services['app.orm.quote.strategy'] = new \FlexApp\Extensions\Doctrine\Mapping\AppQuoteStrategy())));
  10495.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  10496.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  10497.         $a->addCustomStringFunction('replace''WebBundle\\DoctrineExtensions\\Query\\DqlReplaceHelper');
  10498.         $a->addCustomStringFunction('collate''WebBundle\\DoctrineExtensions\\Query\\CollateFunction');
  10499.         $a->addCustomStringFunction('regexp''WebBundle\\DoctrineExtensions\\Query\\Regexp');
  10500.         $a->addCustomStringFunction('FIELD''DoctrineExtensions\\Query\\Mysql\\Field');
  10501.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  10502.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  10503.         return $instance;
  10504.     }
  10505.     /**
  10506.      * Gets the public 'doctrine.orm.logs_entity_manager' shared service.
  10507.      *
  10508.      * @return \Doctrine\ORM\EntityManager
  10509.      */
  10510.     protected function getDoctrine_Orm_LogsEntityManagerService($lazyLoad true)
  10511.     {
  10512.         if ($lazyLoad) {
  10513.             return $this->services['doctrine.orm.logs_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  10514.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  10515.                     $wrappedInstance $this->getDoctrine_Orm_LogsEntityManagerService(false);
  10516.                     $proxy->setProxyInitializer(null);
  10517.                     return true;
  10518.                 });
  10519.             });
  10520.         }
  10521.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  10522.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  10523.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  10524.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  10525.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  10526.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  10527.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  10528.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  10529.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  10530.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  10531.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  10532.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  10533.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  10534.         $a = new \Doctrine\ORM\Configuration();
  10535.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  10536.         $c = ($this->privates['doctrine.orm.logs_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_LogsAnnotationMetadataDriverService());
  10537.         $b->addDriver($c'Import1CBundle\\Entity');
  10538.         $b->addDriver($c'AdmBundle\\Entity');
  10539.         $b->addDriver($c'FlexApp\\Entity\\');
  10540.         $a->setEntityNamespaces(['Import1CBundle' => 'Import1CBundle\\Entity''AdmBundle' => 'AdmBundle\\Entity''custom_mapping' => 'FlexApp\\Entity\\']);
  10541.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  10542.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.logs.query.traceable'] ?? $this->getCache_Doctrine_Orm_Logs_Query_TraceableService())));
  10543.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.logs.result.traceable'] ?? $this->getCache_Doctrine_Orm_Logs_Result_TraceableService())));
  10544.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  10545.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  10546.         $a->setProxyNamespace('Proxies');
  10547.         $a->setAutoGenerateProxyClasses(true);
  10548.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  10549.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  10550.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  10551.         $a->setQuoteStrategy(($this->services['app.orm.quote.strategy'] ?? ($this->services['app.orm.quote.strategy'] = new \FlexApp\Extensions\Doctrine\Mapping\AppQuoteStrategy())));
  10552.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  10553.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  10554.         $a->addCustomStringFunction('replace''WebBundle\\DoctrineExtensions\\Query\\DqlReplaceHelper');
  10555.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.logs_connection'] ?? $this->getDoctrine_Dbal_LogsConnectionService()), $a);
  10556.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  10557.         return $instance;
  10558.     }
  10559.     /**
  10560.      * Gets the public 'doctrine.orm.oneC_entity_manager' shared service.
  10561.      *
  10562.      * @return \Doctrine\ORM\EntityManager
  10563.      */
  10564.     protected function getDoctrine_Orm_OneCEntityManagerService($lazyLoad true)
  10565.     {
  10566.         if ($lazyLoad) {
  10567.             return $this->services['doctrine.orm.oneC_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  10568.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  10569.                     $wrappedInstance $this->getDoctrine_Orm_OneCEntityManagerService(false);
  10570.                     $proxy->setProxyInitializer(null);
  10571.                     return true;
  10572.                 });
  10573.             });
  10574.         }
  10575.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  10576.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  10577.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  10578.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  10579.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  10580.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  10581.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  10582.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  10583.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  10584.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  10585.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  10586.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  10587.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  10588.         $a = new \Doctrine\ORM\Configuration();
  10589.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  10590.         $c = ($this->privates['doctrine.orm.oneC_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_OneCAnnotationMetadataDriverService());
  10591.         $b->addDriver($c'WebBundle\\Entity');
  10592.         $b->addDriver($c'Import1CBundle\\Entity');
  10593.         $b->addDriver($c'FlexApp\\Entity\\');
  10594.         $a->setEntityNamespaces(['WebBundle' => 'WebBundle\\Entity''Import1CBundle' => 'Import1CBundle\\Entity''custom_mapping' => 'FlexApp\\Entity\\']);
  10595.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  10596.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.oneC.query.traceable'] ?? $this->getCache_Doctrine_Orm_OneC_Query_TraceableService())));
  10597.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.oneC.result.traceable'] ?? $this->getCache_Doctrine_Orm_OneC_Result_TraceableService())));
  10598.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  10599.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  10600.         $a->setProxyNamespace('Proxies');
  10601.         $a->setAutoGenerateProxyClasses(true);
  10602.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  10603.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  10604.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  10605.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  10606.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  10607.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  10608.         $a->addCustomStringFunction('replace''WebBundle\\DoctrineExtensions\\Query\\DqlReplaceHelper');
  10609.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.oneC_connection'] ?? $this->getDoctrine_Dbal_OneCConnectionService()), $a);
  10610.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  10611.         return $instance;
  10612.     }
  10613.     /**
  10614.      * Gets the public 'error_controller' shared service.
  10615.      *
  10616.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  10617.      */
  10618.     protected function getErrorControllerService()
  10619.     {
  10620.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  10621.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  10622.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  10623.         include_once \dirname(__DIR__4).'/src/FlexApp/Classes/TwigErrorRenderer.php';
  10624.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  10625.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10626.         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)));
  10627.     }
  10628.     /**
  10629.      * Gets the public 'event_dispatcher' shared service.
  10630.      *
  10631.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  10632.      */
  10633.     protected function getEventDispatcherService()
  10634.     {
  10635.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  10636.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10637.         $a->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  10638.         $a->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  10639.         $a->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  10640.         $a->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  10641.         $a->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  10642.         $a->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  10643.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  10644.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  10645.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  10646.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10647.         $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())));
  10648.         $instance->addListener('FlexApp\\Events\\Style43\\CommentSendToPortalFailedEvent', [=> function () {
  10649.             return ($this->privates['FlexApp\\EventListener\\CommentErrorListener'] ?? $this->getCommentErrorListenerService());
  10650.         }, => 'onSendToPortalFailed'], 0);
  10651.         $instance->addListener('FlexApp\\Events\\Style43\\CommentErrorEvent', [=> function () {
  10652.             return ($this->privates['FlexApp\\EventListener\\CommentErrorListener'] ?? $this->getCommentErrorListenerService());
  10653.         }, => 'onCommentError'], 0);
  10654.         $instance->addListener('Import1CBundle\\Event\\CollectionStatusChangeEvent', [=> function () {
  10655.             return ($this->services['Import1CBundle\\EventListener\\CollectionStatusChangeListener'] ?? ($this->services['Import1CBundle\\EventListener\\CollectionStatusChangeListener'] = new \Import1CBundle\EventListener\CollectionStatusChangeListener()));
  10656.         }, => 'onCommentError'], 0);
  10657.         $instance->addListener('Import1CBundle\\Event\\InteriorArticlesLinkingEvent', [=> function () {
  10658.             return ($this->services['Import1CBundle\\EventListener\\InteriorArticlesLinkingListener'] ?? $this->getInteriorArticlesLinkingListenerService());
  10659.         }, => 'onInteriorArticlesLinking'], 0);
  10660.         $instance->addListener('kernel.request', [=> function () {
  10661.             return ($this->services['app.request'] ?? $this->getApp_RequestService());
  10662.         }, => 'onKernelRequest'], 0);
  10663.         $instance->addListener('kernel.response', [=> function () {
  10664.             return ($this->services['app.response'] ?? $this->getApp_ResponseService());
  10665.         }, => 'onKernelResponse'], 0);
  10666.         $instance->addListener('security.interactive_login', [=> function () {
  10667.             return ($this->services['app.security.interactive_login_listener'] ?? $this->getApp_Security_InteractiveLoginListenerService());
  10668.         }, => 'onAuthenticationSuccess'], 0);
  10669.         $instance->addListener('kernel.controller', [=> function () {
  10670.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  10671.         }, => 'onKernelController'], 0);
  10672.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  10673.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  10674.         }, => 'checkPassport'], 1024);
  10675.         $instance->addListener('kernel.response', [=> function () {
  10676.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10677.         }, => 'onKernelResponse'], 0);
  10678.         $instance->addListener('kernel.request', [=> function () {
  10679.             return ($this->privates['mobile_detect.request_listener'] ?? $this->getMobileDetect_RequestListenerService());
  10680.         }, => 'handleRequest'], 1);
  10681.         $instance->addListener('kernel.response', [=> function () {
  10682.             return ($this->privates['mobile_detect.request_listener'] ?? $this->getMobileDetect_RequestListenerService());
  10683.         }, => 'handleResponse'], 0);
  10684.         $instance->addListener('console.command', [=> function () {
  10685.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  10686.         }, => 'handleConsoleCommandEvent'], 128);
  10687.         $instance->addListener('console.terminate', [=> function () {
  10688.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  10689.         }, => 'handleConsoleTerminateEvent'], -64);
  10690.         $instance->addListener('console.error', [=> function () {
  10691.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  10692.         }, => 'handleConsoleErrorEvent'], -64);
  10693.         $instance->addListener('kernel.exception', [=> function () {
  10694.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  10695.         }, => 'handleExceptionEvent'], 128);
  10696.         $instance->addListener('kernel.request', [=> function () {
  10697.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  10698.         }, => 'handleKernelRequestEvent'], 5);
  10699.         $instance->addListener('kernel.controller', [=> function () {
  10700.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  10701.         }, => 'handleKernelControllerEvent'], 10);
  10702.         $instance->addListener('kernel.request', [=> function () {
  10703.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  10704.         }, => 'handleKernelRequestEvent'], 3);
  10705.         $instance->addListener('kernel.finish_request', [=> function () {
  10706.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  10707.         }, => 'handleKernelFinishRequestEvent'], 5);
  10708.         $instance->addListener('kernel.request', [=> function () {
  10709.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  10710.         }, => 'handleKernelRequestEvent'], 4);
  10711.         $instance->addListener('kernel.response', [=> function () {
  10712.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  10713.         }, => 'handleKernelResponseEvent'], 15);
  10714.         $instance->addListener('kernel.terminate', [=> function () {
  10715.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  10716.         }, => 'handleKernelTerminateEvent'], 5);
  10717.         $instance->addListener('kernel.request', [=> function () {
  10718.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  10719.         }, => 'handleKernelRequestEvent'], 2);
  10720.         $instance->addListener('kernel.finish_request', [=> function () {
  10721.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  10722.         }, => 'handleKernelFinishRequestEvent'], 10);
  10723.         $instance->addListener('kernel.response', [=> function () {
  10724.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  10725.         }, => 'handleKernelResponseEvent'], 15);
  10726.         $instance->addListener('console.command', [=> function () {
  10727.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  10728.         }, => 'handleConsoleCommandEvent'], 118);
  10729.         $instance->addListener('console.terminate', [=> function () {
  10730.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  10731.         }, => 'handleConsoleTerminateEvent'], -54);
  10732.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  10733.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  10734.         }, => 'handleWorkerMessageFailedEvent'], 50);
  10735.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  10736.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  10737.         }, => 'handleWorkerMessageHandledEvent'], 50);
  10738.         $instance->addListener('kernel.request', [=> function () {
  10739.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  10740.         }, => 'handleKernelRequestEvent'], 0);
  10741.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  10742.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  10743.         }, => 'handleLoginSuccessEvent'], 0);
  10744.         $instance->addListener('kernel.request', [=> function () {
  10745.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  10746.         }, => 'onKernelRequest'], 250);
  10747.         $instance->addListener('kernel.response', [=> function () {
  10748.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  10749.         }, => 'onKernelResponse'], 0);
  10750.         $instance->addListener('kernel.response', [=> function () {
  10751.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  10752.         }, => 'onResponse'], -10);
  10753.         $instance->addListener('FlexApp\\Events\\Style43\\UserUsedStopWordsEvent', [=> function () {
  10754.             return ($this->privates['FlexApp\\EventSubscriber\\BanIpSubscriber'] ?? $this->getBanIpSubscriberService());
  10755.         }, => 'banUserIps'], 0);
  10756.         $instance->addListener('FlexApp\\Events\\Style43\\NewCommentSavedEvent', [=> function () {
  10757.             return ($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'] ?? $this->getCommentNotifyClientsSubscriberService());
  10758.         }, => 'notifyUsers'], 10);
  10759.         $instance->addListener('FlexApp\\Events\\Style43\\CommentCreateFromFormSavedSuccessfullyEvent', [=> function () {
  10760.             return ($this->privates['FlexApp\\EventSubscriber\\CommentSendToPortalSubscriber'] ?? $this->getCommentSendToPortalSubscriberService());
  10761.         }, => 'send'], -5);
  10762.         $instance->addListener('FlexApp\\Events\\Style43\\CommentUpdateFromFormSavedSuccessfullyEvent', [=> function () {
  10763.             return ($this->privates['FlexApp\\EventSubscriber\\CommentSendToPortalSubscriber'] ?? $this->getCommentSendToPortalSubscriberService());
  10764.         }, => 'send'], -5);
  10765.         $instance->addListener('FlexApp\\Events\\Style43\\ExistingCommentSavedEvent', [=> function () {
  10766.             return ($this->privates['FlexApp\\EventSubscriber\\CommentSendToPortalSubscriber'] ?? $this->getCommentSendToPortalSubscriberService());
  10767.         }, => 'sendExistingComment'], 0);
  10768.         $instance->addListener('kernel.request', [=> function () {
  10769.             return ($this->privates['FlexApp\\EventSubscriber\\EmailClickSubscriber'] ?? $this->getEmailClickSubscriberService());
  10770.         }, => 'onKernelRequest'], 2048);
  10771.         $instance->addListener('FlexApp\\Events\\Style43\\CommentErrorEvent', [=> function () {
  10772.             return ($this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'] ?? $this->getErrorNotifierSubscriberService());
  10773.         }, => 'notifyAboutCommentComponentError'], 0);
  10774.         $instance->addListener('FlexApp\\Events\\Style43\\UserErrorEvent', [=> function () {
  10775.             return ($this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'] ?? $this->getErrorNotifierSubscriberService());
  10776.         }, => 'notifyAboutUserComponentError'], 0);
  10777.         $instance->addListener('FlexApp\\Events\\Style43\\GeneralErrorEvent', [=> function () {
  10778.             return ($this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'] ?? $this->getErrorNotifierSubscriberService());
  10779.         }, => 'notifyAboutGeneralError'], 0);
  10780.         $instance->addListener('FlexApp\\Events\\Style43\\NotValidPortalApiServerRequestEvent', [=> function () {
  10781.             return ($this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'] ?? $this->getErrorNotifierSubscriberService());
  10782.         }, => 'notifyAboutGeneralError'], 0);
  10783.         $instance->addListener('kernel.request', [=> function () {
  10784.             return ($this->privates['FlexApp\\EventSubscriber\\ImgLibSubscriber'] ?? ($this->privates['FlexApp\\EventSubscriber\\ImgLibSubscriber'] = new \FlexApp\EventSubscriber\ImgLibSubscriber()));
  10785.         }, => 'onKernelRequest'], 0);
  10786.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  10787.             return ($this->privates['FlexApp\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  10788.         }, => 'onLogoutEvent'], 0);
  10789.         $instance->addListener('FlexApp\\Events\\UserHasEnteredTheChatEvent', [=> function () {
  10790.             return ($this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber'] ?? $this->getPortalNotifierAboutJobSeekerHasEnteredTheChatSubscriberService());
  10791.         }, => 'notifyPortal'], 0);
  10792.         $instance->addListener('FlexApp\\Events\\UserLeftChatEvent', [=> function () {
  10793.             return ($this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerLeftChatSubscriber'] ?? $this->getPortalNotifierAboutJobSeekerLeftChatSubscriberService());
  10794.         }, => 'onUserLeftChatEvent'], 0);
  10795.         $instance->addListener('FlexApp\\Events\\PortalThemeEvent', [=> function () {
  10796.             return ($this->privates['FlexApp\\EventSubscriber\\PortalThemeSetterSubscriber'] ?? $this->getPortalThemeSetterSubscriberService());
  10797.         }, => 'setThemeUnid'], 0);
  10798.         $instance->addListener('FlexApp\\Events\\Style43\\RegistrationSuccessEvent', [=> function () {
  10799.             return ($this->privates['FlexApp\\EventSubscriber\\RetieChatMessagesOnPortalSubscriber'] ?? $this->getRetieChatMessagesOnPortalSubscriberService());
  10800.         }, => 'retieChatMessagesOnPortal'], 0);
  10801.         $instance->addListener('kernel.terminate', [=> function () {
  10802.             return ($this->privates['FlexApp\\Sentry\\SentryFlushSubscriber'] ?? $this->getSentryFlushSubscriberService());
  10803.         }, => 'flush'], -1024);
  10804.         $instance->addListener('console.terminate', [=> function () {
  10805.             return ($this->privates['FlexApp\\Sentry\\SentryFlushSubscriber'] ?? $this->getSentryFlushSubscriberService());
  10806.         }, => 'flush'], -1024);
  10807.         $instance->addListener('kernel.response', [=> function () {
  10808.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  10809.         }, => 'onKernelResponse'], 0);
  10810.         $instance->addListener('kernel.response', [=> function () {
  10811.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  10812.         }, => 'onKernelResponse'], -1024);
  10813.         $instance->addListener('kernel.request', [=> function () {
  10814.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  10815.         }, => 'setDefaultLocale'], 100);
  10816.         $instance->addListener('kernel.request', [=> function () {
  10817.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  10818.         }, => 'onKernelRequest'], 16);
  10819.         $instance->addListener('kernel.finish_request', [=> function () {
  10820.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  10821.         }, => 'onKernelFinishRequest'], 0);
  10822.         $instance->addListener('kernel.request', [=> function () {
  10823.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  10824.         }, => 'onKernelRequest'], 256);
  10825.         $instance->addListener('kernel.response', [=> function () {
  10826.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  10827.         }, => 'onResponse'], -255);
  10828.         $instance->addListener('kernel.controller_arguments', [=> function () {
  10829.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  10830.         }, => 'onControllerArguments'], 0);
  10831.         $instance->addListener('kernel.exception', [=> function () {
  10832.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  10833.         }, => 'logKernelException'], 0);
  10834.         $instance->addListener('kernel.exception', [=> function () {
  10835.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  10836.         }, => 'onKernelException'], -128);
  10837.         $instance->addListener('kernel.response', [=> function () {
  10838.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  10839.         }, => 'removeCspHeader'], -128);
  10840.         $instance->addListener('kernel.request', [=> function () {
  10841.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  10842.         }, => 'onKernelRequest'], 15);
  10843.         $instance->addListener('kernel.finish_request', [=> function () {
  10844.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  10845.         }, => 'onKernelFinishRequest'], -15);
  10846.         $instance->addListener('console.error', [=> function () {
  10847.             return ($this->services['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  10848.         }, => 'onConsoleError'], -128);
  10849.         $instance->addListener('console.terminate', [=> function () {
  10850.             return ($this->services['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  10851.         }, => 'onConsoleTerminate'], -128);
  10852.         $instance->addListener('console.error', [=> function () {
  10853.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  10854.         }, => 'onConsoleError'], 0);
  10855.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  10856.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  10857.         }, => 'onMessage'], -255);
  10858.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  10859.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  10860.         }, => 'onMessage'], -255);
  10861.         $instance->addListener('kernel.response', [=> function () {
  10862.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  10863.         }, => 'onKernelResponse'], 0);
  10864.         $instance->addListener('kernel.request', [=> function () {
  10865.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  10866.         }, => 'onKernelRequest'], 48);
  10867.         $instance->addListener('kernel.request', [=> function () {
  10868.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  10869.         }, => 'configure'], 2048);
  10870.         $instance->addListener('console.command', [=> function () {
  10871.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  10872.         }, => 'configure'], 2048);
  10873.         $instance->addListener('kernel.request', [=> function () {
  10874.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  10875.         }, => 'onKernelRequest'], 32);
  10876.         $instance->addListener('kernel.finish_request', [=> function () {
  10877.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  10878.         }, => 'onKernelFinishRequest'], 0);
  10879.         $instance->addListener('kernel.exception', [=> function () {
  10880.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  10881.         }, => 'onKernelException'], -64);
  10882.         $instance->addListener('kernel.request', [=> function () {
  10883.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  10884.         }, => 'onKernelRequest'], 128);
  10885.         $instance->addListener('kernel.response', [=> function () {
  10886.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  10887.         }, => 'onKernelResponse'], -1000);
  10888.         $instance->addListener('kernel.finish_request', [=> function () {
  10889.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  10890.         }, => 'onFinishRequest'], 0);
  10891.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  10892.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  10893.         }, => 'onMessageFailed'], 100);
  10894.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  10895.             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()));
  10896.         }, => 'onMessageFailed'], 200);
  10897.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  10898.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  10899.         }, => 'onWorkerStarted'], 0);
  10900.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  10901.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  10902.         }, => 'onWorkerRunning'], 0);
  10903.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  10904.             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()));
  10905.         }, => 'onMessageFailed'], 0);
  10906.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  10907.             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()));
  10908.         }, => 'onWorkerRunning'], 0);
  10909.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  10910.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  10911.         }, => 'onNotification'], -255);
  10912.         $instance->addListener('kernel.response', [=> function () {
  10913.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  10914.         }, => 'onKernelResponse'], -100);
  10915.         $instance->addListener('kernel.exception', [=> function () {
  10916.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  10917.         }, => 'onKernelException'], 0);
  10918.         $instance->addListener('kernel.terminate', [=> function () {
  10919.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  10920.         }, => 'onKernelTerminate'], -1024);
  10921.         $instance->addListener('kernel.controller', [=> function () {
  10922.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  10923.         }, => 'onKernelController'], 0);
  10924.         $instance->addListener('kernel.response', [=> function () {
  10925.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  10926.         }, => 'onKernelResponse'], 0);
  10927.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  10928.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  10929.         }, => 'onMessage'], 0);
  10930.         $instance->addListener('kernel.response', [=> function () {
  10931.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  10932.         }, => 'onKernelResponse'], 0);
  10933.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  10934.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  10935.         }, => 'checkPassport'], 0);
  10936.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  10937.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  10938.         }, => 'onLoginSuccess'], 0);
  10939.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  10940.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  10941.         }, => 'onVoterVote'], 0);
  10942.         $instance->addListener('kernel.request', [=> function () {
  10943.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  10944.         }, => 'configureLogoutUrlGenerator'], 8);
  10945.         $instance->addListener('kernel.request', [=> function () {
  10946.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  10947.         }, => 'onKernelRequest'], 8);
  10948.         $instance->addListener('kernel.finish_request', [=> function () {
  10949.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  10950.         }, => 'onKernelFinishRequest'], 0);
  10951.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  10952.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  10953.         }, => 'onWorkerMessageHandled'], 0);
  10954.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  10955.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  10956.         }, => 'onWorkerMessageFailed'], 0);
  10957.         $instance->addListener('kernel.controller', [=> function () {
  10958.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  10959.         }, => 'onKernelController'], 0);
  10960.         $instance->addListener('kernel.controller', [=> function () {
  10961.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  10962.         }, => 'onKernelController'], 0);
  10963.         $instance->addListener('kernel.controller', [=> function () {
  10964.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  10965.         }, => 'onKernelController'], -128);
  10966.         $instance->addListener('kernel.view', [=> function () {
  10967.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  10968.         }, => 'onKernelView'], 0);
  10969.         $instance->addListener('kernel.controller', [=> function () {
  10970.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  10971.         }, => 'onKernelController'], 0);
  10972.         $instance->addListener('kernel.response', [=> function () {
  10973.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  10974.         }, => 'onKernelResponse'], 0);
  10975.         $instance->addListener('kernel.controller_arguments', [=> function () {
  10976.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  10977.         }, => 'onKernelControllerArguments'], 0);
  10978.         $instance->addListener('kernel.controller_arguments', [=> function () {
  10979.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  10980.         }, => 'onKernelControllerArguments'], 0);
  10981.         $instance->addListener('kernel.view', [=> function () {
  10982.             return ($this->privates['sensio_framework_extra.psr7.listener.response'] ?? $this->getSensioFrameworkExtra_Psr7_Listener_ResponseService());
  10983.         }, => 'onKernelView'], 0);
  10984.         $instance->addListener('console.command', [=> function () {
  10985.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  10986.         }, => 'onCommand'], 255);
  10987.         $instance->addListener('console.terminate', [=> function () {
  10988.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  10989.         }, => 'onTerminate'], -255);
  10990.         $instance->addListener('kernel.exception', [=> function () {
  10991.             return ($this->services['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  10992.         }, => 'onException'], 0);
  10993.         $instance->addListener('kernel.terminate', [=> function () {
  10994.             return ($this->services['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  10995.         }, => 'onTerminate'], 0);
  10996.         $instance->addListener('console.error', [=> function () {
  10997.             return ($this->services['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  10998.         }, => 'onException'], 0);
  10999.         $instance->addListener('console.terminate', [=> function () {
  11000.             return ($this->services['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  11001.         }, => 'onTerminate'], 0);
  11002.         $instance->addListener('kernel.response', [=> function () {
  11003.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  11004.         }, => 'onKernelResponse'], -128);
  11005.         $instance->addListener('console.error', [=> function () {
  11006.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  11007.         }, => 'onConsoleError'], 0);
  11008.         $instance->addListener('console.terminate', [=> function () {
  11009.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  11010.         }, => 'onConsoleTerminate'], 0);
  11011.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  11012.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  11013.         }, => 'checkPassport'], 512);
  11014.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  11015.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  11016.         }, => 'onLogout'], 0);
  11017.         return $instance;
  11018.     }
  11019.     /**
  11020.      * Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
  11021.      *
  11022.      * @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
  11023.      */
  11024.     protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad true)
  11025.     {
  11026.         if ($lazyLoad) {
  11027.             return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
  11028.                 return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  11029.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
  11030.                     $proxy->setProxyInitializer(null);
  11031.                     return true;
  11032.                 });
  11033.             });
  11034.         }
  11035.         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()));
  11036.     }
  11037.     /**
  11038.      * Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
  11039.      *
  11040.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
  11041.      */
  11042.     protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad true)
  11043.     {
  11044.         if ($lazyLoad) {
  11045.             return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
  11046.                 return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  11047.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
  11048.                     $proxy->setProxyInitializer(null);
  11049.                     return true;
  11050.                 });
  11051.             });
  11052.         }
  11053.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11054.     }
  11055.     /**
  11056.      * Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
  11057.      *
  11058.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
  11059.      */
  11060.     protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad true)
  11061.     {
  11062.         if ($lazyLoad) {
  11063.             return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
  11064.                 return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  11065.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
  11066.                     $proxy->setProxyInitializer(null);
  11067.                     return true;
  11068.                 });
  11069.             });
  11070.         }
  11071.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11072.     }
  11073.     /**
  11074.      * Gets the public 'full_text_searcher' shared autowired service.
  11075.      *
  11076.      * @return \WebBundle\Service\FullTextSearchService
  11077.      */
  11078.     protected function getFullTextSearcherService()
  11079.     {
  11080.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/FullTextSearchService.php';
  11081.         $this->services['full_text_searcher'] = $instance = new \WebBundle\Service\FullTextSearchService(($this->services['sphinx_ql'] ?? $this->getSphinxQlService()));
  11082.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  11083.         return $instance;
  11084.     }
  11085.     /**
  11086.      * Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
  11087.      *
  11088.      * @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
  11089.      */
  11090.     protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
  11091.     {
  11092.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11093.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
  11094.         $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()));
  11095.         $instance->setName('hautelook:fixtures:load');
  11096.         return $instance;
  11097.     }
  11098.     /**
  11099.      * Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
  11100.      *
  11101.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  11102.      */
  11103.     protected function getHautelookAlice_DataFixtures_AppendLoaderService()
  11104.     {
  11105.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  11106.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  11107.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  11108.         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))))));
  11109.     }
  11110.     /**
  11111.      * Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
  11112.      *
  11113.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  11114.      */
  11115.     protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
  11116.     {
  11117.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  11118.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  11119.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  11120.         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))))));
  11121.     }
  11122.     /**
  11123.      * Gets the public 'hautelook_alice.loader' shared service.
  11124.      *
  11125.      * @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
  11126.      */
  11127.     protected function getHautelookAlice_LoaderService()
  11128.     {
  11129.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
  11130.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
  11131.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
  11132.         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()));
  11133.     }
  11134.     /**
  11135.      * Gets the public 'hautelook_alice.locator' shared service.
  11136.      *
  11137.      * @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
  11138.      */
  11139.     protected function getHautelookAlice_LocatorService()
  11140.     {
  11141.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
  11142.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
  11143.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
  11144.         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']));
  11145.     }
  11146.     /**
  11147.      * Gets the public 'hautelook_alice.resolver.bundle' shared service.
  11148.      *
  11149.      * @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
  11150.      */
  11151.     protected function getHautelookAlice_Resolver_BundleService()
  11152.     {
  11153.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
  11154.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
  11155.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
  11156.         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))));
  11157.     }
  11158.     /**
  11159.      * Gets the public 'hautelook_alice.resolver.file' shared service.
  11160.      *
  11161.      * @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
  11162.      */
  11163.     protected function getHautelookAlice_Resolver_FileService()
  11164.     {
  11165.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  11166.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  11167.         return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1)));
  11168.     }
  11169.     /**
  11170.      * Gets the public 'http_kernel' shared service.
  11171.      *
  11172.      * @return \Symfony\Component\HttpKernel\HttpKernel
  11173.      */
  11174.     protected function getHttpKernelService()
  11175.     {
  11176.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11177.         if (isset($this->services['http_kernel'])) {
  11178.             return $this->services['http_kernel'];
  11179.         }
  11180.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  11181.         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 () {
  11182.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  11183.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  11184.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  11185.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  11186.             yield => ($this->privates['debug.FlexApp\\ArgumentResolver\\RequestDtoArgumentResolver'] ?? $this->getRequestDtoArgumentResolverService());
  11187.             yield => ($this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] ?? $this->getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService());
  11188.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  11189.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  11190.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  11191.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  11192.         }, 10)), $b));
  11193.     }
  11194.     /**
  11195.      * Gets the public 'knp_snappy.image' shared service.
  11196.      *
  11197.      * @return \Knp\Snappy\Image
  11198.      */
  11199.     protected function getKnpSnappy_ImageService()
  11200.     {
  11201.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  11202.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  11203.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  11204.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image('wkhtmltoimage', [], []);
  11205.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  11206.         return $instance;
  11207.     }
  11208.     /**
  11209.      * Gets the public 'knp_snappy.pdf' shared service.
  11210.      *
  11211.      * @return \Knp\Snappy\Pdf
  11212.      */
  11213.     protected function getKnpSnappy_PdfService()
  11214.     {
  11215.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  11216.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  11217.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  11218.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf('wkhtmltopdf'$this->parameters['knp_snappy.pdf.options'], []);
  11219.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  11220.         return $instance;
  11221.     }
  11222.     /**
  11223.      * Gets the public 'kreait_firebase.push.auth' shared service.
  11224.      *
  11225.      * @return \Kreait\Firebase\Auth
  11226.      */
  11227.     protected function getKreaitFirebase_Push_AuthService()
  11228.     {
  11229.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Auth.php';
  11230.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Auth.php';
  11231.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11232.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11233.         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]);
  11234.     }
  11235.     /**
  11236.      * Gets the public 'kreait_firebase.push.database' shared service.
  11237.      *
  11238.      * @return \Kreait\Firebase\Database
  11239.      */
  11240.     protected function getKreaitFirebase_Push_DatabaseService()
  11241.     {
  11242.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Database.php';
  11243.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Database.php';
  11244.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11245.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11246.         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]);
  11247.     }
  11248.     /**
  11249.      * Gets the public 'kreait_firebase.push.dynamic_links' shared service.
  11250.      *
  11251.      * @return \Kreait\Firebase\DynamicLinks
  11252.      */
  11253.     protected function getKreaitFirebase_Push_DynamicLinksService()
  11254.     {
  11255.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/DynamicLinks.php';
  11256.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/DynamicLinks.php';
  11257.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11258.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11259.         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]);
  11260.     }
  11261.     /**
  11262.      * Gets the public 'kreait_firebase.push.firestore' shared service.
  11263.      *
  11264.      * @return \Kreait\Firebase\Firestore
  11265.      */
  11266.     protected function getKreaitFirebase_Push_FirestoreService()
  11267.     {
  11268.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Firestore.php';
  11269.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Firestore.php';
  11270.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11271.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11272.         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]);
  11273.     }
  11274.     /**
  11275.      * Gets the public 'kreait_firebase.push.messaging' shared service.
  11276.      *
  11277.      * @return \Kreait\Firebase\Messaging
  11278.      */
  11279.     protected function getKreaitFirebase_Push_MessagingService()
  11280.     {
  11281.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Messaging.php';
  11282.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Messaging.php';
  11283.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11284.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11285.         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]);
  11286.     }
  11287.     /**
  11288.      * Gets the public 'kreait_firebase.push.remote_config' shared service.
  11289.      *
  11290.      * @return \Kreait\Firebase\RemoteConfig
  11291.      */
  11292.     protected function getKreaitFirebase_Push_RemoteConfigService()
  11293.     {
  11294.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/RemoteConfig.php';
  11295.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/RemoteConfig.php';
  11296.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11297.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11298.         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]);
  11299.     }
  11300.     /**
  11301.      * Gets the public 'kreait_firebase.push.storage' shared service.
  11302.      *
  11303.      * @return \Kreait\Firebase\Storage
  11304.      */
  11305.     protected function getKreaitFirebase_Push_StorageService()
  11306.     {
  11307.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Storage.php';
  11308.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Storage.php';
  11309.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11310.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11311.         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]);
  11312.     }
  11313.     /**
  11314.      * Gets the public 'leezy.pheanstalk.command.delete_job' shared service.
  11315.      *
  11316.      * @return \Leezy\PheanstalkBundle\Command\DeleteJobCommand
  11317.      */
  11318.     protected function getLeezy_Pheanstalk_Command_DeleteJobService()
  11319.     {
  11320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11321.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11322.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/DeleteJobCommand.php';
  11323.         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())));
  11324.     }
  11325.     /**
  11326.      * Gets the public 'leezy.pheanstalk.command.flush_tube' shared service.
  11327.      *
  11328.      * @return \Leezy\PheanstalkBundle\Command\FlushTubeCommand
  11329.      */
  11330.     protected function getLeezy_Pheanstalk_Command_FlushTubeService()
  11331.     {
  11332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11333.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11334.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/FlushTubeCommand.php';
  11335.         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())));
  11336.     }
  11337.     /**
  11338.      * Gets the public 'leezy.pheanstalk.command.kick' shared service.
  11339.      *
  11340.      * @return \Leezy\PheanstalkBundle\Command\KickCommand
  11341.      */
  11342.     protected function getLeezy_Pheanstalk_Command_KickService()
  11343.     {
  11344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11345.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11346.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/KickCommand.php';
  11347.         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())));
  11348.     }
  11349.     /**
  11350.      * Gets the public 'leezy.pheanstalk.command.kick_job' shared service.
  11351.      *
  11352.      * @return \Leezy\PheanstalkBundle\Command\KickJobCommand
  11353.      */
  11354.     protected function getLeezy_Pheanstalk_Command_KickJobService()
  11355.     {
  11356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11357.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11358.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/KickJobCommand.php';
  11359.         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())));
  11360.     }
  11361.     /**
  11362.      * Gets the public 'leezy.pheanstalk.command.list_tube' shared service.
  11363.      *
  11364.      * @return \Leezy\PheanstalkBundle\Command\ListTubeCommand
  11365.      */
  11366.     protected function getLeezy_Pheanstalk_Command_ListTubeService()
  11367.     {
  11368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11369.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11370.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/ListTubeCommand.php';
  11371.         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())));
  11372.     }
  11373.     /**
  11374.      * Gets the public 'leezy.pheanstalk.command.next_ready' shared service.
  11375.      *
  11376.      * @return \Leezy\PheanstalkBundle\Command\NextReadyCommand
  11377.      */
  11378.     protected function getLeezy_Pheanstalk_Command_NextReadyService()
  11379.     {
  11380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11381.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11382.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/NextReadyCommand.php';
  11383.         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())));
  11384.     }
  11385.     /**
  11386.      * Gets the public 'leezy.pheanstalk.command.pause_tube' shared service.
  11387.      *
  11388.      * @return \Leezy\PheanstalkBundle\Command\PauseTubeCommand
  11389.      */
  11390.     protected function getLeezy_Pheanstalk_Command_PauseTubeService()
  11391.     {
  11392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11393.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11394.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/PauseTubeCommand.php';
  11395.         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())));
  11396.     }
  11397.     /**
  11398.      * Gets the public 'leezy.pheanstalk.command.peek' shared service.
  11399.      *
  11400.      * @return \Leezy\PheanstalkBundle\Command\PeekCommand
  11401.      */
  11402.     protected function getLeezy_Pheanstalk_Command_PeekService()
  11403.     {
  11404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11405.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11406.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/PeekCommand.php';
  11407.         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())));
  11408.     }
  11409.     /**
  11410.      * Gets the public 'leezy.pheanstalk.command.peek_tube' shared service.
  11411.      *
  11412.      * @return \Leezy\PheanstalkBundle\Command\PeekTubeCommand
  11413.      */
  11414.     protected function getLeezy_Pheanstalk_Command_PeekTubeService()
  11415.     {
  11416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11417.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11418.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/PeekTubeCommand.php';
  11419.         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())));
  11420.     }
  11421.     /**
  11422.      * Gets the public 'leezy.pheanstalk.command.put' shared service.
  11423.      *
  11424.      * @return \Leezy\PheanstalkBundle\Command\PutCommand
  11425.      */
  11426.     protected function getLeezy_Pheanstalk_Command_PutService()
  11427.     {
  11428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11429.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11430.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/PutCommand.php';
  11431.         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())));
  11432.     }
  11433.     /**
  11434.      * Gets the public 'leezy.pheanstalk.command.stats' shared service.
  11435.      *
  11436.      * @return \Leezy\PheanstalkBundle\Command\StatsCommand
  11437.      */
  11438.     protected function getLeezy_Pheanstalk_Command_StatsService()
  11439.     {
  11440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11441.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11442.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/StatsCommand.php';
  11443.         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())));
  11444.     }
  11445.     /**
  11446.      * Gets the public 'leezy.pheanstalk.command.stats_job' shared service.
  11447.      *
  11448.      * @return \Leezy\PheanstalkBundle\Command\StatsJobCommand
  11449.      */
  11450.     protected function getLeezy_Pheanstalk_Command_StatsJobService()
  11451.     {
  11452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11453.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11454.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/StatsJobCommand.php';
  11455.         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())));
  11456.     }
  11457.     /**
  11458.      * Gets the public 'leezy.pheanstalk.command.stats_tube' shared service.
  11459.      *
  11460.      * @return \Leezy\PheanstalkBundle\Command\StatsTubeCommand
  11461.      */
  11462.     protected function getLeezy_Pheanstalk_Command_StatsTubeService()
  11463.     {
  11464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11465.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11466.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/StatsTubeCommand.php';
  11467.         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())));
  11468.     }
  11469.     /**
  11470.      * Gets the public 'leezy.pheanstalk.proxy.default' shared service.
  11471.      *
  11472.      * @return \Leezy\PheanstalkBundle\Proxy\PheanstalkProxy
  11473.      */
  11474.     protected function getLeezy_Pheanstalk_Proxy_DefaultService()
  11475.     {
  11476.         include_once \dirname(__DIR__4).'/vendor/pda/pheanstalk/src/Contract/PheanstalkInterface.php';
  11477.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Proxy/PheanstalkProxyInterface.php';
  11478.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Proxy/PheanstalkProxy.php';
  11479.         $this->services['leezy.pheanstalk.proxy.default'] = $instance = new \Leezy\PheanstalkBundle\Proxy\PheanstalkProxy();
  11480.         if ($this->has('event_dispatcher')) {
  11481.             $instance->setDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11482.         }
  11483.         return $instance;
  11484.     }
  11485.     /**
  11486.      * Gets the public 'liform.guesser.validator' shared service.
  11487.      *
  11488.      * @return \Limenius\Liform\Guesser\ValidatorGuesser
  11489.      */
  11490.     protected function getLiform_Guesser_ValidatorService()
  11491.     {
  11492.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  11493.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  11494.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Guesser/ValidatorGuesser.php';
  11495.         return $this->services['liform.guesser.validator'] = new \Limenius\Liform\Guesser\ValidatorGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  11496.     }
  11497.     /**
  11498.      * Gets the public 'logger' shared service.
  11499.      *
  11500.      * @return \Symfony\Bridge\Monolog\Logger
  11501.      */
  11502.     protected function getLoggerService()
  11503.     {
  11504.         $this->services['logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  11505.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11506.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  11507.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  11508.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  11509.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  11510.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  11511.         $instance->useMicrosecondTimestamps(true);
  11512.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  11513.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  11514.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  11515.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11516.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  11517.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11518.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11519.         return $instance;
  11520.     }
  11521.     /**
  11522.      * Gets the public 'manager.translate' shared autowired service.
  11523.      *
  11524.      * @return \FlexApp\Service\TransManager
  11525.      */
  11526.     protected function getManager_TranslateService()
  11527.     {
  11528.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TransManager.php';
  11529.         return $this->services['manager.translate'] = new \FlexApp\Service\TransManager();
  11530.     }
  11531.     /**
  11532.      * Gets the public 'messenger.default_bus' shared service.
  11533.      *
  11534.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  11535.      */
  11536.     protected function getMessenger_DefaultBusService()
  11537.     {
  11538.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  11539.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  11540.             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')));
  11541.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  11542.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  11543.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  11544.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  11545.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  11546.         }, 7)));
  11547.     }
  11548.     /**
  11549.      * Gets the public 'metaer_curl_wrapper.curl_wrapper.default' shared service.
  11550.      *
  11551.      * @return \Metaer\CurlWrapperBundle\CurlWrapper
  11552.      */
  11553.     protected function getMetaerCurlWrapper_CurlWrapper_DefaultService()
  11554.     {
  11555.         include_once \dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle/CurlWrapperInterface.php';
  11556.         include_once \dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle/CurlWrapper.php';
  11557.         return $this->services['metaer_curl_wrapper.curl_wrapper.default'] = new \Metaer\CurlWrapperBundle\CurlWrapper();
  11558.     }
  11559.     /**
  11560.      * Gets the public 'mobile_detect.mobile_detector.default' shared service.
  11561.      *
  11562.      * @return \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector
  11563.      */
  11564.     protected function getMobileDetect_MobileDetector_DefaultService()
  11565.     {
  11566.         return $this->services['mobile_detect.mobile_detector.default'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector();
  11567.     }
  11568.     /**
  11569.      * Gets the public 'monolog.logger.catalog' shared service.
  11570.      *
  11571.      * @return \Symfony\Bridge\Monolog\Logger
  11572.      */
  11573.     protected function getMonolog_Logger_CatalogService()
  11574.     {
  11575.         $this->services['monolog.logger.catalog'] = $instance = new \Symfony\Bridge\Monolog\Logger('catalog');
  11576.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11577.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  11578.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  11579.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  11580.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  11581.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  11582.         $instance->pushHandler(($this->privates['monolog.handler.catalog'] ?? $this->getMonolog_Handler_CatalogService()));
  11583.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11584.         return $instance;
  11585.     }
  11586.     /**
  11587.      * Gets the public 'monolog.logger.collection' shared service.
  11588.      *
  11589.      * @return \Symfony\Bridge\Monolog\Logger
  11590.      */
  11591.     protected function getMonolog_Logger_CollectionService()
  11592.     {
  11593.         $this->services['monolog.logger.collection'] = $instance = new \Symfony\Bridge\Monolog\Logger('collection');
  11594.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11595.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  11596.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  11597.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  11598.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  11599.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  11600.         $instance->pushHandler(($this->privates['monolog.handler.collection'] ?? $this->getMonolog_Handler_CollectionService()));
  11601.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11602.         return $instance;
  11603.     }
  11604.     /**
  11605.      * Gets the public 'monolog.logger.search' shared service.
  11606.      *
  11607.      * @return \Symfony\Bridge\Monolog\Logger
  11608.      */
  11609.     protected function getMonolog_Logger_SearchService()
  11610.     {
  11611.         $this->services['monolog.logger.search'] = $instance = new \Symfony\Bridge\Monolog\Logger('search');
  11612.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11613.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  11614.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  11615.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  11616.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  11617.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  11618.         $instance->pushHandler(($this->privates['monolog.handler.search'] ?? $this->getMonolog_Handler_SearchService()));
  11619.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11620.         return $instance;
  11621.     }
  11622.     /**
  11623.      * Gets the public 'nelmio_alice.data_loader' shared service.
  11624.      *
  11625.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  11626.      */
  11627.     protected function getNelmioAlice_DataLoaderService()
  11628.     {
  11629.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  11630.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  11631.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  11632.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  11633.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  11634.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  11635.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  11636.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  11637.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  11638.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  11639.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  11640.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  11641.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  11642.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  11643.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  11644.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  11645.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  11646.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  11647.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  11648.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  11649.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  11650.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  11651.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  11652.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  11653.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  11654.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  11655.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  11656.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  11657.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  11658.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  11659.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  11660.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  11661.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  11662.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  11663.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  11664.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  11665.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  11666.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  11667.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  11668.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  11669.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  11670.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  11671.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  11672.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  11673.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  11674.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  11675.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  11676.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  11677.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  11678.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  11679.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  11680.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  11681.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  11682.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  11683.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  11684.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  11685.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  11686.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  11687.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  11688.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  11689.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  11690.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  11691.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  11692.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  11693.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  11694.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  11695.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  11696.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  11697.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  11698.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  11699.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  11700.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  11701.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  11702.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  11703.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  11704.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  11705.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  11706.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  11707.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  11708.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  11709.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  11710.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  11711.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  11712.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  11713.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  11714.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  11715.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  11716.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  11717.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  11718.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  11719.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  11720.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  11721.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  11722.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  11723.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  11724.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  11725.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  11726.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  11727.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  11728.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  11729.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  11730.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  11731.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  11732.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  11733.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  11734.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  11735.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  11736.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  11737.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  11738.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  11739.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  11740.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  11741.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  11742.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  11743.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  11744.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  11745.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  11746.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  11747.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  11748.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  11749.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  11750.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  11751.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  11752.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  11753.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  11754.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  11755.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  11756.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  11757.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  11758.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  11759.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  11760.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  11761.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  11762.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  11763.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  11764.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  11765.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  11766.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  11767.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  11768.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  11769.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  11770.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  11771.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  11772.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  11773.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  11774.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  11775.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
  11776.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  11777.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  11778.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  11779.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  11780.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  11781.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  11782.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  11783.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  11784.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  11785.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  11786.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  11787.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  11788.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  11789.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  11790.         $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()]));
  11791.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  11792.         $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()]))))));
  11793.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  11794.         $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()]);
  11795.         $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);
  11796.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  11797.         $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()]);
  11798.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  11799.         $j = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
  11800.         $j->setContainer($this);
  11801.         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)))));
  11802.     }
  11803.     /**
  11804.      * Gets the public 'nelmio_alice.file_loader' shared service.
  11805.      *
  11806.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  11807.      */
  11808.     protected function getNelmioAlice_FileLoaderService()
  11809.     {
  11810.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  11811.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  11812.         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()));
  11813.     }
  11814.     /**
  11815.      * Gets the public 'nelmio_alice.files_loader' shared service.
  11816.      *
  11817.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  11818.      */
  11819.     protected function getNelmioAlice_FilesLoaderService()
  11820.     {
  11821.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  11822.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  11823.         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()));
  11824.     }
  11825.     /**
  11826.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  11827.      *
  11828.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  11829.      */
  11830.     protected function getNelmioApiDoc_Command_DumpService()
  11831.     {
  11832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11833.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Command/DumpCommand.php';
  11834.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  11835.         $instance->setName('nelmio:apidoc:dump');
  11836.         return $instance;
  11837.     }
  11838.     /**
  11839.      * Gets the public 'nelmio_api_doc.controller.redocly' shared service.
  11840.      *
  11841.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  11842.      */
  11843.     protected function getNelmioApiDoc_Controller_RedoclyService()
  11844.     {
  11845.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  11846.         return $this->services['nelmio_api_doc.controller.redocly'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'redocly');
  11847.     }
  11848.     /**
  11849.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  11850.      *
  11851.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  11852.      */
  11853.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  11854.     {
  11855.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/DocumentationController.php';
  11856.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  11857.     }
  11858.     /**
  11859.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  11860.      *
  11861.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  11862.      */
  11863.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  11864.     {
  11865.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  11866.         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');
  11867.     }
  11868.     /**
  11869.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  11870.      *
  11871.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  11872.      */
  11873.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  11874.     {
  11875.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/YamlDocumentationController.php';
  11876.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  11877.     }
  11878.     /**
  11879.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  11880.      *
  11881.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  11882.      */
  11883.     protected function getNelmioApiDoc_Generator_DefaultService()
  11884.     {
  11885.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
  11886.         include_once \dirname(__DIR__4).'/vendor/zircote/swagger-php/src/Generator.php';
  11887.         include_once \dirname(__DIR__4).'/vendor/zircote/swagger-php/src/Processors/ProcessorInterface.php';
  11888.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Processor/NullablePropertyProcessor.php';
  11889.         $a = new \OpenApi\Generator();
  11890.         $a->addProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL);
  11891.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  11892.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  11893.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  11894.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  11895.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  11896.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  11897.         }, 5), new RewindableGenerator(function () {
  11898.             yield => ($this->privates['nelmio_api_doc.model_describers.self_describing'] ?? ($this->privates['nelmio_api_doc.model_describers.self_describing'] = new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()));
  11899.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  11900.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  11901.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  11902.         }, 4), NULL'openapi_doc.default'$a);
  11903.         $b = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  11904.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11905.         $b->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  11906.         $b->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  11907.         $b->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  11908.         $b->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  11909.         $b->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  11910.         $b->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  11911.         $b->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  11912.         $b->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  11913.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11914.         $b->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  11915.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11916.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  11917.         $instance->setAlternativeNames([]);
  11918.         $instance->setMediaTypes([=> 'json']);
  11919.         $instance->setLogger($b);
  11920.         $instance->setOpenApiVersion(NULL);
  11921.         return $instance;
  11922.     }
  11923.     /**
  11924.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  11925.      *
  11926.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  11927.      */
  11928.     protected function getNelmioApiDoc_RenderDocsService()
  11929.     {
  11930.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/RenderOpenApi.php';
  11931.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/OpenApiRenderer.php';
  11932.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Json/JsonOpenApiRenderer.php';
  11933.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Yaml/YamlOpenApiRenderer.php';
  11934.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/HtmlOpenApiRenderer.php';
  11935.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11936.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  11937.         ], [
  11938.             'default' => '?',
  11939.         ]), 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())));
  11940.     }
  11941.     /**
  11942.      * Gets the public 'orm_transexentity_listener' shared service.
  11943.      *
  11944.      * @return \FlexApp\EventListener\ORM\TransExEntityListener
  11945.      */
  11946.     protected function getOrmTransexentityListenerService()
  11947.     {
  11948.         include_once \dirname(__DIR__4).'/src/FlexApp/EventListener/ORM/TransExEntityListener.php';
  11949.         return $this->services['orm_transexentity_listener'] = new \FlexApp\EventListener\ORM\TransExEntityListener();
  11950.     }
  11951.     /**
  11952.      * Gets the public 'request_stack' shared service.
  11953.      *
  11954.      * @return \Symfony\Component\HttpFoundation\RequestStack
  11955.      */
  11956.     protected function getRequestStackService()
  11957.     {
  11958.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  11959.     }
  11960.     /**
  11961.      * Gets the public 'routing.loader' shared service.
  11962.      *
  11963.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  11964.      */
  11965.     protected function getRouting_LoaderService()
  11966.     {
  11967.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  11968.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  11969.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  11970.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  11971.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  11972.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  11973.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  11974.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  11975.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  11976.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  11977.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  11978.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  11979.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  11980.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  11981.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  11982.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  11983.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  11984.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  11985.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  11986.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  11987.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  11988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  11989.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  11990.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  11991.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  11992.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  11993.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'te_dev');
  11994.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'te_dev'));
  11995.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'te_dev'));
  11996.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'te_dev'));
  11997.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'te_dev'));
  11998.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'te_dev'));
  11999.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12000.             'kernel' => ['services''kernel''getKernelService'false],
  12001.         ], [
  12002.             'kernel' => 'FlexApp\\Kernel',
  12003.         ]), 'te_dev'));
  12004.         $a->addLoader($c);
  12005.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  12006.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  12007.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  12008.     }
  12009.     /**
  12010.      * Gets the public 'security.authentication_utils' shared service.
  12011.      *
  12012.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  12013.      */
  12014.     protected function getSecurity_AuthenticationUtilsService()
  12015.     {
  12016.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  12017.         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())));
  12018.     }
  12019.     /**
  12020.      * Gets the public 'sentry.hub' shared service.
  12021.      *
  12022.      * @return \Sentry\State\HubInterface
  12023.      */
  12024.     protected function getSentry_HubService()
  12025.     {
  12026.         $this->services['sentry.hub'] = $instance = \Sentry\State\HubAdapter::getInstance();
  12027.         $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' => []]);
  12028.         $b = new \Sentry\ClientBuilder($a);
  12029.         $c = ($this->privates['http_discovery.psr17_factory'] ?? ($this->privates['http_discovery.psr17_factory'] = new \Http\Discovery\Psr17Factory()));
  12030.         $b->setSdkIdentifier('sentry.php.symfony');
  12031.         $b->setSdkVersion('4.14.0');
  12032.         $b->setTransportFactory(new \FlexApp\Sentry\SpoolTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c$c$c$cNULLNULL)));
  12033.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  12034.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  12035.         if ($this->has('Psr\\Log\\NullLogger')) {
  12036.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  12037.         }
  12038.         $instance->bindClient($b->getClient());
  12039.         return $instance;
  12040.     }
  12041.     /**
  12042.      * Gets the public 'services.catalog_sphinx_resul' shared autowired service.
  12043.      *
  12044.      * @return \FlexApp\Service\CatalogSphinxResultService
  12045.      */
  12046.     protected function getServices_CatalogSphinxResulService()
  12047.     {
  12048.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CatalogSphinxResultService.php';
  12049.         return $this->services['services.catalog_sphinx_resul'] = new \FlexApp\Service\CatalogSphinxResultService();
  12050.     }
  12051.     /**
  12052.      * Gets the public 'services_resetter' shared service.
  12053.      *
  12054.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  12055.      */
  12056.     protected function getServicesResetterService()
  12057.     {
  12058.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  12059.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  12060.             if (isset($this->services['cache.app'])) {
  12061.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  12062.             }
  12063.             if (isset($this->services['cache.system'])) {
  12064.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  12065.             }
  12066.             if (isset($this->privates['cache.validator.traceable'])) {
  12067.                 yield 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? null);
  12068.             }
  12069.             if (isset($this->privates['cache.serializer.traceable'])) {
  12070.                 yield 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? null);
  12071.             }
  12072.             if (isset($this->privates['cache.annotations.traceable'])) {
  12073.                 yield 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? null);
  12074.             }
  12075.             if (isset($this->privates['cache.property_info.traceable'])) {
  12076.                 yield 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? null);
  12077.             }
  12078.             if (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) {
  12079.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? null);
  12080.             }
  12081.             if (isset($this->privates['.debug.http_client'])) {
  12082.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  12083.             }
  12084.             if (isset($this->privates['mailer.message_logger_listener'])) {
  12085.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  12086.             }
  12087.             if (isset($this->privates['debug.stopwatch'])) {
  12088.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  12089.             }
  12090.             if (isset($this->services['event_dispatcher'])) {
  12091.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  12092.             }
  12093.             if (isset($this->privates['doctrine.system_cache_pool.traceable'])) {
  12094.                 yield 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool.traceable'] ?? null);
  12095.             }
  12096.             if (isset($this->privates['doctrine.redis_cache_pool.traceable'])) {
  12097.                 yield 'doctrine.redis_cache_pool' => ($this->privates['doctrine.redis_cache_pool.traceable'] ?? null);
  12098.             }
  12099.             if (isset($this->privates['chatb_cache_pool.traceable'])) {
  12100.                 yield 'chatb_cache_pool' => ($this->privates['chatb_cache_pool.traceable'] ?? null);
  12101.             }
  12102.             if (isset($this->privates['redis_cache_pool.traceable'])) {
  12103.                 yield 'redis_cache_pool' => ($this->privates['redis_cache_pool.traceable'] ?? null);
  12104.             }
  12105.             if (isset($this->privates['session_listener'])) {
  12106.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  12107.             }
  12108.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  12109.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  12110.             }
  12111.             if (isset($this->services['cache.validator_expression_language'])) {
  12112.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  12113.             }
  12114.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  12115.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  12116.             }
  12117.             if (isset($this->services['.container.private.profiler'])) {
  12118.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  12119.             }
  12120.             if (isset($this->services['.container.private.validator'])) {
  12121.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  12122.             }
  12123.             if (isset($this->privates['twig.form.engine'])) {
  12124.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  12125.             }
  12126.             if (isset($this->services['.container.private.security.token_storage'])) {
  12127.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  12128.             }
  12129.             if (isset($this->privates['cache.security_expression_language.traceable'])) {
  12130.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? null);
  12131.             }
  12132.             if (isset($this->privates['debug.security.firewall'])) {
  12133.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  12134.             }
  12135.             if (isset($this->privates['cache.security_token_verifier.traceable'])) {
  12136.                 yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier.traceable'] ?? null);
  12137.             }
  12138.             if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  12139.                 yield 'debug.security.firewall.authenticator.main' => ($this->privates['debug.security.firewall.authenticator.main'] ?? null);
  12140.             }
  12141.             if (isset($this->services['doctrine'])) {
  12142.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  12143.             }
  12144.             if (isset($this->privates['form.type.entity'])) {
  12145.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  12146.             }
  12147.             if (isset($this->privates['monolog.handler.catalog'])) {
  12148.                 yield 'monolog.handler.catalog' => ($this->privates['monolog.handler.catalog'] ?? null);
  12149.             }
  12150.             if (isset($this->privates['monolog.handler.collection'])) {
  12151.                 yield 'monolog.handler.collection' => ($this->privates['monolog.handler.collection'] ?? null);
  12152.             }
  12153.             if (isset($this->privates['monolog.handler.search'])) {
  12154.                 yield 'monolog.handler.search' => ($this->privates['monolog.handler.search'] ?? null);
  12155.             }
  12156.             if (isset($this->privates['monolog.handler.main'])) {
  12157.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  12158.             }
  12159.             if (isset($this->privates['monolog.handler.nested'])) {
  12160.                 yield 'monolog.handler.nested' => ($this->privates['monolog.handler.nested'] ?? null);
  12161.             }
  12162.             if (isset($this->privates['monolog.handler.console'])) {
  12163.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  12164.             }
  12165.             if (isset($this->privates['monolog.handler.doctrine'])) {
  12166.                 yield 'monolog.handler.doctrine' => ($this->privates['monolog.handler.doctrine'] ?? null);
  12167.             }
  12168.             if (isset($this->privates['monolog.handler.error'])) {
  12169.                 yield 'monolog.handler.error' => ($this->privates['monolog.handler.error'] ?? null);
  12170.             }
  12171.             if (isset($this->privates['monolog.handler.info'])) {
  12172.                 yield 'monolog.handler.info' => ($this->privates['monolog.handler.info'] ?? null);
  12173.             }
  12174.             if (isset($this->privates['monolog.handler.alert'])) {
  12175.                 yield 'monolog.handler.alert' => ($this->privates['monolog.handler.alert'] ?? null);
  12176.             }
  12177.             if (isset($this->services['swiftmailer.email_sender.listener'])) {
  12178.                 yield 'swiftmailer.email_sender.listener' => ($this->services['swiftmailer.email_sender.listener'] ?? null);
  12179.             }
  12180.             if (isset($this->privates['.debug.http_client'])) {
  12181.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  12182.             }
  12183.         }, function () {
  12184.             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']));
  12185.         }), ['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']]);
  12186.     }
  12187.     /**
  12188.      * Gets the public 'sphinx_ql' shared autowired service.
  12189.      *
  12190.      * @return \WebBundle\Service\SphinxQLService
  12191.      */
  12192.     protected function getSphinxQlService()
  12193.     {
  12194.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SphinxQLService.php';
  12195.         return $this->services['sphinx_ql'] = new \WebBundle\Service\SphinxQLService('35.158.109.26'9306'te''maxusr_admin''ME248W4Tsu903Hd8', ($this->services['logger'] ?? $this->getLoggerService()));
  12196.     }
  12197.     /**
  12198.      * Gets the public 'sphinx_searcher' shared autowired service.
  12199.      *
  12200.      * @return \WebBundle\Service\SphinxSearcherService
  12201.      */
  12202.     protected function getSphinxSearcherService()
  12203.     {
  12204.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SphinxSearcherService.php';
  12205.         $this->services['sphinx_searcher'] = $instance = new \WebBundle\Service\SphinxSearcherService($this, ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService()));
  12206.         $instance->listMeasureRepository = ($this->services['WebBundle\\Repository\\ListMeasureRepository'] ?? $this->getListMeasureRepositoryService());
  12207.         $instance->listMaterialRepository = ($this->services['WebBundle\\Repository\\ListMaterialRepository'] ?? $this->getListMaterialRepositoryService());
  12208.         return $instance;
  12209.     }
  12210.     /**
  12211.      * Gets the public 'swiftmailer.email_sender.listener' shared service.
  12212.      *
  12213.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  12214.      */
  12215.     protected function getSwiftmailer_EmailSender_ListenerService()
  12216.     {
  12217.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  12218.         return $this->services['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->services['logger'] ?? $this->getLoggerService()));
  12219.     }
  12220.     /**
  12221.      * Gets the public 'swiftmailer.mailer.default' shared service.
  12222.      *
  12223.      * @return \Swift_Mailer
  12224.      */
  12225.     protected function getSwiftmailer_Mailer_DefaultService()
  12226.     {
  12227.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  12228.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.mailer.default.transport'] ?? $this->getSwiftmailer_Mailer_Default_TransportService()));
  12229.     }
  12230.     /**
  12231.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  12232.      *
  12233.      * @return \Swift_Plugins_MessageLogger
  12234.      */
  12235.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  12236.     {
  12237.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  12238.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  12239.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  12240.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  12241.     }
  12242.     /**
  12243.      * Gets the public 'swiftmailer.mailer.default.transport' shared service.
  12244.      *
  12245.      * @return \Swift_Transport_NullTransport
  12246.      */
  12247.     protected function getSwiftmailer_Mailer_Default_TransportService()
  12248.     {
  12249.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  12250.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/NullTransport.php';
  12251.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  12252.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  12253.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  12254.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  12255.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php';
  12256.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  12257.         $this->services['swiftmailer.mailer.default.transport'] = $instance = new \Swift_Transport_NullTransport(new \Swift_Events_SimpleEventDispatcher());
  12258.         $instance->registerPlugin(new \Swift_Plugins_RedirectingPlugin($this->parameters['swiftmailer.mailer.default.delivery_addresses'], []));
  12259.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  12260.         return $instance;
  12261.     }
  12262.     /**
  12263.      * Gets the public 'translator' shared service.
  12264.      *
  12265.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  12266.      */
  12267.     protected function getTranslatorService()
  12268.     {
  12269.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  12270.     }
  12271.     /**
  12272.      * Gets the public 'validator.captcha' shared service.
  12273.      *
  12274.      * @return \WebBundle\Validator\Constraints\CaptchaValidator
  12275.      */
  12276.     protected function getValidator_CaptchaService()
  12277.     {
  12278.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12279.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12280.         include_once \dirname(__DIR__4).'/src/WebBundle/Validator/Constraints/CaptchaValidator.php';
  12281.         return $this->services['validator.captcha'] = new \WebBundle\Validator\Constraints\CaptchaValidator($this);
  12282.     }
  12283.     /**
  12284.      * Gets the public 'validator.equal_to_field' shared service.
  12285.      *
  12286.      * @return \WebBundle\Validator\Constraints\EqualToFieldValidator
  12287.      */
  12288.     protected function getValidator_EqualToFieldService()
  12289.     {
  12290.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12291.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12292.         include_once \dirname(__DIR__4).'/src/WebBundle/Validator/Constraints/EqualToFieldValidator.php';
  12293.         return $this->services['validator.equal_to_field'] = new \WebBundle\Validator\Constraints\EqualToFieldValidator();
  12294.     }
  12295.     /**
  12296.      * Gets the public 'web.delivery_check_status' shared autowired service.
  12297.      *
  12298.      * @return \WebBundle\Service\DeliveryCheckStatusService
  12299.      */
  12300.     protected function getWeb_DeliveryCheckStatusService()
  12301.     {
  12302.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/DeliveryCheckStatusService.php';
  12303.         return $this->services['web.delivery_check_status'] = new \WebBundle\Service\DeliveryCheckStatusService();
  12304.     }
  12305.     /**
  12306.      * Gets the public 'web.delivery_request' shared autowired service.
  12307.      *
  12308.      * @return \WebBundle\Service\DeliveryRequestService
  12309.      */
  12310.     protected function getWeb_DeliveryRequestService()
  12311.     {
  12312.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/DeliveryRequestService.php';
  12313.         $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()));
  12314.         $instance->deliveryRequestRepository = ($this->services['WebBundle\\Repository\\DeliveryRequestRepository'] ?? $this->getDeliveryRequestRepositoryService());
  12315.         return $instance;
  12316.     }
  12317.     /**
  12318.      * Gets the public 'web.kladr' shared autowired service.
  12319.      *
  12320.      * @return \WebBundle\Service\KladrService
  12321.      */
  12322.     protected function getWeb_KladrService()
  12323.     {
  12324.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/KladrService.php';
  12325.         return $this->services['web.kladr'] = new \WebBundle\Service\KladrService(($this->services['logger'] ?? $this->getLoggerService()), $this);
  12326.     }
  12327.     /**
  12328.      * Gets the public 'web.soap' shared autowired service.
  12329.      *
  12330.      * @return \WebBundle\Service\SoapService
  12331.      */
  12332.     protected function getWeb_SoapService()
  12333.     {
  12334.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SoapService.php';
  12335.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/DeliveryCheckStatusService.php';
  12336.         $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()));
  12337.         $instance->orderFiller = ($this->services['WebBundle\\Filler\\OrderFiller'] ?? $this->getOrderFillerService());
  12338.         return $instance;
  12339.     }
  12340.     /**
  12341.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  12342.      *
  12343.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  12344.      */
  12345.     protected function getWebProfiler_Controller_ExceptionPanelService()
  12346.     {
  12347.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  12348.         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()));
  12349.     }
  12350.     /**
  12351.      * Gets the public 'web_profiler.controller.profiler' shared service.
  12352.      *
  12353.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  12354.      */
  12355.     protected function getWebProfiler_Controller_ProfilerService()
  12356.     {
  12357.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  12358.         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));
  12359.     }
  12360.     /**
  12361.      * Gets the public 'web_profiler.controller.router' shared service.
  12362.      *
  12363.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  12364.      */
  12365.     protected function getWebProfiler_Controller_RouterService()
  12366.     {
  12367.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  12368.         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 () {
  12369.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  12370.         }, 1));
  12371.     }
  12372.     /**
  12373.      * Gets the private '.FlexApp\Command\Cron\CrontabFillCollectionCommand.lazy' shared service.
  12374.      *
  12375.      * @return \Symfony\Component\Console\Command\LazyCommand
  12376.      */
  12377.     protected function getCrontabFillCollectionCommand_LazyService()
  12378.     {
  12379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12381.         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 {
  12382.             return ($this->privates['FlexApp\\Command\\Cron\\CrontabFillCollectionCommand'] ?? $this->getCrontabFillCollectionCommandService());
  12383.         });
  12384.     }
  12385.     /**
  12386.      * Gets the private '.FlexApp\Command\Cron\CrontabFillCountryCommand.lazy' shared service.
  12387.      *
  12388.      * @return \Symfony\Component\Console\Command\LazyCommand
  12389.      */
  12390.     protected function getCrontabFillCountryCommand_LazyService()
  12391.     {
  12392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12394.         return $this->privates['.FlexApp\\Command\\Cron\\CrontabFillCountryCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cron:fill-country', [], 'Заполнение стран и их названий.'false, function (): \FlexApp\Command\Cron\CrontabFillCountryCommand {
  12395.             return ($this->privates['FlexApp\\Command\\Cron\\CrontabFillCountryCommand'] ?? $this->getCrontabFillCountryCommandService());
  12396.         });
  12397.     }
  12398.     /**
  12399.      * Gets the private '.FlexApp\Command\Cron\CrontabFillFactoryCommand.lazy' shared service.
  12400.      *
  12401.      * @return \Symfony\Component\Console\Command\LazyCommand
  12402.      */
  12403.     protected function getCrontabFillFactoryCommand_LazyService()
  12404.     {
  12405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12407.         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 {
  12408.             return ($this->privates['FlexApp\\Command\\Cron\\CrontabFillFactoryCommand'] ?? $this->getCrontabFillFactoryCommandService());
  12409.         });
  12410.     }
  12411.     /**
  12412.      * Gets the private '.FlexApp\Command\Cron\CrontabFillReviewsCommand.lazy' shared service.
  12413.      *
  12414.      * @return \Symfony\Component\Console\Command\LazyCommand
  12415.      */
  12416.     protected function getCrontabFillReviewsCommand_LazyService()
  12417.     {
  12418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12420.         return $this->privates['.FlexApp\\Command\\Cron\\CrontabFillReviewsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cron:fill-review', [], 'Обновление отзывов.'false, function (): \FlexApp\Command\Cron\CrontabFillReviewsCommand {
  12421.             return ($this->privates['FlexApp\\Command\\Cron\\CrontabFillReviewsCommand'] ?? $this->getCrontabFillReviewsCommandService());
  12422.         });
  12423.     }
  12424.     /**
  12425.      * Gets the private '.FlexApp\Command\FillArticleFilterCommand.lazy' shared service.
  12426.      *
  12427.      * @return \Symfony\Component\Console\Command\LazyCommand
  12428.      */
  12429.     protected function getFillArticleFilterCommand_LazyService()
  12430.     {
  12431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12433.         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 {
  12434.             return ($this->privates['FlexApp\\Command\\FillArticleFilterCommand'] ?? $this->getFillArticleFilterCommandService());
  12435.         });
  12436.     }
  12437.     /**
  12438.      * Gets the private '.FlexApp\Command\FillArticleSortCommand.lazy' shared service.
  12439.      *
  12440.      * @return \Symfony\Component\Console\Command\LazyCommand
  12441.      */
  12442.     protected function getFillArticleSortCommand_LazyService()
  12443.     {
  12444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12446.         return $this->privates['.FlexApp\\Command\\FillArticleSortCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:fill_article_sort', [], 'Заполняет a_sort порциями (по коллекции, фабрике или всё по кругу)'false, function (): \FlexApp\Command\FillArticleSortCommand {
  12447.             return ($this->privates['FlexApp\\Command\\FillArticleSortCommand'] ?? $this->getFillArticleSortCommandService());
  12448.         });
  12449.     }
  12450.     /**
  12451.      * Gets the private '.FlexApp\Command\FillInteriorFilterCommand.lazy' shared service.
  12452.      *
  12453.      * @return \Symfony\Component\Console\Command\LazyCommand
  12454.      */
  12455.     protected function getFillInteriorFilterCommand_LazyService()
  12456.     {
  12457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12459.         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 {
  12460.             return ($this->privates['FlexApp\\Command\\FillInteriorFilterCommand'] ?? $this->getFillInteriorFilterCommandService());
  12461.         });
  12462.     }
  12463.     /**
  12464.      * Gets the private '.FlexApp\Command\OnceLoadCurrenciesCommand.lazy' shared service.
  12465.      *
  12466.      * @return \Symfony\Component\Console\Command\LazyCommand
  12467.      */
  12468.     protected function getOnceLoadCurrenciesCommand_LazyService()
  12469.     {
  12470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12472.         return $this->privates['.FlexApp\\Command\\OnceLoadCurrenciesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('command:load-currencies', [], 'Единоразовая заливка валют'false, function (): \FlexApp\Command\OnceLoadCurrenciesCommand {
  12473.             return ($this->privates['FlexApp\\Command\\OnceLoadCurrenciesCommand'] ?? $this->getOnceLoadCurrenciesCommandService());
  12474.         });
  12475.     }
  12476.     /**
  12477.      * Gets the private '.FlexApp\Command\OnceLoadMeasuresCommand.lazy' shared service.
  12478.      *
  12479.      * @return \Symfony\Component\Console\Command\LazyCommand
  12480.      */
  12481.     protected function getOnceLoadMeasuresCommand_LazyService()
  12482.     {
  12483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12485.         return $this->privates['.FlexApp\\Command\\OnceLoadMeasuresCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('command:load-measures', [], 'Единоразовая заливка площадей'false, function (): \FlexApp\Command\OnceLoadMeasuresCommand {
  12486.             return ($this->privates['FlexApp\\Command\\OnceLoadMeasuresCommand'] ?? $this->getOnceLoadMeasuresCommandService());
  12487.         });
  12488.     }
  12489.     /**
  12490.      * Gets the private '.FlexApp\Command\UpdateArticleSchemeFromCsvCommand.lazy' shared service.
  12491.      *
  12492.      * @return \Symfony\Component\Console\Command\LazyCommand
  12493.      */
  12494.     protected function getUpdateArticleSchemeFromCsvCommand_LazyService()
  12495.     {
  12496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12498.         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 {
  12499.             return ($this->privates['FlexApp\\Command\\UpdateArticleSchemeFromCsvCommand'] ?? $this->getUpdateArticleSchemeFromCsvCommandService());
  12500.         });
  12501.     }
  12502.     /**
  12503.      * Gets the private '.cache_connection.j3g97Pq' shared service.
  12504.      *
  12505.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  12506.      */
  12507.     protected function get_CacheConnection_J3g97PqService()
  12508.     {
  12509.         return $this->privates['.cache_connection.j3g97Pq'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection($this->getEnv('REDIS_CACHE_POOL'), ['lazy' => true]);
  12510.     }
  12511.     /**
  12512.      * Gets the private '.console.command.about.lazy' shared service.
  12513.      *
  12514.      * @return \Symfony\Component\Console\Command\LazyCommand
  12515.      */
  12516.     protected function get_Console_Command_About_LazyService()
  12517.     {
  12518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12520.         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 {
  12521.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  12522.         });
  12523.     }
  12524.     /**
  12525.      * Gets the private '.console.command.assets_install.lazy' shared service.
  12526.      *
  12527.      * @return \Symfony\Component\Console\Command\LazyCommand
  12528.      */
  12529.     protected function get_Console_Command_AssetsInstall_LazyService()
  12530.     {
  12531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12533.         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 {
  12534.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  12535.         });
  12536.     }
  12537.     /**
  12538.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  12539.      *
  12540.      * @return \Symfony\Component\Console\Command\LazyCommand
  12541.      */
  12542.     protected function get_Console_Command_CacheClear_LazyService()
  12543.     {
  12544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12546.         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 {
  12547.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  12548.         });
  12549.     }
  12550.     /**
  12551.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  12552.      *
  12553.      * @return \Symfony\Component\Console\Command\LazyCommand
  12554.      */
  12555.     protected function get_Console_Command_CachePoolClear_LazyService()
  12556.     {
  12557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12559.         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 {
  12560.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  12561.         });
  12562.     }
  12563.     /**
  12564.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  12565.      *
  12566.      * @return \Symfony\Component\Console\Command\LazyCommand
  12567.      */
  12568.     protected function get_Console_Command_CachePoolDelete_LazyService()
  12569.     {
  12570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12572.         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 {
  12573.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  12574.         });
  12575.     }
  12576.     /**
  12577.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  12578.      *
  12579.      * @return \Symfony\Component\Console\Command\LazyCommand
  12580.      */
  12581.     protected function get_Console_Command_CachePoolList_LazyService()
  12582.     {
  12583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12585.         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 {
  12586.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  12587.         });
  12588.     }
  12589.     /**
  12590.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  12591.      *
  12592.      * @return \Symfony\Component\Console\Command\LazyCommand
  12593.      */
  12594.     protected function get_Console_Command_CachePoolPrune_LazyService()
  12595.     {
  12596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12598.         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 {
  12599.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  12600.         });
  12601.     }
  12602.     /**
  12603.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  12604.      *
  12605.      * @return \Symfony\Component\Console\Command\LazyCommand
  12606.      */
  12607.     protected function get_Console_Command_CacheWarmup_LazyService()
  12608.     {
  12609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12611.         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 {
  12612.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  12613.         });
  12614.     }
  12615.     /**
  12616.      * Gets the private '.console.command.config_debug.lazy' shared service.
  12617.      *
  12618.      * @return \Symfony\Component\Console\Command\LazyCommand
  12619.      */
  12620.     protected function get_Console_Command_ConfigDebug_LazyService()
  12621.     {
  12622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12624.         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 {
  12625.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  12626.         });
  12627.     }
  12628.     /**
  12629.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  12630.      *
  12631.      * @return \Symfony\Component\Console\Command\LazyCommand
  12632.      */
  12633.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  12634.     {
  12635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12637.         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 {
  12638.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  12639.         });
  12640.     }
  12641.     /**
  12642.      * Gets the private '.console.command.container_debug.lazy' shared service.
  12643.      *
  12644.      * @return \Symfony\Component\Console\Command\LazyCommand
  12645.      */
  12646.     protected function get_Console_Command_ContainerDebug_LazyService()
  12647.     {
  12648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12650.         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 {
  12651.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  12652.         });
  12653.     }
  12654.     /**
  12655.      * Gets the private '.console.command.container_lint.lazy' shared service.
  12656.      *
  12657.      * @return \Symfony\Component\Console\Command\LazyCommand
  12658.      */
  12659.     protected function get_Console_Command_ContainerLint_LazyService()
  12660.     {
  12661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12663.         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 {
  12664.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  12665.         });
  12666.     }
  12667.     /**
  12668.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  12669.      *
  12670.      * @return \Symfony\Component\Console\Command\LazyCommand
  12671.      */
  12672.     protected function get_Console_Command_DebugAutowiring_LazyService()
  12673.     {
  12674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12676.         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 {
  12677.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  12678.         });
  12679.     }
  12680.     /**
  12681.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  12682.      *
  12683.      * @return \Symfony\Component\Console\Command\LazyCommand
  12684.      */
  12685.     protected function get_Console_Command_DotenvDebug_LazyService()
  12686.     {
  12687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12689.         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 {
  12690.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  12691.         });
  12692.     }
  12693.     /**
  12694.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  12695.      *
  12696.      * @return \Symfony\Component\Console\Command\LazyCommand
  12697.      */
  12698.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  12699.     {
  12700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12702.         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 {
  12703.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  12704.         });
  12705.     }
  12706.     /**
  12707.      * Gets the private '.console.command.form_debug.lazy' shared service.
  12708.      *
  12709.      * @return \Symfony\Component\Console\Command\LazyCommand
  12710.      */
  12711.     protected function get_Console_Command_FormDebug_LazyService()
  12712.     {
  12713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12715.         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 {
  12716.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  12717.         });
  12718.     }
  12719.     /**
  12720.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  12721.      *
  12722.      * @return \Symfony\Component\Console\Command\LazyCommand
  12723.      */
  12724.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  12725.     {
  12726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12728.         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 {
  12729.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  12730.         });
  12731.     }
  12732.     /**
  12733.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  12734.      *
  12735.      * @return \Symfony\Component\Console\Command\LazyCommand
  12736.      */
  12737.     protected function get_Console_Command_MessengerDebug_LazyService()
  12738.     {
  12739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12741.         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 {
  12742.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  12743.         });
  12744.     }
  12745.     /**
  12746.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  12747.      *
  12748.      * @return \Symfony\Component\Console\Command\LazyCommand
  12749.      */
  12750.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  12751.     {
  12752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12754.         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 {
  12755.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  12756.         });
  12757.     }
  12758.     /**
  12759.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  12760.      *
  12761.      * @return \Symfony\Component\Console\Command\LazyCommand
  12762.      */
  12763.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  12764.     {
  12765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12767.         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 {
  12768.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  12769.         });
  12770.     }
  12771.     /**
  12772.      * Gets the private '.console.command.router_debug.lazy' shared service.
  12773.      *
  12774.      * @return \Symfony\Component\Console\Command\LazyCommand
  12775.      */
  12776.     protected function get_Console_Command_RouterDebug_LazyService()
  12777.     {
  12778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12780.         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 {
  12781.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  12782.         });
  12783.     }
  12784.     /**
  12785.      * Gets the private '.console.command.router_match.lazy' shared service.
  12786.      *
  12787.      * @return \Symfony\Component\Console\Command\LazyCommand
  12788.      */
  12789.     protected function get_Console_Command_RouterMatch_LazyService()
  12790.     {
  12791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12792.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12793.         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 {
  12794.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  12795.         });
  12796.     }
  12797.     /**
  12798.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  12799.      *
  12800.      * @return \Symfony\Component\Console\Command\LazyCommand
  12801.      */
  12802.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  12803.     {
  12804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12806.         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 {
  12807.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  12808.         });
  12809.     }
  12810.     /**
  12811.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  12812.      *
  12813.      * @return \Symfony\Component\Console\Command\LazyCommand
  12814.      */
  12815.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  12816.     {
  12817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12819.         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 {
  12820.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  12821.         });
  12822.     }
  12823.     /**
  12824.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  12825.      *
  12826.      * @return \Symfony\Component\Console\Command\LazyCommand
  12827.      */
  12828.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  12829.     {
  12830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12832.         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 {
  12833.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  12834.         });
  12835.     }
  12836.     /**
  12837.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  12838.      *
  12839.      * @return \Symfony\Component\Console\Command\LazyCommand
  12840.      */
  12841.     protected function get_Console_Command_SecretsList_LazyService()
  12842.     {
  12843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12845.         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 {
  12846.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  12847.         });
  12848.     }
  12849.     /**
  12850.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  12851.      *
  12852.      * @return \Symfony\Component\Console\Command\LazyCommand
  12853.      */
  12854.     protected function get_Console_Command_SecretsRemove_LazyService()
  12855.     {
  12856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12858.         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 {
  12859.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  12860.         });
  12861.     }
  12862.     /**
  12863.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  12864.      *
  12865.      * @return \Symfony\Component\Console\Command\LazyCommand
  12866.      */
  12867.     protected function get_Console_Command_SecretsSet_LazyService()
  12868.     {
  12869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12871.         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 {
  12872.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  12873.         });
  12874.     }
  12875.     /**
  12876.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  12877.      *
  12878.      * @return \Symfony\Component\Console\Command\LazyCommand
  12879.      */
  12880.     protected function get_Console_Command_TranslationDebug_LazyService()
  12881.     {
  12882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12884.         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 {
  12885.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  12886.         });
  12887.     }
  12888.     /**
  12889.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  12890.      *
  12891.      * @return \Symfony\Component\Console\Command\LazyCommand
  12892.      */
  12893.     protected function get_Console_Command_TranslationExtract_LazyService()
  12894.     {
  12895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12897.         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 {
  12898.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  12899.         });
  12900.     }
  12901.     /**
  12902.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  12903.      *
  12904.      * @return \Symfony\Component\Console\Command\LazyCommand
  12905.      */
  12906.     protected function get_Console_Command_TranslationPull_LazyService()
  12907.     {
  12908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12910.         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 {
  12911.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  12912.         });
  12913.     }
  12914.     /**
  12915.      * Gets the private '.console.command.translation_push.lazy' shared service.
  12916.      *
  12917.      * @return \Symfony\Component\Console\Command\LazyCommand
  12918.      */
  12919.     protected function get_Console_Command_TranslationPush_LazyService()
  12920.     {
  12921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12923.         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 {
  12924.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  12925.         });
  12926.     }
  12927.     /**
  12928.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  12929.      *
  12930.      * @return \Symfony\Component\Console\Command\LazyCommand
  12931.      */
  12932.     protected function get_Console_Command_ValidatorDebug_LazyService()
  12933.     {
  12934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12936.         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 {
  12937.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  12938.         });
  12939.     }
  12940.     /**
  12941.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  12942.      *
  12943.      * @return \Symfony\Component\Console\Command\LazyCommand
  12944.      */
  12945.     protected function get_Console_Command_XliffLint_LazyService()
  12946.     {
  12947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12949.         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 {
  12950.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  12951.         });
  12952.     }
  12953.     /**
  12954.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  12955.      *
  12956.      * @return \Symfony\Component\Console\Command\LazyCommand
  12957.      */
  12958.     protected function get_Console_Command_YamlLint_LazyService()
  12959.     {
  12960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12962.         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 {
  12963.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  12964.         });
  12965.     }
  12966.     /**
  12967.      * Gets the private '.debug.http_client' shared service.
  12968.      *
  12969.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  12970.      */
  12971.     protected function get_Debug_HttpClientService()
  12972.     {
  12973.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  12974.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  12975.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12976.         $b->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  12977.         $b->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  12978.         $b->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  12979.         $b->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  12980.         $b->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  12981.         $b->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  12982.         $b->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  12983.         $b->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  12984.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12985.         $b->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  12986.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12987.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  12988.         $a->setLogger($b);
  12989.         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))));
  12990.     }
  12991.     /**
  12992.      * Gets the private '.errored..service_locator.7IjMiEo.WebBundle\Entity\BuyOrder' shared service.
  12993.      *
  12994.      * @return \WebBundle\Entity\BuyOrder
  12995.      */
  12996.     protected function getBuyOrderService()
  12997.     {
  12998.         $this->throw('Cannot autowire service ".service_locator.7IjMiEo": it references class "WebBundle\\Entity\\BuyOrder" but no such service exists.');
  12999.     }
  13000.     /**
  13001.      * Gets the private '.errored..service_locator.7ceurz2.WebBundle\Entity\Collection' shared service.
  13002.      *
  13003.      * @return \WebBundle\Entity\Collection
  13004.      */
  13005.     protected function getCollectionService()
  13006.     {
  13007.         $this->throw('Cannot autowire service ".service_locator.7ceurz2": it references class "WebBundle\\Entity\\Collection" but no such service exists.');
  13008.     }
  13009.     /**
  13010.      * Gets the private '.errored..service_locator.EeYTVlv.WebBundle\Entity\BuyOrder' shared service.
  13011.      *
  13012.      * @return \WebBundle\Entity\BuyOrder
  13013.      */
  13014.     protected function getBuyOrder2Service()
  13015.     {
  13016.         $this->throw('Cannot autowire service ".service_locator.EeYTVlv": it references class "WebBundle\\Entity\\BuyOrder" but no such service exists.');
  13017.     }
  13018.     /**
  13019.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  13020.      *
  13021.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  13022.      */
  13023.     protected function getLoaderInterfaceService()
  13024.     {
  13025.         $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".');
  13026.     }
  13027.     /**
  13028.      * Gets the private '.errored..service_locator.RcHiBlc.WebBundle\Entity\BuyOrder' shared service.
  13029.      *
  13030.      * @return \WebBundle\Entity\BuyOrder
  13031.      */
  13032.     protected function getBuyOrder3Service()
  13033.     {
  13034.         $this->throw('Cannot autowire service ".service_locator.RcHiBlc": it references class "WebBundle\\Entity\\BuyOrder" but no such service exists.');
  13035.     }
  13036.     /**
  13037.      * Gets the private '.errored..service_locator.fK..wmx.WebBundle\Entity\Factory' shared service.
  13038.      *
  13039.      * @return \WebBundle\Entity\Factory
  13040.      */
  13041.     protected function getFactoryService()
  13042.     {
  13043.         $this->throw('Cannot autowire service ".service_locator.fK..wmx": it references class "WebBundle\\Entity\\Factory" but no such service exists.');
  13044.     }
  13045.     /**
  13046.      * Gets the private '.errored..service_locator.iaYccUP.WebBundle\Entity\BuyOrder' shared service.
  13047.      *
  13048.      * @return \WebBundle\Entity\BuyOrder
  13049.      */
  13050.     protected function getBuyOrder4Service()
  13051.     {
  13052.         $this->throw('Cannot autowire service ".service_locator.iaYccUP": it references class "WebBundle\\Entity\\BuyOrder" but no such service exists.');
  13053.     }
  13054.     /**
  13055.      * Gets the private '.errored..service_locator.u47of.0.Symfony\Component\DependencyInjection\ContainerBuilder' shared service.
  13056.      *
  13057.      * @return \Symfony\Component\DependencyInjection\ContainerBuilder
  13058.      */
  13059.     protected function getContainerBuilderService()
  13060.     {
  13061.         $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".');
  13062.     }
  13063.     /**
  13064.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  13065.      *
  13066.      * @return \Symfony\Component\Console\Command\LazyCommand
  13067.      */
  13068.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  13069.     {
  13070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13072.         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 {
  13073.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  13074.         });
  13075.     }
  13076.     /**
  13077.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  13078.      *
  13079.      * @return \Symfony\Component\Console\Command\LazyCommand
  13080.      */
  13081.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  13082.     {
  13083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13085.         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 {
  13086.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  13087.         });
  13088.     }
  13089.     /**
  13090.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  13091.      *
  13092.      * @return \Symfony\Component\Console\Command\LazyCommand
  13093.      */
  13094.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  13095.     {
  13096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13098.         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 {
  13099.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  13100.         });
  13101.     }
  13102.     /**
  13103.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  13104.      *
  13105.      * @return \Symfony\Component\Console\Command\LazyCommand
  13106.      */
  13107.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  13108.     {
  13109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13111.         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 {
  13112.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  13113.         });
  13114.     }
  13115.     /**
  13116.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  13117.      *
  13118.      * @return \Symfony\Component\Console\Command\LazyCommand
  13119.      */
  13120.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  13121.     {
  13122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13124.         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 {
  13125.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  13126.         });
  13127.     }
  13128.     /**
  13129.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  13130.      *
  13131.      * @return \Symfony\Component\Console\Command\LazyCommand
  13132.      */
  13133.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  13134.     {
  13135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13137.         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 {
  13138.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  13139.         });
  13140.     }
  13141.     /**
  13142.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  13143.      *
  13144.      * @return \Symfony\Component\Console\Command\LazyCommand
  13145.      */
  13146.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  13147.     {
  13148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13150.         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 {
  13151.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  13152.         });
  13153.     }
  13154.     /**
  13155.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  13156.      *
  13157.      * @return \Symfony\Component\Console\Command\LazyCommand
  13158.      */
  13159.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  13160.     {
  13161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13163.         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 {
  13164.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  13165.         });
  13166.     }
  13167.     /**
  13168.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  13169.      *
  13170.      * @return \Symfony\Component\Console\Command\LazyCommand
  13171.      */
  13172.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  13173.     {
  13174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13176.         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 {
  13177.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  13178.         });
  13179.     }
  13180.     /**
  13181.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  13182.      *
  13183.      * @return \Symfony\Component\Console\Command\LazyCommand
  13184.      */
  13185.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  13186.     {
  13187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13189.         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 {
  13190.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  13191.         });
  13192.     }
  13193.     /**
  13194.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  13195.      *
  13196.      * @return \Symfony\Component\Console\Command\LazyCommand
  13197.      */
  13198.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  13199.     {
  13200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13202.         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 {
  13203.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  13204.         });
  13205.     }
  13206.     /**
  13207.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  13208.      *
  13209.      * @return \Symfony\Component\Console\Command\LazyCommand
  13210.      */
  13211.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  13212.     {
  13213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13215.         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 {
  13216.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  13217.         });
  13218.     }
  13219.     /**
  13220.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  13221.      *
  13222.      * @return \Symfony\Component\Console\Command\LazyCommand
  13223.      */
  13224.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  13225.     {
  13226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13228.         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 {
  13229.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  13230.         });
  13231.     }
  13232.     /**
  13233.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  13234.      *
  13235.      * @return \Symfony\Component\Console\Command\LazyCommand
  13236.      */
  13237.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  13238.     {
  13239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13241.         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 {
  13242.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  13243.         });
  13244.     }
  13245.     /**
  13246.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  13247.      *
  13248.      * @return \Symfony\Component\Console\Command\LazyCommand
  13249.      */
  13250.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  13251.     {
  13252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13254.         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 {
  13255.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  13256.         });
  13257.     }
  13258.     /**
  13259.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  13260.      *
  13261.      * @return \Symfony\Component\Console\Command\LazyCommand
  13262.      */
  13263.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  13264.     {
  13265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13267.         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 {
  13268.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  13269.         });
  13270.     }
  13271.     /**
  13272.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  13273.      *
  13274.      * @return \Symfony\Component\Console\Command\LazyCommand
  13275.      */
  13276.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  13277.     {
  13278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13280.         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 {
  13281.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  13282.         });
  13283.     }
  13284.     /**
  13285.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  13286.      *
  13287.      * @return \Symfony\Component\Console\Command\LazyCommand
  13288.      */
  13289.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  13290.     {
  13291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13293.         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 {
  13294.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  13295.         });
  13296.     }
  13297.     /**
  13298.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  13299.      *
  13300.      * @return \Symfony\Component\Console\Command\LazyCommand
  13301.      */
  13302.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  13303.     {
  13304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13306.         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 {
  13307.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  13308.         });
  13309.     }
  13310.     /**
  13311.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  13312.      *
  13313.      * @return \Symfony\Component\Console\Command\LazyCommand
  13314.      */
  13315.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  13316.     {
  13317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13319.         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 {
  13320.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  13321.         });
  13322.     }
  13323.     /**
  13324.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  13325.      *
  13326.      * @return \Symfony\Component\Console\Command\LazyCommand
  13327.      */
  13328.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  13329.     {
  13330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13332.         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 {
  13333.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  13334.         });
  13335.     }
  13336.     /**
  13337.      * Gets the private '.messenger.handler_descriptor.1ugBLLC' shared service.
  13338.      *
  13339.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13340.      */
  13341.     protected function get_Messenger_HandlerDescriptor_1ugBLLCService()
  13342.     {
  13343.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13344.         $a = ($this->services['Import1CBundle\\MessageHandler\\Feed\\ProcessFeedLinksBatchHandler'] ?? $this->getProcessFeedLinksBatchHandlerService());
  13345.         if (isset($this->privates['.messenger.handler_descriptor.1ugBLLC'])) {
  13346.             return $this->privates['.messenger.handler_descriptor.1ugBLLC'];
  13347.         }
  13348.         return $this->privates['.messenger.handler_descriptor.1ugBLLC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  13349.     }
  13350.     /**
  13351.      * Gets the private '.messenger.handler_descriptor.IxMdnTR' shared service.
  13352.      *
  13353.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13354.      */
  13355.     protected function get_Messenger_HandlerDescriptor_IxMdnTRService()
  13356.     {
  13357.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13358.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13359.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/UserJoinedChatNotificationHandler.php';
  13360.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13361.         if (isset($this->privates['.messenger.handler_descriptor.IxMdnTR'])) {
  13362.             return $this->privates['.messenger.handler_descriptor.IxMdnTR'];
  13363.         }
  13364.         return $this->privates['.messenger.handler_descriptor.IxMdnTR'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \FlexApp\Service\UserJoinedChatNotificationHandler($a), []);
  13365.     }
  13366.     /**
  13367.      * Gets the private '.messenger.handler_descriptor.Lml2ICs' shared service.
  13368.      *
  13369.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13370.      */
  13371.     protected function get_Messenger_HandlerDescriptor_Lml2ICsService()
  13372.     {
  13373.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13374.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  13375.         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())), []);
  13376.     }
  13377.     /**
  13378.      * Gets the private '.messenger.handler_descriptor.XZowc.T' shared service.
  13379.      *
  13380.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13381.      */
  13382.     protected function get_Messenger_HandlerDescriptor_XZowc_TService()
  13383.     {
  13384.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13385.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  13386.         $a = ($this->privates['texter.transports'] ?? $this->getTexter_TransportsService());
  13387.         if (isset($this->privates['.messenger.handler_descriptor.XZowc.T'])) {
  13388.             return $this->privates['.messenger.handler_descriptor.XZowc.T'];
  13389.         }
  13390.         return $this->privates['.messenger.handler_descriptor.XZowc.T'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler($a), []);
  13391.     }
  13392.     /**
  13393.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  13394.      *
  13395.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13396.      */
  13397.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  13398.     {
  13399.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13400.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  13401.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  13402.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  13403.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  13404.         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 () {
  13405.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  13406.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  13407.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  13408.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  13409.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')])), []);
  13410.     }
  13411.     /**
  13412.      * Gets the private '.messenger.handler_descriptor.vMw0m61' shared service.
  13413.      *
  13414.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13415.      */
  13416.     protected function get_Messenger_HandlerDescriptor_VMw0m61Service()
  13417.     {
  13418.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13419.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  13420.         $a = ($this->privates['chatter.transports'] ?? $this->getChatter_TransportsService());
  13421.         if (isset($this->privates['.messenger.handler_descriptor.vMw0m61'])) {
  13422.             return $this->privates['.messenger.handler_descriptor.vMw0m61'];
  13423.         }
  13424.         return $this->privates['.messenger.handler_descriptor.vMw0m61'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler($a), []);
  13425.     }
  13426.     /**
  13427.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  13428.      *
  13429.      * @return \Symfony\Component\Console\Command\LazyCommand
  13430.      */
  13431.     protected function get_Security_Command_DebugFirewall_LazyService()
  13432.     {
  13433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13435.         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 {
  13436.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  13437.         });
  13438.     }
  13439.     /**
  13440.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  13441.      *
  13442.      * @return \Symfony\Component\Console\Command\LazyCommand
  13443.      */
  13444.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  13445.     {
  13446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13448.         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 {
  13449.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  13450.         });
  13451.     }
  13452.     /**
  13453.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  13454.      *
  13455.      * @return \Symfony\Component\Console\Command\LazyCommand
  13456.      */
  13457.     protected function get_Security_Command_UserPasswordHash_LazyService()
  13458.     {
  13459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13461.         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 {
  13462.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  13463.         });
  13464.     }
  13465.     /**
  13466.      * Gets the private '.service_locator.31EwQnO' shared service.
  13467.      *
  13468.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13469.      */
  13470.     protected function get_ServiceLocator_31EwQnOService()
  13471.     {
  13472.         return $this->privates['.service_locator.31EwQnO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13473.             'changeInterviewDateTimeHandler' => ['privates''FlexApp\\Service\\ChangeInterviewDateTimeHandler''getChangeInterviewDateTimeHandlerService'false],
  13474.         ], [
  13475.             'changeInterviewDateTimeHandler' => 'FlexApp\\Service\\ChangeInterviewDateTimeHandler',
  13476.         ]);
  13477.     }
  13478.     /**
  13479.      * Gets the private '.service_locator.31WHGot' shared service.
  13480.      *
  13481.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13482.      */
  13483.     protected function get_ServiceLocator_31WHGotService()
  13484.     {
  13485.         return $this->privates['.service_locator.31WHGot'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13486.             'buyOrderRepository' => ['services''WebBundle\\Repository\\BuyOrderRepository''getBuyOrderRepositoryService'false],
  13487.         ], [
  13488.             'buyOrderRepository' => 'WebBundle\\Repository\\BuyOrderRepository',
  13489.         ]);
  13490.     }
  13491.     /**
  13492.      * Gets the private '.service_locator.5usv1bv' shared service.
  13493.      *
  13494.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13495.      */
  13496.     protected function get_ServiceLocator_5usv1bvService()
  13497.     {
  13498.         return $this->privates['.service_locator.5usv1bv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13499.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  13500.         ], [
  13501.             'eventDispatcher' => '?',
  13502.         ]);
  13503.     }
  13504.     /**
  13505.      * Gets the private '.service_locator.7IjMiEo' shared service.
  13506.      *
  13507.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13508.      */
  13509.     protected function get_ServiceLocator_7IjMiEoService()
  13510.     {
  13511.         return $this->privates['.service_locator.7IjMiEo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13512.             '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.'],
  13513.         ], [
  13514.             'order' => 'WebBundle\\Entity\\BuyOrder',
  13515.         ]);
  13516.     }
  13517.     /**
  13518.      * Gets the private '.service_locator.7ceurz2' shared service.
  13519.      *
  13520.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13521.      */
  13522.     protected function get_ServiceLocator_7ceurz2Service()
  13523.     {
  13524.         return $this->privates['.service_locator.7ceurz2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13525.             '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.'],
  13526.             'containerProvider' => ['privates''FlexApp\\Service\\ManualReg\\ContainerProvider''getContainerProviderService'false],
  13527.         ], [
  13528.             'collection' => 'WebBundle\\Entity\\Collection',
  13529.             'containerProvider' => 'FlexApp\\Service\\ManualReg\\ContainerProvider',
  13530.         ]);
  13531.     }
  13532.     /**
  13533.      * Gets the private '.service_locator.7uVzC5h' shared service.
  13534.      *
  13535.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13536.      */
  13537.     protected function get_ServiceLocator_7uVzC5hService()
  13538.     {
  13539.         return $this->privates['.service_locator.7uVzC5h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13540.             'localizationService' => ['services''app.service.localization''getApp_Service_LocalizationService'false],
  13541.         ], [
  13542.             'localizationService' => '?',
  13543.         ]);
  13544.     }
  13545.     /**
  13546.      * Gets the private '.service_locator.8AU8A83' shared service.
  13547.      *
  13548.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13549.      */
  13550.     protected function get_ServiceLocator_8AU8A83Service()
  13551.     {
  13552.         return $this->privates['.service_locator.8AU8A83'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13553.             'telegramNotifier' => ['privates''FlexApp\\Service\\TelegramNotifier''getTelegramNotifierService'false],
  13554.         ], [
  13555.             'telegramNotifier' => 'FlexApp\\Service\\TelegramNotifier',
  13556.         ]);
  13557.     }
  13558.     /**
  13559.      * Gets the private '.service_locator.ADMykfM' shared service.
  13560.      *
  13561.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13562.      */
  13563.     protected function get_ServiceLocator_ADMykfMService()
  13564.     {
  13565.         return $this->privates['.service_locator.ADMykfM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13566.             'commentFormHandlerService' => ['privates''FlexApp\\Service\\CommentFormHandlerService''getCommentFormHandlerServiceService'false],
  13567.         ], [
  13568.             'commentFormHandlerService' => 'FlexApp\\Service\\CommentFormHandlerService',
  13569.         ]);
  13570.     }
  13571.     /**
  13572.      * Gets the private '.service_locator.CVjbUqn' shared service.
  13573.      *
  13574.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13575.      */
  13576.     protected function get_ServiceLocator_CVjbUqnService()
  13577.     {
  13578.         return $this->privates['.service_locator.CVjbUqn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13579.             'bbCodeManager' => ['services''FlexApp\\Service\\BBCodeManager''getBBCodeManagerService'false],
  13580.         ], [
  13581.             'bbCodeManager' => 'FlexApp\\Service\\BBCodeManager',
  13582.         ]);
  13583.     }
  13584.     /**
  13585.      * Gets the private '.service_locator.CeXTwng' shared service.
  13586.      *
  13587.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13588.      */
  13589.     protected function get_ServiceLocator_CeXTwngService()
  13590.     {
  13591.         return $this->privates['.service_locator.CeXTwng'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13592.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  13593.             'userPasswordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  13594.         ], [
  13595.             'doctrine' => '?',
  13596.             'userPasswordHasher' => '?',
  13597.         ]);
  13598.     }
  13599.     /**
  13600.      * Gets the private '.service_locator.EeYTVlv' shared service.
  13601.      *
  13602.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13603.      */
  13604.     protected function get_ServiceLocator_EeYTVlvService()
  13605.     {
  13606.         return $this->privates['.service_locator.EeYTVlv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13607.             'currentUserProvider' => ['services''FlexApp\\Service\\CurrentUserProvider''getCurrentUserProviderService'false],
  13608.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  13609.             '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.'],
  13610.             'router' => ['services''FlexApp\\Extensions\\RouterDecorator''getRouterDecoratorService'false],
  13611.         ], [
  13612.             'currentUserProvider' => 'FlexApp\\Service\\CurrentUserProvider',
  13613.             'entityManager' => '?',
  13614.             'order' => 'WebBundle\\Entity\\BuyOrder',
  13615.             'router' => '?',
  13616.         ]);
  13617.     }
  13618.     /**
  13619.      * Gets the private '.service_locator.GNc8e5B' shared service.
  13620.      *
  13621.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13622.      */
  13623.     protected function get_ServiceLocator_GNc8e5BService()
  13624.     {
  13625.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13626.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  13627.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  13628.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  13629.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  13630.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  13631.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  13632.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  13633.             'router' => ['services''FlexApp\\Extensions\\RouterDecorator''getRouterDecoratorService'false],
  13634.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  13635.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  13636.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  13637.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  13638.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  13639.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  13640.         ], [
  13641.             'doctrine' => '?',
  13642.             'form.factory' => '?',
  13643.             'http_kernel' => '?',
  13644.             'message_bus' => '?',
  13645.             'messenger.default_bus' => '?',
  13646.             'parameter_bag' => '?',
  13647.             'request_stack' => '?',
  13648.             'router' => '?',
  13649.             'security.authorization_checker' => '?',
  13650.             'security.csrf.token_manager' => '?',
  13651.             'security.token_storage' => '?',
  13652.             'serializer' => '?',
  13653.             'session' => '.session.deprecated',
  13654.             'twig' => '?',
  13655.         ]);
  13656.     }
  13657.     /**
  13658.      * Gets the private '.service_locator.GnxS8oS' shared service.
  13659.      *
  13660.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13661.      */
  13662.     protected function get_ServiceLocator_GnxS8oSService()
  13663.     {
  13664.         return $this->privates['.service_locator.GnxS8oS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13665.             'confirmInterviewHandler' => ['privates''FlexApp\\Service\\ConfirmInterviewHandler''getConfirmInterviewHandlerService'false],
  13666.         ], [
  13667.             'confirmInterviewHandler' => 'FlexApp\\Service\\ConfirmInterviewHandler',
  13668.         ]);
  13669.     }
  13670.     /**
  13671.      * Gets the private '.service_locator.HFR1sAa' shared service.
  13672.      *
  13673.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13674.      */
  13675.     protected function get_ServiceLocator_HFR1sAaService()
  13676.     {
  13677.         return $this->privates['.service_locator.HFR1sAa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13678.             'parametersProvider' => ['privates''FlexApp\\Service\\ParametersProvider''getParametersProviderService'false],
  13679.         ], [
  13680.             'parametersProvider' => 'FlexApp\\Service\\ParametersProvider',
  13681.         ]);
  13682.     }
  13683.     /**
  13684.      * Gets the private '.service_locator.JHkM04s' shared service.
  13685.      *
  13686.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13687.      */
  13688.     protected function get_ServiceLocator_JHkM04sService()
  13689.     {
  13690.         return $this->privates['.service_locator.JHkM04s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13691.             'mailing' => ['privates''FlexApp\\Entity\\Mailing''getMailingService'false],
  13692.             'reviewsRepo' => ['services''WebBundle\\Repository\\ProductReviewsCacheRepository''getProductReviewsCacheRepositoryService'false],
  13693.         ], [
  13694.             'mailing' => 'FlexApp\\Entity\\Mailing',
  13695.             'reviewsRepo' => 'WebBundle\\Repository\\ProductReviewsCacheRepository',
  13696.         ]);
  13697.     }
  13698.     /**
  13699.      * Gets the private '.service_locator.JUJPX_J' shared service.
  13700.      *
  13701.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13702.      */
  13703.     protected function get_ServiceLocator_JUJPXJService()
  13704.     {
  13705.         return $this->privates['.service_locator.JUJPX_J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13706.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  13707.             'interviewChatManager' => ['privates''FlexApp\\Service\\InterviewChatManager''getInterviewChatManagerService'false],
  13708.         ], [
  13709.             'eventDispatcher' => '?',
  13710.             'interviewChatManager' => 'FlexApp\\Service\\InterviewChatManager',
  13711.         ]);
  13712.     }
  13713.     /**
  13714.      * Gets the private '.service_locator.Jtq9G8N' shared service.
  13715.      *
  13716.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13717.      */
  13718.     protected function get_ServiceLocator_Jtq9G8NService()
  13719.     {
  13720.         return $this->privates['.service_locator.Jtq9G8N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13721.             'currentUserProvider' => ['services''FlexApp\\Service\\CurrentUserProvider''getCurrentUserProviderService'false],
  13722.         ], [
  13723.             'currentUserProvider' => 'FlexApp\\Service\\CurrentUserProvider',
  13724.         ]);
  13725.     }
  13726.     /**
  13727.      * Gets the private '.service_locator.KLVvNIq' shared service.
  13728.      *
  13729.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13730.      */
  13731.     protected function get_ServiceLocator_KLVvNIqService()
  13732.     {
  13733.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13734.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  13735.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  13736.         ], [
  13737.             'doctrine.ulid_generator' => '?',
  13738.             'doctrine.uuid_generator' => '?',
  13739.         ]);
  13740.     }
  13741.     /**
  13742.      * Gets the private '.service_locator.K_PEUO7' shared service.
  13743.      *
  13744.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13745.      */
  13746.     protected function get_ServiceLocator_KPEUO7Service()
  13747.     {
  13748.         return $this->privates['.service_locator.K_PEUO7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13749.             'productReviewOrdersService' => ['privates''FlexApp\\Service\\ProductReviewOrdersService''getProductReviewOrdersServiceService'false],
  13750.             '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.'],
  13751.         ], [
  13752.             'productReviewOrdersService' => 'FlexApp\\Service\\ProductReviewOrdersService',
  13753.             'requestDto' => 'FlexApp\\DTO\\OneC\\OneCReviewRequestDto',
  13754.         ]);
  13755.     }
  13756.     /**
  13757.      * Gets the private '.service_locator.KfbR3DY' shared service.
  13758.      *
  13759.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13760.      */
  13761.     protected function get_ServiceLocator_KfbR3DYService()
  13762.     {
  13763.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13764.             '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".'],
  13765.         ], [
  13766.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  13767.         ]);
  13768.     }
  13769.     /**
  13770.      * Gets the private '.service_locator.KuoAIof' shared service.
  13771.      *
  13772.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13773.      */
  13774.     protected function get_ServiceLocator_KuoAIofService()
  13775.     {
  13776.         return $this->privates['.service_locator.KuoAIof'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13777.             'AdmBundle\\Controller\\ListEmailController::previewAction' => ['privates''.service_locator.CVjbUqn''get_ServiceLocator_CVjbUqnService'false],
  13778.             'FlexApp\\Controller\\AmazonPersonalizeController::getRecommendations' => ['privates''.service_locator.O7Avvig''get_ServiceLocator_O7AvvigService'false],
  13779.             'FlexApp\\Controller\\AmazonPersonalizeController::putEvent' => ['privates''.service_locator.O7Avvig''get_ServiceLocator_O7AvvigService'false],
  13780.             'FlexApp\\Controller\\Api\\UserApiController::sendAccessDataAction' => ['privates''.service_locator.maxEfDy''get_ServiceLocator_MaxEfDyService'false],
  13781.             'FlexApp\\Controller\\Api\\UserApiController::updateUserBrandAction' => ['privates''.service_locator.CeXTwng''get_ServiceLocator_CeXTwngService'false],
  13782.             'FlexApp\\Controller\\CareerController::employerDeleteAction' => ['privates''.service_locator.fWuW_eP''get_ServiceLocator_FWuWEPService'false],
  13783.             'FlexApp\\Controller\\CareerController::employerEditAction' => ['privates''.service_locator.fWuW_eP''get_ServiceLocator_FWuWEPService'false],
  13784.             'FlexApp\\Controller\\CareerController::employerShowAction' => ['privates''.service_locator.fWuW_eP''get_ServiceLocator_FWuWEPService'false],
  13785.             'FlexApp\\Controller\\ChatBController::ajaxFileUpload' => ['privates''.service_locator.L5Z933B''get_ServiceLocator_L5Z933BService'false],
  13786.             'FlexApp\\Controller\\ChatBController::chatBPage' => ['privates''.service_locator.ywhNcuo''get_ServiceLocator_YwhNcuoService'false],
  13787.             'FlexApp\\Controller\\ChatBController::notifyAboutConnectionFail' => ['privates''.service_locator.8AU8A83''get_ServiceLocator_8AU8A83Service'false],
  13788.             'FlexApp\\Controller\\ChatBController::setIsRead' => ['privates''.service_locator.ZbYzcTr''get_ServiceLocator_ZbYzcTrService'false],
  13789.             'FlexApp\\Controller\\ChatBController::unsubscribe' => ['privates''.service_locator.spy9j7Z''get_ServiceLocator_Spy9j7ZService'false],
  13790.             'FlexApp\\Controller\\CollectionReviewController::factoryReviews' => ['privates''.service_locator.fK..wmx''get_ServiceLocator_FK__WmxService'false],
  13791.             'FlexApp\\Controller\\CollectionReviewController::preData' => ['privates''.service_locator.7ceurz2''get_ServiceLocator_7ceurz2Service'false],
  13792.             'FlexApp\\Controller\\CollectionReviewController::reviewsByCollection' => ['privates''.service_locator.7ceurz2''get_ServiceLocator_7ceurz2Service'false],
  13793.             'FlexApp\\Controller\\CommentController::ajaxCreateAction' => ['privates''.service_locator.pCMJEaO''get_ServiceLocator_PCMJEaOService'false],
  13794.             'FlexApp\\Controller\\CommentController::ajaxSubscribeAction' => ['privates''.service_locator.ADMykfM''get_ServiceLocator_ADMykfMService'false],
  13795.             'FlexApp\\Controller\\CryptoPaymentController::ipnWebhook' => ['privates''.service_locator.lnB13xC''get_ServiceLocator_LnB13xCService'false],
  13796.             'FlexApp\\Controller\\CryptoPaymentController::sendEmailNotificationToTheUser' => ['privates''.service_locator.HFR1sAa''get_ServiceLocator_HFR1sAaService'false],
  13797.             'FlexApp\\Controller\\CryptoPaymentController::testPayment' => ['privates''.service_locator.oCRSvu8''get_ServiceLocator_OCRSvu8Service'false],
  13798.             'FlexApp\\Controller\\EmailTrackingController::open' => ['privates''.service_locator.uwDytMH''get_ServiceLocator_UwDytMHService'false],
  13799.             'FlexApp\\Controller\\HeaderApiController::countries' => ['privates''.service_locator.N16BrtF''get_ServiceLocator_N16BrtFService'false],
  13800.             'FlexApp\\Controller\\HeaderApiController::favorites' => ['privates''.service_locator.qSzDqfH''get_ServiceLocator_QSzDqfHService'false],
  13801.             'FlexApp\\Controller\\HeaderApiController::history' => ['privates''.service_locator._glSbVM''get_ServiceLocator_GlSbVMService'false],
  13802.             'FlexApp\\Controller\\HeaderApiController::localesForSelect' => ['privates''.service_locator.7uVzC5h''get_ServiceLocator_7uVzC5hService'false],
  13803.             'FlexApp\\Controller\\HeaderOrderApiController::orders' => ['privates''.service_locator.31WHGot''get_ServiceLocator_31WHGotService'false],
  13804.             'FlexApp\\Controller\\InterviewController::changeInterviewDateTime' => ['privates''.service_locator.31EwQnO''get_ServiceLocator_31EwQnOService'false],
  13805.             'FlexApp\\Controller\\InterviewController::changeInterviewDateTimeApiMethod' => ['privates''.service_locator.31EwQnO''get_ServiceLocator_31EwQnOService'false],
  13806.             'FlexApp\\Controller\\InterviewController::confirmInterview' => ['privates''.service_locator.GnxS8oS''get_ServiceLocator_GnxS8oSService'false],
  13807.             'FlexApp\\Controller\\InterviewController::interviewAlreadyConfirmed' => ['privates''.service_locator.JUJPX_J''get_ServiceLocator_JUJPXJService'false],
  13808.             'FlexApp\\Controller\\InterviewController::interviewIsOver' => ['privates''.service_locator._h1tp28''get_ServiceLocator_H1tp28Service'false],
  13809.             'FlexApp\\Controller\\InterviewController::interviewLink' => ['privates''.service_locator.NaONczX''get_ServiceLocator_NaONczXService'false],
  13810.             'FlexApp\\Controller\\LeaveReviewController::addExistingReviewsToEachCollection' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13811.             'FlexApp\\Controller\\LeaveReviewController::emailView' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13812.             'FlexApp\\Controller\\LeaveReviewController::getCollections' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13813.             'FlexApp\\Controller\\LeaveReviewController::getCollectionsIds' => ['privates''.service_locator.iaYccUP''get_ServiceLocator_IaYccUPService'false],
  13814.             'FlexApp\\Controller\\LeaveReviewController::review' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13815.             'FlexApp\\Controller\\MailingReportController::checkAccess' => ['privates''.service_locator.Jtq9G8N''get_ServiceLocator_Jtq9G8NService'false],
  13816.             'FlexApp\\Controller\\MailingReportController::handleMailing' => ['privates''.service_locator.JHkM04s''get_ServiceLocator_JHkM04sService'false],
  13817.             'FlexApp\\Controller\\MailingReportController::index' => ['privates''.service_locator.bRe.sy5''get_ServiceLocator_BRe_Sy5Service'false],
  13818.             'FlexApp\\Controller\\MailingReportController::mailingApi' => ['privates''.service_locator.zxvOa6h''get_ServiceLocator_ZxvOa6hService'false],
  13819.             'FlexApp\\Controller\\MailingReportController::mailingsListApi' => ['privates''.service_locator.bRe.sy5''get_ServiceLocator_BRe_Sy5Service'false],
  13820.             'FlexApp\\Controller\\MailingReportController::orderShow' => ['privates''.service_locator.RcHiBlc''get_ServiceLocator_RcHiBlcService'false],
  13821.             'FlexApp\\Controller\\MailingReportController::orderShowApi' => ['privates''.service_locator.EeYTVlv''get_ServiceLocator_EeYTVlvService'false],
  13822.             'FlexApp\\Controller\\MailingReportController::show' => ['privates''.service_locator.zxvOa6h''get_ServiceLocator_ZxvOa6hService'false],
  13823.             'FlexApp\\Controller\\NewUserProfileController::changeEmail' => ['privates''.service_locator.l6ER0ut''get_ServiceLocator_L6ER0utService'false],
  13824.             'FlexApp\\Controller\\NewUserProfileController::countries' => ['privates''.service_locator.N16BrtF''get_ServiceLocator_N16BrtFService'false],
  13825.             'FlexApp\\Controller\\NewUserProfileController::createAddress' => ['privates''.service_locator.Nzwfc8r''get_ServiceLocator_Nzwfc8rService'false],
  13826.             'FlexApp\\Controller\\NewUserProfileController::editAddress' => ['privates''.service_locator.Nzwfc8r''get_ServiceLocator_Nzwfc8rService'false],
  13827.             'FlexApp\\Controller\\NewUserProfileController::getUndeliveredOrders' => ['privates''.service_locator.31WHGot''get_ServiceLocator_31WHGotService'false],
  13828.             'FlexApp\\Controller\\NotExtend\\ManualTestController::testFailsNotifies' => ['privates''.service_locator.5usv1bv''get_ServiceLocator_5usv1bvService'false],
  13829.             'FlexApp\\Controller\\OneCController::getReviewOrderAction' => ['privates''.service_locator.K_PEUO7''get_ServiceLocator_KPEUO7Service'false],
  13830.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  13831.             'kernel::process' => ['privates''.service_locator.u47of.0''get_ServiceLocator_U47of_0Service'false],
  13832.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  13833.             'AdmBundle\\Controller\\ListEmailController:previewAction' => ['privates''.service_locator.CVjbUqn''get_ServiceLocator_CVjbUqnService'false],
  13834.             'FlexApp\\Controller\\AmazonPersonalizeController:getRecommendations' => ['privates''.service_locator.O7Avvig''get_ServiceLocator_O7AvvigService'false],
  13835.             'FlexApp\\Controller\\AmazonPersonalizeController:putEvent' => ['privates''.service_locator.O7Avvig''get_ServiceLocator_O7AvvigService'false],
  13836.             'FlexApp\\Controller\\Api\\UserApiController:sendAccessDataAction' => ['privates''.service_locator.maxEfDy''get_ServiceLocator_MaxEfDyService'false],
  13837.             'FlexApp\\Controller\\Api\\UserApiController:updateUserBrandAction' => ['privates''.service_locator.CeXTwng''get_ServiceLocator_CeXTwngService'false],
  13838.             'FlexApp\\Controller\\CareerController:employerDeleteAction' => ['privates''.service_locator.fWuW_eP''get_ServiceLocator_FWuWEPService'false],
  13839.             'FlexApp\\Controller\\CareerController:employerEditAction' => ['privates''.service_locator.fWuW_eP''get_ServiceLocator_FWuWEPService'false],
  13840.             'FlexApp\\Controller\\CareerController:employerShowAction' => ['privates''.service_locator.fWuW_eP''get_ServiceLocator_FWuWEPService'false],
  13841.             'FlexApp\\Controller\\ChatBController:ajaxFileUpload' => ['privates''.service_locator.L5Z933B''get_ServiceLocator_L5Z933BService'false],
  13842.             'FlexApp\\Controller\\ChatBController:chatBPage' => ['privates''.service_locator.ywhNcuo''get_ServiceLocator_YwhNcuoService'false],
  13843.             'FlexApp\\Controller\\ChatBController:notifyAboutConnectionFail' => ['privates''.service_locator.8AU8A83''get_ServiceLocator_8AU8A83Service'false],
  13844.             'FlexApp\\Controller\\ChatBController:setIsRead' => ['privates''.service_locator.ZbYzcTr''get_ServiceLocator_ZbYzcTrService'false],
  13845.             'FlexApp\\Controller\\ChatBController:unsubscribe' => ['privates''.service_locator.spy9j7Z''get_ServiceLocator_Spy9j7ZService'false],
  13846.             'FlexApp\\Controller\\CollectionReviewController:factoryReviews' => ['privates''.service_locator.fK..wmx''get_ServiceLocator_FK__WmxService'false],
  13847.             'FlexApp\\Controller\\CollectionReviewController:preData' => ['privates''.service_locator.7ceurz2''get_ServiceLocator_7ceurz2Service'false],
  13848.             'FlexApp\\Controller\\CollectionReviewController:reviewsByCollection' => ['privates''.service_locator.7ceurz2''get_ServiceLocator_7ceurz2Service'false],
  13849.             'FlexApp\\Controller\\CommentController:ajaxCreateAction' => ['privates''.service_locator.pCMJEaO''get_ServiceLocator_PCMJEaOService'false],
  13850.             'FlexApp\\Controller\\CommentController:ajaxSubscribeAction' => ['privates''.service_locator.ADMykfM''get_ServiceLocator_ADMykfMService'false],
  13851.             'FlexApp\\Controller\\CryptoPaymentController:ipnWebhook' => ['privates''.service_locator.lnB13xC''get_ServiceLocator_LnB13xCService'false],
  13852.             'FlexApp\\Controller\\CryptoPaymentController:sendEmailNotificationToTheUser' => ['privates''.service_locator.HFR1sAa''get_ServiceLocator_HFR1sAaService'false],
  13853.             'FlexApp\\Controller\\CryptoPaymentController:testPayment' => ['privates''.service_locator.oCRSvu8''get_ServiceLocator_OCRSvu8Service'false],
  13854.             'FlexApp\\Controller\\EmailTrackingController:open' => ['privates''.service_locator.uwDytMH''get_ServiceLocator_UwDytMHService'false],
  13855.             'FlexApp\\Controller\\HeaderApiController:countries' => ['privates''.service_locator.N16BrtF''get_ServiceLocator_N16BrtFService'false],
  13856.             'FlexApp\\Controller\\HeaderApiController:favorites' => ['privates''.service_locator.qSzDqfH''get_ServiceLocator_QSzDqfHService'false],
  13857.             'FlexApp\\Controller\\HeaderApiController:history' => ['privates''.service_locator._glSbVM''get_ServiceLocator_GlSbVMService'false],
  13858.             'FlexApp\\Controller\\HeaderApiController:localesForSelect' => ['privates''.service_locator.7uVzC5h''get_ServiceLocator_7uVzC5hService'false],
  13859.             'FlexApp\\Controller\\HeaderOrderApiController:orders' => ['privates''.service_locator.31WHGot''get_ServiceLocator_31WHGotService'false],
  13860.             'FlexApp\\Controller\\InterviewController:changeInterviewDateTime' => ['privates''.service_locator.31EwQnO''get_ServiceLocator_31EwQnOService'false],
  13861.             'FlexApp\\Controller\\InterviewController:changeInterviewDateTimeApiMethod' => ['privates''.service_locator.31EwQnO''get_ServiceLocator_31EwQnOService'false],
  13862.             'FlexApp\\Controller\\InterviewController:confirmInterview' => ['privates''.service_locator.GnxS8oS''get_ServiceLocator_GnxS8oSService'false],
  13863.             'FlexApp\\Controller\\InterviewController:interviewAlreadyConfirmed' => ['privates''.service_locator.JUJPX_J''get_ServiceLocator_JUJPXJService'false],
  13864.             'FlexApp\\Controller\\InterviewController:interviewIsOver' => ['privates''.service_locator._h1tp28''get_ServiceLocator_H1tp28Service'false],
  13865.             'FlexApp\\Controller\\InterviewController:interviewLink' => ['privates''.service_locator.NaONczX''get_ServiceLocator_NaONczXService'false],
  13866.             'FlexApp\\Controller\\LeaveReviewController:addExistingReviewsToEachCollection' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13867.             'FlexApp\\Controller\\LeaveReviewController:emailView' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13868.             'FlexApp\\Controller\\LeaveReviewController:getCollections' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13869.             'FlexApp\\Controller\\LeaveReviewController:getCollectionsIds' => ['privates''.service_locator.iaYccUP''get_ServiceLocator_IaYccUPService'false],
  13870.             'FlexApp\\Controller\\LeaveReviewController:review' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13871.             'FlexApp\\Controller\\MailingReportController:checkAccess' => ['privates''.service_locator.Jtq9G8N''get_ServiceLocator_Jtq9G8NService'false],
  13872.             'FlexApp\\Controller\\MailingReportController:handleMailing' => ['privates''.service_locator.JHkM04s''get_ServiceLocator_JHkM04sService'false],
  13873.             'FlexApp\\Controller\\MailingReportController:index' => ['privates''.service_locator.bRe.sy5''get_ServiceLocator_BRe_Sy5Service'false],
  13874.             'FlexApp\\Controller\\MailingReportController:mailingApi' => ['privates''.service_locator.zxvOa6h''get_ServiceLocator_ZxvOa6hService'false],
  13875.             'FlexApp\\Controller\\MailingReportController:mailingsListApi' => ['privates''.service_locator.bRe.sy5''get_ServiceLocator_BRe_Sy5Service'false],
  13876.             'FlexApp\\Controller\\MailingReportController:orderShow' => ['privates''.service_locator.RcHiBlc''get_ServiceLocator_RcHiBlcService'false],
  13877.             'FlexApp\\Controller\\MailingReportController:orderShowApi' => ['privates''.service_locator.EeYTVlv''get_ServiceLocator_EeYTVlvService'false],
  13878.             'FlexApp\\Controller\\MailingReportController:show' => ['privates''.service_locator.zxvOa6h''get_ServiceLocator_ZxvOa6hService'false],
  13879.             'FlexApp\\Controller\\NewUserProfileController:changeEmail' => ['privates''.service_locator.l6ER0ut''get_ServiceLocator_L6ER0utService'false],
  13880.             'FlexApp\\Controller\\NewUserProfileController:countries' => ['privates''.service_locator.N16BrtF''get_ServiceLocator_N16BrtFService'false],
  13881.             'FlexApp\\Controller\\NewUserProfileController:createAddress' => ['privates''.service_locator.Nzwfc8r''get_ServiceLocator_Nzwfc8rService'false],
  13882.             'FlexApp\\Controller\\NewUserProfileController:editAddress' => ['privates''.service_locator.Nzwfc8r''get_ServiceLocator_Nzwfc8rService'false],
  13883.             'FlexApp\\Controller\\NewUserProfileController:getUndeliveredOrders' => ['privates''.service_locator.31WHGot''get_ServiceLocator_31WHGotService'false],
  13884.             'FlexApp\\Controller\\NotExtend\\ManualTestController:testFailsNotifies' => ['privates''.service_locator.5usv1bv''get_ServiceLocator_5usv1bvService'false],
  13885.             'FlexApp\\Controller\\OneCController:getReviewOrderAction' => ['privates''.service_locator.K_PEUO7''get_ServiceLocator_KPEUO7Service'false],
  13886.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  13887.             'kernel:process' => ['privates''.service_locator.u47of.0''get_ServiceLocator_U47of_0Service'false],
  13888.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  13889.         ], [
  13890.             'AdmBundle\\Controller\\ListEmailController::previewAction' => '?',
  13891.             'FlexApp\\Controller\\AmazonPersonalizeController::getRecommendations' => '?',
  13892.             'FlexApp\\Controller\\AmazonPersonalizeController::putEvent' => '?',
  13893.             'FlexApp\\Controller\\Api\\UserApiController::sendAccessDataAction' => '?',
  13894.             'FlexApp\\Controller\\Api\\UserApiController::updateUserBrandAction' => '?',
  13895.             'FlexApp\\Controller\\CareerController::employerDeleteAction' => '?',
  13896.             'FlexApp\\Controller\\CareerController::employerEditAction' => '?',
  13897.             'FlexApp\\Controller\\CareerController::employerShowAction' => '?',
  13898.             'FlexApp\\Controller\\ChatBController::ajaxFileUpload' => '?',
  13899.             'FlexApp\\Controller\\ChatBController::chatBPage' => '?',
  13900.             'FlexApp\\Controller\\ChatBController::notifyAboutConnectionFail' => '?',
  13901.             'FlexApp\\Controller\\ChatBController::setIsRead' => '?',
  13902.             'FlexApp\\Controller\\ChatBController::unsubscribe' => '?',
  13903.             'FlexApp\\Controller\\CollectionReviewController::factoryReviews' => '?',
  13904.             'FlexApp\\Controller\\CollectionReviewController::preData' => '?',
  13905.             'FlexApp\\Controller\\CollectionReviewController::reviewsByCollection' => '?',
  13906.             'FlexApp\\Controller\\CommentController::ajaxCreateAction' => '?',
  13907.             'FlexApp\\Controller\\CommentController::ajaxSubscribeAction' => '?',
  13908.             'FlexApp\\Controller\\CryptoPaymentController::ipnWebhook' => '?',
  13909.             'FlexApp\\Controller\\CryptoPaymentController::sendEmailNotificationToTheUser' => '?',
  13910.             'FlexApp\\Controller\\CryptoPaymentController::testPayment' => '?',
  13911.             'FlexApp\\Controller\\EmailTrackingController::open' => '?',
  13912.             'FlexApp\\Controller\\HeaderApiController::countries' => '?',
  13913.             'FlexApp\\Controller\\HeaderApiController::favorites' => '?',
  13914.             'FlexApp\\Controller\\HeaderApiController::history' => '?',
  13915.             'FlexApp\\Controller\\HeaderApiController::localesForSelect' => '?',
  13916.             'FlexApp\\Controller\\HeaderOrderApiController::orders' => '?',
  13917.             'FlexApp\\Controller\\InterviewController::changeInterviewDateTime' => '?',
  13918.             'FlexApp\\Controller\\InterviewController::changeInterviewDateTimeApiMethod' => '?',
  13919.             'FlexApp\\Controller\\InterviewController::confirmInterview' => '?',
  13920.             'FlexApp\\Controller\\InterviewController::interviewAlreadyConfirmed' => '?',
  13921.             'FlexApp\\Controller\\InterviewController::interviewIsOver' => '?',
  13922.             'FlexApp\\Controller\\InterviewController::interviewLink' => '?',
  13923.             'FlexApp\\Controller\\LeaveReviewController::addExistingReviewsToEachCollection' => '?',
  13924.             'FlexApp\\Controller\\LeaveReviewController::emailView' => '?',
  13925.             'FlexApp\\Controller\\LeaveReviewController::getCollections' => '?',
  13926.             'FlexApp\\Controller\\LeaveReviewController::getCollectionsIds' => '?',
  13927.             'FlexApp\\Controller\\LeaveReviewController::review' => '?',
  13928.             'FlexApp\\Controller\\MailingReportController::checkAccess' => '?',
  13929.             'FlexApp\\Controller\\MailingReportController::handleMailing' => '?',
  13930.             'FlexApp\\Controller\\MailingReportController::index' => '?',
  13931.             'FlexApp\\Controller\\MailingReportController::mailingApi' => '?',
  13932.             'FlexApp\\Controller\\MailingReportController::mailingsListApi' => '?',
  13933.             'FlexApp\\Controller\\MailingReportController::orderShow' => '?',
  13934.             'FlexApp\\Controller\\MailingReportController::orderShowApi' => '?',
  13935.             'FlexApp\\Controller\\MailingReportController::show' => '?',
  13936.             'FlexApp\\Controller\\NewUserProfileController::changeEmail' => '?',
  13937.             'FlexApp\\Controller\\NewUserProfileController::countries' => '?',
  13938.             'FlexApp\\Controller\\NewUserProfileController::createAddress' => '?',
  13939.             'FlexApp\\Controller\\NewUserProfileController::editAddress' => '?',
  13940.             'FlexApp\\Controller\\NewUserProfileController::getUndeliveredOrders' => '?',
  13941.             'FlexApp\\Controller\\NotExtend\\ManualTestController::testFailsNotifies' => '?',
  13942.             'FlexApp\\Controller\\OneCController::getReviewOrderAction' => '?',
  13943.             'kernel::loadRoutes' => '?',
  13944.             'kernel::process' => '?',
  13945.             'kernel::registerContainerConfiguration' => '?',
  13946.             'AdmBundle\\Controller\\ListEmailController:previewAction' => '?',
  13947.             'FlexApp\\Controller\\AmazonPersonalizeController:getRecommendations' => '?',
  13948.             'FlexApp\\Controller\\AmazonPersonalizeController:putEvent' => '?',
  13949.             'FlexApp\\Controller\\Api\\UserApiController:sendAccessDataAction' => '?',
  13950.             'FlexApp\\Controller\\Api\\UserApiController:updateUserBrandAction' => '?',
  13951.             'FlexApp\\Controller\\CareerController:employerDeleteAction' => '?',
  13952.             'FlexApp\\Controller\\CareerController:employerEditAction' => '?',
  13953.             'FlexApp\\Controller\\CareerController:employerShowAction' => '?',
  13954.             'FlexApp\\Controller\\ChatBController:ajaxFileUpload' => '?',
  13955.             'FlexApp\\Controller\\ChatBController:chatBPage' => '?',
  13956.             'FlexApp\\Controller\\ChatBController:notifyAboutConnectionFail' => '?',
  13957.             'FlexApp\\Controller\\ChatBController:setIsRead' => '?',
  13958.             'FlexApp\\Controller\\ChatBController:unsubscribe' => '?',
  13959.             'FlexApp\\Controller\\CollectionReviewController:factoryReviews' => '?',
  13960.             'FlexApp\\Controller\\CollectionReviewController:preData' => '?',
  13961.             'FlexApp\\Controller\\CollectionReviewController:reviewsByCollection' => '?',
  13962.             'FlexApp\\Controller\\CommentController:ajaxCreateAction' => '?',
  13963.             'FlexApp\\Controller\\CommentController:ajaxSubscribeAction' => '?',
  13964.             'FlexApp\\Controller\\CryptoPaymentController:ipnWebhook' => '?',
  13965.             'FlexApp\\Controller\\CryptoPaymentController:sendEmailNotificationToTheUser' => '?',
  13966.             'FlexApp\\Controller\\CryptoPaymentController:testPayment' => '?',
  13967.             'FlexApp\\Controller\\EmailTrackingController:open' => '?',
  13968.             'FlexApp\\Controller\\HeaderApiController:countries' => '?',
  13969.             'FlexApp\\Controller\\HeaderApiController:favorites' => '?',
  13970.             'FlexApp\\Controller\\HeaderApiController:history' => '?',
  13971.             'FlexApp\\Controller\\HeaderApiController:localesForSelect' => '?',
  13972.             'FlexApp\\Controller\\HeaderOrderApiController:orders' => '?',
  13973.             'FlexApp\\Controller\\InterviewController:changeInterviewDateTime' => '?',
  13974.             'FlexApp\\Controller\\InterviewController:changeInterviewDateTimeApiMethod' => '?',
  13975.             'FlexApp\\Controller\\InterviewController:confirmInterview' => '?',
  13976.             'FlexApp\\Controller\\InterviewController:interviewAlreadyConfirmed' => '?',
  13977.             'FlexApp\\Controller\\InterviewController:interviewIsOver' => '?',
  13978.             'FlexApp\\Controller\\InterviewController:interviewLink' => '?',
  13979.             'FlexApp\\Controller\\LeaveReviewController:addExistingReviewsToEachCollection' => '?',
  13980.             'FlexApp\\Controller\\LeaveReviewController:emailView' => '?',
  13981.             'FlexApp\\Controller\\LeaveReviewController:getCollections' => '?',
  13982.             'FlexApp\\Controller\\LeaveReviewController:getCollectionsIds' => '?',
  13983.             'FlexApp\\Controller\\LeaveReviewController:review' => '?',
  13984.             'FlexApp\\Controller\\MailingReportController:checkAccess' => '?',
  13985.             'FlexApp\\Controller\\MailingReportController:handleMailing' => '?',
  13986.             'FlexApp\\Controller\\MailingReportController:index' => '?',
  13987.             'FlexApp\\Controller\\MailingReportController:mailingApi' => '?',
  13988.             'FlexApp\\Controller\\MailingReportController:mailingsListApi' => '?',
  13989.             'FlexApp\\Controller\\MailingReportController:orderShow' => '?',
  13990.             'FlexApp\\Controller\\MailingReportController:orderShowApi' => '?',
  13991.             'FlexApp\\Controller\\MailingReportController:show' => '?',
  13992.             'FlexApp\\Controller\\NewUserProfileController:changeEmail' => '?',
  13993.             'FlexApp\\Controller\\NewUserProfileController:countries' => '?',
  13994.             'FlexApp\\Controller\\NewUserProfileController:createAddress' => '?',
  13995.             'FlexApp\\Controller\\NewUserProfileController:editAddress' => '?',
  13996.             'FlexApp\\Controller\\NewUserProfileController:getUndeliveredOrders' => '?',
  13997.             'FlexApp\\Controller\\NotExtend\\ManualTestController:testFailsNotifies' => '?',
  13998.             'FlexApp\\Controller\\OneCController:getReviewOrderAction' => '?',
  13999.             'kernel:loadRoutes' => '?',
  14000.             'kernel:process' => '?',
  14001.             'kernel:registerContainerConfiguration' => '?',
  14002.         ]);
  14003.     }
  14004.     /**
  14005.      * Gets the private '.service_locator.L5Z933B' shared service.
  14006.      *
  14007.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14008.      */
  14009.     protected function get_ServiceLocator_L5Z933BService()
  14010.     {
  14011.         return $this->privates['.service_locator.L5Z933B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14012.             'previewGenerator' => ['privates''FlexApp\\Service\\PreviewGenerator''getPreviewGeneratorService'false],
  14013.         ], [
  14014.             'previewGenerator' => 'FlexApp\\Service\\PreviewGenerator',
  14015.         ]);
  14016.     }
  14017.     /**
  14018.      * Gets the private '.service_locator.N16BrtF' shared service.
  14019.      *
  14020.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14021.      */
  14022.     protected function get_ServiceLocator_N16BrtFService()
  14023.     {
  14024.         return $this->privates['.service_locator.N16BrtF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14025.             'listCountryRepository' => ['services''WebBundle\\Repository\\ListCountryRepository''getListCountryRepositoryService'false],
  14026.         ], [
  14027.             'listCountryRepository' => 'WebBundle\\Repository\\ListCountryRepository',
  14028.         ]);
  14029.     }
  14030.     /**
  14031.      * Gets the private '.service_locator.NaONczX' shared service.
  14032.      *
  14033.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14034.      */
  14035.     protected function get_ServiceLocator_NaONczXService()
  14036.     {
  14037.         return $this->privates['.service_locator.NaONczX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14038.             'interviewLinkHandler' => ['privates''FlexApp\\Service\\InterviewLinkHandler''getInterviewLinkHandlerService'false],
  14039.         ], [
  14040.             'interviewLinkHandler' => 'FlexApp\\Service\\InterviewLinkHandler',
  14041.         ]);
  14042.     }
  14043.     /**
  14044.      * Gets the private '.service_locator.Nzwfc8r' shared service.
  14045.      *
  14046.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14047.      */
  14048.     protected function get_ServiceLocator_Nzwfc8rService()
  14049.     {
  14050.         return $this->privates['.service_locator.Nzwfc8r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14051.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14052.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  14053.         ], [
  14054.             'entityManager' => '?',
  14055.             'serializer' => '?',
  14056.         ]);
  14057.     }
  14058.     /**
  14059.      * Gets the private '.service_locator.O7Avvig' shared service.
  14060.      *
  14061.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14062.      */
  14063.     protected function get_ServiceLocator_O7AvvigService()
  14064.     {
  14065.         return $this->privates['.service_locator.O7Avvig'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14066.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  14067.         ], [
  14068.             'validator' => '?',
  14069.         ]);
  14070.     }
  14071.     /**
  14072.      * Gets the private '.service_locator.RcHiBlc' shared service.
  14073.      *
  14074.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14075.      */
  14076.     protected function get_ServiceLocator_RcHiBlcService()
  14077.     {
  14078.         return $this->privates['.service_locator.RcHiBlc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14079.             'currentUserProvider' => ['services''FlexApp\\Service\\CurrentUserProvider''getCurrentUserProviderService'false],
  14080.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14081.             '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.'],
  14082.         ], [
  14083.             'currentUserProvider' => 'FlexApp\\Service\\CurrentUserProvider',
  14084.             'entityManager' => '?',
  14085.             'order' => 'WebBundle\\Entity\\BuyOrder',
  14086.         ]);
  14087.     }
  14088.     /**
  14089.      * Gets the private '.service_locator.ZbYzcTr' shared service.
  14090.      *
  14091.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14092.      */
  14093.     protected function get_ServiceLocator_ZbYzcTrService()
  14094.     {
  14095.         return $this->privates['.service_locator.ZbYzcTr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14096.             'mailer' => ['services''WebBundle\\Helper\\Mailer''getMailerService'false],
  14097.             'portalHelper' => ['services''WebBundle\\Helper\\PortalHelper''getPortalHelperService'false],
  14098.             'setIsReadLogger' => ['privates''FlexApp\\Service\\ManualReg\\SetIsReadLogger''getSetIsReadLoggerService'false],
  14099.         ], [
  14100.             'mailer' => 'WebBundle\\Helper\\Mailer',
  14101.             'portalHelper' => 'WebBundle\\Helper\\PortalHelper',
  14102.             'setIsReadLogger' => 'FlexApp\\Service\\ManualReg\\SetIsReadLogger',
  14103.         ]);
  14104.     }
  14105.     /**
  14106.      * Gets the private '.service_locator._glSbVM' shared service.
  14107.      *
  14108.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14109.      */
  14110.     protected function get_ServiceLocator_GlSbVMService()
  14111.     {
  14112.         return $this->privates['.service_locator._glSbVM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14113.             'visitRepository' => ['services''WebBundle\\Repository\\VisitRepository''getVisitRepositoryService'false],
  14114.         ], [
  14115.             'visitRepository' => 'WebBundle\\Repository\\VisitRepository',
  14116.         ]);
  14117.     }
  14118.     /**
  14119.      * Gets the private '.service_locator._h1tp28' shared service.
  14120.      *
  14121.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14122.      */
  14123.     protected function get_ServiceLocator_H1tp28Service()
  14124.     {
  14125.         return $this->privates['.service_locator._h1tp28'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14126.             'interviewIsOverHandler' => ['privates''FlexApp\\Service\\InterviewIsOverHandler''getInterviewIsOverHandlerService'false],
  14127.         ], [
  14128.             'interviewIsOverHandler' => 'FlexApp\\Service\\InterviewIsOverHandler',
  14129.         ]);
  14130.     }
  14131.     /**
  14132.      * Gets the private '.service_locator.bRe.sy5' shared service.
  14133.      *
  14134.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14135.      */
  14136.     protected function get_ServiceLocator_BRe_Sy5Service()
  14137.     {
  14138.         return $this->privates['.service_locator.bRe.sy5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14139.             'currentUserProvider' => ['services''FlexApp\\Service\\CurrentUserProvider''getCurrentUserProviderService'false],
  14140.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14141.             'mailingRepository' => ['privates''FlexApp\\Repository\\MailingRepository''getMailingRepositoryService'false],
  14142.         ], [
  14143.             'currentUserProvider' => 'FlexApp\\Service\\CurrentUserProvider',
  14144.             'entityManager' => '?',
  14145.             'mailingRepository' => 'FlexApp\\Repository\\MailingRepository',
  14146.         ]);
  14147.     }
  14148.     /**
  14149.      * Gets the private '.service_locator.fK..wmx' shared service.
  14150.      *
  14151.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14152.      */
  14153.     protected function get_ServiceLocator_FK__WmxService()
  14154.     {
  14155.         return $this->privates['.service_locator.fK..wmx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14156.             '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.'],
  14157.         ], [
  14158.             'factory' => 'WebBundle\\Entity\\Factory',
  14159.         ]);
  14160.     }
  14161.     /**
  14162.      * Gets the private '.service_locator.fWuW_eP' shared service.
  14163.      *
  14164.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14165.      */
  14166.     protected function get_ServiceLocator_FWuWEPService()
  14167.     {
  14168.         return $this->privates['.service_locator.fWuW_eP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14169.             'vacancySlider' => ['privates''FlexApp\\Entity\\VacancySliderEntity''getVacancySliderEntityService'false],
  14170.         ], [
  14171.             'vacancySlider' => 'FlexApp\\Entity\\VacancySliderEntity',
  14172.         ]);
  14173.     }
  14174.     /**
  14175.      * Gets the private '.service_locator.iaYccUP' shared service.
  14176.      *
  14177.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14178.      */
  14179.     protected function get_ServiceLocator_IaYccUPService()
  14180.     {
  14181.         return $this->privates['.service_locator.iaYccUP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14182.             '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.'],
  14183.         ], [
  14184.             'orderEntity' => 'WebBundle\\Entity\\BuyOrder',
  14185.         ]);
  14186.     }
  14187.     /**
  14188.      * Gets the private '.service_locator.jlyTfzM' shared service.
  14189.      *
  14190.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14191.      */
  14192.     protected function get_ServiceLocator_JlyTfzMService()
  14193.     {
  14194.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14195.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  14196.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  14197.         ], [
  14198.             'event_dispatcher' => '?',
  14199.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  14200.         ]);
  14201.     }
  14202.     /**
  14203.      * Gets the private '.service_locator.l6ER0ut' shared service.
  14204.      *
  14205.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14206.      */
  14207.     protected function get_ServiceLocator_L6ER0utService()
  14208.     {
  14209.         return $this->privates['.service_locator.l6ER0ut'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14210.             'emailCanonicalizer' => ['privates''FlexApp\\Service\\EmailCanonicalizer''getEmailCanonicalizerService'false],
  14211.         ], [
  14212.             'emailCanonicalizer' => 'FlexApp\\Service\\EmailCanonicalizer',
  14213.         ]);
  14214.     }
  14215.     /**
  14216.      * Gets the private '.service_locator.lnB13xC' shared service.
  14217.      *
  14218.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14219.      */
  14220.     protected function get_ServiceLocator_LnB13xCService()
  14221.     {
  14222.         return $this->privates['.service_locator.lnB13xC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14223.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14224.             'parametersProvider' => ['privates''FlexApp\\Service\\ParametersProvider''getParametersProviderService'false],
  14225.             'portalApiClient' => ['privates''FlexApp\\Service\\PortalApiClient''getPortalApiClientService'false],
  14226.         ], [
  14227.             'em' => '?',
  14228.             'parametersProvider' => 'FlexApp\\Service\\ParametersProvider',
  14229.             'portalApiClient' => 'FlexApp\\Service\\PortalApiClient',
  14230.         ]);
  14231.     }
  14232.     /**
  14233.      * Gets the private '.service_locator.maxEfDy' shared service.
  14234.      *
  14235.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14236.      */
  14237.     protected function get_ServiceLocator_MaxEfDyService()
  14238.     {
  14239.         return $this->privates['.service_locator.maxEfDy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14240.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  14241.             'mailer' => ['services''WebBundle\\Helper\\Mailer''getMailerService'false],
  14242.             'parametersProvider' => ['privates''FlexApp\\Service\\ParametersProvider''getParametersProviderService'false],
  14243.             'userPasswordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  14244.         ], [
  14245.             'doctrine' => '?',
  14246.             'mailer' => 'WebBundle\\Helper\\Mailer',
  14247.             'parametersProvider' => 'FlexApp\\Service\\ParametersProvider',
  14248.             'userPasswordHasher' => '?',
  14249.         ]);
  14250.     }
  14251.     /**
  14252.      * Gets the private '.service_locator.oCRSvu8' shared service.
  14253.      *
  14254.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14255.      */
  14256.     protected function get_ServiceLocator_OCRSvu8Service()
  14257.     {
  14258.         return $this->privates['.service_locator.oCRSvu8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14259.             'buyOrderRepository' => ['services''WebBundle\\Repository\\BuyOrderRepository''getBuyOrderRepositoryService'false],
  14260.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14261.             'nowPaymentsClient' => ['privates''FlexApp\\Service\\NowPaymentsClient''getNowPaymentsClientService'false],
  14262.         ], [
  14263.             'buyOrderRepository' => 'WebBundle\\Repository\\BuyOrderRepository',
  14264.             'em' => '?',
  14265.             'nowPaymentsClient' => 'FlexApp\\Service\\NowPaymentsClient',
  14266.         ]);
  14267.     }
  14268.     /**
  14269.      * Gets the private '.service_locator.pCMJEaO' shared service.
  14270.      *
  14271.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14272.      */
  14273.     protected function get_ServiceLocator_PCMJEaOService()
  14274.     {
  14275.         return $this->privates['.service_locator.pCMJEaO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14276.             'commentFormHandlerService' => ['privates''FlexApp\\Service\\CommentFormHandlerService''getCommentFormHandlerServiceService'false],
  14277.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  14278.         ], [
  14279.             'commentFormHandlerService' => 'FlexApp\\Service\\CommentFormHandlerService',
  14280.             'eventDispatcher' => '?',
  14281.         ]);
  14282.     }
  14283.     /**
  14284.      * Gets the private '.service_locator.qSzDqfH' shared service.
  14285.      *
  14286.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14287.      */
  14288.     protected function get_ServiceLocator_QSzDqfHService()
  14289.     {
  14290.         return $this->privates['.service_locator.qSzDqfH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14291.             'ideaRepository' => ['services''WebBundle\\Repository\\IdeaRepository''getIdeaRepositoryService'false],
  14292.         ], [
  14293.             'ideaRepository' => 'WebBundle\\Repository\\IdeaRepository',
  14294.         ]);
  14295.     }
  14296.     /**
  14297.      * Gets the private '.service_locator.spy9j7Z' shared service.
  14298.      *
  14299.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14300.      */
  14301.     protected function get_ServiceLocator_Spy9j7ZService()
  14302.     {
  14303.         return $this->privates['.service_locator.spy9j7Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14304.             'subscriptionsEntityRepository' => ['privates''FlexApp\\Repository\\SubscriptionsEntityRepository''getSubscriptionsEntityRepositoryService'false],
  14305.         ], [
  14306.             'subscriptionsEntityRepository' => 'FlexApp\\Repository\\SubscriptionsEntityRepository',
  14307.         ]);
  14308.     }
  14309.     /**
  14310.      * Gets the private '.service_locator.u47of.0' shared service.
  14311.      *
  14312.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14313.      */
  14314.     protected function get_ServiceLocator_U47of_0Service()
  14315.     {
  14316.         return $this->privates['.service_locator.u47of.0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14317.             '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".'],
  14318.         ], [
  14319.             'container' => 'Symfony\\Component\\DependencyInjection\\ContainerBuilder',
  14320.         ]);
  14321.     }
  14322.     /**
  14323.      * Gets the private '.service_locator.uwDytMH' shared service.
  14324.      *
  14325.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14326.      */
  14327.     protected function get_ServiceLocator_UwDytMHService()
  14328.     {
  14329.         return $this->privates['.service_locator.uwDytMH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14330.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14331.             'repository' => ['privates''FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository''getInvitationEmailDeliveryStatsRepositoryService'false],
  14332.         ], [
  14333.             'em' => '?',
  14334.             'repository' => 'FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository',
  14335.         ]);
  14336.     }
  14337.     /**
  14338.      * Gets the private '.service_locator.xALKTpt' shared service.
  14339.      *
  14340.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14341.      */
  14342.     protected function get_ServiceLocator_XALKTptService()
  14343.     {
  14344.         return $this->privates['.service_locator.xALKTpt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14345.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  14346.             'google_feed' => ['privates''messenger.transport.google_feed''getMessenger_Transport_GoogleFeedService'false],
  14347.             'logs' => ['privates''messenger.transport.logs''getMessenger_Transport_LogsService'false],
  14348.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  14349.             'messenger.transport.google_feed' => ['privates''messenger.transport.google_feed''getMessenger_Transport_GoogleFeedService'false],
  14350.             'messenger.transport.logs' => ['privates''messenger.transport.logs''getMessenger_Transport_LogsService'false],
  14351.         ], [
  14352.             'async' => '?',
  14353.             'google_feed' => '?',
  14354.             'logs' => '?',
  14355.             'messenger.transport.async' => '?',
  14356.             'messenger.transport.google_feed' => '?',
  14357.             'messenger.transport.logs' => '?',
  14358.         ]);
  14359.     }
  14360.     /**
  14361.      * Gets the private '.service_locator.ywhNcuo' shared service.
  14362.      *
  14363.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14364.      */
  14365.     protected function get_ServiceLocator_YwhNcuoService()
  14366.     {
  14367.         return $this->privates['.service_locator.ywhNcuo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14368.             'boolDBSettingRepository' => ['privates''FlexApp\\Repository\\BoolDBSettingRepository''getBoolDBSettingRepositoryService'false],
  14369.             'translator' => ['services''translator''getTranslatorService'false],
  14370.             'welcomeInfoDataGenerator' => ['privates''FlexApp\\Service\\WelcomeInfoDataGenerator''getWelcomeInfoDataGeneratorService'false],
  14371.         ], [
  14372.             'boolDBSettingRepository' => 'FlexApp\\Repository\\BoolDBSettingRepository',
  14373.             'translator' => '?',
  14374.             'welcomeInfoDataGenerator' => 'FlexApp\\Service\\WelcomeInfoDataGenerator',
  14375.         ]);
  14376.     }
  14377.     /**
  14378.      * Gets the private '.service_locator.zJyh7qS' shared service.
  14379.      *
  14380.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14381.      */
  14382.     protected function get_ServiceLocator_ZJyh7qSService()
  14383.     {
  14384.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14385.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  14386.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  14387.         ], [
  14388.             'security.firewall.map.context.dev' => '?',
  14389.             'security.firewall.map.context.main' => '?',
  14390.         ]);
  14391.     }
  14392.     /**
  14393.      * Gets the private '.service_locator.zxvOa6h' shared service.
  14394.      *
  14395.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14396.      */
  14397.     protected function get_ServiceLocator_ZxvOa6hService()
  14398.     {
  14399.         return $this->privates['.service_locator.zxvOa6h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14400.             'currentUserProvider' => ['services''FlexApp\\Service\\CurrentUserProvider''getCurrentUserProviderService'false],
  14401.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14402.             'mailing' => ['privates''FlexApp\\Entity\\Mailing''getMailingService'false],
  14403.         ], [
  14404.             'currentUserProvider' => 'FlexApp\\Service\\CurrentUserProvider',
  14405.             'entityManager' => '?',
  14406.             'mailing' => 'FlexApp\\Entity\\Mailing',
  14407.         ]);
  14408.     }
  14409.     /**
  14410.      * Gets the private '.session.deprecated' shared service.
  14411.      *
  14412.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  14413.      */
  14414.     protected function get_Session_DeprecatedService()
  14415.     {
  14416.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  14417.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  14418.         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();
  14419.     }
  14420.     /**
  14421.      * Gets the private '.twig.command.debug.lazy' shared service.
  14422.      *
  14423.      * @return \Symfony\Component\Console\Command\LazyCommand
  14424.      */
  14425.     protected function get_Twig_Command_Debug_LazyService()
  14426.     {
  14427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  14429.         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 {
  14430.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  14431.         });
  14432.     }
  14433.     /**
  14434.      * Gets the private '.twig.command.lint.lazy' shared service.
  14435.      *
  14436.      * @return \Symfony\Component\Console\Command\LazyCommand
  14437.      */
  14438.     protected function get_Twig_Command_Lint_LazyService()
  14439.     {
  14440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  14442.         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 {
  14443.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  14444.         });
  14445.     }
  14446.     /**
  14447.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  14448.      *
  14449.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  14450.      */
  14451.     protected function getManagerRegistryAwareConnectionProviderService()
  14452.     {
  14453.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  14454.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  14455.         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'));
  14456.     }
  14457.     /**
  14458.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  14459.      *
  14460.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  14461.      */
  14462.     protected function getRunSqlCommandService()
  14463.     {
  14464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14465.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  14466.         $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()));
  14467.         $instance->setName('dbal:run-sql');
  14468.         return $instance;
  14469.     }
  14470.     /**
  14471.      * Gets the private 'FlexApp\Command\AddExhibitionDataCommand' shared autowired service.
  14472.      *
  14473.      * @return \FlexApp\Command\AddExhibitionDataCommand
  14474.      */
  14475.     protected function getAddExhibitionDataCommandService()
  14476.     {
  14477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14478.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/AddExhibitionDataCommand.php';
  14479.         $this->privates['FlexApp\\Command\\AddExhibitionDataCommand'] = $instance = new \FlexApp\Command\AddExhibitionDataCommand(($this->privates['FlexApp\\Repository\\Exhibition\\ExhRepository'] ?? $this->getExhRepositoryService()));
  14480.         $instance->setName('te:add:exhibition_data');
  14481.         return $instance;
  14482.     }
  14483.     /**
  14484.      * Gets the private 'FlexApp\Command\AddFilterToAdminPanelCommand' shared autowired service.
  14485.      *
  14486.      * @return \FlexApp\Command\AddFilterToAdminPanelCommand
  14487.      */
  14488.     protected function getAddFilterToAdminPanelCommandService()
  14489.     {
  14490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14491.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/AddFilterToAdminPanelCommand.php';
  14492.         $this->privates['FlexApp\\Command\\AddFilterToAdminPanelCommand'] = $instance = new \FlexApp\Command\AddFilterToAdminPanelCommand(($this->services['adm.service.filter'] ?? $this->getAdm_Service_FilterService()));
  14493.         $instance->setName('adm.command:add.filter');
  14494.         return $instance;
  14495.     }
  14496.     /**
  14497.      * Gets the private 'FlexApp\Command\AddPortalTaskIfFailsExistCommand' shared autowired service.
  14498.      *
  14499.      * @return \FlexApp\Command\AddPortalTaskIfFailsExistCommand
  14500.      */
  14501.     protected function getAddPortalTaskIfFailsExistCommandService()
  14502.     {
  14503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14504.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/AddPortalTaskIfFailsExistCommand.php';
  14505.         $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()));
  14506.         $instance->setName('create-portal-task-if-there-are-chat-fails');
  14507.         return $instance;
  14508.     }
  14509.     /**
  14510.      * Gets the private 'FlexApp\Command\AutoResendAfterFailsCommand' shared autowired service.
  14511.      *
  14512.      * @return \FlexApp\Command\AutoResendAfterFailsCommand
  14513.      */
  14514.     protected function getAutoResendAfterFailsCommandService()
  14515.     {
  14516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14517.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/AutoResendAfterFailsCommand.php';
  14518.         $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()));
  14519.         $instance->setName('auto-resend-after-fails-command');
  14520.         return $instance;
  14521.     }
  14522.     /**
  14523.      * Gets the private 'FlexApp\Command\BindReviewsCommand' shared autowired service.
  14524.      *
  14525.      * @return \FlexApp\Command\BindReviewsCommand
  14526.      */
  14527.     protected function getBindReviewsCommandService()
  14528.     {
  14529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14530.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/BindReviewsCommand.php';
  14531.         $this->privates['FlexApp\\Command\\BindReviewsCommand'] = $instance = new \FlexApp\Command\BindReviewsCommand();
  14532.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14533.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  14534.         $instance->setName('app:bind-reviews');
  14535.         return $instance;
  14536.     }
  14537.     /**
  14538.      * Gets the private 'FlexApp\Command\BuildCollectionSettnigsCommand' shared autowired service.
  14539.      *
  14540.      * @return \FlexApp\Command\BuildCollectionSettnigsCommand
  14541.      */
  14542.     protected function getBuildCollectionSettnigsCommandService()
  14543.     {
  14544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14545.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/BuildCollectionSettnigsCommand.php';
  14546.         $this->privates['FlexApp\\Command\\BuildCollectionSettnigsCommand'] = $instance = new \FlexApp\Command\BuildCollectionSettnigsCommand($this);
  14547.         $instance->setName('te:build:collection.settnigs');
  14548.         return $instance;
  14549.     }
  14550.     /**
  14551.      * Gets the private 'FlexApp\Command\CalendarCommand' shared autowired service.
  14552.      *
  14553.      * @return \FlexApp\Command\CalendarCommand
  14554.      */
  14555.     protected function getCalendarCommandService()
  14556.     {
  14557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14558.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/CalendarCommand.php';
  14559.         $this->privates['FlexApp\\Command\\CalendarCommand'] = $instance = new \FlexApp\Command\CalendarCommand();
  14560.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14561.         $instance->setName('app:calendar');
  14562.         return $instance;
  14563.     }
  14564.     /**
  14565.      * Gets the private 'FlexApp\Command\ChatBCommand' shared autowired service.
  14566.      *
  14567.      * @return \FlexApp\Command\ChatBCommand
  14568.      */
  14569.     protected function getChatBCommandService()
  14570.     {
  14571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14572.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ChatBCommand.php';
  14573.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/WsServerFactory.php';
  14574.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  14575.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  14576.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  14577.         include_once \dirname(__DIR__4).'/src/FlexApp/Traits/TokenByMsg.php';
  14578.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatBService.php';
  14579.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  14580.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  14581.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  14582.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  14583.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  14584.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  14585.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/WsServerLogger.php';
  14586.         $a = new \FlexApp\Service\ChatBService();
  14587.         $b = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  14588.         $c = new \FlexApp\Service\WsServerLogger('ws_server'$b, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  14589.         $a->logger $c;
  14590.         $a->parametersProvider $b;
  14591.         $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()));
  14592.         $instance->setName('wsserver');
  14593.         return $instance;
  14594.     }
  14595.     /**
  14596.      * Gets the private 'FlexApp\Command\ChatBDispatchErrorEventCommand' shared autowired service.
  14597.      *
  14598.      * @return \FlexApp\Command\ChatBDispatchErrorEventCommand
  14599.      */
  14600.     protected function getChatBDispatchErrorEventCommandService()
  14601.     {
  14602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14603.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ChatBDispatchErrorEventCommand.php';
  14604.         $this->privates['FlexApp\\Command\\ChatBDispatchErrorEventCommand'] = $instance = new \FlexApp\Command\ChatBDispatchErrorEventCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  14605.         $instance->setName('dispatch-general-error-event-in-child-process');
  14606.         return $instance;
  14607.     }
  14608.     /**
  14609.      * Gets the private 'FlexApp\Command\CheckActualTranslationsCommand' shared autowired service.
  14610.      *
  14611.      * @return \FlexApp\Command\CheckActualTranslationsCommand
  14612.      */
  14613.     protected function getCheckActualTranslationsCommandService()
  14614.     {
  14615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14616.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/CheckActualTranslationsCommand.php';
  14617.         $this->privates['FlexApp\\Command\\CheckActualTranslationsCommand'] = $instance = new \FlexApp\Command\CheckActualTranslationsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  14618.         $instance->setName('app:check-actual-translations');
  14619.         return $instance;
  14620.     }
  14621.     /**
  14622.      * Gets the private 'FlexApp\Command\CheckGoogleGmailEventsCommand' shared autowired service.
  14623.      *
  14624.      * @return \FlexApp\Command\CheckGoogleGmailEventsCommand
  14625.      */
  14626.     protected function getCheckGoogleGmailEventsCommandService()
  14627.     {
  14628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14629.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/CheckGoogleGmailEventsCommand.php';
  14630.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/GoogleGmailEventsService.php';
  14631.         $this->privates['FlexApp\\Command\\CheckGoogleGmailEventsCommand'] = $instance = new \FlexApp\Command\CheckGoogleGmailEventsCommand(($this->privates['FlexApp\\Service\\GoogleGmailEventsService'] ?? ($this->privates['FlexApp\\Service\\GoogleGmailEventsService'] = new \FlexApp\Service\GoogleGmailEventsService())));
  14632.         $instance->setName('app:check-google-gmail-events');
  14633.         return $instance;
  14634.     }
  14635.     /**
  14636.      * Gets the private 'FlexApp\Command\ClearCustomLogCommand' shared autowired service.
  14637.      *
  14638.      * @return \FlexApp\Command\ClearCustomLogCommand
  14639.      */
  14640.     protected function getClearCustomLogCommandService()
  14641.     {
  14642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14643.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ClearCustomLogCommand.php';
  14644.         $this->privates['FlexApp\\Command\\ClearCustomLogCommand'] = $instance = new \FlexApp\Command\ClearCustomLogCommand();
  14645.         $instance->parametersProvider = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  14646.         $instance->setName('app:clear-custom-log');
  14647.         return $instance;
  14648.     }
  14649.     /**
  14650.      * Gets the private 'FlexApp\Command\CommentsAddTaskForCommentsWithoutAnswerCommand' shared autowired service.
  14651.      *
  14652.      * @return \FlexApp\Command\CommentsAddTaskForCommentsWithoutAnswerCommand
  14653.      */
  14654.     protected function getCommentsAddTaskForCommentsWithoutAnswerCommandService()
  14655.     {
  14656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14657.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/CommentsAddTaskForCommentsWithoutAnswerCommand.php';
  14658.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  14659.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/VacancyRepository.php';
  14660.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/LocaleTextRepository.php';
  14661.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PortalLinkGenerator.php';
  14662.         $this->privates['FlexApp\\Command\\CommentsAddTaskForCommentsWithoutAnswerCommand'] = $instance = new \FlexApp\Command\CommentsAddTaskForCommentsWithoutAnswerCommand();
  14663.         $a = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  14664.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14665.         $c $b->getRepository('WebBundle:LocaleTextEntity');
  14666.         $c->setParametersProvider($a);
  14667.         $instance->portalHelper = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  14668.         $instance->participantHelper = ($this->services['WebBundle\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService());
  14669.         $instance->parametersProvider $a;
  14670.         $instance->eventDispatcher = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14671.         $instance->commentRepository = ($this->services['FlexApp\\Repository\\CommentRepository'] ?? $this->getCommentRepositoryService());
  14672.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  14673.         $instance->vacancyRepository $b->getRepository('WebBundle:Vacancy');
  14674.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  14675.         $instance->localeTextRepository $c;
  14676.         $instance->sourceByCommentTypeDefiner = ($this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'] ?? $this->getSourceByCommentTypeDefinerService());
  14677.         $instance->portalLinkGenerator = new \FlexApp\Service\PortalLinkGenerator($a);
  14678.         $instance->entityManager $b;
  14679.         $instance->setName('comments:add-task-for-comments-without-answer');
  14680.         return $instance;
  14681.     }
  14682.     /**
  14683.      * Gets the private 'FlexApp\Command\ConsumeTokensCommand' shared autowired service.
  14684.      *
  14685.      * @return \FlexApp\Command\ConsumeTokensCommand
  14686.      */
  14687.     protected function getConsumeTokensCommandService()
  14688.     {
  14689.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14690.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ConsumeTokensCommand.php';
  14691.         $this->privates['FlexApp\\Command\\ConsumeTokensCommand'] = $instance = new \FlexApp\Command\ConsumeTokensCommand();
  14692.         $instance->parametersProvider = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  14693.         $instance->eventDispatcher = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14694.         $instance->messageBus = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  14695.         $instance->setName('app:consume-tokens');
  14696.         return $instance;
  14697.     }
  14698.     /**
  14699.      * Gets the private 'FlexApp\Command\Cron\CronAdminJobsCommand' shared autowired service.
  14700.      *
  14701.      * @return \FlexApp\Command\Cron\CronAdminJobsCommand
  14702.      */
  14703.     protected function getCronAdminJobsCommandService()
  14704.     {
  14705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14706.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronAdminJobsCommand.php';
  14707.         $this->privates['FlexApp\\Command\\Cron\\CronAdminJobsCommand'] = $instance = new \FlexApp\Command\Cron\CronAdminJobsCommand(($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()));
  14708.         $instance->setName('cron:admin.jobs');
  14709.         return $instance;
  14710.     }
  14711.     /**
  14712.      * Gets the private 'FlexApp\Command\Cron\CronExhSetReferenceCommand' shared autowired service.
  14713.      *
  14714.      * @return \FlexApp\Command\Cron\CronExhSetReferenceCommand
  14715.      */
  14716.     protected function getCronExhSetReferenceCommandService()
  14717.     {
  14718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14719.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronExhSetReferenceCommand.php';
  14720.         $this->privates['FlexApp\\Command\\Cron\\CronExhSetReferenceCommand'] = $instance = new \FlexApp\Command\Cron\CronExhSetReferenceCommand(($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()));
  14721.         $instance->setName('cron:exh.set_reference');
  14722.         return $instance;
  14723.     }
  14724.     /**
  14725.      * Gets the private 'FlexApp\Command\Cron\CronFoundAndFixRelationCommand' shared autowired service.
  14726.      *
  14727.      * @return \FlexApp\Command\Cron\CronFoundAndFixRelationCommand
  14728.      */
  14729.     protected function getCronFoundAndFixRelationCommandService()
  14730.     {
  14731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14732.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronFoundAndFixRelationCommand.php';
  14733.         $this->privates['FlexApp\\Command\\Cron\\CronFoundAndFixRelationCommand'] = $instance = new \FlexApp\Command\Cron\CronFoundAndFixRelationCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()));
  14734.         $instance->setName('cron:found_and_fix.relation');
  14735.         return $instance;
  14736.     }
  14737.     /**
  14738.      * Gets the private 'FlexApp\Command\Cron\CronListForGoogleAdsCommand' shared autowired service.
  14739.      *
  14740.      * @return \FlexApp\Command\Cron\CronListForGoogleAdsCommand
  14741.      */
  14742.     protected function getCronListForGoogleAdsCommandService()
  14743.     {
  14744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14745.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronListForGoogleAdsCommand.php';
  14746.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AdsFilters/AdsFiltersGeneratorCombinations.php';
  14747.         $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()));
  14748.         $instance->setName('cron:listForGoogleAds');
  14749.         return $instance;
  14750.     }
  14751.     /**
  14752.      * Gets the private 'FlexApp\Command\Cron\CronParseHtmlBadLinkCommand' shared autowired service.
  14753.      *
  14754.      * @return \FlexApp\Command\Cron\CronParseHtmlBadLinkCommand
  14755.      */
  14756.     protected function getCronParseHtmlBadLinkCommandService()
  14757.     {
  14758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14759.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronParseHtmlBadLinkCommand.php';
  14760.         $this->privates['FlexApp\\Command\\Cron\\CronParseHtmlBadLinkCommand'] = $instance = new \FlexApp\Command\Cron\CronParseHtmlBadLinkCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14761.         $instance->setName('cron:parse.html_bad_link');
  14762.         return $instance;
  14763.     }
  14764.     /**
  14765.      * Gets the private 'FlexApp\Command\Cron\CronParseVideoBadLinkCommand' shared autowired service.
  14766.      *
  14767.      * @return \FlexApp\Command\Cron\CronParseVideoBadLinkCommand
  14768.      */
  14769.     protected function getCronParseVideoBadLinkCommandService()
  14770.     {
  14771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14772.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronParseVideoBadLinkCommand.php';
  14773.         $this->privates['FlexApp\\Command\\Cron\\CronParseVideoBadLinkCommand'] = $instance = new \FlexApp\Command\Cron\CronParseVideoBadLinkCommand(($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()));
  14774.         $instance->setName('cron:parse.video_bad_link');
  14775.         return $instance;
  14776.     }
  14777.     /**
  14778.      * Gets the private 'FlexApp\Command\Cron\CronTransExCommand' shared autowired service.
  14779.      *
  14780.      * @return \FlexApp\Command\Cron\CronTransExCommand
  14781.      */
  14782.     protected function getCronTransExCommandService()
  14783.     {
  14784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14785.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronTransExCommand.php';
  14786.         $this->privates['FlexApp\\Command\\Cron\\CronTransExCommand'] = $instance = new \FlexApp\Command\Cron\CronTransExCommand(($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()));
  14787.         $instance->setName('cron:transex.update');
  14788.         return $instance;
  14789.     }
  14790.     /**
  14791.      * Gets the private 'FlexApp\Command\Cron\CrontabFillCollectionCommand' shared autowired service.
  14792.      *
  14793.      * @return \FlexApp\Command\Cron\CrontabFillCollectionCommand
  14794.      */
  14795.     protected function getCrontabFillCollectionCommandService()
  14796.     {
  14797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14798.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CrontabFillCollectionCommand.php';
  14799.         $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()));
  14800.         $instance->setName('cron:fill-collections');
  14801.         $instance->setDescription('Fill collections from old table.');
  14802.         return $instance;
  14803.     }
  14804.     /**
  14805.      * Gets the private 'FlexApp\Command\Cron\CrontabFillCountryCommand' shared autowired service.
  14806.      *
  14807.      * @return \FlexApp\Command\Cron\CrontabFillCountryCommand
  14808.      */
  14809.     protected function getCrontabFillCountryCommandService()
  14810.     {
  14811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14812.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CrontabFillCountryCommand.php';
  14813.         $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()));
  14814.         $instance->setName('cron:fill-country');
  14815.         $instance->setDescription('Заполнение стран и их названий.');
  14816.         return $instance;
  14817.     }
  14818.     /**
  14819.      * Gets the private 'FlexApp\Command\Cron\CrontabFillFactoryCommand' shared autowired service.
  14820.      *
  14821.      * @return \FlexApp\Command\Cron\CrontabFillFactoryCommand
  14822.      */
  14823.     protected function getCrontabFillFactoryCommandService()
  14824.     {
  14825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14826.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CrontabFillFactoryCommand.php';
  14827.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/StaticContentService.php';
  14828.         $a = new \FlexApp\Service\StaticContentService();
  14829.         $a->staticContentRepository = ($this->privates['FlexApp\\Repository\\StaticContent\\StaticContentRepository'] ?? $this->getStaticContentRepositoryService());
  14830.         $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()));
  14831.         $instance->setName('cron:fill-factory');
  14832.         $instance->setDescription('Fill factories from old table.');
  14833.         return $instance;
  14834.     }
  14835.     /**
  14836.      * Gets the private 'FlexApp\Command\Cron\CrontabFillReviewsCommand' shared autowired service.
  14837.      *
  14838.      * @return \FlexApp\Command\Cron\CrontabFillReviewsCommand
  14839.      */
  14840.     protected function getCrontabFillReviewsCommandService()
  14841.     {
  14842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14843.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CrontabFillReviewsCommand.php';
  14844.         $this->privates['FlexApp\\Command\\Cron\\CrontabFillReviewsCommand'] = $instance = new \FlexApp\Command\Cron\CrontabFillReviewsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  14845.         $instance->setName('cron:fill-review');
  14846.         $instance->setDescription('Обновление отзывов.');
  14847.         return $instance;
  14848.     }
  14849.     /**
  14850.      * Gets the private 'FlexApp\Command\ExportArticleSchemeToCsvCommand' shared autowired service.
  14851.      *
  14852.      * @return \FlexApp\Command\ExportArticleSchemeToCsvCommand
  14853.      */
  14854.     protected function getExportArticleSchemeToCsvCommandService()
  14855.     {
  14856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14857.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ExportArticleSchemeToCsvCommand.php';
  14858.         $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))));
  14859.         $instance->setName('app:export-article-scheme-csv');
  14860.         return $instance;
  14861.     }
  14862.     /**
  14863.      * Gets the private 'FlexApp\Command\ExportArticlesToJsonForGoogleCommand' shared autowired service.
  14864.      *
  14865.      * @return \FlexApp\Command\ExportArticlesToJsonForGoogleCommand
  14866.      */
  14867.     protected function getExportArticlesToJsonForGoogleCommandService()
  14868.     {
  14869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14870.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ExportArticlesToJsonForGoogleCommand.php';
  14871.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/RecommendationsAiService.php';
  14872.         $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))));
  14873.         $instance->setName('recommendations-ai:export-articles-to-json');
  14874.         return $instance;
  14875.     }
  14876.     /**
  14877.      * Gets the private 'FlexApp\Command\ExportCollectionsToAmazonPersonalizeCommand' shared autowired service.
  14878.      *
  14879.      * @return \FlexApp\Command\ExportCollectionsToAmazonPersonalizeCommand
  14880.      */
  14881.     protected function getExportCollectionsToAmazonPersonalizeCommandService()
  14882.     {
  14883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14884.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ExportCollectionsToAmazonPersonalizeCommand.php';
  14885.         $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))));
  14886.         $instance->setName('personalize:export-collections');
  14887.         return $instance;
  14888.     }
  14889.     /**
  14890.      * Gets the private 'FlexApp\Command\ExportUserItemToAmazonPersonalizeCommand' shared autowired service.
  14891.      *
  14892.      * @return \FlexApp\Command\ExportUserItemToAmazonPersonalizeCommand
  14893.      */
  14894.     protected function getExportUserItemToAmazonPersonalizeCommandService()
  14895.     {
  14896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14897.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ExportUserItemToAmazonPersonalizeCommand.php';
  14898.         $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))));
  14899.         $instance->setName('personalize:export-user-item');
  14900.         return $instance;
  14901.     }
  14902.     /**
  14903.      * Gets the private 'FlexApp\Command\ExportUsersToAmazonPersonalizeCommand' shared autowired service.
  14904.      *
  14905.      * @return \FlexApp\Command\ExportUsersToAmazonPersonalizeCommand
  14906.      */
  14907.     protected function getExportUsersToAmazonPersonalizeCommandService()
  14908.     {
  14909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14910.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ExportUsersToAmazonPersonalizeCommand.php';
  14911.         $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))));
  14912.         $instance->setName('personalize:export-users');
  14913.         return $instance;
  14914.     }
  14915.     /**
  14916.      * Gets the private 'FlexApp\Command\FillArticleFilterCommand' shared autowired service.
  14917.      *
  14918.      * @return \FlexApp\Command\FillArticleFilterCommand
  14919.      */
  14920.     protected function getFillArticleFilterCommandService()
  14921.     {
  14922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14923.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/FillArticleFilterCommand.php';
  14924.         $this->privates['FlexApp\\Command\\FillArticleFilterCommand'] = $instance = new \FlexApp\Command\FillArticleFilterCommand(($this->services['adm.service.article_filters_filler'] ?? $this->getAdm_Service_ArticleFiltersFillerService()));
  14925.         $instance->setName('app:fill_article_filter');
  14926.         $instance->setDescription('Заполняет article_filter для артикулов порциями (удобно для cron)');
  14927.         return $instance;
  14928.     }
  14929.     /**
  14930.      * Gets the private 'FlexApp\Command\FillArticleSortCommand' shared autowired service.
  14931.      *
  14932.      * @return \FlexApp\Command\FillArticleSortCommand
  14933.      */
  14934.     protected function getFillArticleSortCommandService()
  14935.     {
  14936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14937.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/FillArticleSortCommand.php';
  14938.         $this->privates['FlexApp\\Command\\FillArticleSortCommand'] = $instance = new \FlexApp\Command\FillArticleSortCommand(($this->services['adm.service.article_sort_filler'] ?? $this->getAdm_Service_ArticleSortFillerService()));
  14939.         $instance->setName('app:fill_article_sort');
  14940.         $instance->setDescription('Заполняет a_sort порциями (по коллекции, фабрике или всё по кругу)');
  14941.         return $instance;
  14942.     }
  14943.     /**
  14944.      * Gets the private 'FlexApp\Command\FillCapitalsCommand' shared autowired service.
  14945.      *
  14946.      * @return \FlexApp\Command\FillCapitalsCommand
  14947.      */
  14948.     protected function getFillCapitalsCommandService()
  14949.     {
  14950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14951.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/FillCapitalsCommand.php';
  14952.         $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()));
  14953.         $instance->setName('app:fill-capitals');
  14954.         return $instance;
  14955.     }
  14956.     /**
  14957.      * Gets the private 'FlexApp\Command\FillHolidaysCommand' shared autowired service.
  14958.      *
  14959.      * @return \FlexApp\Command\FillHolidaysCommand
  14960.      */
  14961.     protected function getFillHolidaysCommandService()
  14962.     {
  14963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14964.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/FillHolidaysCommand.php';
  14965.         $this->privates['FlexApp\\Command\\FillHolidaysCommand'] = $instance = new \FlexApp\Command\FillHolidaysCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  14966.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  14967.         $instance->setName('app:fill-holidays');
  14968.         return $instance;
  14969.     }
  14970.     /**
  14971.      * Gets the private 'FlexApp\Command\FillInteriorFilterCommand' shared autowired service.
  14972.      *
  14973.      * @return \FlexApp\Command\FillInteriorFilterCommand
  14974.      */
  14975.     protected function getFillInteriorFilterCommandService()
  14976.     {
  14977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14978.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/FillInteriorFilterCommand.php';
  14979.         $this->privates['FlexApp\\Command\\FillInteriorFilterCommand'] = $instance = new \FlexApp\Command\FillInteriorFilterCommand(($this->services['adm.service.interior_filters_filler'] ?? $this->getAdm_Service_InteriorFiltersFillerService()));
  14980.         $instance->setName('app:fill_interior_filter');
  14981.         $instance->setDescription('Заполняет interior_filters для интерьеров порциями (удобно для cron)');
  14982.         return $instance;
  14983.     }
  14984.     /**
  14985.      * Gets the private 'FlexApp\Command\FixLocalesInLocalChangeStatisticCommand' shared autowired service.
  14986.      *
  14987.      * @return \FlexApp\Command\FixLocalesInLocalChangeStatisticCommand
  14988.      */
  14989.     protected function getFixLocalesInLocalChangeStatisticCommandService()
  14990.     {
  14991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14992.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/FixLocalesInLocalChangeStatisticCommand.php';
  14993.         $this->privates['FlexApp\\Command\\FixLocalesInLocalChangeStatisticCommand'] = $instance = new \FlexApp\Command\FixLocalesInLocalChangeStatisticCommand(($this->privates['FlexApp\\Service\\LocaleChangeStatService'] ?? $this->getLocaleChangeStatServiceService()));
  14994.         $instance->setName('locale-statistic:fix-db-locale-strings');
  14995.         return $instance;
  14996.     }
  14997.     /**
  14998.      * Gets the private 'FlexApp\Command\GetCollectionThemesStatCommand' shared autowired service.
  14999.      *
  15000.      * @return \FlexApp\Command\GetCollectionThemesStatCommand
  15001.      */
  15002.     protected function getGetCollectionThemesStatCommandService()
  15003.     {
  15004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15005.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/GetCollectionThemesStatCommand.php';
  15006.         $this->privates['FlexApp\\Command\\GetCollectionThemesStatCommand'] = $instance = new \FlexApp\Command\GetCollectionThemesStatCommand();
  15007.         $instance->portalHelper = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  15008.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  15009.         $instance->setName('app:get-collection-themes-stat-command');
  15010.         return $instance;
  15011.     }
  15012.     /**
  15013.      * Gets the private 'FlexApp\Command\ImgProcessCommand' shared autowired service.
  15014.      *
  15015.      * @return \FlexApp\Command\ImgProcessCommand
  15016.      */
  15017.     protected function getImgProcessCommandService()
  15018.     {
  15019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15020.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ImgProcessCommand.php';
  15021.         $this->privates['FlexApp\\Command\\ImgProcessCommand'] = $instance = new \FlexApp\Command\ImgProcessCommand();
  15022.         $instance->setName('img_process');
  15023.         return $instance;
  15024.     }
  15025.     /**
  15026.      * Gets the private 'FlexApp\Command\ImportOldSubscribersCommand' shared autowired service.
  15027.      *
  15028.      * @return \FlexApp\Command\ImportOldSubscribersCommand
  15029.      */
  15030.     protected function getImportOldSubscribersCommandService()
  15031.     {
  15032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15033.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ImportOldSubscribersCommand.php';
  15034.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  15035.         $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())));
  15036.         $instance->setName('app:import-old-subscribers');
  15037.         return $instance;
  15038.     }
  15039.     /**
  15040.      * Gets the private 'FlexApp\Command\ImportProdDBCommand' shared autowired service.
  15041.      *
  15042.      * @return \FlexApp\Command\ImportProdDBCommand
  15043.      */
  15044.     protected function getImportProdDBCommandService()
  15045.     {
  15046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15047.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ImportProdDBCommand.php';
  15048.         $this->privates['FlexApp\\Command\\ImportProdDBCommand'] = $instance = new \FlexApp\Command\ImportProdDBCommand(($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()));
  15049.         $instance->setName('app:import-prod-db');
  15050.         return $instance;
  15051.     }
  15052.     /**
  15053.      * Gets the private 'FlexApp\Command\ManualTestUnreadCountCommand' shared autowired service.
  15054.      *
  15055.      * @return \FlexApp\Command\ManualTestUnreadCountCommand
  15056.      */
  15057.     protected function getManualTestUnreadCountCommandService()
  15058.     {
  15059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15060.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ManualTestUnreadCountCommand.php';
  15061.         $this->privates['FlexApp\\Command\\ManualTestUnreadCountCommand'] = $instance = new \FlexApp\Command\ManualTestUnreadCountCommand();
  15062.         $instance->changeUnreadCountHandler = ($this->privates['FlexApp\\Service\\ChangedUnreadCountHandler'] ?? $this->getChangedUnreadCountHandlerService());
  15063.         $instance->setName('app:manual-test-unread-count');
  15064.         return $instance;
  15065.     }
  15066.     /**
  15067.      * Gets the private 'FlexApp\Command\ManualTestingCommand' shared autowired service.
  15068.      *
  15069.      * @return \FlexApp\Command\ManualTestingCommand
  15070.      */
  15071.     protected function getManualTestingCommandService()
  15072.     {
  15073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15074.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ManualTestingCommand.php';
  15075.         $this->privates['FlexApp\\Command\\ManualTestingCommand'] = $instance = new \FlexApp\Command\ManualTestingCommand();
  15076.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  15077.         $instance->classMetadataFactory = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  15078.         $instance->serializer = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  15079.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  15080.         $instance->validator = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  15081.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15082.         $instance->portalHelper = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  15083.         $instance->portalApiService = ($this->privates['FlexApp\\Service\\PortalApiService'] ?? $this->getPortalApiServiceService());
  15084.         $instance->chatBMessageRepository = ($this->privates['FlexApp\\Repository\\ChatBMessageRepository'] ?? $this->getChatBMessageRepositoryService());
  15085.         $instance->loginLinkGenerator = ($this->services['FlexApp\\Service\\LoginLinkGenerator'] ?? $this->getLoginLinkGeneratorService());
  15086.         $instance->logsManager = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  15087.         $instance->setName('app:manual-testing');
  15088.         return $instance;
  15089.     }
  15090.     /**
  15091.      * Gets the private 'FlexApp\Command\MergeContactsOnPortalCommand' shared autowired service.
  15092.      *
  15093.      * @return \FlexApp\Command\MergeContactsOnPortalCommand
  15094.      */
  15095.     protected function getMergeContactsOnPortalCommandService()
  15096.     {
  15097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15098.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/MergeContactsOnPortalCommand.php';
  15099.         $this->privates['FlexApp\\Command\\MergeContactsOnPortalCommand'] = $instance = new \FlexApp\Command\MergeContactsOnPortalCommand();
  15100.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  15101.         $instance->portalHelper = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  15102.         $instance->setName('app:merge-contacts-on-portal');
  15103.         return $instance;
  15104.     }
  15105.     /**
  15106.      * Gets the private 'FlexApp\Command\OnceLoadCurrenciesCommand' shared autowired service.
  15107.      *
  15108.      * @return \FlexApp\Command\OnceLoadCurrenciesCommand
  15109.      */
  15110.     protected function getOnceLoadCurrenciesCommandService()
  15111.     {
  15112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15113.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/OnceLoadCurrenciesCommand.php';
  15114.         $this->privates['FlexApp\\Command\\OnceLoadCurrenciesCommand'] = $instance = new \FlexApp\Command\OnceLoadCurrenciesCommand(($this->privates['FlexApp\\Repository\\LocaleRepository'] ?? $this->getLocaleRepositoryService()), ($this->privates['FlexApp\\Repository\\CurrencyRepository'] ?? $this->getCurrencyRepositoryService()));
  15115.         $instance->setName('command:load-currencies');
  15116.         $instance->setDescription('Единоразовая заливка валют');
  15117.         return $instance;
  15118.     }
  15119.     /**
  15120.      * Gets the private 'FlexApp\Command\OnceLoadMeasuresCommand' shared autowired service.
  15121.      *
  15122.      * @return \FlexApp\Command\OnceLoadMeasuresCommand
  15123.      */
  15124.     protected function getOnceLoadMeasuresCommandService()
  15125.     {
  15126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15127.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/OnceLoadMeasuresCommand.php';
  15128.         $this->privates['FlexApp\\Command\\OnceLoadMeasuresCommand'] = $instance = new \FlexApp\Command\OnceLoadMeasuresCommand(($this->privates['FlexApp\\Repository\\LocaleRepository'] ?? $this->getLocaleRepositoryService()), ($this->privates['FlexApp\\Repository\\SquareRepository'] ?? $this->getSquareRepositoryService()));
  15129.         $instance->setName('command:load-measures');
  15130.         $instance->setDescription('Единоразовая заливка площадей');
  15131.         return $instance;
  15132.     }
  15133.     /**
  15134.      * Gets the private 'FlexApp\Command\PluralizationExampleCommand' shared autowired service.
  15135.      *
  15136.      * @return \FlexApp\Command\PluralizationExampleCommand
  15137.      */
  15138.     protected function getPluralizationExampleCommandService()
  15139.     {
  15140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15141.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/PluralizationExampleCommand.php';
  15142.         $this->privates['FlexApp\\Command\\PluralizationExampleCommand'] = $instance = new \FlexApp\Command\PluralizationExampleCommand();
  15143.         $instance->translator = ($this->services['translator'] ?? $this->getTranslatorService());
  15144.         $instance->setName('app:pluralization-example');
  15145.         return $instance;
  15146.     }
  15147.     /**
  15148.      * Gets the private 'FlexApp\Command\PushTestByFCMTokenCommand' shared autowired service.
  15149.      *
  15150.      * @return \FlexApp\Command\PushTestByFCMTokenCommand
  15151.      */
  15152.     protected function getPushTestByFCMTokenCommandService()
  15153.     {
  15154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15155.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/PushTestByFCMTokenCommand.php';
  15156.         $this->privates['FlexApp\\Command\\PushTestByFCMTokenCommand'] = $instance = new \FlexApp\Command\PushTestByFCMTokenCommand(($this->privates['FlexApp\\Service\\WebPushNotificationsService'] ?? $this->getWebPushNotificationsServiceService()));
  15157.         $instance->setName('app:push-test-by-fcm-token');
  15158.         return $instance;
  15159.     }
  15160.     /**
  15161.      * Gets the private 'FlexApp\Command\PushTestByTeTokenCommand' shared autowired service.
  15162.      *
  15163.      * @return \FlexApp\Command\PushTestByTeTokenCommand
  15164.      */
  15165.     protected function getPushTestByTeTokenCommandService()
  15166.     {
  15167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15168.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/PushTestByTeTokenCommand.php';
  15169.         $this->privates['FlexApp\\Command\\PushTestByTeTokenCommand'] = $instance = new \FlexApp\Command\PushTestByTeTokenCommand(($this->privates['FlexApp\\Service\\WebPushNotificationsService'] ?? $this->getWebPushNotificationsServiceService()));
  15170.         $instance->setName('app:push-test-by-te-token');
  15171.         return $instance;
  15172.     }
  15173.     /**
  15174.      * Gets the private 'FlexApp\Command\PushTestByUserCommand' shared autowired service.
  15175.      *
  15176.      * @return \FlexApp\Command\PushTestByUserCommand
  15177.      */
  15178.     protected function getPushTestByUserCommandService()
  15179.     {
  15180.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15181.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/PushTestByUserCommand.php';
  15182.         $this->privates['FlexApp\\Command\\PushTestByUserCommand'] = $instance = new \FlexApp\Command\PushTestByUserCommand(($this->privates['FlexApp\\Service\\WebPushNotificationsService'] ?? $this->getWebPushNotificationsServiceService()), ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  15183.         $instance->setName('app:push-test-by-user');
  15184.         return $instance;
  15185.     }
  15186.     /**
  15187.      * Gets the private 'FlexApp\Command\RemoveOldComparesCommand' shared autowired service.
  15188.      *
  15189.      * @return \FlexApp\Command\RemoveOldComparesCommand
  15190.      */
  15191.     protected function getRemoveOldComparesCommandService()
  15192.     {
  15193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15194.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/RemoveOldComparesCommand.php';
  15195.         $this->privates['FlexApp\\Command\\RemoveOldComparesCommand'] = $instance = new \FlexApp\Command\RemoveOldComparesCommand(($this->privates['FlexApp\\Service\\CompareArticleService'] ?? $this->getCompareArticleServiceService()));
  15196.         $instance->setName('app:compare:delete:old');
  15197.         return $instance;
  15198.     }
  15199.     /**
  15200.      * Gets the private 'FlexApp\Command\RenameImageExhCommand' shared autowired service.
  15201.      *
  15202.      * @return \FlexApp\Command\RenameImageExhCommand
  15203.      */
  15204.     protected function getRenameImageExhCommandService()
  15205.     {
  15206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15207.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/RenameImageExhCommand.php';
  15208.         $this->privates['FlexApp\\Command\\RenameImageExhCommand'] = $instance = new \FlexApp\Command\RenameImageExhCommand();
  15209.         $instance->setName('app:rename_image_exh');
  15210.         return $instance;
  15211.     }
  15212.     /**
  15213.      * Gets the private 'FlexApp\Command\SendTestEmailCommand' shared autowired service.
  15214.      *
  15215.      * @return \FlexApp\Command\SendTestEmailCommand
  15216.      */
  15217.     protected function getSendTestEmailCommandService()
  15218.     {
  15219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15220.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/SendTestEmailCommand.php';
  15221.         $a = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  15222.         $this->privates['FlexApp\\Command\\SendTestEmailCommand'] = $instance = new \FlexApp\Command\SendTestEmailCommand($a);
  15223.         $instance->mailer = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  15224.         $instance->parametersProvider $a;
  15225.         $instance->setName('app:send-test-email');
  15226.         return $instance;
  15227.     }
  15228.     /**
  15229.      * Gets the private 'FlexApp\Command\SendToChatCommand' shared autowired service.
  15230.      *
  15231.      * @return \FlexApp\Command\SendToChatCommand
  15232.      */
  15233.     protected function getSendToChatCommandService()
  15234.     {
  15235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15236.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/SendToChatCommand.php';
  15237.         $this->privates['FlexApp\\Command\\SendToChatCommand'] = $instance = new \FlexApp\Command\SendToChatCommand(($this->services['FlexApp\\Service\\SystemChatNotificationService'] ?? $this->getSystemChatNotificationServiceService()));
  15238.         $instance->setName('app:send-to-chat');
  15239.         return $instance;
  15240.     }
  15241.     /**
  15242.      * Gets the private 'FlexApp\Command\SetSkuCommand' shared autowired service.
  15243.      *
  15244.      * @return \FlexApp\Command\SetSkuCommand
  15245.      */
  15246.     protected function getSetSkuCommandService()
  15247.     {
  15248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15249.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/SetSkuCommand.php';
  15250.         $this->privates['FlexApp\\Command\\SetSkuCommand'] = $instance = new \FlexApp\Command\SetSkuCommand();
  15251.         $instance->productReviewsCacheRepository = ($this->services['WebBundle\\Repository\\ProductReviewsCacheRepository'] ?? $this->getProductReviewsCacheRepositoryService());
  15252.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15253.         $instance->setName('app:set-sku');
  15254.         return $instance;
  15255.     }
  15256.     /**
  15257.      * Gets the private 'FlexApp\Command\TestSentryCommand' shared autowired service.
  15258.      *
  15259.      * @return \FlexApp\Command\TestSentryCommand
  15260.      */
  15261.     protected function getTestSentryCommandService()
  15262.     {
  15263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15264.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/TestSentryCommand.php';
  15265.         $this->privates['FlexApp\\Command\\TestSentryCommand'] = $instance = new \FlexApp\Command\TestSentryCommand(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  15266.         $instance->setName('test:sentry');
  15267.         return $instance;
  15268.     }
  15269.     /**
  15270.      * Gets the private 'FlexApp\Command\TransferUserCountryToOrderAddressCommand' shared autowired service.
  15271.      *
  15272.      * @return \FlexApp\Command\TransferUserCountryToOrderAddressCommand
  15273.      */
  15274.     protected function getTransferUserCountryToOrderAddressCommandService()
  15275.     {
  15276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15277.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/TransferUserCountryToOrderAddressCommand.php';
  15278.         $this->privates['FlexApp\\Command\\TransferUserCountryToOrderAddressCommand'] = $instance = new \FlexApp\Command\TransferUserCountryToOrderAddressCommand();
  15279.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  15280.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15281.         $instance->setName('app:transfer-user-country');
  15282.         return $instance;
  15283.     }
  15284.     /**
  15285.      * Gets the private 'FlexApp\Command\TranslitBuildFilesCommand' shared autowired service.
  15286.      *
  15287.      * @return \FlexApp\Command\TranslitBuildFilesCommand
  15288.      */
  15289.     protected function getTranslitBuildFilesCommandService()
  15290.     {
  15291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15292.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/TranslitBuildFilesCommand.php';
  15293.         $this->privates['FlexApp\\Command\\TranslitBuildFilesCommand'] = $instance = new \FlexApp\Command\TranslitBuildFilesCommand($this);
  15294.         $instance->setName('te:translation:build');
  15295.         return $instance;
  15296.     }
  15297.     /**
  15298.      * Gets the private 'FlexApp\Command\TretoToTeCommand' shared autowired service.
  15299.      *
  15300.      * @return \FlexApp\Command\TretoToTeCommand
  15301.      */
  15302.     protected function getTretoToTeCommandService()
  15303.     {
  15304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15305.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/TretoToTeCommand.php';
  15306.         $this->privates['FlexApp\\Command\\TretoToTeCommand'] = $instance = new \FlexApp\Command\TretoToTeCommand(($this->services['FlexApp\\Repository\\CommentRepository'] ?? $this->getCommentRepositoryService()), ($this->privates['FlexApp\\Service\\CommentManager'] ?? $this->getCommentManagerService()));
  15307.         $instance->setName('app:treto-to-te');
  15308.         return $instance;
  15309.     }
  15310.     /**
  15311.      * Gets the private 'FlexApp\Command\UpdateArticleSchemeFromCsvCommand' shared autowired service.
  15312.      *
  15313.      * @return \FlexApp\Command\UpdateArticleSchemeFromCsvCommand
  15314.      */
  15315.     protected function getUpdateArticleSchemeFromCsvCommandService()
  15316.     {
  15317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15318.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/UpdateArticleSchemeFromCsvCommand.php';
  15319.         $this->privates['FlexApp\\Command\\UpdateArticleSchemeFromCsvCommand'] = $instance = new \FlexApp\Command\UpdateArticleSchemeFromCsvCommand();
  15320.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15321.         $instance->setName('app:update-article-scheme-from-csv');
  15322.         $instance->setDescription('Update article scheme flag from detected_schema_ids CSV file');
  15323.         return $instance;
  15324.     }
  15325.     /**
  15326.      * Gets the private 'FlexApp\Command\UpdateInvitationEmailDeliveryStatsCommand' shared autowired service.
  15327.      *
  15328.      * @return \FlexApp\Command\UpdateInvitationEmailDeliveryStatsCommand
  15329.      */
  15330.     protected function getUpdateInvitationEmailDeliveryStatsCommandService()
  15331.     {
  15332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15333.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/UpdateInvitationEmailDeliveryStatsCommand.php';
  15334.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/GoogleGmailEventsService.php';
  15335.         $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())));
  15336.         $instance->setName('app:update-invitation-email-delivery-stats');
  15337.         return $instance;
  15338.     }
  15339.     /**
  15340.      * Gets the private 'FlexApp\Command\UpdateUserOnPortalCommand' shared autowired service.
  15341.      *
  15342.      * @return \FlexApp\Command\UpdateUserOnPortalCommand
  15343.      */
  15344.     protected function getUpdateUserOnPortalCommandService()
  15345.     {
  15346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15347.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/UpdateUserOnPortalCommand.php';
  15348.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/QTEClient.php';
  15349.         $this->privates['FlexApp\\Command\\UpdateUserOnPortalCommand'] = $instance = new \FlexApp\Command\UpdateUserOnPortalCommand();
  15350.         $a = new \FlexApp\Service\QTEClient();
  15351.         $a->httpClient = ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService());
  15352.         $a->parametersProvider = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  15353.         $a->serializer = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  15354.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  15355.         $instance->qteClient $a;
  15356.         $instance->setName('app:update-user-on-portal');
  15357.         return $instance;
  15358.     }
  15359.     /**
  15360.      * Gets the private 'FlexApp\Command\UserEnteredChatCommand' shared autowired service.
  15361.      *
  15362.      * @return \FlexApp\Command\UserEnteredChatCommand
  15363.      */
  15364.     protected function getUserEnteredChatCommandService()
  15365.     {
  15366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15367.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/UserEnteredChatCommand.php';
  15368.         $this->privates['FlexApp\\Command\\UserEnteredChatCommand'] = $instance = new \FlexApp\Command\UserEnteredChatCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15369.         $instance->setName('app:user-entered-chat');
  15370.         return $instance;
  15371.     }
  15372.     /**
  15373.      * Gets the private 'FlexApp\Command\UserLeftChatCommand' shared autowired service.
  15374.      *
  15375.      * @return \FlexApp\Command\UserLeftChatCommand
  15376.      */
  15377.     protected function getUserLeftChatCommandService()
  15378.     {
  15379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15380.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/UserLeftChatCommand.php';
  15381.         $this->privates['FlexApp\\Command\\UserLeftChatCommand'] = $instance = new \FlexApp\Command\UserLeftChatCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15382.         $instance->setName('app:user-left-chat');
  15383.         return $instance;
  15384.     }
  15385.     /**
  15386.      * Gets the private 'FlexApp\Command\VisitCommand' shared autowired service.
  15387.      *
  15388.      * @return \FlexApp\Command\VisitCommand
  15389.      */
  15390.     protected function getVisitCommandService()
  15391.     {
  15392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15393.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/VisitCommand.php';
  15394.         $this->privates['FlexApp\\Command\\VisitCommand'] = $instance = new \FlexApp\Command\VisitCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  15395.         $instance->setName('app:visit');
  15396.         return $instance;
  15397.     }
  15398.     /**
  15399.      * Gets the private 'FlexApp\DTO\OneC\OneCReviewRequestDto' shared autowired service.
  15400.      *
  15401.      * @return \FlexApp\DTO\OneC\OneCReviewRequestDto
  15402.      */
  15403.     protected function getOneCReviewRequestDtoService()
  15404.     {
  15405.         $this->throw('Cannot autowire service "FlexApp\\DTO\\OneC\\OneCReviewRequestDto": argument "$marker" of method "__construct()" is type-hinted "string", you should configure its value explicitly.');
  15406.     }
  15407.     /**
  15408.      * Gets the private 'FlexApp\Entity\Mailing' shared autowired service.
  15409.      *
  15410.      * @return \FlexApp\Entity\Mailing
  15411.      */
  15412.     protected function getMailingService()
  15413.     {
  15414.         include_once \dirname(__DIR__4).'/src/FlexApp/Entity/Mailing.php';
  15415.         return $this->privates['FlexApp\\Entity\\Mailing'] = new \FlexApp\Entity\Mailing();
  15416.     }
  15417.     /**
  15418.      * Gets the private 'FlexApp\Entity\VacancySliderEntity' shared autowired service.
  15419.      *
  15420.      * @return \FlexApp\Entity\VacancySliderEntity
  15421.      */
  15422.     protected function getVacancySliderEntityService()
  15423.     {
  15424.         include_once \dirname(__DIR__4).'/src/FlexApp/Entity/VacancySliderEntity.php';
  15425.         return $this->privates['FlexApp\\Entity\\VacancySliderEntity'] = new \FlexApp\Entity\VacancySliderEntity();
  15426.     }
  15427.     /**
  15428.      * Gets the private 'FlexApp\EventListener\CommentErrorListener' shared autowired service.
  15429.      *
  15430.      * @return \FlexApp\EventListener\CommentErrorListener
  15431.      */
  15432.     protected function getCommentErrorListenerService()
  15433.     {
  15434.         include_once \dirname(__DIR__4).'/src/FlexApp/EventListener/CommentErrorListener.php';
  15435.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Logger.php';
  15436.         $a = ($this->privates['FlexApp\\Service\\DevsAndAdminsNotifier'] ?? $this->getDevsAndAdminsNotifierService());
  15437.         if (isset($this->privates['FlexApp\\EventListener\\CommentErrorListener'])) {
  15438.             return $this->privates['FlexApp\\EventListener\\CommentErrorListener'];
  15439.         }
  15440.         $b = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  15441.         if (isset($this->privates['FlexApp\\EventListener\\CommentErrorListener'])) {
  15442.             return $this->privates['FlexApp\\EventListener\\CommentErrorListener'];
  15443.         }
  15444.         $c = new \FlexApp\Service\Logger();
  15445.         $c->monologLogger = ($this->services['logger'] ?? $this->getLoggerService());
  15446.         return $this->privates['FlexApp\\EventListener\\CommentErrorListener'] = new \FlexApp\EventListener\CommentErrorListener($c$a, ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), $b);
  15447.     }
  15448.     /**
  15449.      * Gets the private 'FlexApp\EventSubscriber\BanIpSubscriber' shared autowired service.
  15450.      *
  15451.      * @return \FlexApp\EventSubscriber\BanIpSubscriber
  15452.      */
  15453.     protected function getBanIpSubscriberService()
  15454.     {
  15455.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/BanIpSubscriber.php';
  15456.         $a = ($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService());
  15457.         if (isset($this->privates['FlexApp\\EventSubscriber\\BanIpSubscriber'])) {
  15458.             return $this->privates['FlexApp\\EventSubscriber\\BanIpSubscriber'];
  15459.         }
  15460.         return $this->privates['FlexApp\\EventSubscriber\\BanIpSubscriber'] = new \FlexApp\EventSubscriber\BanIpSubscriber(($this->privates['FlexApp\\Repository\\BannedIpRepository'] ?? $this->getBannedIpRepositoryService()), $a);
  15461.     }
  15462.     /**
  15463.      * Gets the private 'FlexApp\EventSubscriber\CommentNotifyClientsSubscriber' shared autowired service.
  15464.      *
  15465.      * @return \FlexApp\EventSubscriber\CommentNotifyClientsSubscriber
  15466.      */
  15467.     protected function getCommentNotifyClientsSubscriberService()
  15468.     {
  15469.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/CommentNotifyClientsSubscriber.php';
  15470.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  15471.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EmailCanonicalizer.php';
  15472.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15473.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'])) {
  15474.             return $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'];
  15475.         }
  15476.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  15477.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'])) {
  15478.             return $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'];
  15479.         }
  15480.         $c = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  15481.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'])) {
  15482.             return $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'];
  15483.         }
  15484.         $d = ($this->services['FlexApp\\Service\\SystemChatNotificationService'] ?? $this->getSystemChatNotificationServiceService());
  15485.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'])) {
  15486.             return $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'];
  15487.         }
  15488.         $e = ($this->privates['FlexApp\\Service\\ChangedUnreadCountHandler'] ?? $this->getChangedUnreadCountHandlerService());
  15489.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'])) {
  15490.             return $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'];
  15491.         }
  15492.         $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);
  15493.         $instance->consultantRepository = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  15494.         $instance->consDefiner = ($this->services['FlexApp\\Service\\ConsDefiner'] ?? $this->getConsDefinerService());
  15495.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  15496.         $instance->countryAndLangSpecificDataRepository = ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService());
  15497.         $instance->contactsProvider = ($this->privates['FlexApp\\Service\\ManagerContactsProvider'] ?? $this->getManagerContactsProviderService());
  15498.         return $instance;
  15499.     }
  15500.     /**
  15501.      * Gets the private 'FlexApp\EventSubscriber\CommentSendToPortalSubscriber' shared autowired service.
  15502.      *
  15503.      * @return \FlexApp\EventSubscriber\CommentSendToPortalSubscriber
  15504.      */
  15505.     protected function getCommentSendToPortalSubscriberService()
  15506.     {
  15507.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/CommentSendToPortalSubscriber.php';
  15508.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  15509.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentSendToPortalSubscriber'])) {
  15510.             return $this->privates['FlexApp\\EventSubscriber\\CommentSendToPortalSubscriber'];
  15511.         }
  15512.         return $this->privates['FlexApp\\EventSubscriber\\CommentSendToPortalSubscriber'] = new \FlexApp\EventSubscriber\CommentSendToPortalSubscriber($a);
  15513.     }
  15514.     /**
  15515.      * Gets the private 'FlexApp\EventSubscriber\EmailClickSubscriber' shared autowired service.
  15516.      *
  15517.      * @return \FlexApp\EventSubscriber\EmailClickSubscriber
  15518.      */
  15519.     protected function getEmailClickSubscriberService()
  15520.     {
  15521.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15522.         if (isset($this->privates['FlexApp\\EventSubscriber\\EmailClickSubscriber'])) {
  15523.             return $this->privates['FlexApp\\EventSubscriber\\EmailClickSubscriber'];
  15524.         }
  15525.         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);
  15526.     }
  15527.     /**
  15528.      * Gets the private 'FlexApp\EventSubscriber\ErrorNotifierSubscriber' shared autowired service.
  15529.      *
  15530.      * @return \FlexApp\EventSubscriber\ErrorNotifierSubscriber
  15531.      */
  15532.     protected function getErrorNotifierSubscriberService()
  15533.     {
  15534.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/ErrorNotifierSubscriber.php';
  15535.         $a = ($this->privates['FlexApp\\Service\\DevsAndAdminsNotifier'] ?? $this->getDevsAndAdminsNotifierService());
  15536.         if (isset($this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'])) {
  15537.             return $this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'];
  15538.         }
  15539.         return $this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'] = new \FlexApp\EventSubscriber\ErrorNotifierSubscriber($a);
  15540.     }
  15541.     /**
  15542.      * Gets the private 'FlexApp\EventSubscriber\LogoutSubscriber' shared autowired service.
  15543.      *
  15544.      * @return \FlexApp\EventSubscriber\LogoutSubscriber
  15545.      */
  15546.     protected function getLogoutSubscriberService()
  15547.     {
  15548.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/LogoutSubscriber.php';
  15549.         $this->privates['FlexApp\\EventSubscriber\\LogoutSubscriber'] = $instance = new \FlexApp\EventSubscriber\LogoutSubscriber();
  15550.         $instance->currentUserProvider = ($this->services['FlexApp\\Service\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService());
  15551.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15552.         return $instance;
  15553.     }
  15554.     /**
  15555.      * Gets the private 'FlexApp\EventSubscriber\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber' shared autowired service.
  15556.      *
  15557.      * @return \FlexApp\EventSubscriber\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber
  15558.      */
  15559.     protected function getPortalNotifierAboutJobSeekerHasEnteredTheChatSubscriberService()
  15560.     {
  15561.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber.php';
  15562.         $a = ($this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'] ?? $this->getPortalNotifierAboutChatEventsService());
  15563.         if (isset($this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber'])) {
  15564.             return $this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber'];
  15565.         }
  15566.         return $this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber'] = new \FlexApp\EventSubscriber\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber($a);
  15567.     }
  15568.     /**
  15569.      * Gets the private 'FlexApp\EventSubscriber\PortalNotifierAboutJobSeekerLeftChatSubscriber' shared autowired service.
  15570.      *
  15571.      * @return \FlexApp\EventSubscriber\PortalNotifierAboutJobSeekerLeftChatSubscriber
  15572.      */
  15573.     protected function getPortalNotifierAboutJobSeekerLeftChatSubscriberService()
  15574.     {
  15575.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/PortalNotifierAboutJobSeekerLeftChatSubscriber.php';
  15576.         return $this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerLeftChatSubscriber'] = new \FlexApp\EventSubscriber\PortalNotifierAboutJobSeekerLeftChatSubscriber(($this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'] ?? $this->getPortalNotifierAboutChatEventsService()));
  15577.     }
  15578.     /**
  15579.      * Gets the private 'FlexApp\EventSubscriber\PortalThemeSetterSubscriber' shared autowired service.
  15580.      *
  15581.      * @return \FlexApp\EventSubscriber\PortalThemeSetterSubscriber
  15582.      */
  15583.     protected function getPortalThemeSetterSubscriberService()
  15584.     {
  15585.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/PortalThemeSetterSubscriber.php';
  15586.         $a = ($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService());
  15587.         if (isset($this->privates['FlexApp\\EventSubscriber\\PortalThemeSetterSubscriber'])) {
  15588.             return $this->privates['FlexApp\\EventSubscriber\\PortalThemeSetterSubscriber'];
  15589.         }
  15590.         return $this->privates['FlexApp\\EventSubscriber\\PortalThemeSetterSubscriber'] = new \FlexApp\EventSubscriber\PortalThemeSetterSubscriber($a);
  15591.     }
  15592.     /**
  15593.      * Gets the private 'FlexApp\EventSubscriber\RemoveUserSubscriber' shared autowired service.
  15594.      *
  15595.      * @return \FlexApp\EventSubscriber\RemoveUserSubscriber
  15596.      */
  15597.     protected function getRemoveUserSubscriberService()
  15598.     {
  15599.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15600.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/RemoveUserSubscriber.php';
  15601.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  15602.         if (isset($this->privates['FlexApp\\EventSubscriber\\RemoveUserSubscriber'])) {
  15603.             return $this->privates['FlexApp\\EventSubscriber\\RemoveUserSubscriber'];
  15604.         }
  15605.         $b = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  15606.         if (isset($this->privates['FlexApp\\EventSubscriber\\RemoveUserSubscriber'])) {
  15607.             return $this->privates['FlexApp\\EventSubscriber\\RemoveUserSubscriber'];
  15608.         }
  15609.         return $this->privates['FlexApp\\EventSubscriber\\RemoveUserSubscriber'] = new \FlexApp\EventSubscriber\RemoveUserSubscriber($a, ($this->services['logger'] ?? $this->getLoggerService()), $b);
  15610.     }
  15611.     /**
  15612.      * Gets the private 'FlexApp\EventSubscriber\RetieChatMessagesOnPortalSubscriber' shared autowired service.
  15613.      *
  15614.      * @return \FlexApp\EventSubscriber\RetieChatMessagesOnPortalSubscriber
  15615.      */
  15616.     protected function getRetieChatMessagesOnPortalSubscriberService()
  15617.     {
  15618.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/RetieChatMessagesOnPortalSubscriber.php';
  15619.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  15620.         if (isset($this->privates['FlexApp\\EventSubscriber\\RetieChatMessagesOnPortalSubscriber'])) {
  15621.             return $this->privates['FlexApp\\EventSubscriber\\RetieChatMessagesOnPortalSubscriber'];
  15622.         }
  15623.         $b = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  15624.         if (isset($this->privates['FlexApp\\EventSubscriber\\RetieChatMessagesOnPortalSubscriber'])) {
  15625.             return $this->privates['FlexApp\\EventSubscriber\\RetieChatMessagesOnPortalSubscriber'];
  15626.         }
  15627.         return $this->privates['FlexApp\\EventSubscriber\\RetieChatMessagesOnPortalSubscriber'] = new \FlexApp\EventSubscriber\RetieChatMessagesOnPortalSubscriber($a, ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService()), $b);
  15628.     }
  15629.     /**
  15630.      * Gets the private 'FlexApp\Form\ChangeInterviewDateTimeType' shared autowired service.
  15631.      *
  15632.      * @return \FlexApp\Form\ChangeInterviewDateTimeType
  15633.      */
  15634.     protected function getChangeInterviewDateTimeTypeService()
  15635.     {
  15636.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15637.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15638.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/ChangeInterviewDateTimeType.php';
  15639.         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())));
  15640.     }
  15641.     /**
  15642.      * Gets the private 'FlexApp\Form\ChatBEmailFormType' shared autowired service.
  15643.      *
  15644.      * @return \FlexApp\Form\ChatBEmailFormType
  15645.      */
  15646.     protected function getChatBEmailFormTypeService()
  15647.     {
  15648.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15650.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/ChatBEmailFormType.php';
  15651.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  15652.         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()));
  15653.     }
  15654.     /**
  15655.      * Gets the private 'FlexApp\Form\MailingType' shared autowired service.
  15656.      *
  15657.      * @return \FlexApp\Form\MailingType
  15658.      */
  15659.     protected function getMailingTypeService()
  15660.     {
  15661.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15662.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15663.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/MailingType.php';
  15664.         return $this->privates['FlexApp\\Form\\MailingType'] = new \FlexApp\Form\MailingType();
  15665.     }
  15666.     /**
  15667.      * Gets the private 'FlexApp\Form\OrderAddressType' shared autowired service.
  15668.      *
  15669.      * @return \FlexApp\Form\OrderAddressType
  15670.      */
  15671.     protected function getOrderAddressTypeService()
  15672.     {
  15673.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15674.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15675.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/OrderAddressType.php';
  15676.         $this->privates['FlexApp\\Form\\OrderAddressType'] = $instance = new \FlexApp\Form\OrderAddressType();
  15677.         $instance->translator = ($this->services['translator'] ?? $this->getTranslatorService());
  15678.         return $instance;
  15679.     }
  15680.     /**
  15681.      * Gets the private 'FlexApp\Form\ResettingFormType' shared autowired service.
  15682.      *
  15683.      * @return \FlexApp\Form\ResettingFormType
  15684.      */
  15685.     protected function getResettingFormTypeService()
  15686.     {
  15687.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15688.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15689.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/ResettingFormType.php';
  15690.         return $this->privates['FlexApp\\Form\\ResettingFormType'] = new \FlexApp\Form\ResettingFormType();
  15691.     }
  15692.     /**
  15693.      * Gets the private 'FlexApp\Form\SiteCommentType' shared autowired service.
  15694.      *
  15695.      * @return \FlexApp\Form\SiteCommentType
  15696.      */
  15697.     protected function getSiteCommentTypeService()
  15698.     {
  15699.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15700.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15701.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/SiteCommentType.php';
  15702.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/StopWordsDetectorInterface.php';
  15703.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/StopWordsDetector.php';
  15704.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15705.         if (isset($this->privates['FlexApp\\Form\\SiteCommentType'])) {
  15706.             return $this->privates['FlexApp\\Form\\SiteCommentType'];
  15707.         }
  15708.         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);
  15709.     }
  15710.     /**
  15711.      * Gets the private 'FlexApp\Form\VacancySliderType' shared autowired service.
  15712.      *
  15713.      * @return \FlexApp\Form\VacancySliderType
  15714.      */
  15715.     protected function getVacancySliderTypeService()
  15716.     {
  15717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15718.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15719.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/VacancySliderType.php';
  15720.         return $this->privates['FlexApp\\Form\\VacancySliderType'] = new \FlexApp\Form\VacancySliderType();
  15721.     }
  15722.     /**
  15723.      * Gets the private 'FlexApp\Interfaces\PortalApiLoggerInterface' shared autowired service.
  15724.      *
  15725.      * @return \FlexApp\Service\DailyLogger
  15726.      */
  15727.     protected function getPortalApiLoggerInterfaceService()
  15728.     {
  15729.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  15730.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  15731.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  15732.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  15733.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  15734.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  15735.         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()));
  15736.     }
  15737.     /**
  15738.      * Gets the private 'FlexApp\Repository\AdmCfgPageRepository' shared autowired service.
  15739.      *
  15740.      * @return \FlexApp\Repository\AdmCfgPageRepository
  15741.      */
  15742.     protected function getAdmCfgPageRepositoryService()
  15743.     {
  15744.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/AdmCfgPageRepository.php';
  15745.         return $this->privates['FlexApp\\Repository\\AdmCfgPageRepository'] = new \FlexApp\Repository\AdmCfgPageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15746.     }
  15747.     /**
  15748.      * Gets the private 'FlexApp\Repository\Article\ArticleDescriptionRepository' shared autowired service.
  15749.      *
  15750.      * @return \FlexApp\Repository\Article\ArticleDescriptionRepository
  15751.      */
  15752.     protected function getArticleDescriptionRepositoryService()
  15753.     {
  15754.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Article/ArticleDescriptionRepository.php';
  15755.         return $this->privates['FlexApp\\Repository\\Article\\ArticleDescriptionRepository'] = new \FlexApp\Repository\Article\ArticleDescriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15756.     }
  15757.     /**
  15758.      * Gets the private 'FlexApp\Repository\Article\ArticleDiscountRepository' shared autowired service.
  15759.      *
  15760.      * @return \FlexApp\Repository\Article\ArticleDiscountRepository
  15761.      */
  15762.     protected function getArticleDiscountRepositoryService()
  15763.     {
  15764.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Article/ArticleDiscountRepository.php';
  15765.         return $this->privates['FlexApp\\Repository\\Article\\ArticleDiscountRepository'] = new \FlexApp\Repository\Article\ArticleDiscountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15766.     }
  15767.     /**
  15768.      * Gets the private 'FlexApp\Repository\Article\ArticlePriceRepository' shared autowired service.
  15769.      *
  15770.      * @return \FlexApp\Repository\Article\ArticlePriceRepository
  15771.      */
  15772.     protected function getArticlePriceRepositoryService()
  15773.     {
  15774.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Article/ArticlePriceRepository.php';
  15775.         return $this->privates['FlexApp\\Repository\\Article\\ArticlePriceRepository'] = new \FlexApp\Repository\Article\ArticlePriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15776.     }
  15777.     /**
  15778.      * Gets the private 'FlexApp\Repository\AttachmentEntityRepository' shared autowired service.
  15779.      *
  15780.      * @return \FlexApp\Repository\AttachmentEntityRepository
  15781.      */
  15782.     protected function getAttachmentEntityRepositoryService()
  15783.     {
  15784.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/AttachmentEntityRepository.php';
  15785.         return $this->privates['FlexApp\\Repository\\AttachmentEntityRepository'] = new \FlexApp\Repository\AttachmentEntityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15786.     }
  15787.     /**
  15788.      * Gets the private 'FlexApp\Repository\BannedIpRepository' shared autowired service.
  15789.      *
  15790.      * @return \FlexApp\Repository\BannedIpRepository
  15791.      */
  15792.     protected function getBannedIpRepositoryService()
  15793.     {
  15794.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/BannedIpRepository.php';
  15795.         return $this->privates['FlexApp\\Repository\\BannedIpRepository'] = new \FlexApp\Repository\BannedIpRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15796.     }
  15797.     /**
  15798.      * Gets the private 'FlexApp\Repository\BoolDBSettingRepository' shared autowired service.
  15799.      *
  15800.      * @return \FlexApp\Repository\BoolDBSettingRepository
  15801.      */
  15802.     protected function getBoolDBSettingRepositoryService()
  15803.     {
  15804.         return $this->privates['FlexApp\\Repository\\BoolDBSettingRepository'] = new \FlexApp\Repository\BoolDBSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15805.     }
  15806.     /**
  15807.      * Gets the private 'FlexApp\Repository\BrandRepository' shared autowired service.
  15808.      *
  15809.      * @return \FlexApp\Repository\BrandRepository
  15810.      */
  15811.     protected function getBrandRepositoryService()
  15812.     {
  15813.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/BrandRepository.php';
  15814.         return $this->privates['FlexApp\\Repository\\BrandRepository'] = new \FlexApp\Repository\BrandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15815.     }
  15816.     /**
  15817.      * Gets the private 'FlexApp\Repository\ChatBMessageRepository' shared autowired service.
  15818.      *
  15819.      * @return \FlexApp\Repository\ChatBMessageRepository
  15820.      */
  15821.     protected function getChatBMessageRepositoryService()
  15822.     {
  15823.         return $this->privates['FlexApp\\Repository\\ChatBMessageRepository'] = new \FlexApp\Repository\ChatBMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15824.     }
  15825.     /**
  15826.      * Gets the private 'FlexApp\Repository\ChatBRepository' shared autowired service.
  15827.      *
  15828.      * @return \FlexApp\Repository\ChatBRepository
  15829.      */
  15830.     protected function getChatBRepositoryService()
  15831.     {
  15832.         return $this->privates['FlexApp\\Repository\\ChatBRepository'] = new \FlexApp\Repository\ChatBRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15833.     }
  15834.     /**
  15835.      * Gets the private 'FlexApp\Repository\Collection\CollectionAwardRepository' shared autowired service.
  15836.      *
  15837.      * @return \FlexApp\Repository\Collection\CollectionAwardRepository
  15838.      */
  15839.     protected function getCollectionAwardRepositoryService()
  15840.     {
  15841.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Collection/CollectionAwardRepository.php';
  15842.         return $this->privates['FlexApp\\Repository\\Collection\\CollectionAwardRepository'] = new \FlexApp\Repository\Collection\CollectionAwardRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15843.     }
  15844.     /**
  15845.      * Gets the private 'FlexApp\Repository\Collection\CollectionHeaderRepository' shared autowired service.
  15846.      *
  15847.      * @return \FlexApp\Repository\Collection\CollectionHeaderRepository
  15848.      */
  15849.     protected function getCollectionHeaderRepositoryService()
  15850.     {
  15851.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Collection/CollectionHeaderRepository.php';
  15852.         return $this->privates['FlexApp\\Repository\\Collection\\CollectionHeaderRepository'] = new \FlexApp\Repository\Collection\CollectionHeaderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15853.     }
  15854.     /**
  15855.      * Gets the private 'FlexApp\Repository\Collection\CollectionRepository' shared autowired service.
  15856.      *
  15857.      * @return \FlexApp\Repository\Collection\CollectionRepository
  15858.      */
  15859.     protected function getCollectionRepository2Service()
  15860.     {
  15861.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Collection/CollectionRepository.php';
  15862.         return $this->privates['FlexApp\\Repository\\Collection\\CollectionRepository'] = new \FlexApp\Repository\Collection\CollectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15863.     }
  15864.     /**
  15865.      * Gets the private 'FlexApp\Repository\Collection\CollectionSettingRepository' shared autowired service.
  15866.      *
  15867.      * @return \FlexApp\Repository\Collection\CollectionSettingRepository
  15868.      */
  15869.     protected function getCollectionSettingRepositoryService()
  15870.     {
  15871.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Collection/CollectionSettingRepository.php';
  15872.         return $this->privates['FlexApp\\Repository\\Collection\\CollectionSettingRepository'] = new \FlexApp\Repository\Collection\CollectionSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15873.     }
  15874.     /**
  15875.      * Gets the private 'FlexApp\Repository\CommentablePageRepository' shared autowired service.
  15876.      *
  15877.      * @return \FlexApp\Repository\CommentablePageRepository
  15878.      */
  15879.     protected function getCommentablePageRepositoryService()
  15880.     {
  15881.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CommentablePageRepository.php';
  15882.         return $this->privates['FlexApp\\Repository\\CommentablePageRepository'] = new \FlexApp\Repository\CommentablePageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15883.     }
  15884.     /**
  15885.      * Gets the private 'FlexApp\Repository\CommentablePageSubscriberRepository' shared autowired service.
  15886.      *
  15887.      * @return \FlexApp\Repository\CommentablePageSubscriberRepository
  15888.      */
  15889.     protected function getCommentablePageSubscriberRepositoryService()
  15890.     {
  15891.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CommentablePageSubscriberRepository.php';
  15892.         return $this->privates['FlexApp\\Repository\\CommentablePageSubscriberRepository'] = new \FlexApp\Repository\CommentablePageSubscriberRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15893.     }
  15894.     /**
  15895.      * Gets the private 'FlexApp\Repository\CompareArticleRepository' shared autowired service.
  15896.      *
  15897.      * @return \FlexApp\Repository\CompareArticleRepository
  15898.      */
  15899.     protected function getCompareArticleRepositoryService()
  15900.     {
  15901.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CompareArticleRepository.php';
  15902.         return $this->privates['FlexApp\\Repository\\CompareArticleRepository'] = new \FlexApp\Repository\CompareArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15903.     }
  15904.     /**
  15905.      * Gets the private 'FlexApp\Repository\ConsultantRepository' shared autowired service.
  15906.      *
  15907.      * @return \FlexApp\Repository\ConsultantRepository
  15908.      */
  15909.     protected function getConsultantRepositoryService()
  15910.     {
  15911.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/ConsultantRepository.php';
  15912.         return $this->privates['FlexApp\\Repository\\ConsultantRepository'] = new \FlexApp\Repository\ConsultantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15913.     }
  15914.     /**
  15915.      * Gets the private 'FlexApp\Repository\CountryAndLangSpecificDataRepository' shared autowired service.
  15916.      *
  15917.      * @return \FlexApp\Repository\CountryAndLangSpecificDataRepository
  15918.      */
  15919.     protected function getCountryAndLangSpecificDataRepositoryService()
  15920.     {
  15921.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CountryAndLangSpecificDataRepository.php';
  15922.         $this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] = $instance = new \FlexApp\Repository\CountryAndLangSpecificDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15923.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  15924.         return $instance;
  15925.     }
  15926.     /**
  15927.      * Gets the private 'FlexApp\Repository\CountryRepository' shared autowired service.
  15928.      *
  15929.      * @return \FlexApp\Repository\CountryRepository
  15930.      */
  15931.     protected function getCountryRepositoryService()
  15932.     {
  15933.         include_once \dirname(__DIR__4).'/src/WebBundle/Interfaces/ListEntityRepositoryInterface.php';
  15934.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CountryRepository.php';
  15935.         return $this->privates['FlexApp\\Repository\\CountryRepository'] = new \FlexApp\Repository\CountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15936.     }
  15937.     /**
  15938.      * Gets the private 'FlexApp\Repository\CryptoCurrencyRepository' shared autowired service.
  15939.      *
  15940.      * @return \FlexApp\Repository\CryptoCurrencyRepository
  15941.      */
  15942.     protected function getCryptoCurrencyRepositoryService()
  15943.     {
  15944.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CryptoCurrencyRepository.php';
  15945.         return $this->privates['FlexApp\\Repository\\CryptoCurrencyRepository'] = new \FlexApp\Repository\CryptoCurrencyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15946.     }
  15947.     /**
  15948.      * Gets the private 'FlexApp\Repository\CryptoNetworkRepository' shared autowired service.
  15949.      *
  15950.      * @return \FlexApp\Repository\CryptoNetworkRepository
  15951.      */
  15952.     protected function getCryptoNetworkRepositoryService()
  15953.     {
  15954.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CryptoNetworkRepository.php';
  15955.         return $this->privates['FlexApp\\Repository\\CryptoNetworkRepository'] = new \FlexApp\Repository\CryptoNetworkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15956.     }
  15957.     /**
  15958.      * Gets the private 'FlexApp\Repository\CurrencyRepository' shared autowired service.
  15959.      *
  15960.      * @return \FlexApp\Repository\CurrencyRepository
  15961.      */
  15962.     protected function getCurrencyRepositoryService()
  15963.     {
  15964.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CurrencyRepository.php';
  15965.         return $this->privates['FlexApp\\Repository\\CurrencyRepository'] = new \FlexApp\Repository\CurrencyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15966.     }
  15967.     /**
  15968.      * Gets the private 'FlexApp\Repository\DesignerRepository' shared autowired service.
  15969.      *
  15970.      * @return \FlexApp\Repository\DesignerRepository
  15971.      */
  15972.     protected function getDesignerRepositoryService()
  15973.     {
  15974.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/DesignerRepository.php';
  15975.         return $this->privates['FlexApp\\Repository\\DesignerRepository'] = new \FlexApp\Repository\DesignerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15976.     }
  15977.     /**
  15978.      * Gets the private 'FlexApp\Repository\Exhibition\ExhBrandRepository' shared autowired service.
  15979.      *
  15980.      * @return \FlexApp\Repository\Exhibition\ExhBrandRepository
  15981.      */
  15982.     protected function getExhBrandRepositoryService()
  15983.     {
  15984.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Exhibition/ExhBrandRepository.php';
  15985.         return $this->privates['FlexApp\\Repository\\Exhibition\\ExhBrandRepository'] = new \FlexApp\Repository\Exhibition\ExhBrandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15986.     }
  15987.     /**
  15988.      * Gets the private 'FlexApp\Repository\Exhibition\ExhCollectionRepository' shared autowired service.
  15989.      *
  15990.      * @return \FlexApp\Repository\Exhibition\ExhCollectionRepository
  15991.      */
  15992.     protected function getExhCollectionRepositoryService()
  15993.     {
  15994.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Exhibition/ExhCollectionRepository.php';
  15995.         return $this->privates['FlexApp\\Repository\\Exhibition\\ExhCollectionRepository'] = new \FlexApp\Repository\Exhibition\ExhCollectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15996.     }
  15997.     /**
  15998.      * Gets the private 'FlexApp\Repository\Exhibition\ExhImageRepository' shared autowired service.
  15999.      *
  16000.      * @return \FlexApp\Repository\Exhibition\ExhImageRepository
  16001.      */
  16002.     protected function getExhImageRepositoryService()
  16003.     {
  16004.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Exhibition/ExhImageRepository.php';
  16005.         return $this->privates['FlexApp\\Repository\\Exhibition\\ExhImageRepository'] = new \FlexApp\Repository\Exhibition\ExhImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16006.     }
  16007.     /**
  16008.      * Gets the private 'FlexApp\Repository\Exhibition\ExhLineRepository' shared autowired service.
  16009.      *
  16010.      * @return \FlexApp\Repository\Exhibition\ExhLineRepository
  16011.      */
  16012.     protected function getExhLineRepositoryService()
  16013.     {
  16014.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Exhibition/ExhLineRepository.php';
  16015.         return $this->privates['FlexApp\\Repository\\Exhibition\\ExhLineRepository'] = new \FlexApp\Repository\Exhibition\ExhLineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16016.     }
  16017.     /**
  16018.      * Gets the private 'FlexApp\Repository\Exhibition\ExhRepository' shared autowired service.
  16019.      *
  16020.      * @return \FlexApp\Repository\Exhibition\ExhRepository
  16021.      */
  16022.     protected function getExhRepositoryService()
  16023.     {
  16024.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Exhibition/ExhRepository.php';
  16025.         return $this->privates['FlexApp\\Repository\\Exhibition\\ExhRepository'] = new \FlexApp\Repository\Exhibition\ExhRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16026.     }
  16027.     /**
  16028.      * Gets the private 'FlexApp\Repository\FileEntityRepository' shared autowired service.
  16029.      *
  16030.      * @return \FlexApp\Repository\FileEntityRepository
  16031.      */
  16032.     protected function getFileEntityRepositoryService()
  16033.     {
  16034.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/FileEntityRepository.php';
  16035.         return $this->privates['FlexApp\\Repository\\FileEntityRepository'] = new \FlexApp\Repository\FileEntityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16036.     }
  16037.     /**
  16038.      * Gets the private 'FlexApp\Repository\GeoCountryRepository' shared autowired service.
  16039.      *
  16040.      * @return \FlexApp\Repository\GeoCountryRepository
  16041.      */
  16042.     protected function getGeoCountryRepositoryService()
  16043.     {
  16044.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/GeoCountryRepository.php';
  16045.         return $this->privates['FlexApp\\Repository\\GeoCountryRepository'] = new \FlexApp\Repository\GeoCountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16046.     }
  16047.     /**
  16048.      * Gets the private 'FlexApp\Repository\GeoLocaleNameRepository' shared autowired service.
  16049.      *
  16050.      * @return \FlexApp\Repository\GeoLocaleNameRepository
  16051.      */
  16052.     protected function getGeoLocaleNameRepositoryService()
  16053.     {
  16054.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/GeoLocaleNameRepository.php';
  16055.         return $this->privates['FlexApp\\Repository\\GeoLocaleNameRepository'] = new \FlexApp\Repository\GeoLocaleNameRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16056.     }
  16057.     /**
  16058.      * Gets the private 'FlexApp\Repository\GeoRegionRepository' shared autowired service.
  16059.      *
  16060.      * @return \FlexApp\Repository\GeoRegionRepository
  16061.      */
  16062.     protected function getGeoRegionRepositoryService()
  16063.     {
  16064.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/GeoRegionRepository.php';
  16065.         return $this->privates['FlexApp\\Repository\\GeoRegionRepository'] = new \FlexApp\Repository\GeoRegionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16066.     }
  16067.     /**
  16068.      * Gets the private 'FlexApp\Repository\InterviewRepository' shared autowired service.
  16069.      *
  16070.      * @return \FlexApp\Repository\InterviewRepository
  16071.      */
  16072.     protected function getInterviewRepositoryService()
  16073.     {
  16074.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/InterviewRepository.php';
  16075.         return $this->privates['FlexApp\\Repository\\InterviewRepository'] = new \FlexApp\Repository\InterviewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16076.     }
  16077.     /**
  16078.      * Gets the private 'FlexApp\Repository\InvitationEmailDeliveryStatsRepository' shared autowired service.
  16079.      *
  16080.      * @return \FlexApp\Repository\InvitationEmailDeliveryStatsRepository
  16081.      */
  16082.     protected function getInvitationEmailDeliveryStatsRepositoryService()
  16083.     {
  16084.         return $this->privates['FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository'] = new \FlexApp\Repository\InvitationEmailDeliveryStatsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16085.     }
  16086.     /**
  16087.      * Gets the private 'FlexApp\Repository\LocaleChangeStatRepository' shared autowired service.
  16088.      *
  16089.      * @return \FlexApp\Repository\LocaleChangeStatRepository
  16090.      */
  16091.     protected function getLocaleChangeStatRepositoryService()
  16092.     {
  16093.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/LocaleChangeStatRepository.php';
  16094.         return $this->privates['FlexApp\\Repository\\LocaleChangeStatRepository'] = new \FlexApp\Repository\LocaleChangeStatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16095.     }
  16096.     /**
  16097.      * Gets the private 'FlexApp\Repository\LocaleRepository' shared autowired service.
  16098.      *
  16099.      * @return \FlexApp\Repository\LocaleRepository
  16100.      */
  16101.     protected function getLocaleRepositoryService()
  16102.     {
  16103.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/LocaleRepository.php';
  16104.         return $this->privates['FlexApp\\Repository\\LocaleRepository'] = new \FlexApp\Repository\LocaleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16105.     }
  16106.     /**
  16107.      * Gets the private 'FlexApp\Repository\MailingRepository' shared autowired service.
  16108.      *
  16109.      * @return \FlexApp\Repository\MailingRepository
  16110.      */
  16111.     protected function getMailingRepositoryService()
  16112.     {
  16113.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/MailingRepository.php';
  16114.         return $this->privates['FlexApp\\Repository\\MailingRepository'] = new \FlexApp\Repository\MailingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16115.     }
  16116.     /**
  16117.      * Gets the private 'FlexApp\Repository\MobileUserSliderRepository' shared autowired service.
  16118.      *
  16119.      * @return \FlexApp\Repository\MobileUserSliderRepository
  16120.      */
  16121.     protected function getMobileUserSliderRepositoryService()
  16122.     {
  16123.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/MobileUserSliderRepository.php';
  16124.         return $this->privates['FlexApp\\Repository\\MobileUserSliderRepository'] = new \FlexApp\Repository\MobileUserSliderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16125.     }
  16126.     /**
  16127.      * Gets the private 'FlexApp\Repository\NgNameEntityRepository' shared autowired service.
  16128.      *
  16129.      * @return \FlexApp\Repository\NgNameEntityRepository
  16130.      */
  16131.     protected function getNgNameEntityRepositoryService()
  16132.     {
  16133.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/NgNameEntityRepository.php';
  16134.         return $this->privates['FlexApp\\Repository\\NgNameEntityRepository'] = new \FlexApp\Repository\NgNameEntityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16135.     }
  16136.     /**
  16137.      * Gets the private 'FlexApp\Repository\PhoneMaskRepository' shared autowired service.
  16138.      *
  16139.      * @return \FlexApp\Repository\PhoneMaskRepository
  16140.      */
  16141.     protected function getPhoneMaskRepositoryService()
  16142.     {
  16143.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/PhoneMaskRepository.php';
  16144.         return $this->privates['FlexApp\\Repository\\PhoneMaskRepository'] = new \FlexApp\Repository\PhoneMaskRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16145.     }
  16146.     /**
  16147.      * Gets the private 'FlexApp\Repository\PollOptionRepository' shared autowired service.
  16148.      *
  16149.      * @return \FlexApp\Repository\PollOptionRepository
  16150.      */
  16151.     protected function getPollOptionRepositoryService()
  16152.     {
  16153.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/PollOptionRepository.php';
  16154.         return $this->privates['FlexApp\\Repository\\PollOptionRepository'] = new \FlexApp\Repository\PollOptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16155.     }
  16156.     /**
  16157.      * Gets the private 'FlexApp\Repository\PollRepository' shared autowired service.
  16158.      *
  16159.      * @return \FlexApp\Repository\PollRepository
  16160.      */
  16161.     protected function getPollRepositoryService()
  16162.     {
  16163.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/PollRepository.php';
  16164.         return $this->privates['FlexApp\\Repository\\PollRepository'] = new \FlexApp\Repository\PollRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16165.     }
  16166.     /**
  16167.      * Gets the private 'FlexApp\Repository\PriceRepository' shared autowired service.
  16168.      *
  16169.      * @return \FlexApp\Repository\PriceRepository
  16170.      */
  16171.     protected function getPriceRepositoryService()
  16172.     {
  16173.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/PriceRepository.php';
  16174.         return $this->privates['FlexApp\\Repository\\PriceRepository'] = new \FlexApp\Repository\PriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16175.     }
  16176.     /**
  16177.      * Gets the private 'FlexApp\Repository\ReviewsRepository' shared autowired service.
  16178.      *
  16179.      * @return \FlexApp\Repository\ReviewsRepository
  16180.      */
  16181.     protected function getReviewsRepositoryService()
  16182.     {
  16183.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/ReviewsRepository.php';
  16184.         return $this->privates['FlexApp\\Repository\\ReviewsRepository'] = new \FlexApp\Repository\ReviewsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16185.     }
  16186.     /**
  16187.      * Gets the private 'FlexApp\Repository\ServiceEntityRepository\RetieRequestDataRepository' shared autowired service.
  16188.      *
  16189.      * @return \FlexApp\Repository\ServiceEntityRepository\RetieRequestDataRepository
  16190.      */
  16191.     protected function getRetieRequestDataRepositoryService()
  16192.     {
  16193.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/ServiceEntityRepository/RetieRequestDataRepository.php';
  16194.         return $this->privates['FlexApp\\Repository\\ServiceEntityRepository\\RetieRequestDataRepository'] = new \FlexApp\Repository\ServiceEntityRepository\RetieRequestDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16195.     }
  16196.     /**
  16197.      * Gets the private 'FlexApp\Repository\SquareRepository' shared autowired service.
  16198.      *
  16199.      * @return \FlexApp\Repository\SquareRepository
  16200.      */
  16201.     protected function getSquareRepositoryService()
  16202.     {
  16203.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/SquareRepository.php';
  16204.         return $this->privates['FlexApp\\Repository\\SquareRepository'] = new \FlexApp\Repository\SquareRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16205.     }
  16206.     /**
  16207.      * Gets the private 'FlexApp\Repository\StatOrdersGroupingRepository' shared autowired service.
  16208.      *
  16209.      * @return \FlexApp\Repository\StatOrdersGroupingRepository
  16210.      */
  16211.     protected function getStatOrdersGroupingRepositoryService()
  16212.     {
  16213.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StatOrdersGroupingRepository.php';
  16214.         return $this->privates['FlexApp\\Repository\\StatOrdersGroupingRepository'] = new \FlexApp\Repository\StatOrdersGroupingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16215.     }
  16216.     /**
  16217.      * Gets the private 'FlexApp\Repository\StaticContent\MetaStaticContentRepository' shared autowired service.
  16218.      *
  16219.      * @return \FlexApp\Repository\StaticContent\MetaStaticContentRepository
  16220.      */
  16221.     protected function getMetaStaticContentRepositoryService()
  16222.     {
  16223.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StaticContent/MetaStaticContentRepository.php';
  16224.         return $this->privates['FlexApp\\Repository\\StaticContent\\MetaStaticContentRepository'] = new \FlexApp\Repository\StaticContent\MetaStaticContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16225.     }
  16226.     /**
  16227.      * Gets the private 'FlexApp\Repository\StaticContent\SoundStaticContentRepository' shared autowired service.
  16228.      *
  16229.      * @return \FlexApp\Repository\StaticContent\SoundStaticContentRepository
  16230.      */
  16231.     protected function getSoundStaticContentRepositoryService()
  16232.     {
  16233.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StaticContent/SoundStaticContentRepository.php';
  16234.         return $this->privates['FlexApp\\Repository\\StaticContent\\SoundStaticContentRepository'] = new \FlexApp\Repository\StaticContent\SoundStaticContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16235.     }
  16236.     /**
  16237.      * Gets the private 'FlexApp\Repository\StaticContent\StaticContentCollectionRepository' shared autowired service.
  16238.      *
  16239.      * @return \FlexApp\Repository\StaticContent\StaticContentCollectionRepository
  16240.      */
  16241.     protected function getStaticContentCollectionRepositoryService()
  16242.     {
  16243.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StaticContent/StaticContentCollectionRepository.php';
  16244.         return $this->privates['FlexApp\\Repository\\StaticContent\\StaticContentCollectionRepository'] = new \FlexApp\Repository\StaticContent\StaticContentCollectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16245.     }
  16246.     /**
  16247.      * Gets the private 'FlexApp\Repository\StaticContent\StaticContentRepository' shared autowired service.
  16248.      *
  16249.      * @return \FlexApp\Repository\StaticContent\StaticContentRepository
  16250.      */
  16251.     protected function getStaticContentRepositoryService()
  16252.     {
  16253.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StaticContent/StaticContentRepository.php';
  16254.         return $this->privates['FlexApp\\Repository\\StaticContent\\StaticContentRepository'] = new \FlexApp\Repository\StaticContent\StaticContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16255.     }
  16256.     /**
  16257.      * Gets the private 'FlexApp\Repository\StaticContent\VideoStaticContentRepository' shared autowired service.
  16258.      *
  16259.      * @return \FlexApp\Repository\StaticContent\VideoStaticContentRepository
  16260.      */
  16261.     protected function getVideoStaticContentRepositoryService()
  16262.     {
  16263.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StaticContent/VideoStaticContentRepository.php';
  16264.         return $this->privates['FlexApp\\Repository\\StaticContent\\VideoStaticContentRepository'] = new \FlexApp\Repository\StaticContent\VideoStaticContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16265.     }
  16266.     /**
  16267.      * Gets the private 'FlexApp\Repository\StatsRepository' shared autowired service.
  16268.      *
  16269.      * @return \FlexApp\Repository\StatsRepository
  16270.      */
  16271.     protected function getStatsRepositoryService()
  16272.     {
  16273.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StatsRepository.php';
  16274.         return $this->privates['FlexApp\\Repository\\StatsRepository'] = new \FlexApp\Repository\StatsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16275.     }
  16276.     /**
  16277.      * Gets the private 'FlexApp\Repository\SubscriptionsEntityRepository' shared autowired service.
  16278.      *
  16279.      * @return \FlexApp\Repository\SubscriptionsEntityRepository
  16280.      */
  16281.     protected function getSubscriptionsEntityRepositoryService()
  16282.     {
  16283.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/SubscriptionsEntityRepository.php';
  16284.         return $this->privates['FlexApp\\Repository\\SubscriptionsEntityRepository'] = new \FlexApp\Repository\SubscriptionsEntityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16285.     }
  16286.     /**
  16287.      * Gets the private 'FlexApp\Repository\TranscriptionRepository' shared autowired service.
  16288.      *
  16289.      * @return \FlexApp\Repository\TranscriptionRepository
  16290.      */
  16291.     protected function getTranscriptionRepositoryService()
  16292.     {
  16293.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/TranscriptionRepository.php';
  16294.         return $this->privates['FlexApp\\Repository\\TranscriptionRepository'] = new \FlexApp\Repository\TranscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16295.     }
  16296.     /**
  16297.      * Gets the private 'FlexApp\Repository\UtilsStatusRepository' shared autowired service.
  16298.      *
  16299.      * @return \FlexApp\Repository\UtilsStatusRepository
  16300.      */
  16301.     protected function getUtilsStatusRepositoryService()
  16302.     {
  16303.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/UtilsStatusRepository.php';
  16304.         return $this->privates['FlexApp\\Repository\\UtilsStatusRepository'] = new \FlexApp\Repository\UtilsStatusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16305.     }
  16306.     /**
  16307.      * Gets the private 'FlexApp\Repository\WebPushDataEntityRepository' shared autowired service.
  16308.      *
  16309.      * @return \FlexApp\Repository\WebPushDataEntityRepository
  16310.      */
  16311.     protected function getWebPushDataEntityRepositoryService()
  16312.     {
  16313.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/WebPushDataEntityRepository.php';
  16314.         return $this->privates['FlexApp\\Repository\\WebPushDataEntityRepository'] = new \FlexApp\Repository\WebPushDataEntityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16315.     }
  16316.     /**
  16317.      * Gets the private 'FlexApp\Repository\WidgetRepository' shared autowired service.
  16318.      *
  16319.      * @return \FlexApp\Repository\WidgetRepository
  16320.      */
  16321.     protected function getWidgetRepositoryService()
  16322.     {
  16323.         return $this->privates['FlexApp\\Repository\\WidgetRepository'] = new \FlexApp\Repository\WidgetRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16324.     }
  16325.     /**
  16326.      * Gets the private 'FlexApp\Repository\ZipMaskRepository' shared autowired service.
  16327.      *
  16328.      * @return \FlexApp\Repository\ZipMaskRepository
  16329.      */
  16330.     protected function getZipMaskRepositoryService()
  16331.     {
  16332.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/ZipMaskRepository.php';
  16333.         return $this->privates['FlexApp\\Repository\\ZipMaskRepository'] = new \FlexApp\Repository\ZipMaskRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16334.     }
  16335.     /**
  16336.      * Gets the private 'FlexApp\Security\LoginFormAuthenticator' shared autowired service.
  16337.      *
  16338.      * @return \FlexApp\Security\LoginFormAuthenticator
  16339.      */
  16340.     protected function getLoginFormAuthenticatorService()
  16341.     {
  16342.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  16343.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  16344.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  16345.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  16346.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  16347.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  16348.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/LoginFormAuthenticator.php';
  16349.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  16350.         $this->privates['FlexApp\\Security\\LoginFormAuthenticator'] = $instance = new \FlexApp\Security\LoginFormAuthenticator(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()));
  16351.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  16352.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  16353.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16354.         return $instance;
  16355.     }
  16356.     /**
  16357.      * Gets the private 'FlexApp\Sentry\SentryFlushSubscriber' shared autowired service.
  16358.      *
  16359.      * @return \FlexApp\Sentry\SentryFlushSubscriber
  16360.      */
  16361.     protected function getSentryFlushSubscriberService()
  16362.     {
  16363.         include_once \dirname(__DIR__4).'/src/FlexApp/Sentry/SentryFlushSubscriber.php';
  16364.         return $this->privates['FlexApp\\Sentry\\SentryFlushSubscriber'] = new \FlexApp\Sentry\SentryFlushSubscriber(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  16365.     }
  16366.     /**
  16367.      * Gets the private 'FlexApp\Service\AdsFilters\AdsFiltersGeneratorTexts' shared autowired service.
  16368.      *
  16369.      * @return \FlexApp\Service\AdsFilters\AdsFiltersGeneratorTexts
  16370.      */
  16371.     protected function getAdsFiltersGeneratorTextsService()
  16372.     {
  16373.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AdsFilters/AdsFiltersGeneratorTexts.php';
  16374.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  16375.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/FiltersService.php';
  16376.         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))));
  16377.     }
  16378.     /**
  16379.      * Gets the private 'FlexApp\Service\AjaxRegistrationByEmailService' shared autowired service.
  16380.      *
  16381.      * @return \FlexApp\Service\AjaxRegistrationByEmailService
  16382.      */
  16383.     protected function getAjaxRegistrationByEmailServiceService()
  16384.     {
  16385.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AjaxRegistrationByEmailService.php';
  16386.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  16387.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  16388.         if (isset($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'])) {
  16389.             return $this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'];
  16390.         }
  16391.         $b = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  16392.         if (isset($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'])) {
  16393.             return $this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'];
  16394.         }
  16395.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16396.         if (isset($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'])) {
  16397.             return $this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'];
  16398.         }
  16399.         $d = ($this->privates['FlexApp\\Service\\UserPortalService'] ?? $this->getUserPortalServiceService());
  16400.         if (isset($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'])) {
  16401.             return $this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'];
  16402.         }
  16403.         $e = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  16404.         if (isset($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'])) {
  16405.             return $this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'];
  16406.         }
  16407.         $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);
  16408.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  16409.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  16410.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16411.         return $instance;
  16412.     }
  16413.     /**
  16414.      * Gets the private 'FlexApp\Service\AliasByConsLoginProvider' shared autowired service.
  16415.      *
  16416.      * @return \FlexApp\Service\AliasByConsLoginProvider
  16417.      */
  16418.     protected function getAliasByConsLoginProviderService()
  16419.     {
  16420.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AliasByConsLoginProvider.php';
  16421.         $a = ($this->privates['FlexApp\\Service\\ConsSchedule'] ?? $this->getConsScheduleService());
  16422.         if (isset($this->privates['FlexApp\\Service\\AliasByConsLoginProvider'])) {
  16423.             return $this->privates['FlexApp\\Service\\AliasByConsLoginProvider'];
  16424.         }
  16425.         $this->privates['FlexApp\\Service\\AliasByConsLoginProvider'] = $instance = new \FlexApp\Service\AliasByConsLoginProvider($a);
  16426.         $instance->consultantRepository = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  16427.         return $instance;
  16428.     }
  16429.     /**
  16430.      * Gets the private 'FlexApp\Service\AmazonPersonalizeService' shared autowired service.
  16431.      *
  16432.      * @return \FlexApp\Service\AmazonPersonalizeService
  16433.      */
  16434.     protected function getAmazonPersonalizeServiceService()
  16435.     {
  16436.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AmazonPersonalizeService.php';
  16437.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AWS/AbstractBase.php';
  16438.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AWS/Personalize.php';
  16439.         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)))));
  16440.     }
  16441.     /**
  16442.      * Gets the private 'FlexApp\Service\AuthorNameDefiner' shared autowired service.
  16443.      *
  16444.      * @return \FlexApp\Service\AuthorNameDefiner
  16445.      */
  16446.     protected function getAuthorNameDefinerService()
  16447.     {
  16448.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AuthorNameDefiner.php';
  16449.         return $this->privates['FlexApp\\Service\\AuthorNameDefiner'] = new \FlexApp\Service\AuthorNameDefiner(($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16450.     }
  16451.     /**
  16452.      * Gets the private 'FlexApp\Service\ChangeInterviewDateTimeHandler' shared autowired service.
  16453.      *
  16454.      * @return \FlexApp\Service\ChangeInterviewDateTimeHandler
  16455.      */
  16456.     protected function getChangeInterviewDateTimeHandlerService()
  16457.     {
  16458.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChangeInterviewDateTimeHandler.php';
  16459.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16460.         if (isset($this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'])) {
  16461.             return $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'];
  16462.         }
  16463.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  16464.         if (isset($this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'])) {
  16465.             return $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'];
  16466.         }
  16467.         $c = ($this->privates['FlexApp\\Service\\InterviewChatManager'] ?? $this->getInterviewChatManagerService());
  16468.         if (isset($this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'])) {
  16469.             return $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'];
  16470.         }
  16471.         $d = ($this->privates['FlexApp\\Service\\ManualReg\\InterviewLogger'] ?? $this->getInterviewLoggerService());
  16472.         if (isset($this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'])) {
  16473.             return $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'];
  16474.         }
  16475.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16476.         if (isset($this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'])) {
  16477.             return $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'];
  16478.         }
  16479.         $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()));
  16480.         $instance->interviewParametersGenerator = ($this->privates['FlexApp\\Service\\InterviewParametersGenerator'] ?? $this->getInterviewParametersGeneratorService());
  16481.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16482.         return $instance;
  16483.     }
  16484.     /**
  16485.      * Gets the private 'FlexApp\Service\ChangedUnreadCountHandler' shared autowired service.
  16486.      *
  16487.      * @return \FlexApp\Service\ChangedUnreadCountHandler
  16488.      */
  16489.     protected function getChangedUnreadCountHandlerService()
  16490.     {
  16491.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChangedUnreadCountHandler.php';
  16492.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CentrifugoClient.php';
  16493.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16494.         if (isset($this->privates['FlexApp\\Service\\ChangedUnreadCountHandler'])) {
  16495.             return $this->privates['FlexApp\\Service\\ChangedUnreadCountHandler'];
  16496.         }
  16497.         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()));
  16498.     }
  16499.     /**
  16500.      * Gets the private 'FlexApp\Service\ChatArrayGenerator' shared autowired service.
  16501.      *
  16502.      * @return \FlexApp\Service\ChatArrayGenerator
  16503.      */
  16504.     protected function getChatArrayGeneratorService()
  16505.     {
  16506.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatArrayGenerator.php';
  16507.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatMessageDataGenerator.php';
  16508.         $a = ($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'] ?? $this->getWelcomeInfoDataGeneratorService());
  16509.         if (isset($this->privates['FlexApp\\Service\\ChatArrayGenerator'])) {
  16510.             return $this->privates['FlexApp\\Service\\ChatArrayGenerator'];
  16511.         }
  16512.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16513.         if (isset($this->privates['FlexApp\\Service\\ChatArrayGenerator'])) {
  16514.             return $this->privates['FlexApp\\Service\\ChatArrayGenerator'];
  16515.         }
  16516.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16517.         if (isset($this->privates['FlexApp\\Service\\ChatArrayGenerator'])) {
  16518.             return $this->privates['FlexApp\\Service\\ChatArrayGenerator'];
  16519.         }
  16520.         $d = ($this->privates['FlexApp\\Service\\ConsSchedule'] ?? $this->getConsScheduleService());
  16521.         if (isset($this->privates['FlexApp\\Service\\ChatArrayGenerator'])) {
  16522.             return $this->privates['FlexApp\\Service\\ChatArrayGenerator'];
  16523.         }
  16524.         $e = ($this->services['FlexApp\\Service\\ConsDefiner'] ?? $this->getConsDefinerService());
  16525.         if (isset($this->privates['FlexApp\\Service\\ChatArrayGenerator'])) {
  16526.             return $this->privates['FlexApp\\Service\\ChatArrayGenerator'];
  16527.         }
  16528.         $f = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  16529.         if (isset($this->privates['FlexApp\\Service\\ChatArrayGenerator'])) {
  16530.             return $this->privates['FlexApp\\Service\\ChatArrayGenerator'];
  16531.         }
  16532.         $g = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  16533.         $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()));
  16534.         $h->welcomeInfoDataGenerator $a;
  16535.         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()));
  16536.     }
  16537.     /**
  16538.      * Gets the private 'FlexApp\Service\ChatBWebsocketClient' shared autowired service.
  16539.      *
  16540.      * @return \FlexApp\Service\ChatBWebsocketClient
  16541.      */
  16542.     protected function getChatBWebsocketClientService()
  16543.     {
  16544.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatBWebsocketClient.php';
  16545.         $this->privates['FlexApp\\Service\\ChatBWebsocketClient'] = $instance = new \FlexApp\Service\ChatBWebsocketClient();
  16546.         $instance->parametersProvider = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  16547.         $instance->websocketClientLogger = ($this->privates['FlexApp\\Service\\WebsocketClientLogger'] ?? $this->getWebsocketClientLoggerService());
  16548.         return $instance;
  16549.     }
  16550.     /**
  16551.      * Gets the private 'FlexApp\Service\ChatByTokenResolver' shared autowired service.
  16552.      *
  16553.      * @return \FlexApp\Service\ChatByTokenResolver
  16554.      */
  16555.     protected function getChatByTokenResolverService()
  16556.     {
  16557.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatByTokenResolver.php';
  16558.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16559.         if (isset($this->privates['FlexApp\\Service\\ChatByTokenResolver'])) {
  16560.             return $this->privates['FlexApp\\Service\\ChatByTokenResolver'];
  16561.         }
  16562.         $b = ($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService());
  16563.         if (isset($this->privates['FlexApp\\Service\\ChatByTokenResolver'])) {
  16564.             return $this->privates['FlexApp\\Service\\ChatByTokenResolver'];
  16565.         }
  16566.         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()));
  16567.     }
  16568.     /**
  16569.      * Gets the private 'FlexApp\Service\ChatMessageManager' shared autowired service.
  16570.      *
  16571.      * @return \FlexApp\Service\ChatMessageManager
  16572.      */
  16573.     protected function getChatMessageManagerService()
  16574.     {
  16575.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatMessageManager.php';
  16576.         return $this->privates['FlexApp\\Service\\ChatMessageManager'] = new \FlexApp\Service\ChatMessageManager(($this->services['translator'] ?? $this->getTranslatorService()));
  16577.     }
  16578.     /**
  16579.      * Gets the private 'FlexApp\Service\ChatMessageToPortalSender' shared autowired service.
  16580.      *
  16581.      * @return \FlexApp\Service\ChatMessageToPortalSender
  16582.      */
  16583.     protected function getChatMessageToPortalSenderService()
  16584.     {
  16585.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatMessageToPortalSender.php';
  16586.         $this->privates['FlexApp\\Service\\ChatMessageToPortalSender'] = $instance = new \FlexApp\Service\ChatMessageToPortalSender();
  16587.         $instance->portalHelper = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  16588.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  16589.         return $instance;
  16590.     }
  16591.     /**
  16592.      * Gets the private 'FlexApp\Service\ChatStateRefresher' shared autowired service.
  16593.      *
  16594.      * @return \FlexApp\Service\ChatStateRefresher
  16595.      */
  16596.     protected function getChatStateRefresherService()
  16597.     {
  16598.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatStateRefresher.php';
  16599.         $a = ($this->privates['FlexApp\\Service\\ChatBWebsocketClient'] ?? $this->getChatBWebsocketClientService());
  16600.         if (isset($this->privates['FlexApp\\Service\\ChatStateRefresher'])) {
  16601.             return $this->privates['FlexApp\\Service\\ChatStateRefresher'];
  16602.         }
  16603.         $b = ($this->privates['FlexApp\\Service\\ChatArrayGenerator'] ?? $this->getChatArrayGeneratorService());
  16604.         if (isset($this->privates['FlexApp\\Service\\ChatStateRefresher'])) {
  16605.             return $this->privates['FlexApp\\Service\\ChatStateRefresher'];
  16606.         }
  16607.         $this->privates['FlexApp\\Service\\ChatStateRefresher'] = $instance = new \FlexApp\Service\ChatStateRefresher($a$b, ($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService()));
  16608.         $instance->websocketClientLogger = ($this->privates['FlexApp\\Service\\WebsocketClientLogger'] ?? $this->getWebsocketClientLoggerService());
  16609.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16610.         return $instance;
  16611.     }
  16612.     /**
  16613.      * Gets the private 'FlexApp\Service\CommentFormHandlerService' shared autowired service.
  16614.      *
  16615.      * @return \FlexApp\Service\CommentFormHandlerService
  16616.      */
  16617.     protected function getCommentFormHandlerServiceService()
  16618.     {
  16619.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CommentFormHandlerService.php';
  16620.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/FormErrorsStandardArrayGenerator.php';
  16621.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ModifiedRequestGenerator.php';
  16622.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  16623.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EmailCanonicalizer.php';
  16624.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  16625.         if (isset($this->privates['FlexApp\\Service\\CommentFormHandlerService'])) {
  16626.             return $this->privates['FlexApp\\Service\\CommentFormHandlerService'];
  16627.         }
  16628.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16629.         if (isset($this->privates['FlexApp\\Service\\CommentFormHandlerService'])) {
  16630.             return $this->privates['FlexApp\\Service\\CommentFormHandlerService'];
  16631.         }
  16632.         $c = ($this->privates['FlexApp\\Service\\CommentManager'] ?? $this->getCommentManagerService());
  16633.         if (isset($this->privates['FlexApp\\Service\\CommentFormHandlerService'])) {
  16634.             return $this->privates['FlexApp\\Service\\CommentFormHandlerService'];
  16635.         }
  16636.         $d = ($this->privates['FlexApp\\Service\\PortalThemeCreator'] ?? $this->getPortalThemeCreatorService());
  16637.         if (isset($this->privates['FlexApp\\Service\\CommentFormHandlerService'])) {
  16638.             return $this->privates['FlexApp\\Service\\CommentFormHandlerService'];
  16639.         }
  16640.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  16641.         $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()));
  16642.         $instance->mailer = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  16643.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16644.         $instance->consultantRepository = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  16645.         $instance->countryAndLangSpecificDataRepository = ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService());
  16646.         $instance->managerContactsProvider = ($this->privates['FlexApp\\Service\\ManagerContactsProvider'] ?? $this->getManagerContactsProviderService());
  16647.         $instance->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  16648.         $instance->sourceByCommentTypeDefiner = ($this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'] ?? $this->getSourceByCommentTypeDefinerService());
  16649.         return $instance;
  16650.     }
  16651.     /**
  16652.      * Gets the private 'FlexApp\Service\CommentManager' shared autowired service.
  16653.      *
  16654.      * @return \FlexApp\Service\CommentManager
  16655.      */
  16656.     protected function getCommentManagerService()
  16657.     {
  16658.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CommentManager.php';
  16659.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16660.         if (isset($this->privates['FlexApp\\Service\\CommentManager'])) {
  16661.             return $this->privates['FlexApp\\Service\\CommentManager'];
  16662.         }
  16663.         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);
  16664.     }
  16665.     /**
  16666.      * Gets the private 'FlexApp\Service\CompareArticleService' shared autowired service.
  16667.      *
  16668.      * @return \FlexApp\Service\CompareArticleService
  16669.      */
  16670.     protected function getCompareArticleServiceService()
  16671.     {
  16672.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CompareArticleService.php';
  16673.         $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()));
  16674.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  16675.         return $instance;
  16676.     }
  16677.     /**
  16678.      * Gets the private 'FlexApp\Service\ConfirmInterviewHandler' shared autowired service.
  16679.      *
  16680.      * @return \FlexApp\Service\ConfirmInterviewHandler
  16681.      */
  16682.     protected function getConfirmInterviewHandlerService()
  16683.     {
  16684.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ConfirmInterviewHandler.php';
  16685.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16686.         if (isset($this->privates['FlexApp\\Service\\ConfirmInterviewHandler'])) {
  16687.             return $this->privates['FlexApp\\Service\\ConfirmInterviewHandler'];
  16688.         }
  16689.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16690.         if (isset($this->privates['FlexApp\\Service\\ConfirmInterviewHandler'])) {
  16691.             return $this->privates['FlexApp\\Service\\ConfirmInterviewHandler'];
  16692.         }
  16693.         $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()));
  16694.         $instance->interviewParametersGenerator = ($this->privates['FlexApp\\Service\\InterviewParametersGenerator'] ?? $this->getInterviewParametersGeneratorService());
  16695.         $instance->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  16696.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16697.         return $instance;
  16698.     }
  16699.     /**
  16700.      * Gets the private 'FlexApp\Service\ConsSchedule' shared autowired service.
  16701.      *
  16702.      * @return \FlexApp\Service\ConsSchedule
  16703.      */
  16704.     protected function getConsScheduleService()
  16705.     {
  16706.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ConsSchedule.php';
  16707.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatBCachePool.php';
  16708.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  16709.         if (isset($this->privates['FlexApp\\Service\\ConsSchedule'])) {
  16710.             return $this->privates['FlexApp\\Service\\ConsSchedule'];
  16711.         }
  16712.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16713.         if (isset($this->privates['FlexApp\\Service\\ConsSchedule'])) {
  16714.             return $this->privates['FlexApp\\Service\\ConsSchedule'];
  16715.         }
  16716.         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())));
  16717.     }
  16718.     /**
  16719.      * Gets the private 'FlexApp\Service\DefaultChatGenerator' shared autowired service.
  16720.      *
  16721.      * @return \FlexApp\Service\DefaultChatGenerator
  16722.      */
  16723.     protected function getDefaultChatGeneratorService()
  16724.     {
  16725.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DefaultChatGenerator.php';
  16726.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16727.         if (isset($this->privates['FlexApp\\Service\\DefaultChatGenerator'])) {
  16728.             return $this->privates['FlexApp\\Service\\DefaultChatGenerator'];
  16729.         }
  16730.         return $this->privates['FlexApp\\Service\\DefaultChatGenerator'] = new \FlexApp\Service\DefaultChatGenerator($a);
  16731.     }
  16732.     /**
  16733.      * Gets the private 'FlexApp\Service\DevsAndAdminsNotifier' shared autowired service.
  16734.      *
  16735.      * @return \FlexApp\Service\DevsAndAdminsNotifier
  16736.      */
  16737.     protected function getDevsAndAdminsNotifierService()
  16738.     {
  16739.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DevsAndAdminsNotifier.php';
  16740.         $a = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  16741.         if (isset($this->privates['FlexApp\\Service\\DevsAndAdminsNotifier'])) {
  16742.             return $this->privates['FlexApp\\Service\\DevsAndAdminsNotifier'];
  16743.         }
  16744.         return $this->privates['FlexApp\\Service\\DevsAndAdminsNotifier'] = new \FlexApp\Service\DevsAndAdminsNotifier($a, ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()));
  16745.     }
  16746.     /**
  16747.      * Gets the private 'FlexApp\Service\EmailCanonicalizer' shared autowired service.
  16748.      *
  16749.      * @return \FlexApp\Service\EmailCanonicalizer
  16750.      */
  16751.     protected function getEmailCanonicalizerService()
  16752.     {
  16753.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  16754.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EmailCanonicalizer.php';
  16755.         return $this->privates['FlexApp\\Service\\EmailCanonicalizer'] = new \FlexApp\Service\EmailCanonicalizer();
  16756.     }
  16757.     /**
  16758.      * Gets the private 'FlexApp\Service\EntityByIdTypeAndLocaleDefiner' shared autowired service.
  16759.      *
  16760.      * @return \FlexApp\Service\EntityByIdTypeAndLocaleDefiner
  16761.      */
  16762.     protected function getEntityByIdTypeAndLocaleDefinerService()
  16763.     {
  16764.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EntityByIdTypeAndLocaleDefiner.php';
  16765.         return $this->privates['FlexApp\\Service\\EntityByIdTypeAndLocaleDefiner'] = new \FlexApp\Service\EntityByIdTypeAndLocaleDefiner(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  16766.     }
  16767.     /**
  16768.      * Gets the private 'FlexApp\Service\EntityRemover' shared autowired service.
  16769.      *
  16770.      * @return \FlexApp\Service\EntityRemover
  16771.      */
  16772.     protected function getEntityRemoverService()
  16773.     {
  16774.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EntityRemover.php';
  16775.         return $this->privates['FlexApp\\Service\\EntityRemover'] = new \FlexApp\Service\EntityRemover(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  16776.     }
  16777.     /**
  16778.      * Gets the private 'FlexApp\Service\EntitySaver' shared autowired service.
  16779.      *
  16780.      * @return \FlexApp\Service\EntitySaver
  16781.      */
  16782.     protected function getEntitySaverService()
  16783.     {
  16784.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EntitySaver.php';
  16785.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16786.         if (isset($this->privates['FlexApp\\Service\\EntitySaver'])) {
  16787.             return $this->privates['FlexApp\\Service\\EntitySaver'];
  16788.         }
  16789.         return $this->privates['FlexApp\\Service\\EntitySaver'] = new \FlexApp\Service\EntitySaver($a);
  16790.     }
  16791.     /**
  16792.      * Gets the private 'FlexApp\Service\EntitySender' shared autowired service.
  16793.      *
  16794.      * @return \FlexApp\Service\EntitySender
  16795.      */
  16796.     protected function getEntitySenderService()
  16797.     {
  16798.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EntitySender.php';
  16799.         $this->privates['FlexApp\\Service\\EntitySender'] = $instance = new \FlexApp\Service\EntitySender(($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService()), ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService()));
  16800.         $instance->chatMessageToPortalSender = ($this->privates['FlexApp\\Service\\ChatMessageToPortalSender'] ?? $this->getChatMessageToPortalSenderService());
  16801.         return $instance;
  16802.     }
  16803.     /**
  16804.      * Gets the private 'FlexApp\Service\InterviewChatManager' shared autowired service.
  16805.      *
  16806.      * @return \FlexApp\Service\InterviewChatManager
  16807.      */
  16808.     protected function getInterviewChatManagerService()
  16809.     {
  16810.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/InterviewChatManager.php';
  16811.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16812.         if (isset($this->privates['FlexApp\\Service\\InterviewChatManager'])) {
  16813.             return $this->privates['FlexApp\\Service\\InterviewChatManager'];
  16814.         }
  16815.         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);
  16816.     }
  16817.     /**
  16818.      * Gets the private 'FlexApp\Service\InterviewIsOverHandler' shared autowired service.
  16819.      *
  16820.      * @return \FlexApp\Service\InterviewIsOverHandler
  16821.      */
  16822.     protected function getInterviewIsOverHandlerService()
  16823.     {
  16824.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/InterviewIsOverHandler.php';
  16825.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16826.         if (isset($this->privates['FlexApp\\Service\\InterviewIsOverHandler'])) {
  16827.             return $this->privates['FlexApp\\Service\\InterviewIsOverHandler'];
  16828.         }
  16829.         $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()));
  16830.         $instance->interviewParametersGenerator = ($this->privates['FlexApp\\Service\\InterviewParametersGenerator'] ?? $this->getInterviewParametersGeneratorService());
  16831.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16832.         return $instance;
  16833.     }
  16834.     /**
  16835.      * Gets the private 'FlexApp\Service\InterviewLinkHandler' shared autowired service.
  16836.      *
  16837.      * @return \FlexApp\Service\InterviewLinkHandler
  16838.      */
  16839.     protected function getInterviewLinkHandlerService()
  16840.     {
  16841.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/InterviewLinkHandler.php';
  16842.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16843.         if (isset($this->privates['FlexApp\\Service\\InterviewLinkHandler'])) {
  16844.             return $this->privates['FlexApp\\Service\\InterviewLinkHandler'];
  16845.         }
  16846.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16847.         if (isset($this->privates['FlexApp\\Service\\InterviewLinkHandler'])) {
  16848.             return $this->privates['FlexApp\\Service\\InterviewLinkHandler'];
  16849.         }
  16850.         $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()));
  16851.         $instance->interviewParametersGenerator = ($this->privates['FlexApp\\Service\\InterviewParametersGenerator'] ?? $this->getInterviewParametersGeneratorService());
  16852.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16853.         return $instance;
  16854.     }
  16855.     /**
  16856.      * Gets the private 'FlexApp\Service\InterviewParametersGenerator' shared autowired service.
  16857.      *
  16858.      * @return \FlexApp\Service\InterviewParametersGenerator
  16859.      */
  16860.     protected function getInterviewParametersGeneratorService()
  16861.     {
  16862.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/InterviewParametersGenerator.php';
  16863.         $this->privates['FlexApp\\Service\\InterviewParametersGenerator'] = $instance = new \FlexApp\Service\InterviewParametersGenerator();
  16864.         $instance->parametersGenerator = ($this->services['FlexApp\\Service\\ParametersGenerator'] ?? $this->getParametersGeneratorService());
  16865.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16866.         $instance->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  16867.         return $instance;
  16868.     }
  16869.     /**
  16870.      * Gets the private 'FlexApp\Service\JsonArrayApiClient' shared autowired service.
  16871.      *
  16872.      * @return \FlexApp\Service\JsonArrayApiClient
  16873.      */
  16874.     protected function getJsonArrayApiClientService()
  16875.     {
  16876.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/JsonArrayApiClient.php';
  16877.         include_once \dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle/CurlWrapperInterface.php';
  16878.         include_once \dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle/CurlWrapper.php';
  16879.         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())));
  16880.     }
  16881.     /**
  16882.      * Gets the private 'FlexApp\Service\LastUrlService' shared autowired service.
  16883.      *
  16884.      * @return \FlexApp\Service\LastUrlService
  16885.      */
  16886.     protected function getLastUrlServiceService()
  16887.     {
  16888.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  16889.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/LastUrlService.php';
  16890.         return $this->privates['FlexApp\\Service\\LastUrlService'] = new \FlexApp\Service\LastUrlService(($this->services['WebBundle\\Repository\\LastUrlRepository'] ?? $this->getLastUrlRepositoryService()));
  16891.     }
  16892.     /**
  16893.      * Gets the private 'FlexApp\Service\LocaleChangeStatService' shared autowired service.
  16894.      *
  16895.      * @return \FlexApp\Service\LocaleChangeStatService
  16896.      */
  16897.     protected function getLocaleChangeStatServiceService()
  16898.     {
  16899.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/LocaleChangeStatService.php';
  16900.         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()));
  16901.     }
  16902.     /**
  16903.      * Gets the private 'FlexApp\Service\ManagerContactsProvider' shared autowired service.
  16904.      *
  16905.      * @return \FlexApp\Service\ManagerContactsProvider
  16906.      */
  16907.     protected function getManagerContactsProviderService()
  16908.     {
  16909.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ManagerContactsProvider.php';
  16910.         $this->privates['FlexApp\\Service\\ManagerContactsProvider'] = $instance = new \FlexApp\Service\ManagerContactsProvider();
  16911.         $instance->consDefiner = ($this->services['FlexApp\\Service\\ConsDefiner'] ?? $this->getConsDefinerService());
  16912.         $instance->currentUserProvider = ($this->services['FlexApp\\Service\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService());
  16913.         $instance->countryAndLangSpecificDataRepository = ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService());
  16914.         $instance->consultantRepository = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  16915.         $instance->eventDispatcher = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16916.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  16917.         return $instance;
  16918.     }
  16919.     /**
  16920.      * Gets the private 'FlexApp\Service\ManualReg\ContainerProvider' shared autowired service.
  16921.      *
  16922.      * @return \FlexApp\Service\ManualReg\ContainerProvider
  16923.      */
  16924.     protected function getContainerProviderService()
  16925.     {
  16926.         $this->privates['FlexApp\\Service\\ManualReg\\ContainerProvider'] = $instance = new \FlexApp\Service\ManualReg\ContainerProvider();
  16927.         $instance->container $this;
  16928.         return $instance;
  16929.     }
  16930.     /**
  16931.      * Gets the private 'FlexApp\Service\ManualReg\InterviewLogger' shared autowired service.
  16932.      *
  16933.      * @return \FlexApp\Service\ManualReg\InterviewLogger
  16934.      */
  16935.     protected function getInterviewLoggerService()
  16936.     {
  16937.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  16938.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  16939.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  16940.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  16941.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  16942.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  16943.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ManualReg/InterviewLogger.php';
  16944.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16945.         if (isset($this->privates['FlexApp\\Service\\ManualReg\\InterviewLogger'])) {
  16946.             return $this->privates['FlexApp\\Service\\ManualReg\\InterviewLogger'];
  16947.         }
  16948.         return $this->privates['FlexApp\\Service\\ManualReg\\InterviewLogger'] = new \FlexApp\Service\ManualReg\InterviewLogger('interview', ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), $a);
  16949.     }
  16950.     /**
  16951.      * Gets the private 'FlexApp\Service\ManualReg\SetIsReadLogger' shared autowired service.
  16952.      *
  16953.      * @return \FlexApp\Service\ManualReg\SetIsReadLogger
  16954.      */
  16955.     protected function getSetIsReadLoggerService()
  16956.     {
  16957.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  16958.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  16959.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  16960.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  16961.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  16962.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  16963.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ManualReg/SetIsReadLogger.php';
  16964.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16965.         if (isset($this->privates['FlexApp\\Service\\ManualReg\\SetIsReadLogger'])) {
  16966.             return $this->privates['FlexApp\\Service\\ManualReg\\SetIsReadLogger'];
  16967.         }
  16968.         return $this->privates['FlexApp\\Service\\ManualReg\\SetIsReadLogger'] = new \FlexApp\Service\ManualReg\SetIsReadLogger('set_is_read', ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), $a);
  16969.     }
  16970.     /**
  16971.      * Gets the private 'FlexApp\Service\ManualReg\UserLogger' shared autowired service.
  16972.      *
  16973.      * @return \FlexApp\Service\ManualReg\UserLogger
  16974.      */
  16975.     protected function getUserLoggerService()
  16976.     {
  16977.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  16978.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  16979.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  16980.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  16981.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  16982.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  16983.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ManualReg/UserLogger.php';
  16984.         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()));
  16985.     }
  16986.     /**
  16987.      * Gets the private 'FlexApp\Service\NowPaymentsClient' shared autowired service.
  16988.      *
  16989.      * @return \FlexApp\Service\NowPaymentsClient
  16990.      */
  16991.     protected function getNowPaymentsClientService()
  16992.     {
  16993.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/NowPaymentsClient.php';
  16994.         $this->privates['FlexApp\\Service\\NowPaymentsClient'] = $instance = new \FlexApp\Service\NowPaymentsClient();
  16995.         $instance->httpClient = ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService());
  16996.         $instance->parametersProvider = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  16997.         return $instance;
  16998.     }
  16999.     /**
  17000.      * Gets the private 'FlexApp\Service\ParametersProvider' shared autowired service.
  17001.      *
  17002.      * @return \FlexApp\Service\ParametersProvider
  17003.      */
  17004.     protected function getParametersProviderService()
  17005.     {
  17006.         $this->privates['FlexApp\\Service\\ParametersProvider'] = $instance = new \FlexApp\Service\ParametersProvider();
  17007.         $instance->containerProvider = ($this->privates['FlexApp\\Service\\ManualReg\\ContainerProvider'] ?? $this->getContainerProviderService());
  17008.         return $instance;
  17009.     }
  17010.     /**
  17011.      * Gets the private 'FlexApp\Service\PortalApiClient' shared autowired service.
  17012.      *
  17013.      * @return \FlexApp\Service\PortalApiClient
  17014.      */
  17015.     protected function getPortalApiClientService()
  17016.     {
  17017.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PortalApiClient.php';
  17018.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  17019.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  17020.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  17021.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  17022.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  17023.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  17024.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17025.         if (isset($this->privates['FlexApp\\Service\\PortalApiClient'])) {
  17026.             return $this->privates['FlexApp\\Service\\PortalApiClient'];
  17027.         }
  17028.         $b = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  17029.         $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));
  17030.         $instance->mailer = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  17031.         return $instance;
  17032.     }
  17033.     /**
  17034.      * Gets the private 'FlexApp\Service\PortalApiService' shared autowired service.
  17035.      *
  17036.      * @return \FlexApp\Service\PortalApiService
  17037.      */
  17038.     protected function getPortalApiServiceService()
  17039.     {
  17040.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PortalApiService.php';
  17041.         include_once \dirname(__DIR__4).'/vendor/asika/autolink/src/Autolink.php';
  17042.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AutoLink.php';
  17043.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/StopWordsDetectorInterface.php';
  17044.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/StopWordsDetector.php';
  17045.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  17046.         $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()));
  17047.         $instance->consultantRepository = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  17048.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  17049.         $instance->mailer = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  17050.         $instance->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  17051.         $instance->emailService = ($this->services['app.service.list_email'] ?? $this->getApp_Service_ListEmailService());
  17052.         $instance->managerContactsProvider = ($this->privates['FlexApp\\Service\\ManagerContactsProvider'] ?? $this->getManagerContactsProviderService());
  17053.         $instance->subscriptionsEntityRepository = ($this->privates['FlexApp\\Repository\\SubscriptionsEntityRepository'] ?? $this->getSubscriptionsEntityRepositoryService());
  17054.         $instance->boolDBSettingRepository = ($this->privates['FlexApp\\Repository\\BoolDBSettingRepository'] ?? $this->getBoolDBSettingRepositoryService());
  17055.         $instance->setCommentManager(($this->privates['FlexApp\\Service\\CommentManager'] ?? $this->getCommentManagerService()));
  17056.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  17057.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  17058.         return $instance;
  17059.     }
  17060.     /**
  17061.      * Gets the private 'FlexApp\Service\PortalNotifierAboutChatEvents' shared autowired service.
  17062.      *
  17063.      * @return \FlexApp\Service\PortalNotifierAboutChatEvents
  17064.      */
  17065.     protected function getPortalNotifierAboutChatEventsService()
  17066.     {
  17067.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PortalNotifierAboutChatEvents.php';
  17068.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  17069.         if (isset($this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'])) {
  17070.             return $this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'];
  17071.         }
  17072.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17073.         if (isset($this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'])) {
  17074.             return $this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'];
  17075.         }
  17076.         return $this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'] = new \FlexApp\Service\PortalNotifierAboutChatEvents(($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService()), $a$b);
  17077.     }
  17078.     /**
  17079.      * Gets the private 'FlexApp\Service\PortalThemeCreator' shared autowired service.
  17080.      *
  17081.      * @return \FlexApp\Service\PortalThemeCreator
  17082.      */
  17083.     protected function getPortalThemeCreatorService()
  17084.     {
  17085.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PortalThemeCreator.php';
  17086.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  17087.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  17088.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  17089.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  17090.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  17091.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  17092.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17093.         if (isset($this->privates['FlexApp\\Service\\PortalThemeCreator'])) {
  17094.             return $this->privates['FlexApp\\Service\\PortalThemeCreator'];
  17095.         }
  17096.         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()));
  17097.     }
  17098.     /**
  17099.      * Gets the private 'FlexApp\Service\PreviewGenerator' shared autowired service.
  17100.      *
  17101.      * @return \FlexApp\Service\PreviewGenerator
  17102.      */
  17103.     protected function getPreviewGeneratorService()
  17104.     {
  17105.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PreviewGenerator.php';
  17106.         return $this->privates['FlexApp\\Service\\PreviewGenerator'] = new \FlexApp\Service\PreviewGenerator();
  17107.     }
  17108.     /**
  17109.      * Gets the private 'FlexApp\Service\ProductReviewOrdersService' shared autowired service.
  17110.      *
  17111.      * @return \FlexApp\Service\ProductReviewOrdersService
  17112.      */
  17113.     protected function getProductReviewOrdersServiceService()
  17114.     {
  17115.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ProductReviewOrdersService.php';
  17116.         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()));
  17117.     }
  17118.     /**
  17119.      * Gets the private 'FlexApp\Service\SourceByCommentTypeDefiner' shared autowired service.
  17120.      *
  17121.      * @return \FlexApp\Service\SourceByCommentTypeDefiner
  17122.      */
  17123.     protected function getSourceByCommentTypeDefinerService()
  17124.     {
  17125.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/SourceByCommentTypeDefiner.php';
  17126.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17127.         if (isset($this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'])) {
  17128.             return $this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'];
  17129.         }
  17130.         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()));
  17131.     }
  17132.     /**
  17133.      * Gets the private 'FlexApp\Service\TelegramNotifier' shared autowired service.
  17134.      *
  17135.      * @return \FlexApp\Service\TelegramNotifier
  17136.      */
  17137.     protected function getTelegramNotifierService()
  17138.     {
  17139.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TelegramNotifier.php';
  17140.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  17141.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/ChatterInterface.php';
  17142.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Chatter.php';
  17143.         $this->privates['FlexApp\\Service\\TelegramNotifier'] = $instance = new \FlexApp\Service\TelegramNotifier();
  17144.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17145.         $instance->chatter = new \Symfony\Component\Notifier\Chatter(($this->privates['chatter.transports'] ?? $this->getChatter_TransportsService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), $a);
  17146.         $instance->eventDispatcher $a;
  17147.         return $instance;
  17148.     }
  17149.     /**
  17150.      * Gets the private 'FlexApp\Service\TokenByUnidResolver' shared autowired service.
  17151.      *
  17152.      * @return \FlexApp\Service\TokenByUnidResolver
  17153.      */
  17154.     protected function getTokenByUnidResolverService()
  17155.     {
  17156.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TokenByUnidResolver.php';
  17157.         return $this->privates['FlexApp\\Service\\TokenByUnidResolver'] = new \FlexApp\Service\TokenByUnidResolver(($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService()));
  17158.     }
  17159.     /**
  17160.      * Gets the private 'FlexApp\Service\TranslatorWrapper' shared autowired service.
  17161.      *
  17162.      * @return \FlexApp\Service\TranslatorWrapper
  17163.      */
  17164.     protected function getTranslatorWrapperService()
  17165.     {
  17166.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TranslatorWrapper.php';
  17167.         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()));
  17168.     }
  17169.     /**
  17170.      * Gets the private 'FlexApp\Service\UserPortalService' shared autowired service.
  17171.      *
  17172.      * @return \FlexApp\Service\UserPortalService
  17173.      */
  17174.     protected function getUserPortalServiceService()
  17175.     {
  17176.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/UserPortalService.php';
  17177.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17178.         if (isset($this->privates['FlexApp\\Service\\UserPortalService'])) {
  17179.             return $this->privates['FlexApp\\Service\\UserPortalService'];
  17180.         }
  17181.         $b = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  17182.         if (isset($this->privates['FlexApp\\Service\\UserPortalService'])) {
  17183.             return $this->privates['FlexApp\\Service\\UserPortalService'];
  17184.         }
  17185.         $c = ($this->services['app.service.vat'] ?? $this->getApp_Service_VatService());
  17186.         if (isset($this->privates['FlexApp\\Service\\UserPortalService'])) {
  17187.             return $this->privates['FlexApp\\Service\\UserPortalService'];
  17188.         }
  17189.         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()));
  17190.     }
  17191.     /**
  17192.      * Gets the private 'FlexApp\Service\UserUpdater' shared autowired service.
  17193.      *
  17194.      * @return \FlexApp\Service\UserUpdater
  17195.      */
  17196.     protected function getUserUpdaterService()
  17197.     {
  17198.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/UserUpdater.php';
  17199.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  17200.         $this->privates['FlexApp\\Service\\UserUpdater'] = $instance = new \FlexApp\Service\UserUpdater();
  17201.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  17202.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17203.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  17204.         return $instance;
  17205.     }
  17206.     /**
  17207.      * Gets the private 'FlexApp\Service\WebPushNotificationsService' shared autowired service.
  17208.      *
  17209.      * @return \FlexApp\Service\WebPushNotificationsService
  17210.      */
  17211.     protected function getWebPushNotificationsServiceService()
  17212.     {
  17213.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/WebPushNotificationsService.php';
  17214.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17215.         if (isset($this->privates['FlexApp\\Service\\WebPushNotificationsService'])) {
  17216.             return $this->privates['FlexApp\\Service\\WebPushNotificationsService'];
  17217.         }
  17218.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17219.         if (isset($this->privates['FlexApp\\Service\\WebPushNotificationsService'])) {
  17220.             return $this->privates['FlexApp\\Service\\WebPushNotificationsService'];
  17221.         }
  17222.         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);
  17223.     }
  17224.     /**
  17225.      * Gets the private 'FlexApp\Service\WebsocketClientLogger' shared autowired service.
  17226.      *
  17227.      * @return \FlexApp\Service\WebsocketClientLogger
  17228.      */
  17229.     protected function getWebsocketClientLoggerService()
  17230.     {
  17231.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  17232.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  17233.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  17234.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  17235.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  17236.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  17237.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/WebsocketClientLogger.php';
  17238.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17239.         if (isset($this->privates['FlexApp\\Service\\WebsocketClientLogger'])) {
  17240.             return $this->privates['FlexApp\\Service\\WebsocketClientLogger'];
  17241.         }
  17242.         return $this->privates['FlexApp\\Service\\WebsocketClientLogger'] = new \FlexApp\Service\WebsocketClientLogger('ws_client', ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), $a);
  17243.     }
  17244.     /**
  17245.      * Gets the private 'FlexApp\Service\WelcomeInfoDataGenerator' shared autowired service.
  17246.      *
  17247.      * @return \FlexApp\Service\WelcomeInfoDataGenerator
  17248.      */
  17249.     protected function getWelcomeInfoDataGeneratorService()
  17250.     {
  17251.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/WelcomeInfoDataGenerator.php';
  17252.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TimeFormatTransformer.php';
  17253.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  17254.         if (isset($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'])) {
  17255.             return $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'];
  17256.         }
  17257.         $b = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  17258.         if (isset($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'])) {
  17259.             return $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'];
  17260.         }
  17261.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17262.         if (isset($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'])) {
  17263.             return $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'];
  17264.         }
  17265.         $d = ($this->privates['FlexApp\\Service\\ConsSchedule'] ?? $this->getConsScheduleService());
  17266.         if (isset($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'])) {
  17267.             return $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'];
  17268.         }
  17269.         $e = ($this->services['FlexApp\\Service\\ConsDefiner'] ?? $this->getConsDefinerService());
  17270.         if (isset($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'])) {
  17271.             return $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'];
  17272.         }
  17273.         $f = ($this->privates['FlexApp\\Service\\AliasByConsLoginProvider'] ?? $this->getAliasByConsLoginProviderService());
  17274.         if (isset($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'])) {
  17275.             return $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'];
  17276.         }
  17277.         $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);
  17278.         $instance->timeFormatTransformer = ($this->services['FlexApp\\Service\\TimeFormatTransformer'] ?? ($this->services['FlexApp\\Service\\TimeFormatTransformer'] = new \FlexApp\Service\TimeFormatTransformer()));
  17279.         $instance->countryAndLangSpecificDataRepository = ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService());
  17280.         return $instance;
  17281.     }
  17282.     /**
  17283.      * Gets the private 'FlexApp\Validator\CommentablePageValidator' shared autowired service.
  17284.      *
  17285.      * @return \FlexApp\Validator\CommentablePageValidator
  17286.      */
  17287.     protected function getCommentablePageValidatorService()
  17288.     {
  17289.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  17290.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  17291.         include_once \dirname(__DIR__4).'/src/FlexApp/Validator/CommentablePageValidator.php';
  17292.         return $this->privates['FlexApp\\Validator\\CommentablePageValidator'] = new \FlexApp\Validator\CommentablePageValidator(($this->privates['FlexApp\\Repository\\CommentablePageRepository'] ?? $this->getCommentablePageRepositoryService()));
  17293.     }
  17294.     /**
  17295.      * Gets the private 'Redis' shared service.
  17296.      *
  17297.      * @return \Redis
  17298.      */
  17299.     protected function getRedisService()
  17300.     {
  17301.         $this->privates['Redis'] = $instance = new \Redis();
  17302.         $instance->connect($this->getEnv('REDIS_HOST'), $this->getEnv('int:REDIS_PORT'));
  17303.         $instance->auth($this->getEnv('REDIS_PASSWORD'));
  17304.         return $instance;
  17305.     }
  17306.     /**
  17307.      * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  17308.      *
  17309.      * @return \Sentry\SentryBundle\Command\SentryTestCommand
  17310.      */
  17311.     protected function getSentryTestCommandService()
  17312.     {
  17313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17314.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  17315.         $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  17316.         $instance->setName('sentry:test');
  17317.         return $instance;
  17318.     }
  17319.     /**
  17320.      * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  17321.      *
  17322.      * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  17323.      */
  17324.     protected function getConsoleListenerService()
  17325.     {
  17326.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  17327.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), true);
  17328.     }
  17329.     /**
  17330.      * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  17331.      *
  17332.      * @return \Sentry\SentryBundle\EventListener\ErrorListener
  17333.      */
  17334.     protected function getErrorListenerService()
  17335.     {
  17336.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  17337.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  17338.     }
  17339.     /**
  17340.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  17341.      *
  17342.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  17343.      */
  17344.     protected function getLoginListenerService()
  17345.     {
  17346.         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()));
  17347.     }
  17348.     /**
  17349.      * Gets the private 'Sentry\SentryBundle\EventListener\MessengerListener' shared service.
  17350.      *
  17351.      * @return \Sentry\SentryBundle\EventListener\MessengerListener
  17352.      */
  17353.     protected function getMessengerListenerService()
  17354.     {
  17355.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/MessengerListener.php';
  17356.         return $this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] = new \Sentry\SentryBundle\EventListener\MessengerListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), true);
  17357.     }
  17358.     /**
  17359.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  17360.      *
  17361.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  17362.      */
  17363.     protected function getRequestListenerService()
  17364.     {
  17365.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  17366.     }
  17367.     /**
  17368.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  17369.      *
  17370.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  17371.      */
  17372.     protected function getSubRequestListenerService()
  17373.     {
  17374.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  17375.     }
  17376.     /**
  17377.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingConsoleListener' shared service.
  17378.      *
  17379.      * @return \Sentry\SentryBundle\EventListener\TracingConsoleListener
  17380.      */
  17381.     protected function getTracingConsoleListenerService()
  17382.     {
  17383.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingConsoleListener.php';
  17384.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] = new \Sentry\SentryBundle\EventListener\TracingConsoleListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), [=> 'messenger:consume']);
  17385.     }
  17386.     /**
  17387.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  17388.      *
  17389.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  17390.      */
  17391.     protected function getTracingRequestListenerService()
  17392.     {
  17393.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  17394.     }
  17395.     /**
  17396.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  17397.      *
  17398.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  17399.      */
  17400.     protected function getTracingSubRequestListenerService()
  17401.     {
  17402.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  17403.     }
  17404.     /**
  17405.      * Gets the private 'Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator' shared service.
  17406.      *
  17407.      * @return \Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator
  17408.      */
  17409.     protected function getConnectionConfiguratorService()
  17410.     {
  17411.         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()))));
  17412.     }
  17413.     /**
  17414.      * Gets the private 'WebBundle\Repository\CollectionAlsoViewedRepository' shared autowired service.
  17415.      *
  17416.      * @return \WebBundle\Repository\CollectionAlsoViewedRepository
  17417.      */
  17418.     protected function getCollectionAlsoViewedRepositoryService()
  17419.     {
  17420.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  17421.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/CollectionAlsoViewedRepository.php';
  17422.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17423.         if (isset($this->privates['WebBundle\\Repository\\CollectionAlsoViewedRepository'])) {
  17424.             return $this->privates['WebBundle\\Repository\\CollectionAlsoViewedRepository'];
  17425.         }
  17426.         return $this->privates['WebBundle\\Repository\\CollectionAlsoViewedRepository'] = $a->getRepository('WebBundle:CollectionAlsoViewed');
  17427.     }
  17428.     /**
  17429.      * Gets the private 'annotations.cache_adapter' shared service.
  17430.      *
  17431.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  17432.      */
  17433.     protected function getAnnotations_CacheAdapterService()
  17434.     {
  17435.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  17436.     }
  17437.     /**
  17438.      * Gets the private 'annotations.cache_warmer' shared service.
  17439.      *
  17440.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  17441.      */
  17442.     protected function getAnnotations_CacheWarmerService()
  17443.     {
  17444.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17445.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  17446.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  17447.         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);
  17448.     }
  17449.     /**
  17450.      * Gets the private 'annotations.cached_reader' shared service.
  17451.      *
  17452.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  17453.      */
  17454.     protected function getAnnotations_CachedReaderService()
  17455.     {
  17456.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  17457.     }
  17458.     /**
  17459.      * Gets the private 'annotations.reader' shared service.
  17460.      *
  17461.      * @return \Doctrine\Common\Annotations\AnnotationReader
  17462.      */
  17463.     protected function getAnnotations_ReaderService()
  17464.     {
  17465.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  17466.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  17467.         $a->registerUniqueLoader('class_exists');
  17468.         $instance->addGlobalIgnoredName('required'$a);
  17469.         return $instance;
  17470.     }
  17471.     /**
  17472.      * Gets the private 'app.command.copy.visit.visit.all' shared service.
  17473.      *
  17474.      * @return \WebBundle\Command\CopyVisitToVisitAllCommand
  17475.      */
  17476.     protected function getApp_Command_Copy_Visit_Visit_AllService()
  17477.     {
  17478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17479.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CopyVisitToVisitAllCommand.php';
  17480.         $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');
  17481.         $instance->setName('app:copy-visit-to-visit-all');
  17482.         return $instance;
  17483.     }
  17484.     /**
  17485.      * Gets the private 'app.command.export.filters' shared service.
  17486.      *
  17487.      * @return \WebBundle\Command\ExportFiltersCommand
  17488.      */
  17489.     protected function getApp_Command_Export_FiltersService()
  17490.     {
  17491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17492.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ExportFiltersCommand.php';
  17493.         $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()));
  17494.         $instance->setName('export:filters');
  17495.         return $instance;
  17496.     }
  17497.     /**
  17498.      * Gets the private 'app.command.generate_sitemap' shared service.
  17499.      *
  17500.      * @return \WebBundle\Command\GenerateSitemapCommand
  17501.      */
  17502.     protected function getApp_Command_GenerateSitemapService()
  17503.     {
  17504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17505.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/GenerateSitemapCommand.php';
  17506.         $this->privates['app.command.generate_sitemap'] = $instance = new \WebBundle\Command\GenerateSitemapCommand(($this->services['WebBundle\\Service\\SitemapGenerator'] ?? $this->getSitemapGeneratorService()));
  17507.         $instance->setName('app:generate-sitemap');
  17508.         return $instance;
  17509.     }
  17510.     /**
  17511.      * Gets the private 'app.command.recommendation.filter' shared service.
  17512.      *
  17513.      * @return \WebBundle\Command\RecommendationFilterCommand
  17514.      */
  17515.     protected function getApp_Command_Recommendation_FilterService()
  17516.     {
  17517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17518.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/RecommendationFilterCommand.php';
  17519.         $this->privates['app.command.recommendation.filter'] = $instance = new \WebBundle\Command\RecommendationFilterCommand('54.93.223.112'4006'te''maxusr_new''M@!xUsrN3w!P@ssw');
  17520.         $instance->setName('recommendation:filter');
  17521.         return $instance;
  17522.     }
  17523.     /**
  17524.      * Gets the private 'app.command.recommendation.order' shared service.
  17525.      *
  17526.      * @return \WebBundle\Command\RecommendationOrderCommand
  17527.      */
  17528.     protected function getApp_Command_Recommendation_OrderService()
  17529.     {
  17530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17531.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/RecommendationOrderCommand.php';
  17532.         $this->privates['app.command.recommendation.order'] = $instance = new \WebBundle\Command\RecommendationOrderCommand('54.93.223.112'4006'te''maxusr_new''M@!xUsrN3w!P@ssw');
  17533.         $instance->setName('recommendation:orders');
  17534.         return $instance;
  17535.     }
  17536.     /**
  17537.      * Gets the private 'app.command.recommendation.unified' shared service.
  17538.      *
  17539.      * @return \WebBundle\Command\RecommendationUnifiedCommand
  17540.      */
  17541.     protected function getApp_Command_Recommendation_UnifiedService()
  17542.     {
  17543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17544.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/RecommendationUnifiedCommand.php';
  17545.         $this->privates['app.command.recommendation.unified'] = $instance = new \WebBundle\Command\RecommendationUnifiedCommand('54.93.223.112'4006'te''maxusr_new''M@!xUsrN3w!P@ssw');
  17546.         $instance->setName('recommendation:unified');
  17547.         return $instance;
  17548.     }
  17549.     /**
  17550.      * Gets the private 'app.command.recommendation.unified.optimized' shared service.
  17551.      *
  17552.      * @return \WebBundle\Command\RecommendationUnifiedOptimizedCommand
  17553.      */
  17554.     protected function getApp_Command_Recommendation_Unified_OptimizedService()
  17555.     {
  17556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17557.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/RecommendationUnifiedOptimizedCommand.php';
  17558.         $this->privates['app.command.recommendation.unified.optimized'] = $instance = new \WebBundle\Command\RecommendationUnifiedOptimizedCommand('54.93.223.112'4006'te''maxusr_new''M@!xUsrN3w!P@ssw');
  17559.         $instance->setName('recommendation:unified-optimized');
  17560.         return $instance;
  17561.     }
  17562.     /**
  17563.      * Gets the private 'app.command.recommendation.visit' shared service.
  17564.      *
  17565.      * @return \WebBundle\Command\RecommendationVisitCommand
  17566.      */
  17567.     protected function getApp_Command_Recommendation_VisitService()
  17568.     {
  17569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17570.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/RecommendationVisitCommand.php';
  17571.         $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');
  17572.         $instance->setName('recommendation:visit');
  17573.         return $instance;
  17574.     }
  17575.     /**
  17576.      * Gets the private 'app.command.sphinx.article' shared service.
  17577.      *
  17578.      * @return \WebBundle\Command\SphinxArticleCommand
  17579.      */
  17580.     protected function getApp_Command_Sphinx_ArticleService()
  17581.     {
  17582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17583.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SphinxArticleCommand.php';
  17584.         $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()));
  17585.         $instance->setName('sphinx:article');
  17586.         return $instance;
  17587.     }
  17588.     /**
  17589.      * Gets the private 'app.command.sphinx.count' shared service.
  17590.      *
  17591.      * @return \WebBundle\Command\SphinxCountFilterCommand
  17592.      */
  17593.     protected function getApp_Command_Sphinx_CountService()
  17594.     {
  17595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17596.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SphinxCountFilterCommand.php';
  17597.         $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'));
  17598.         $instance->setName('sphinx:count');
  17599.         return $instance;
  17600.     }
  17601.     /**
  17602.      * Gets the private 'assets._package_webpack' shared service.
  17603.      *
  17604.      * @return \Symfony\Component\Asset\UrlPackage
  17605.      */
  17606.     protected function getAssets_PackageWebpackService()
  17607.     {
  17608.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  17609.         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()));
  17610.     }
  17611.     /**
  17612.      * Gets the private 'assets._version__default' shared service.
  17613.      *
  17614.      * @return \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy
  17615.      */
  17616.     protected function getAssets_VersionDefaultService()
  17617.     {
  17618.         return $this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.6.61''%s?%s');
  17619.     }
  17620.     /**
  17621.      * Gets the private 'assets.context' shared service.
  17622.      *
  17623.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  17624.      */
  17625.     protected function getAssets_ContextService()
  17626.     {
  17627.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  17628.         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());
  17629.     }
  17630.     /**
  17631.      * Gets the private 'cache.annotations.traceable' shared service.
  17632.      *
  17633.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17634.      */
  17635.     protected function getCache_Annotations_TraceableService()
  17636.     {
  17637.         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()))));
  17638.     }
  17639.     /**
  17640.      * Gets the private 'cache.doctrine.orm.logs.query.traceable' shared service.
  17641.      *
  17642.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17643.      */
  17644.     protected function getCache_Doctrine_Orm_Logs_Query_TraceableService()
  17645.     {
  17646.         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()));
  17647.     }
  17648.     /**
  17649.      * Gets the private 'cache.doctrine.orm.logs.result.traceable' shared service.
  17650.      *
  17651.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17652.      */
  17653.     protected function getCache_Doctrine_Orm_Logs_Result_TraceableService()
  17654.     {
  17655.         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()));
  17656.     }
  17657.     /**
  17658.      * Gets the private 'cache.doctrine.orm.oneC.query.traceable' shared service.
  17659.      *
  17660.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17661.      */
  17662.     protected function getCache_Doctrine_Orm_OneC_Query_TraceableService()
  17663.     {
  17664.         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()));
  17665.     }
  17666.     /**
  17667.      * Gets the private 'cache.doctrine.orm.oneC.result.traceable' shared service.
  17668.      *
  17669.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17670.      */
  17671.     protected function getCache_Doctrine_Orm_OneC_Result_TraceableService()
  17672.     {
  17673.         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()));
  17674.     }
  17675.     /**
  17676.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  17677.      *
  17678.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17679.      */
  17680.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  17681.     {
  17682.         $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))));
  17683.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  17684.         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));
  17685.     }
  17686.     /**
  17687.      * Gets the private 'cache.property_info.traceable' shared service.
  17688.      *
  17689.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17690.      */
  17691.     protected function getCache_PropertyInfo_TraceableService()
  17692.     {
  17693.         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()))));
  17694.     }
  17695.     /**
  17696.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  17697.      *
  17698.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17699.      */
  17700.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  17701.     {
  17702.         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()))));
  17703.     }
  17704.     /**
  17705.      * Gets the private 'cache.security_token_verifier.traceable' shared service.
  17706.      *
  17707.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17708.      */
  17709.     protected function getCache_SecurityTokenVerifier_TraceableService()
  17710.     {
  17711.         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()))));
  17712.     }
  17713.     /**
  17714.      * Gets the private 'cache.serializer.traceable' shared service.
  17715.      *
  17716.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17717.      */
  17718.     protected function getCache_Serializer_TraceableService()
  17719.     {
  17720.         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()))));
  17721.     }
  17722.     /**
  17723.      * Gets the private 'cache.validator.traceable' shared service.
  17724.      *
  17725.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17726.      */
  17727.     protected function getCache_Validator_TraceableService()
  17728.     {
  17729.         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()))));
  17730.     }
  17731.     /**
  17732.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  17733.      *
  17734.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  17735.      */
  17736.     protected function getCachePoolClearer_CacheWarmerService()
  17737.     {
  17738.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17739.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  17740.         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']);
  17741.     }
  17742.     /**
  17743.      * Gets the private 'chatb_cache_pool.traceable' shared service.
  17744.      *
  17745.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17746.      */
  17747.     protected function getChatbCachePool_TraceableService()
  17748.     {
  17749.         $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))));
  17750.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  17751.         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));
  17752.     }
  17753.     /**
  17754.      * Gets the private 'chatter.transports' shared service.
  17755.      *
  17756.      * @return \Symfony\Component\Notifier\Transport\Transports
  17757.      */
  17758.     protected function getChatter_TransportsService()
  17759.     {
  17760.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  17761.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/Transports.php';
  17762.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport.php';
  17763.         return $this->privates['chatter.transports'] = (new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  17764.             yield => ($this->privates['notifier.transport_factory.telegram'] ?? $this->getNotifier_TransportFactory_TelegramService());
  17765.             yield => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  17766.         }, 2)))->fromStrings(['telegram' => $this->getEnv('TELEGRAM_DSN')]);
  17767.     }
  17768.     /**
  17769.      * Gets the private 'config_builder.warmer' shared service.
  17770.      *
  17771.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  17772.      */
  17773.     protected function getConfigBuilder_WarmerService()
  17774.     {
  17775.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17776.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  17777.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['logger'] ?? $this->getLoggerService()));
  17778.     }
  17779.     /**
  17780.      * Gets the private 'config_cache_factory' shared service.
  17781.      *
  17782.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  17783.      */
  17784.     protected function getConfigCacheFactoryService()
  17785.     {
  17786.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  17787.             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)));
  17788.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  17789.         }, 2));
  17790.     }
  17791.     /**
  17792.      * Gets the private 'console.command.about' shared service.
  17793.      *
  17794.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  17795.      */
  17796.     protected function getConsole_Command_AboutService()
  17797.     {
  17798.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17799.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  17800.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  17801.         $instance->setName('about');
  17802.         $instance->setDescription('Display information about the current project');
  17803.         return $instance;
  17804.     }
  17805.     /**
  17806.      * Gets the private 'console.command.assets_install' shared service.
  17807.      *
  17808.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  17809.      */
  17810.     protected function getConsole_Command_AssetsInstallService()
  17811.     {
  17812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17813.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  17814.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  17815.         $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));
  17816.         $instance->setName('assets:install');
  17817.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  17818.         return $instance;
  17819.     }
  17820.     /**
  17821.      * Gets the private 'console.command.cache_clear' shared service.
  17822.      *
  17823.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  17824.      */
  17825.     protected function getConsole_Command_CacheClearService()
  17826.     {
  17827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17828.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  17829.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  17830.         $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())));
  17831.         $instance->setName('cache:clear');
  17832.         $instance->setDescription('Clear the cache');
  17833.         return $instance;
  17834.     }
  17835.     /**
  17836.      * Gets the private 'console.command.cache_pool_clear' shared service.
  17837.      *
  17838.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  17839.      */
  17840.     protected function getConsole_Command_CachePoolClearService()
  17841.     {
  17842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17843.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  17844.         $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']);
  17845.         $instance->setName('cache:pool:clear');
  17846.         $instance->setDescription('Clear cache pools');
  17847.         return $instance;
  17848.     }
  17849.     /**
  17850.      * Gets the private 'console.command.cache_pool_delete' shared service.
  17851.      *
  17852.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  17853.      */
  17854.     protected function getConsole_Command_CachePoolDeleteService()
  17855.     {
  17856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17857.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  17858.         $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']);
  17859.         $instance->setName('cache:pool:delete');
  17860.         $instance->setDescription('Delete an item from a cache pool');
  17861.         return $instance;
  17862.     }
  17863.     /**
  17864.      * Gets the private 'console.command.cache_pool_list' shared service.
  17865.      *
  17866.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  17867.      */
  17868.     protected function getConsole_Command_CachePoolListService()
  17869.     {
  17870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17871.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  17872.         $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']);
  17873.         $instance->setName('cache:pool:list');
  17874.         $instance->setDescription('List available cache pools');
  17875.         return $instance;
  17876.     }
  17877.     /**
  17878.      * Gets the private 'console.command.cache_pool_prune' shared service.
  17879.      *
  17880.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  17881.      */
  17882.     protected function getConsole_Command_CachePoolPruneService()
  17883.     {
  17884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17885.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  17886.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  17887.             yield 'cache.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService());
  17888.             yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService());
  17889.             yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService());
  17890.             yield 'cache.property_info.traceable' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService());
  17891.             yield 'cache.messenger.restart_workers_signal.traceable' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService());
  17892.             yield 'doctrine.system_cache_pool.traceable' => ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService());
  17893.             yield 'doctrine.redis_cache_pool.traceable' => ($this->privates['doctrine.redis_cache_pool.traceable'] ?? $this->getDoctrine_RedisCachePool_TraceableService());
  17894.             yield 'chatb_cache_pool.traceable' => ($this->privates['chatb_cache_pool.traceable'] ?? $this->getChatbCachePool_TraceableService());
  17895.             yield 'redis_cache_pool.traceable' => ($this->privates['redis_cache_pool.traceable'] ?? $this->getRedisCachePool_TraceableService());
  17896.             yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
  17897.             yield 'cache.security_token_verifier.traceable' => ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService());
  17898.             yield 'cache.doctrine.orm.oneC.result.traceable' => ($this->privates['cache.doctrine.orm.oneC.result.traceable'] ?? $this->getCache_Doctrine_Orm_OneC_Result_TraceableService());
  17899.             yield 'cache.doctrine.orm.oneC.query.traceable' => ($this->privates['cache.doctrine.orm.oneC.query.traceable'] ?? $this->getCache_Doctrine_Orm_OneC_Query_TraceableService());
  17900.             yield 'cache.doctrine.orm.logs.result.traceable' => ($this->privates['cache.doctrine.orm.logs.result.traceable'] ?? $this->getCache_Doctrine_Orm_Logs_Result_TraceableService());
  17901.             yield 'cache.doctrine.orm.logs.query.traceable' => ($this->privates['cache.doctrine.orm.logs.query.traceable'] ?? $this->getCache_Doctrine_Orm_Logs_Query_TraceableService());
  17902.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  17903.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  17904.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  17905.         }, 18));
  17906.         $instance->setName('cache:pool:prune');
  17907.         $instance->setDescription('Prune cache pools');
  17908.         return $instance;
  17909.     }
  17910.     /**
  17911.      * Gets the private 'console.command.cache_warmup' shared service.
  17912.      *
  17913.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  17914.      */
  17915.     protected function getConsole_Command_CacheWarmupService()
  17916.     {
  17917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  17919.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  17920.         $instance->setName('cache:warmup');
  17921.         $instance->setDescription('Warm up an empty cache');
  17922.         return $instance;
  17923.     }
  17924.     /**
  17925.      * Gets the private 'console.command.config_debug' shared service.
  17926.      *
  17927.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  17928.      */
  17929.     protected function getConsole_Command_ConfigDebugService()
  17930.     {
  17931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17932.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  17933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  17934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  17935.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  17936.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  17937.         $instance->setName('debug:config');
  17938.         $instance->setDescription('Dump the current configuration for an extension');
  17939.         return $instance;
  17940.     }
  17941.     /**
  17942.      * Gets the private 'console.command.config_dump_reference' shared service.
  17943.      *
  17944.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  17945.      */
  17946.     protected function getConsole_Command_ConfigDumpReferenceService()
  17947.     {
  17948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17949.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  17950.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  17951.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  17952.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  17953.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  17954.         $instance->setName('config:dump-reference');
  17955.         $instance->setDescription('Dump the default configuration for an extension');
  17956.         return $instance;
  17957.     }
  17958.     /**
  17959.      * Gets the private 'console.command.container_debug' shared service.
  17960.      *
  17961.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  17962.      */
  17963.     protected function getConsole_Command_ContainerDebugService()
  17964.     {
  17965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17966.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  17967.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  17968.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  17969.         $instance->setName('debug:container');
  17970.         $instance->setDescription('Display current services for an application');
  17971.         return $instance;
  17972.     }
  17973.     /**
  17974.      * Gets the private 'console.command.container_lint' shared service.
  17975.      *
  17976.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  17977.      */
  17978.     protected function getConsole_Command_ContainerLintService()
  17979.     {
  17980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17981.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  17982.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  17983.         $instance->setName('lint:container');
  17984.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  17985.         return $instance;
  17986.     }
  17987.     /**
  17988.      * Gets the private 'console.command.debug_autowiring' shared service.
  17989.      *
  17990.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  17991.      */
  17992.     protected function getConsole_Command_DebugAutowiringService()
  17993.     {
  17994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17995.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  17996.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  17997.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  17998.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  17999.         $instance->setName('debug:autowiring');
  18000.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  18001.         return $instance;
  18002.     }
  18003.     /**
  18004.      * Gets the private 'console.command.dotenv_debug' shared service.
  18005.      *
  18006.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  18007.      */
  18008.     protected function getConsole_Command_DotenvDebugService()
  18009.     {
  18010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18011.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  18012.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('te_dev', \dirname(__DIR__4));
  18013.         $instance->setName('debug:dotenv');
  18014.         $instance->setDescription('Lists all dotenv files with variables and values');
  18015.         return $instance;
  18016.     }
  18017.     /**
  18018.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  18019.      *
  18020.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  18021.      */
  18022.     protected function getConsole_Command_EventDispatcherDebugService()
  18023.     {
  18024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18025.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  18026.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  18027.         $instance->setName('debug:event-dispatcher');
  18028.         $instance->setDescription('Display configured listeners for an application');
  18029.         return $instance;
  18030.     }
  18031.     /**
  18032.      * Gets the private 'console.command.form_debug' shared service.
  18033.      *
  18034.      * @return \Symfony\Component\Form\Command\DebugCommand
  18035.      */
  18036.     protected function getConsole_Command_FormDebugService()
  18037.     {
  18038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18039.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  18040.         $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()));
  18041.         $instance->setName('debug:form');
  18042.         $instance->setDescription('Display form type information');
  18043.         return $instance;
  18044.     }
  18045.     /**
  18046.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  18047.      *
  18048.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  18049.      */
  18050.     protected function getConsole_Command_MessengerConsumeMessagesService()
  18051.     {
  18052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18053.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  18054.         $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']);
  18055.         $instance->setName('messenger:consume');
  18056.         $instance->setDescription('Consume messages');
  18057.         return $instance;
  18058.     }
  18059.     /**
  18060.      * Gets the private 'console.command.messenger_debug' shared service.
  18061.      *
  18062.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  18063.      */
  18064.     protected function getConsole_Command_MessengerDebugService()
  18065.     {
  18066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18067.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  18068.         $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'=> []]]]]);
  18069.         $instance->setName('debug:messenger');
  18070.         $instance->setDescription('List messages you can dispatch using the message buses');
  18071.         return $instance;
  18072.     }
  18073.     /**
  18074.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  18075.      *
  18076.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  18077.      */
  18078.     protected function getConsole_Command_MessengerSetupTransportsService()
  18079.     {
  18080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18081.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  18082.         $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']);
  18083.         $instance->setName('messenger:setup-transports');
  18084.         $instance->setDescription('Prepare the required infrastructure for the transport');
  18085.         return $instance;
  18086.     }
  18087.     /**
  18088.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  18089.      *
  18090.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  18091.      */
  18092.     protected function getConsole_Command_MessengerStopWorkersService()
  18093.     {
  18094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18095.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  18096.         $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()));
  18097.         $instance->setName('messenger:stop-workers');
  18098.         $instance->setDescription('Stop workers after their current message');
  18099.         return $instance;
  18100.     }
  18101.     /**
  18102.      * Gets the private 'console.command.router_debug' shared service.
  18103.      *
  18104.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  18105.      */
  18106.     protected function getConsole_Command_RouterDebugService()
  18107.     {
  18108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18109.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  18110.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  18111.         $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()));
  18112.         $instance->setName('debug:router');
  18113.         $instance->setDescription('Display current routes for an application');
  18114.         return $instance;
  18115.     }
  18116.     /**
  18117.      * Gets the private 'console.command.router_match' shared service.
  18118.      *
  18119.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  18120.      */
  18121.     protected function getConsole_Command_RouterMatchService()
  18122.     {
  18123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18124.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  18125.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), new RewindableGenerator(function () {
  18126.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  18127.         }, 1));
  18128.         $instance->setName('router:match');
  18129.         $instance->setDescription('Help debug routes by simulating a path info match');
  18130.         return $instance;
  18131.     }
  18132.     /**
  18133.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  18134.      *
  18135.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  18136.      */
  18137.     protected function getConsole_Command_SecretsDecryptToLocalService()
  18138.     {
  18139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18140.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  18141.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18142.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18143.         $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')))));
  18144.         $instance->setName('secrets:decrypt-to-local');
  18145.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  18146.         return $instance;
  18147.     }
  18148.     /**
  18149.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  18150.      *
  18151.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  18152.      */
  18153.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  18154.     {
  18155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18156.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  18157.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18158.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18159.         $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')))));
  18160.         $instance->setName('secrets:encrypt-from-local');
  18161.         $instance->setDescription('Encrypt all local secrets to the vault');
  18162.         return $instance;
  18163.     }
  18164.     /**
  18165.      * Gets the private 'console.command.secrets_generate_key' shared service.
  18166.      *
  18167.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  18168.      */
  18169.     protected function getConsole_Command_SecretsGenerateKeyService()
  18170.     {
  18171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  18173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18174.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18175.         $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')))));
  18176.         $instance->setName('secrets:generate-keys');
  18177.         $instance->setDescription('Generate new encryption keys');
  18178.         return $instance;
  18179.     }
  18180.     /**
  18181.      * Gets the private 'console.command.secrets_list' shared service.
  18182.      *
  18183.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  18184.      */
  18185.     protected function getConsole_Command_SecretsListService()
  18186.     {
  18187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  18189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18190.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18191.         $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')))));
  18192.         $instance->setName('secrets:list');
  18193.         $instance->setDescription('List all secrets');
  18194.         return $instance;
  18195.     }
  18196.     /**
  18197.      * Gets the private 'console.command.secrets_remove' shared service.
  18198.      *
  18199.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  18200.      */
  18201.     protected function getConsole_Command_SecretsRemoveService()
  18202.     {
  18203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  18205.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18207.         $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')))));
  18208.         $instance->setName('secrets:remove');
  18209.         $instance->setDescription('Remove a secret from the vault');
  18210.         return $instance;
  18211.     }
  18212.     /**
  18213.      * Gets the private 'console.command.secrets_set' shared service.
  18214.      *
  18215.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  18216.      */
  18217.     protected function getConsole_Command_SecretsSetService()
  18218.     {
  18219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18220.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  18221.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18222.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18223.         $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')))));
  18224.         $instance->setName('secrets:set');
  18225.         $instance->setDescription('Set a secret in the vault');
  18226.         return $instance;
  18227.     }
  18228.     /**
  18229.      * Gets the private 'console.command.translation_debug' shared service.
  18230.      *
  18231.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  18232.      */
  18233.     protected function getConsole_Command_TranslationDebugService()
  18234.     {
  18235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18236.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  18237.         $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')], []);
  18238.         $instance->setName('debug:translation');
  18239.         $instance->setDescription('Display translation messages information');
  18240.         return $instance;
  18241.     }
  18242.     /**
  18243.      * Gets the private 'console.command.translation_extract' shared service.
  18244.      *
  18245.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  18246.      */
  18247.     protected function getConsole_Command_TranslationExtractService()
  18248.     {
  18249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18250.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  18251.         $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')], []);
  18252.         $instance->setName('translation:extract');
  18253.         $instance->setAliases([=> 'translation:update']);
  18254.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  18255.         return $instance;
  18256.     }
  18257.     /**
  18258.      * Gets the private 'console.command.translation_pull' shared service.
  18259.      *
  18260.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  18261.      */
  18262.     protected function getConsole_Command_TranslationPullService()
  18263.     {
  18264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18265.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  18266.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  18267.         $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', [], []);
  18268.         $instance->setName('translation:pull');
  18269.         $instance->setDescription('Pull translations from a given provider.');
  18270.         return $instance;
  18271.     }
  18272.     /**
  18273.      * Gets the private 'console.command.translation_push' shared service.
  18274.      *
  18275.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  18276.      */
  18277.     protected function getConsole_Command_TranslationPushService()
  18278.     {
  18279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18280.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  18281.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  18282.         $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()), [], []);
  18283.         $instance->setName('translation:push');
  18284.         $instance->setDescription('Push translations to a given provider.');
  18285.         return $instance;
  18286.     }
  18287.     /**
  18288.      * Gets the private 'console.command.validator_debug' shared service.
  18289.      *
  18290.      * @return \Symfony\Component\Validator\Command\DebugCommand
  18291.      */
  18292.     protected function getConsole_Command_ValidatorDebugService()
  18293.     {
  18294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18295.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  18296.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  18297.         $instance->setName('debug:validator');
  18298.         $instance->setDescription('Display validation constraints for classes');
  18299.         return $instance;
  18300.     }
  18301.     /**
  18302.      * Gets the private 'console.command.xliff_lint' shared service.
  18303.      *
  18304.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  18305.      */
  18306.     protected function getConsole_Command_XliffLintService()
  18307.     {
  18308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18309.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  18310.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  18311.         $instance->setName('lint:xliff');
  18312.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  18313.         return $instance;
  18314.     }
  18315.     /**
  18316.      * Gets the private 'console.command.yaml_lint' shared service.
  18317.      *
  18318.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  18319.      */
  18320.     protected function getConsole_Command_YamlLintService()
  18321.     {
  18322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18323.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  18324.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  18325.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  18326.         $instance->setName('lint:yaml');
  18327.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  18328.         return $instance;
  18329.     }
  18330.     /**
  18331.      * Gets the private 'container.env_var_processor' shared service.
  18332.      *
  18333.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  18334.      */
  18335.     protected function getContainer_EnvVarProcessorService()
  18336.     {
  18337.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  18338.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  18339.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  18340.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  18341.         }, 1));
  18342.     }
  18343.     /**
  18344.      * Gets the private 'container.getenv' shared service.
  18345.      *
  18346.      * @return \Closure
  18347.      */
  18348.     protected function getContainer_GetenvService()
  18349.     {
  18350.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  18351.     }
  18352.     /**
  18353.      * Gets the private 'data_collector.form' shared service.
  18354.      *
  18355.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  18356.      */
  18357.     protected function getDataCollector_FormService()
  18358.     {
  18359.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  18360.     }
  18361.     /**
  18362.      * Gets the private 'data_collector.request' shared service.
  18363.      *
  18364.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  18365.      */
  18366.     protected function getDataCollector_RequestService()
  18367.     {
  18368.         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())));
  18369.     }
  18370.     /**
  18371.      * Gets the private 'data_collector.request.session_collector' shared service.
  18372.      *
  18373.      * @return \Closure
  18374.      */
  18375.     protected function getDataCollector_Request_SessionCollectorService()
  18376.     {
  18377.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  18378.     }
  18379.     /**
  18380.      * Gets the private 'debug.FlexApp\ArgumentResolver\RequestDtoArgumentResolver' shared service.
  18381.      *
  18382.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18383.      */
  18384.     protected function getRequestDtoArgumentResolverService()
  18385.     {
  18386.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18387.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18388.         include_once \dirname(__DIR__4).'/src/FlexApp/ArgumentResolver/RequestDtoArgumentResolver.php';
  18389.         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))));
  18390.     }
  18391.     /**
  18392.      * Gets the private 'debug.argument_resolver.default' shared service.
  18393.      *
  18394.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18395.      */
  18396.     protected function getDebug_ArgumentResolver_DefaultService()
  18397.     {
  18398.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18399.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18400.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  18401.         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))));
  18402.     }
  18403.     /**
  18404.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  18405.      *
  18406.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18407.      */
  18408.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  18409.     {
  18410.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18411.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18412.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  18413.         $a = ($this->privates['.service_locator.KuoAIof'] ?? $this->get_ServiceLocator_KuoAIofService());
  18414.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  18415.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  18416.         }
  18417.         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))));
  18418.     }
  18419.     /**
  18420.      * Gets the private 'debug.argument_resolver.request' shared service.
  18421.      *
  18422.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18423.      */
  18424.     protected function getDebug_ArgumentResolver_RequestService()
  18425.     {
  18426.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18427.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18428.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  18429.         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))));
  18430.     }
  18431.     /**
  18432.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  18433.      *
  18434.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18435.      */
  18436.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  18437.     {
  18438.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18439.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18440.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  18441.         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))));
  18442.     }
  18443.     /**
  18444.      * Gets the private 'debug.argument_resolver.service' shared service.
  18445.      *
  18446.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18447.      */
  18448.     protected function getDebug_ArgumentResolver_ServiceService()
  18449.     {
  18450.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18451.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18452.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  18453.         $a = ($this->privates['.service_locator.KuoAIof'] ?? $this->get_ServiceLocator_KuoAIofService());
  18454.         if (isset($this->privates['debug.argument_resolver.service'])) {
  18455.             return $this->privates['debug.argument_resolver.service'];
  18456.         }
  18457.         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))));
  18458.     }
  18459.     /**
  18460.      * Gets the private 'debug.argument_resolver.session' shared service.
  18461.      *
  18462.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18463.      */
  18464.     protected function getDebug_ArgumentResolver_SessionService()
  18465.     {
  18466.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18467.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18468.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  18469.         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))));
  18470.     }
  18471.     /**
  18472.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  18473.      *
  18474.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18475.      */
  18476.     protected function getDebug_ArgumentResolver_VariadicService()
  18477.     {
  18478.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18479.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18480.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  18481.         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))));
  18482.     }
  18483.     /**
  18484.      * Gets the private 'debug.debug_handlers_listener' shared service.
  18485.      *
  18486.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  18487.      */
  18488.     protected function getDebug_DebugHandlersListenerService()
  18489.     {
  18490.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  18491.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18492.         $a->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  18493.         $a->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  18494.         $a->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  18495.         $a->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  18496.         $a->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  18497.         $a->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  18498.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  18499.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  18500.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18501.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  18502.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18503.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  18504.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  18505.     }
  18506.     /**
  18507.      * Gets the private 'debug.file_link_formatter' shared service.
  18508.      *
  18509.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  18510.      */
  18511.     protected function getDebug_FileLinkFormatterService()
  18512.     {
  18513.         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 () {
  18514.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  18515.         });
  18516.     }
  18517.     /**
  18518.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  18519.      *
  18520.      * @return \string
  18521.      */
  18522.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  18523.     {
  18524.         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');
  18525.     }
  18526.     /**
  18527.      * Gets the private 'debug.log_processor' shared service.
  18528.      *
  18529.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  18530.      */
  18531.     protected function getDebug_LogProcessorService()
  18532.     {
  18533.         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())));
  18534.     }
  18535.     /**
  18536.      * Gets the private 'debug.security.access.decision_manager' shared service.
  18537.      *
  18538.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  18539.      */
  18540.     protected function getDebug_Security_Access_DecisionManagerService()
  18541.     {
  18542.         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 () {
  18543.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  18544.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  18545.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  18546.             yield => ($this->privates['debug.security.voter.FlexApp\\Security\\Voter\\RoleSuperAdminVoter'] ?? $this->getRoleSuperAdminVoterService());
  18547.             yield => ($this->privates['debug.security.voter.FlexApp\\Security\\Voter\\_ExtendVoter'] ?? $this->getExtendVoterService());
  18548.             yield => ($this->privates['debug.security.voter.app.security.voter.super_admin'] ?? $this->getDebug_Security_Voter_App_Security_Voter_SuperAdminService());
  18549.         }, 6), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  18550.     }
  18551.     /**
  18552.      * Gets the private 'debug.security.firewall' shared service.
  18553.      *
  18554.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  18555.      */
  18556.     protected function getDebug_Security_FirewallService()
  18557.     {
  18558.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  18559.         if (isset($this->privates['debug.security.firewall'])) {
  18560.             return $this->privates['debug.security.firewall'];
  18561.         }
  18562.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18563.         if (isset($this->privates['debug.security.firewall'])) {
  18564.             return $this->privates['debug.security.firewall'];
  18565.         }
  18566.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  18567.     }
  18568.     /**
  18569.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  18570.      *
  18571.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  18572.      */
  18573.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  18574.     {
  18575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  18576.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  18577.         $a = ($this->privates['security.authenticator.manager.main'] ?? $this->getSecurity_Authenticator_Manager_MainService());
  18578.         if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  18579.             return $this->privates['debug.security.firewall.authenticator.main'];
  18580.         }
  18581.         return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a));
  18582.     }
  18583.     /**
  18584.      * Gets the private 'debug.security.user_value_resolver' shared service.
  18585.      *
  18586.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18587.      */
  18588.     protected function getDebug_Security_UserValueResolverService()
  18589.     {
  18590.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18591.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18592.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  18593.         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))));
  18594.     }
  18595.     /**
  18596.      * Gets the private 'debug.security.voter.FlexApp\Security\Voter\RoleSuperAdminVoter' shared service.
  18597.      *
  18598.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18599.      */
  18600.     protected function getRoleSuperAdminVoterService()
  18601.     {
  18602.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18603.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18604.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18605.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  18606.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/Voter/_ExtendVoter.php';
  18607.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/Voter/RoleSuperAdminVoter.php';
  18608.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18609.         if (isset($this->privates['debug.security.voter.FlexApp\\Security\\Voter\\RoleSuperAdminVoter'])) {
  18610.             return $this->privates['debug.security.voter.FlexApp\\Security\\Voter\\RoleSuperAdminVoter'];
  18611.         }
  18612.         return $this->privates['debug.security.voter.FlexApp\\Security\\Voter\\RoleSuperAdminVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \FlexApp\Security\Voter\RoleSuperAdminVoter(), $a);
  18613.     }
  18614.     /**
  18615.      * Gets the private 'debug.security.voter.FlexApp\Security\Voter\_ExtendVoter' shared service.
  18616.      *
  18617.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18618.      */
  18619.     protected function getExtendVoterService()
  18620.     {
  18621.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18622.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18623.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18624.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  18625.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/Voter/_ExtendVoter.php';
  18626.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18627.         if (isset($this->privates['debug.security.voter.FlexApp\\Security\\Voter\\_ExtendVoter'])) {
  18628.             return $this->privates['debug.security.voter.FlexApp\\Security\\Voter\\_ExtendVoter'];
  18629.         }
  18630.         return $this->privates['debug.security.voter.FlexApp\\Security\\Voter\\_ExtendVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \FlexApp\Security\Voter\_ExtendVoter(), $a);
  18631.     }
  18632.     /**
  18633.      * Gets the private 'debug.security.voter.app.security.voter.super_admin' shared service.
  18634.      *
  18635.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18636.      */
  18637.     protected function getDebug_Security_Voter_App_Security_Voter_SuperAdminService()
  18638.     {
  18639.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18640.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18641.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18642.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  18643.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/Voter/_ExtendVoter.php';
  18644.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/Voter/RoleSuperAdminVoter.php';
  18645.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18646.         if (isset($this->privates['debug.security.voter.app.security.voter.super_admin'])) {
  18647.             return $this->privates['debug.security.voter.app.security.voter.super_admin'];
  18648.         }
  18649.         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);
  18650.     }
  18651.     /**
  18652.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  18653.      *
  18654.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18655.      */
  18656.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  18657.     {
  18658.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18659.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  18662.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18663.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  18664.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  18665.         }
  18666.         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);
  18667.     }
  18668.     /**
  18669.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  18670.      *
  18671.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18672.      */
  18673.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  18674.     {
  18675.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18676.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18677.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  18679.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  18680.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  18681.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  18682.         }
  18683.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18684.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  18685.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  18686.         }
  18687.         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);
  18688.     }
  18689.     /**
  18690.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  18691.      *
  18692.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18693.      */
  18694.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  18695.     {
  18696.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18697.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18698.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18699.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  18700.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  18701.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18702.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  18703.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  18704.         }
  18705.         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);
  18706.     }
  18707.     /**
  18708.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  18709.      *
  18710.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  18711.      */
  18712.     protected function getDebug_Security_Voter_VoteListenerService()
  18713.     {
  18714.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  18715.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  18716.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  18717.             return $this->privates['debug.security.voter.vote_listener'];
  18718.         }
  18719.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  18720.     }
  18721.     /**
  18722.      * Gets the private 'debug.sensio_framework_extra.psr7.argument_value_resolver.server_request' shared service.
  18723.      *
  18724.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18725.      */
  18726.     protected function getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService()
  18727.     {
  18728.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18729.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18730.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentValueResolver/Psr7ServerRequestResolver.php';
  18731.         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))));
  18732.     }
  18733.     /**
  18734.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  18735.      *
  18736.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  18737.      */
  18738.     protected function getDoctrine_CacheClearMetadataCommandService()
  18739.     {
  18740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18741.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18742.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  18743.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  18744.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  18745.         $instance->setName('doctrine:cache:clear-metadata');
  18746.         return $instance;
  18747.     }
  18748.     /**
  18749.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  18750.      *
  18751.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  18752.      */
  18753.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  18754.     {
  18755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18756.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18757.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  18758.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  18759.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  18760.         $instance->setName('doctrine:cache:clear-query');
  18761.         return $instance;
  18762.     }
  18763.     /**
  18764.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  18765.      *
  18766.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  18767.      */
  18768.     protected function getDoctrine_CacheClearResultCommandService()
  18769.     {
  18770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18771.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18772.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  18773.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  18774.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  18775.         $instance->setName('doctrine:cache:clear-result');
  18776.         return $instance;
  18777.     }
  18778.     /**
  18779.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  18780.      *
  18781.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  18782.      */
  18783.     protected function getDoctrine_CacheCollectionRegionCommandService()
  18784.     {
  18785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18786.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18787.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  18788.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  18789.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  18790.         $instance->setName('doctrine:cache:clear-collection-region');
  18791.         return $instance;
  18792.     }
  18793.     /**
  18794.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  18795.      *
  18796.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  18797.      */
  18798.     protected function getDoctrine_ClearEntityRegionCommandService()
  18799.     {
  18800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18801.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18802.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  18803.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  18804.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  18805.         $instance->setName('doctrine:cache:clear-entity-region');
  18806.         return $instance;
  18807.     }
  18808.     /**
  18809.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  18810.      *
  18811.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  18812.      */
  18813.     protected function getDoctrine_ClearQueryRegionCommandService()
  18814.     {
  18815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18816.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18817.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  18818.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  18819.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  18820.         $instance->setName('doctrine:cache:clear-query-region');
  18821.         return $instance;
  18822.     }
  18823.     /**
  18824.      * Gets the private 'doctrine.database_create_command' shared service.
  18825.      *
  18826.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  18827.      */
  18828.     protected function getDoctrine_DatabaseCreateCommandService()
  18829.     {
  18830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18831.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  18832.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  18833.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18834.         $instance->setName('doctrine:database:create');
  18835.         return $instance;
  18836.     }
  18837.     /**
  18838.      * Gets the private 'doctrine.database_drop_command' shared service.
  18839.      *
  18840.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  18841.      */
  18842.     protected function getDoctrine_DatabaseDropCommandService()
  18843.     {
  18844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18845.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  18846.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  18847.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18848.         $instance->setName('doctrine:database:drop');
  18849.         return $instance;
  18850.     }
  18851.     /**
  18852.      * Gets the private 'doctrine.database_import_command' shared service.
  18853.      *
  18854.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  18855.      */
  18856.     protected function getDoctrine_DatabaseImportCommandService()
  18857.     {
  18858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18859.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  18860.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  18861.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  18862.         $instance->setName('doctrine:database:import');
  18863.         return $instance;
  18864.     }
  18865.     /**
  18866.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  18867.      *
  18868.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  18869.      */
  18870.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  18871.     {
  18872.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']);
  18873.     }
  18874.     /**
  18875.      * Gets the private 'doctrine.dbal.logger' shared service.
  18876.      *
  18877.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  18878.      */
  18879.     protected function getDoctrine_Dbal_LoggerService()
  18880.     {
  18881.         $a = new \Symfony\Bridge\Monolog\Logger('doctrine');
  18882.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18883.         $a->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  18884.         $a->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  18885.         $a->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  18886.         $a->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  18887.         $a->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  18888.         $a->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  18889.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  18890.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  18891.         $a->pushHandler(($this->privates['monolog.handler.doctrine'] ?? $this->getMonolog_Handler_DoctrineService()));
  18892.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  18893.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18894.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  18895.         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))));
  18896.     }
  18897.     /**
  18898.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  18899.      *
  18900.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  18901.      */
  18902.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  18903.     {
  18904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18905.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18906.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  18907.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  18908.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  18909.         $instance->setName('doctrine:ensure-production-settings');
  18910.         return $instance;
  18911.     }
  18912.     /**
  18913.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  18914.      *
  18915.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  18916.      */
  18917.     protected function getDoctrine_MappingConvertCommandService()
  18918.     {
  18919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18920.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18921.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  18922.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  18923.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  18924.         $instance->setName('doctrine:mapping:convert');
  18925.         return $instance;
  18926.     }
  18927.     /**
  18928.      * Gets the private 'doctrine.mapping_import_command' shared service.
  18929.      *
  18930.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  18931.      */
  18932.     protected function getDoctrine_MappingImportCommandService()
  18933.     {
  18934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18935.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  18936.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  18937.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  18938.         $instance->setName('doctrine:mapping:import');
  18939.         return $instance;
  18940.     }
  18941.     /**
  18942.      * Gets the private 'doctrine.mapping_info_command' shared service.
  18943.      *
  18944.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  18945.      */
  18946.     protected function getDoctrine_MappingInfoCommandService()
  18947.     {
  18948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18949.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18950.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  18951.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  18952.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  18953.         $instance->setName('doctrine:mapping:info');
  18954.         return $instance;
  18955.     }
  18956.     /**
  18957.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  18958.      *
  18959.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  18960.      */
  18961.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  18962.     {
  18963.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18964.             'FlexApp\\Repository\\AdmCfgPageRepository' => ['privates''FlexApp\\Repository\\AdmCfgPageRepository''getAdmCfgPageRepositoryService'false],
  18965.             'FlexApp\\Repository\\Article\\ArticleDescriptionRepository' => ['privates''FlexApp\\Repository\\Article\\ArticleDescriptionRepository''getArticleDescriptionRepositoryService'false],
  18966.             'FlexApp\\Repository\\Article\\ArticleDiscountRepository' => ['privates''FlexApp\\Repository\\Article\\ArticleDiscountRepository''getArticleDiscountRepositoryService'false],
  18967.             'FlexApp\\Repository\\Article\\ArticlePriceRepository' => ['privates''FlexApp\\Repository\\Article\\ArticlePriceRepository''getArticlePriceRepositoryService'false],
  18968.             'FlexApp\\Repository\\AttachmentEntityRepository' => ['privates''FlexApp\\Repository\\AttachmentEntityRepository''getAttachmentEntityRepositoryService'false],
  18969.             'FlexApp\\Repository\\BannedIpRepository' => ['privates''FlexApp\\Repository\\BannedIpRepository''getBannedIpRepositoryService'false],
  18970.             'FlexApp\\Repository\\BoolDBSettingRepository' => ['privates''FlexApp\\Repository\\BoolDBSettingRepository''getBoolDBSettingRepositoryService'false],
  18971.             'FlexApp\\Repository\\BrandRepository' => ['privates''FlexApp\\Repository\\BrandRepository''getBrandRepositoryService'false],
  18972.             'FlexApp\\Repository\\ChatBMessageRepository' => ['privates''FlexApp\\Repository\\ChatBMessageRepository''getChatBMessageRepositoryService'false],
  18973.             'FlexApp\\Repository\\ChatBRepository' => ['privates''FlexApp\\Repository\\ChatBRepository''getChatBRepositoryService'false],
  18974.             'FlexApp\\Repository\\Collection\\CollectionAwardRepository' => ['privates''FlexApp\\Repository\\Collection\\CollectionAwardRepository''getCollectionAwardRepositoryService'false],
  18975.             'FlexApp\\Repository\\Collection\\CollectionHeaderRepository' => ['privates''FlexApp\\Repository\\Collection\\CollectionHeaderRepository''getCollectionHeaderRepositoryService'false],
  18976.             'FlexApp\\Repository\\Collection\\CollectionRepository' => ['privates''FlexApp\\Repository\\Collection\\CollectionRepository''getCollectionRepository2Service'false],
  18977.             'FlexApp\\Repository\\Collection\\CollectionSettingRepository' => ['privates''FlexApp\\Repository\\Collection\\CollectionSettingRepository''getCollectionSettingRepositoryService'false],
  18978.             'FlexApp\\Repository\\CommentRepository' => ['services''FlexApp\\Repository\\CommentRepository''getCommentRepositoryService'false],
  18979.             'FlexApp\\Repository\\CommentablePageRepository' => ['privates''FlexApp\\Repository\\CommentablePageRepository''getCommentablePageRepositoryService'false],
  18980.             'FlexApp\\Repository\\CommentablePageSubscriberRepository' => ['privates''FlexApp\\Repository\\CommentablePageSubscriberRepository''getCommentablePageSubscriberRepositoryService'false],
  18981.             'FlexApp\\Repository\\CompareArticleRepository' => ['privates''FlexApp\\Repository\\CompareArticleRepository''getCompareArticleRepositoryService'false],
  18982.             'FlexApp\\Repository\\ConsultantRepository' => ['privates''FlexApp\\Repository\\ConsultantRepository''getConsultantRepositoryService'false],
  18983.             'FlexApp\\Repository\\CountryAndLangSpecificDataRepository' => ['privates''FlexApp\\Repository\\CountryAndLangSpecificDataRepository''getCountryAndLangSpecificDataRepositoryService'false],
  18984.             'FlexApp\\Repository\\CountryRepository' => ['privates''FlexApp\\Repository\\CountryRepository''getCountryRepositoryService'false],
  18985.             'FlexApp\\Repository\\CryptoCurrencyRepository' => ['privates''FlexApp\\Repository\\CryptoCurrencyRepository''getCryptoCurrencyRepositoryService'false],
  18986.             'FlexApp\\Repository\\CryptoNetworkRepository' => ['privates''FlexApp\\Repository\\CryptoNetworkRepository''getCryptoNetworkRepositoryService'false],
  18987.             'FlexApp\\Repository\\CurrencyRepository' => ['privates''FlexApp\\Repository\\CurrencyRepository''getCurrencyRepositoryService'false],
  18988.             'FlexApp\\Repository\\DesignerRepository' => ['privates''FlexApp\\Repository\\DesignerRepository''getDesignerRepositoryService'false],
  18989.             'FlexApp\\Repository\\Exhibition\\ExhBrandRepository' => ['privates''FlexApp\\Repository\\Exhibition\\ExhBrandRepository''getExhBrandRepositoryService'false],
  18990.             'FlexApp\\Repository\\Exhibition\\ExhCollectionRepository' => ['privates''FlexApp\\Repository\\Exhibition\\ExhCollectionRepository''getExhCollectionRepositoryService'false],
  18991.             'FlexApp\\Repository\\Exhibition\\ExhImageRepository' => ['privates''FlexApp\\Repository\\Exhibition\\ExhImageRepository''getExhImageRepositoryService'false],
  18992.             'FlexApp\\Repository\\Exhibition\\ExhLineRepository' => ['privates''FlexApp\\Repository\\Exhibition\\ExhLineRepository''getExhLineRepositoryService'false],
  18993.             'FlexApp\\Repository\\Exhibition\\ExhRepository' => ['privates''FlexApp\\Repository\\Exhibition\\ExhRepository''getExhRepositoryService'false],
  18994.             'FlexApp\\Repository\\FileEntityRepository' => ['privates''FlexApp\\Repository\\FileEntityRepository''getFileEntityRepositoryService'false],
  18995.             'FlexApp\\Repository\\GeoCountryRepository' => ['privates''FlexApp\\Repository\\GeoCountryRepository''getGeoCountryRepositoryService'false],
  18996.             'FlexApp\\Repository\\GeoLocaleNameRepository' => ['privates''FlexApp\\Repository\\GeoLocaleNameRepository''getGeoLocaleNameRepositoryService'false],
  18997.             'FlexApp\\Repository\\GeoRegionRepository' => ['privates''FlexApp\\Repository\\GeoRegionRepository''getGeoRegionRepositoryService'false],
  18998.             'FlexApp\\Repository\\InterviewRepository' => ['privates''FlexApp\\Repository\\InterviewRepository''getInterviewRepositoryService'false],
  18999.             'FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository' => ['privates''FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository''getInvitationEmailDeliveryStatsRepositoryService'false],
  19000.             'FlexApp\\Repository\\LocaleChangeStatRepository' => ['privates''FlexApp\\Repository\\LocaleChangeStatRepository''getLocaleChangeStatRepositoryService'false],
  19001.             'FlexApp\\Repository\\LocaleRepository' => ['privates''FlexApp\\Repository\\LocaleRepository''getLocaleRepositoryService'false],
  19002.             'FlexApp\\Repository\\MailingRepository' => ['privates''FlexApp\\Repository\\MailingRepository''getMailingRepositoryService'false],
  19003.             'FlexApp\\Repository\\MobileUserSliderRepository' => ['privates''FlexApp\\Repository\\MobileUserSliderRepository''getMobileUserSliderRepositoryService'false],
  19004.             'FlexApp\\Repository\\NgNameEntityRepository' => ['privates''FlexApp\\Repository\\NgNameEntityRepository''getNgNameEntityRepositoryService'false],
  19005.             'FlexApp\\Repository\\PhoneMaskRepository' => ['privates''FlexApp\\Repository\\PhoneMaskRepository''getPhoneMaskRepositoryService'false],
  19006.             'FlexApp\\Repository\\PollOptionRepository' => ['privates''FlexApp\\Repository\\PollOptionRepository''getPollOptionRepositoryService'false],
  19007.             'FlexApp\\Repository\\PollRepository' => ['privates''FlexApp\\Repository\\PollRepository''getPollRepositoryService'false],
  19008.             'FlexApp\\Repository\\PriceRepository' => ['privates''FlexApp\\Repository\\PriceRepository''getPriceRepositoryService'false],
  19009.             'FlexApp\\Repository\\ReviewsRepository' => ['privates''FlexApp\\Repository\\ReviewsRepository''getReviewsRepositoryService'false],
  19010.             'FlexApp\\Repository\\ServiceEntityRepository\\RetieRequestDataRepository' => ['privates''FlexApp\\Repository\\ServiceEntityRepository\\RetieRequestDataRepository''getRetieRequestDataRepositoryService'false],
  19011.             'FlexApp\\Repository\\SquareRepository' => ['privates''FlexApp\\Repository\\SquareRepository''getSquareRepositoryService'false],
  19012.             'FlexApp\\Repository\\StatOrdersGroupingRepository' => ['privates''FlexApp\\Repository\\StatOrdersGroupingRepository''getStatOrdersGroupingRepositoryService'false],
  19013.             'FlexApp\\Repository\\StaticContent\\MetaStaticContentRepository' => ['privates''FlexApp\\Repository\\StaticContent\\MetaStaticContentRepository''getMetaStaticContentRepositoryService'false],
  19014.             'FlexApp\\Repository\\StaticContent\\SoundStaticContentRepository' => ['privates''FlexApp\\Repository\\StaticContent\\SoundStaticContentRepository''getSoundStaticContentRepositoryService'false],
  19015.             'FlexApp\\Repository\\StaticContent\\StaticContentCollectionRepository' => ['privates''FlexApp\\Repository\\StaticContent\\StaticContentCollectionRepository''getStaticContentCollectionRepositoryService'false],
  19016.             'FlexApp\\Repository\\StaticContent\\StaticContentRepository' => ['privates''FlexApp\\Repository\\StaticContent\\StaticContentRepository''getStaticContentRepositoryService'false],
  19017.             'FlexApp\\Repository\\StaticContent\\VideoStaticContentRepository' => ['privates''FlexApp\\Repository\\StaticContent\\VideoStaticContentRepository''getVideoStaticContentRepositoryService'false],
  19018.             'FlexApp\\Repository\\StatsRepository' => ['privates''FlexApp\\Repository\\StatsRepository''getStatsRepositoryService'false],
  19019.             'FlexApp\\Repository\\SubscriptionsEntityRepository' => ['privates''FlexApp\\Repository\\SubscriptionsEntityRepository''getSubscriptionsEntityRepositoryService'false],
  19020.             'FlexApp\\Repository\\TranscriptionRepository' => ['privates''FlexApp\\Repository\\TranscriptionRepository''getTranscriptionRepositoryService'false],
  19021.             'FlexApp\\Repository\\UtilsStatusRepository' => ['privates''FlexApp\\Repository\\UtilsStatusRepository''getUtilsStatusRepositoryService'false],
  19022.             'FlexApp\\Repository\\WebPushDataEntityRepository' => ['privates''FlexApp\\Repository\\WebPushDataEntityRepository''getWebPushDataEntityRepositoryService'false],
  19023.             'FlexApp\\Repository\\WidgetRepository' => ['privates''FlexApp\\Repository\\WidgetRepository''getWidgetRepositoryService'false],
  19024.             'FlexApp\\Repository\\ZipMaskRepository' => ['privates''FlexApp\\Repository\\ZipMaskRepository''getZipMaskRepositoryService'false],
  19025.             'WebBundle\\Repository\\ArticleDetailRepository' => ['services''WebBundle\\Repository\\ArticleDetailRepository''getArticleDetailRepositoryService'false],
  19026.             'WebBundle\\Repository\\ArticleRepository' => ['services''WebBundle\\Repository\\ArticleRepository''getArticleRepositoryService'false],
  19027.             'WebBundle\\Repository\\BuyOrderArticleHolidayRepository' => ['services''WebBundle\\Repository\\BuyOrderArticleHolidayRepository''getBuyOrderArticleHolidayRepositoryService'false],
  19028.             'WebBundle\\Repository\\BuyOrderArticleRepository' => ['services''WebBundle\\Repository\\BuyOrderArticleRepository''getBuyOrderArticleRepositoryService'false],
  19029.             'WebBundle\\Repository\\BuyOrderManagerRepository' => ['services''WebBundle\\Repository\\BuyOrderManagerRepository''getBuyOrderManagerRepositoryService'false],
  19030.             'WebBundle\\Repository\\BuyOrderRepository' => ['services''WebBundle\\Repository\\BuyOrderRepository''getBuyOrderRepositoryService'false],
  19031.             'WebBundle\\Repository\\ConfirmTimeStatRepository' => ['services''WebBundle\\Repository\\ConfirmTimeStatRepository''getConfirmTimeStatRepositoryService'false],
  19032.             'WebBundle\\Repository\\FactoryRepository' => ['services''WebBundle\\Repository\\FactoryRepository''getFactoryRepositoryService'false],
  19033.             'WebBundle\\Repository\\FilterRepository' => ['services''WebBundle\\Repository\\FilterRepository''getFilterRepositoryService'false],
  19034.             'WebBundle\\Repository\\IdeaRepository' => ['services''WebBundle\\Repository\\IdeaRepository''getIdeaRepositoryService'false],
  19035.             'WebBundle\\Repository\\IdeasShareRepository' => ['services''WebBundle\\Repository\\IdeasShareRepository''getIdeasShareRepositoryService'false],
  19036.             'WebBundle\\Repository\\InteriorRepository' => ['services''WebBundle\\Repository\\InteriorRepository''getInteriorRepositoryService'false],
  19037.             'WebBundle\\Repository\\ItalianMunicipalityRepository' => ['services''WebBundle\\Repository\\ItalianMunicipalityRepository''getItalianMunicipalityRepositoryService'false],
  19038.             'WebBundle\\Repository\\LastUrlRepository' => ['services''WebBundle\\Repository\\LastUrlRepository''getLastUrlRepositoryService'false],
  19039.             'WebBundle\\Repository\\ListCountryRepository' => ['services''WebBundle\\Repository\\ListCountryRepository''getListCountryRepositoryService'false],
  19040.             'WebBundle\\Repository\\ListVatRepository' => ['services''WebBundle\\Repository\\ListVatRepository''getListVatRepositoryService'false],
  19041.             'WebBundle\\Repository\\OrderAddressRepository' => ['services''WebBundle\\Repository\\OrderAddressRepository''getOrderAddressRepositoryService'false],
  19042.             'WebBundle\\Repository\\OrderHistoryRepository' => ['services''WebBundle\\Repository\\OrderHistoryRepository''getOrderHistoryRepositoryService'false],
  19043.             'WebBundle\\Repository\\OrderPaymentRepository' => ['services''WebBundle\\Repository\\OrderPaymentRepository''getOrderPaymentRepositoryService'false],
  19044.             'WebBundle\\Repository\\PaymentFromOneCRepository' => ['services''WebBundle\\Repository\\PaymentFromOneCRepository''getPaymentFromOneCRepositoryService'false],
  19045.             'WebBundle\\Repository\\ProductReviewsCacheRepository' => ['services''WebBundle\\Repository\\ProductReviewsCacheRepository''getProductReviewsCacheRepositoryService'false],
  19046.             'WebBundle\\Repository\\ProductionRepository' => ['services''WebBundle\\Repository\\ProductionRepository''getProductionRepositoryService'false],
  19047.             'WebBundle\\Repository\\ProductionShipmentRepository' => ['services''WebBundle\\Repository\\ProductionShipmentRepository''getProductionShipmentRepositoryService'false],
  19048.             'WebBundle\\Repository\\ReviewsCacheRepository' => ['services''WebBundle\\Repository\\ReviewsCacheRepository''getReviewsCacheRepositoryService'false],
  19049.             'WebBundle\\Repository\\StaticPageRepository' => ['services''WebBundle\\Repository\\StaticPageRepository''getStaticPageRepositoryService'false],
  19050.             'WebBundle\\Repository\\UserForeignAliasRepository' => ['services''WebBundle\\Repository\\UserForeignAliasRepository''getUserForeignAliasRepositoryService'false],
  19051.             'WebBundle\\Repository\\UserRepository' => ['services''WebBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  19052.             'WebBundle\\Repository\\VisitRepository' => ['services''WebBundle\\Repository\\VisitRepository''getVisitRepositoryService'false],
  19053.             'WebBundle\\Repository\\WarehouseRepository' => ['services''WebBundle\\Repository\\WarehouseRepository''getWarehouseRepositoryService'false],
  19054.             'app.repo.sample' => ['services''app.repo.sample''getApp_Repo_SampleService'false],
  19055.         ], [
  19056.             'FlexApp\\Repository\\AdmCfgPageRepository' => '?',
  19057.             'FlexApp\\Repository\\Article\\ArticleDescriptionRepository' => '?',
  19058.             'FlexApp\\Repository\\Article\\ArticleDiscountRepository' => '?',
  19059.             'FlexApp\\Repository\\Article\\ArticlePriceRepository' => '?',
  19060.             'FlexApp\\Repository\\AttachmentEntityRepository' => '?',
  19061.             'FlexApp\\Repository\\BannedIpRepository' => '?',
  19062.             'FlexApp\\Repository\\BoolDBSettingRepository' => '?',
  19063.             'FlexApp\\Repository\\BrandRepository' => '?',
  19064.             'FlexApp\\Repository\\ChatBMessageRepository' => '?',
  19065.             'FlexApp\\Repository\\ChatBRepository' => '?',
  19066.             'FlexApp\\Repository\\Collection\\CollectionAwardRepository' => '?',
  19067.             'FlexApp\\Repository\\Collection\\CollectionHeaderRepository' => '?',
  19068.             'FlexApp\\Repository\\Collection\\CollectionRepository' => '?',
  19069.             'FlexApp\\Repository\\Collection\\CollectionSettingRepository' => '?',
  19070.             'FlexApp\\Repository\\CommentRepository' => '?',
  19071.             'FlexApp\\Repository\\CommentablePageRepository' => '?',
  19072.             'FlexApp\\Repository\\CommentablePageSubscriberRepository' => '?',
  19073.             'FlexApp\\Repository\\CompareArticleRepository' => '?',
  19074.             'FlexApp\\Repository\\ConsultantRepository' => '?',
  19075.             'FlexApp\\Repository\\CountryAndLangSpecificDataRepository' => '?',
  19076.             'FlexApp\\Repository\\CountryRepository' => '?',
  19077.             'FlexApp\\Repository\\CryptoCurrencyRepository' => '?',
  19078.             'FlexApp\\Repository\\CryptoNetworkRepository' => '?',
  19079.             'FlexApp\\Repository\\CurrencyRepository' => '?',
  19080.             'FlexApp\\Repository\\DesignerRepository' => '?',
  19081.             'FlexApp\\Repository\\Exhibition\\ExhBrandRepository' => '?',
  19082.             'FlexApp\\Repository\\Exhibition\\ExhCollectionRepository' => '?',
  19083.             'FlexApp\\Repository\\Exhibition\\ExhImageRepository' => '?',
  19084.             'FlexApp\\Repository\\Exhibition\\ExhLineRepository' => '?',
  19085.             'FlexApp\\Repository\\Exhibition\\ExhRepository' => '?',
  19086.             'FlexApp\\Repository\\FileEntityRepository' => '?',
  19087.             'FlexApp\\Repository\\GeoCountryRepository' => '?',
  19088.             'FlexApp\\Repository\\GeoLocaleNameRepository' => '?',
  19089.             'FlexApp\\Repository\\GeoRegionRepository' => '?',
  19090.             'FlexApp\\Repository\\InterviewRepository' => '?',
  19091.             'FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository' => '?',
  19092.             'FlexApp\\Repository\\LocaleChangeStatRepository' => '?',
  19093.             'FlexApp\\Repository\\LocaleRepository' => '?',
  19094.             'FlexApp\\Repository\\MailingRepository' => '?',
  19095.             'FlexApp\\Repository\\MobileUserSliderRepository' => '?',
  19096.             'FlexApp\\Repository\\NgNameEntityRepository' => '?',
  19097.             'FlexApp\\Repository\\PhoneMaskRepository' => '?',
  19098.             'FlexApp\\Repository\\PollOptionRepository' => '?',
  19099.             'FlexApp\\Repository\\PollRepository' => '?',
  19100.             'FlexApp\\Repository\\PriceRepository' => '?',
  19101.             'FlexApp\\Repository\\ReviewsRepository' => '?',
  19102.             'FlexApp\\Repository\\ServiceEntityRepository\\RetieRequestDataRepository' => '?',
  19103.             'FlexApp\\Repository\\SquareRepository' => '?',
  19104.             'FlexApp\\Repository\\StatOrdersGroupingRepository' => '?',
  19105.             'FlexApp\\Repository\\StaticContent\\MetaStaticContentRepository' => '?',
  19106.             'FlexApp\\Repository\\StaticContent\\SoundStaticContentRepository' => '?',
  19107.             'FlexApp\\Repository\\StaticContent\\StaticContentCollectionRepository' => '?',
  19108.             'FlexApp\\Repository\\StaticContent\\StaticContentRepository' => '?',
  19109.             'FlexApp\\Repository\\StaticContent\\VideoStaticContentRepository' => '?',
  19110.             'FlexApp\\Repository\\StatsRepository' => '?',
  19111.             'FlexApp\\Repository\\SubscriptionsEntityRepository' => '?',
  19112.             'FlexApp\\Repository\\TranscriptionRepository' => '?',
  19113.             'FlexApp\\Repository\\UtilsStatusRepository' => '?',
  19114.             'FlexApp\\Repository\\WebPushDataEntityRepository' => '?',
  19115.             'FlexApp\\Repository\\WidgetRepository' => '?',
  19116.             'FlexApp\\Repository\\ZipMaskRepository' => '?',
  19117.             'WebBundle\\Repository\\ArticleDetailRepository' => '?',
  19118.             'WebBundle\\Repository\\ArticleRepository' => '?',
  19119.             'WebBundle\\Repository\\BuyOrderArticleHolidayRepository' => '?',
  19120.             'WebBundle\\Repository\\BuyOrderArticleRepository' => '?',
  19121.             'WebBundle\\Repository\\BuyOrderManagerRepository' => '?',
  19122.             'WebBundle\\Repository\\BuyOrderRepository' => '?',
  19123.             'WebBundle\\Repository\\ConfirmTimeStatRepository' => '?',
  19124.             'WebBundle\\Repository\\FactoryRepository' => '?',
  19125.             'WebBundle\\Repository\\FilterRepository' => '?',
  19126.             'WebBundle\\Repository\\IdeaRepository' => '?',
  19127.             'WebBundle\\Repository\\IdeasShareRepository' => '?',
  19128.             'WebBundle\\Repository\\InteriorRepository' => '?',
  19129.             'WebBundle\\Repository\\ItalianMunicipalityRepository' => '?',
  19130.             'WebBundle\\Repository\\LastUrlRepository' => '?',
  19131.             'WebBundle\\Repository\\ListCountryRepository' => '?',
  19132.             'WebBundle\\Repository\\ListVatRepository' => '?',
  19133.             'WebBundle\\Repository\\OrderAddressRepository' => '?',
  19134.             'WebBundle\\Repository\\OrderHistoryRepository' => '?',
  19135.             'WebBundle\\Repository\\OrderPaymentRepository' => '?',
  19136.             'WebBundle\\Repository\\PaymentFromOneCRepository' => '?',
  19137.             'WebBundle\\Repository\\ProductReviewsCacheRepository' => '?',
  19138.             'WebBundle\\Repository\\ProductionRepository' => '?',
  19139.             'WebBundle\\Repository\\ProductionShipmentRepository' => '?',
  19140.             'WebBundle\\Repository\\ReviewsCacheRepository' => '?',
  19141.             'WebBundle\\Repository\\StaticPageRepository' => '?',
  19142.             'WebBundle\\Repository\\UserForeignAliasRepository' => '?',
  19143.             'WebBundle\\Repository\\UserRepository' => '?',
  19144.             'WebBundle\\Repository\\VisitRepository' => '?',
  19145.             'WebBundle\\Repository\\WarehouseRepository' => '?',
  19146.             'app.repo.sample' => '?',
  19147.         ]));
  19148.     }
  19149.     /**
  19150.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  19151.      *
  19152.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  19153.      */
  19154.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  19155.     {
  19156.         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')]);
  19157.     }
  19158.     /**
  19159.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  19160.      *
  19161.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  19162.      */
  19163.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  19164.     {
  19165.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  19166.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19167.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  19168.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  19169.         }
  19170.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  19171.     }
  19172.     /**
  19173.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  19174.      *
  19175.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  19176.      */
  19177.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  19178.     {
  19179.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  19180.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  19181.     }
  19182.     /**
  19183.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  19184.      *
  19185.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  19186.      */
  19187.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  19188.     {
  19189.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19190.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  19191.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  19192.             yield => ($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService());
  19193.         }, 1));
  19194.     }
  19195.     /**
  19196.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  19197.      *
  19198.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  19199.      */
  19200.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  19201.     {
  19202.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19203.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  19204.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  19205.     }
  19206.     /**
  19207.      * Gets the private 'doctrine.orm.logs_annotation_metadata_driver' shared service.
  19208.      *
  19209.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  19210.      */
  19211.     protected function getDoctrine_Orm_LogsAnnotationMetadataDriverService()
  19212.     {
  19213.         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')]);
  19214.     }
  19215.     /**
  19216.      * Gets the private 'doctrine.orm.logs_entity_manager.property_info_extractor' shared service.
  19217.      *
  19218.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  19219.      */
  19220.     protected function getDoctrine_Orm_LogsEntityManager_PropertyInfoExtractorService()
  19221.     {
  19222.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  19223.         $a = ($this->services['doctrine.orm.logs_entity_manager'] ?? $this->getDoctrine_Orm_LogsEntityManagerService());
  19224.         if (isset($this->privates['doctrine.orm.logs_entity_manager.property_info_extractor'])) {
  19225.             return $this->privates['doctrine.orm.logs_entity_manager.property_info_extractor'];
  19226.         }
  19227.         return $this->privates['doctrine.orm.logs_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  19228.     }
  19229.     /**
  19230.      * Gets the private 'doctrine.orm.logs_listeners.attach_entity_listeners' shared service.
  19231.      *
  19232.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  19233.      */
  19234.     protected function getDoctrine_Orm_LogsListeners_AttachEntityListenersService()
  19235.     {
  19236.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  19237.         return $this->privates['doctrine.orm.logs_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  19238.     }
  19239.     /**
  19240.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  19241.      *
  19242.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  19243.      */
  19244.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  19245.     {
  19246.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19247.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  19248.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  19249.             yield => ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService());
  19250.             yield => ($this->privates['messenger.transport.logs'] ?? $this->getMessenger_Transport_LogsService());
  19251.             yield => ($this->privates['messenger.transport.google_feed'] ?? $this->getMessenger_Transport_GoogleFeedService());
  19252.         }, 3));
  19253.     }
  19254.     /**
  19255.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  19256.      *
  19257.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  19258.      */
  19259.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  19260.     {
  19261.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  19262.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19263.     }
  19264.     /**
  19265.      * Gets the private 'doctrine.orm.oneC_annotation_metadata_driver' shared service.
  19266.      *
  19267.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  19268.      */
  19269.     protected function getDoctrine_Orm_OneCAnnotationMetadataDriverService()
  19270.     {
  19271.         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')]);
  19272.     }
  19273.     /**
  19274.      * Gets the private 'doctrine.orm.oneC_entity_manager.property_info_extractor' shared service.
  19275.      *
  19276.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  19277.      */
  19278.     protected function getDoctrine_Orm_OneCEntityManager_PropertyInfoExtractorService()
  19279.     {
  19280.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  19281.         $a = ($this->services['doctrine.orm.oneC_entity_manager'] ?? $this->getDoctrine_Orm_OneCEntityManagerService());
  19282.         if (isset($this->privates['doctrine.orm.oneC_entity_manager.property_info_extractor'])) {
  19283.             return $this->privates['doctrine.orm.oneC_entity_manager.property_info_extractor'];
  19284.         }
  19285.         return $this->privates['doctrine.orm.oneC_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  19286.     }
  19287.     /**
  19288.      * Gets the private 'doctrine.orm.oneC_listeners.attach_entity_listeners' shared service.
  19289.      *
  19290.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  19291.      */
  19292.     protected function getDoctrine_Orm_OneCListeners_AttachEntityListenersService()
  19293.     {
  19294.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  19295.         return $this->privates['doctrine.orm.oneC_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  19296.     }
  19297.     /**
  19298.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  19299.      *
  19300.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  19301.      */
  19302.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  19303.     {
  19304.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19305.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  19306.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19307.     }
  19308.     /**
  19309.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  19310.      *
  19311.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  19312.      */
  19313.     protected function getDoctrine_Orm_Validator_UniqueService()
  19314.     {
  19315.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19316.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19317.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  19318.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19319.     }
  19320.     /**
  19321.      * Gets the private 'doctrine.query_dql_command' shared service.
  19322.      *
  19323.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  19324.      */
  19325.     protected function getDoctrine_QueryDqlCommandService()
  19326.     {
  19327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19328.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19329.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  19330.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  19331.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  19332.         $instance->setName('doctrine:query:dql');
  19333.         return $instance;
  19334.     }
  19335.     /**
  19336.      * Gets the private 'doctrine.query_sql_command' shared service.
  19337.      *
  19338.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  19339.      */
  19340.     protected function getDoctrine_QuerySqlCommandService()
  19341.     {
  19342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19343.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  19344.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  19345.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  19346.         $instance->setName('doctrine:query:sql');
  19347.         return $instance;
  19348.     }
  19349.     /**
  19350.      * Gets the private 'doctrine.redis_cache_pool.traceable' shared service.
  19351.      *
  19352.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  19353.      */
  19354.     protected function getDoctrine_RedisCachePool_TraceableService()
  19355.     {
  19356.         $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))));
  19357.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  19358.         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));
  19359.     }
  19360.     /**
  19361.      * Gets the private 'doctrine.schema_create_command' shared service.
  19362.      *
  19363.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  19364.      */
  19365.     protected function getDoctrine_SchemaCreateCommandService()
  19366.     {
  19367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19368.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19369.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  19370.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  19371.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  19372.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  19373.         $instance->setName('doctrine:schema:create');
  19374.         return $instance;
  19375.     }
  19376.     /**
  19377.      * Gets the private 'doctrine.schema_drop_command' shared service.
  19378.      *
  19379.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  19380.      */
  19381.     protected function getDoctrine_SchemaDropCommandService()
  19382.     {
  19383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19384.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19385.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  19386.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  19387.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  19388.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  19389.         $instance->setName('doctrine:schema:drop');
  19390.         return $instance;
  19391.     }
  19392.     /**
  19393.      * Gets the private 'doctrine.schema_update_command' shared service.
  19394.      *
  19395.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  19396.      */
  19397.     protected function getDoctrine_SchemaUpdateCommandService()
  19398.     {
  19399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19400.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19401.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  19402.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  19403.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  19404.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  19405.         $instance->setName('doctrine:schema:update');
  19406.         return $instance;
  19407.     }
  19408.     /**
  19409.      * Gets the private 'doctrine.schema_validate_command' shared service.
  19410.      *
  19411.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  19412.      */
  19413.     protected function getDoctrine_SchemaValidateCommandService()
  19414.     {
  19415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19416.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19417.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  19418.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  19419.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  19420.         $instance->setName('doctrine:schema:validate');
  19421.         return $instance;
  19422.     }
  19423.     /**
  19424.      * Gets the private 'doctrine.system_cache_pool.traceable' shared service.
  19425.      *
  19426.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  19427.      */
  19428.     protected function getDoctrine_SystemCachePool_TraceableService()
  19429.     {
  19430.         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()))));
  19431.     }
  19432.     /**
  19433.      * Gets the private 'doctrine.ulid_generator' shared service.
  19434.      *
  19435.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  19436.      */
  19437.     protected function getDoctrine_UlidGeneratorService()
  19438.     {
  19439.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  19440.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  19441.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  19442.     }
  19443.     /**
  19444.      * Gets the private 'doctrine.uuid_generator' shared service.
  19445.      *
  19446.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  19447.      */
  19448.     protected function getDoctrine_UuidGeneratorService()
  19449.     {
  19450.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  19451.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  19452.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  19453.     }
  19454.     /**
  19455.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  19456.      *
  19457.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  19458.      */
  19459.     protected function getDoctrineMigrations_DiffCommandService()
  19460.     {
  19461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19462.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19463.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  19464.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  19465.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  19466.         $instance->setName('doctrine:migrations:diff');
  19467.         return $instance;
  19468.     }
  19469.     /**
  19470.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  19471.      *
  19472.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  19473.      */
  19474.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  19475.     {
  19476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19477.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19478.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  19479.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  19480.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  19481.         $instance->setName('doctrine:migrations:dump-schema');
  19482.         return $instance;
  19483.     }
  19484.     /**
  19485.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  19486.      *
  19487.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  19488.      */
  19489.     protected function getDoctrineMigrations_ExecuteCommandService()
  19490.     {
  19491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19492.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19493.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  19494.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  19495.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  19496.         $instance->setName('doctrine:migrations:execute');
  19497.         return $instance;
  19498.     }
  19499.     /**
  19500.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  19501.      *
  19502.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  19503.      */
  19504.     protected function getDoctrineMigrations_GenerateCommandService()
  19505.     {
  19506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19507.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19508.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  19509.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  19510.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  19511.         $instance->setName('doctrine:migrations:generate');
  19512.         return $instance;
  19513.     }
  19514.     /**
  19515.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  19516.      *
  19517.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  19518.      */
  19519.     protected function getDoctrineMigrations_LatestCommandService()
  19520.     {
  19521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19522.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19523.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  19524.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  19525.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  19526.         $instance->setName('doctrine:migrations:latest');
  19527.         return $instance;
  19528.     }
  19529.     /**
  19530.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  19531.      *
  19532.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  19533.      */
  19534.     protected function getDoctrineMigrations_MigrateCommandService()
  19535.     {
  19536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19537.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19538.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  19539.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  19540.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  19541.         $instance->setName('doctrine:migrations:migrate');
  19542.         return $instance;
  19543.     }
  19544.     /**
  19545.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  19546.      *
  19547.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  19548.      */
  19549.     protected function getDoctrineMigrations_RollupCommandService()
  19550.     {
  19551.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19552.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19553.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  19554.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  19555.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  19556.         $instance->setName('doctrine:migrations:rollup');
  19557.         return $instance;
  19558.     }
  19559.     /**
  19560.      * Gets the private 'doctrine_migrations.status_command' shared service.
  19561.      *
  19562.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  19563.      */
  19564.     protected function getDoctrineMigrations_StatusCommandService()
  19565.     {
  19566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19567.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19568.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  19569.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  19570.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  19571.         $instance->setName('doctrine:migrations:status');
  19572.         return $instance;
  19573.     }
  19574.     /**
  19575.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  19576.      *
  19577.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  19578.      */
  19579.     protected function getDoctrineMigrations_UpToDateCommandService()
  19580.     {
  19581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19582.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19583.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  19584.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  19585.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  19586.         $instance->setName('doctrine:migrations:up-to-date');
  19587.         return $instance;
  19588.     }
  19589.     /**
  19590.      * Gets the private 'doctrine_migrations.version_command' shared service.
  19591.      *
  19592.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  19593.      */
  19594.     protected function getDoctrineMigrations_VersionCommandService()
  19595.     {
  19596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19597.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19598.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  19599.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  19600.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  19601.         $instance->setName('doctrine:migrations:version');
  19602.         return $instance;
  19603.     }
  19604.     /**
  19605.      * Gets the private 'error_handler.error_renderer.html' shared service.
  19606.      *
  19607.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  19608.      */
  19609.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  19610.     {
  19611.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  19612.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  19613.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  19614.         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()));
  19615.     }
  19616.     /**
  19617.      * Gets the private 'esi_listener' shared service.
  19618.      *
  19619.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  19620.      */
  19621.     protected function getEsiListenerService()
  19622.     {
  19623.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  19624.     }
  19625.     /**
  19626.      * Gets the private 'exception_listener' shared service.
  19627.      *
  19628.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  19629.      */
  19630.     protected function getExceptionListenerService()
  19631.     {
  19632.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  19633.     }
  19634.     /**
  19635.      * Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
  19636.      *
  19637.      * @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
  19638.      */
  19639.     protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad true)
  19640.     {
  19641.         if ($lazyLoad) {
  19642.             return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
  19643.                 return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  19644.                     $wrappedInstance $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
  19645.                     $proxy->setProxyInitializer(null);
  19646.                     return true;
  19647.                 });
  19648.             });
  19649.         }
  19650.         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()), []);
  19651.     }
  19652.     /**
  19653.      * Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
  19654.      *
  19655.      * @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
  19656.      */
  19657.     protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad true)
  19658.     {
  19659.         if ($lazyLoad) {
  19660.             return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
  19661.                 return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  19662.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
  19663.                     $proxy->setProxyInitializer(null);
  19664.                     return true;
  19665.                 });
  19666.             });
  19667.         }
  19668.         return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->services['logger'] ?? $this->getLoggerService()));
  19669.     }
  19670.     /**
  19671.      * Gets the private 'form.choice_list_factory.cached' shared service.
  19672.      *
  19673.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  19674.      */
  19675.     protected function getForm_ChoiceListFactory_CachedService()
  19676.     {
  19677.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  19678.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  19679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  19680.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  19681.         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())));
  19682.     }
  19683.     /**
  19684.      * Gets the private 'form.registry' shared service.
  19685.      *
  19686.      * @return \Symfony\Component\Form\FormRegistry
  19687.      */
  19688.     protected function getForm_RegistryService()
  19689.     {
  19690.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  19691.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  19692.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  19693.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  19694.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  19695.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  19696.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  19697.         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, [
  19698.             'FlexApp\\Form\\ChangeInterviewDateTimeType' => ['privates''FlexApp\\Form\\ChangeInterviewDateTimeType''getChangeInterviewDateTimeTypeService'false],
  19699.             'FlexApp\\Form\\ChatBEmailFormType' => ['privates''FlexApp\\Form\\ChatBEmailFormType''getChatBEmailFormTypeService'false],
  19700.             'FlexApp\\Form\\MailingType' => ['privates''FlexApp\\Form\\MailingType''getMailingTypeService'false],
  19701.             'FlexApp\\Form\\OrderAddressType' => ['privates''FlexApp\\Form\\OrderAddressType''getOrderAddressTypeService'false],
  19702.             'FlexApp\\Form\\ResettingFormType' => ['privates''FlexApp\\Form\\ResettingFormType''getResettingFormTypeService'false],
  19703.             'FlexApp\\Form\\SiteCommentType' => ['privates''FlexApp\\Form\\SiteCommentType''getSiteCommentTypeService'false],
  19704.             'FlexApp\\Form\\VacancySliderType' => ['privates''FlexApp\\Form\\VacancySliderType''getVacancySliderTypeService'false],
  19705.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  19706.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  19707.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  19708.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  19709.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  19710.         ], [
  19711.             'FlexApp\\Form\\ChangeInterviewDateTimeType' => '?',
  19712.             'FlexApp\\Form\\ChatBEmailFormType' => '?',
  19713.             'FlexApp\\Form\\MailingType' => '?',
  19714.             'FlexApp\\Form\\OrderAddressType' => '?',
  19715.             'FlexApp\\Form\\ResettingFormType' => '?',
  19716.             'FlexApp\\Form\\SiteCommentType' => '?',
  19717.             'FlexApp\\Form\\VacancySliderType' => '?',
  19718.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  19719.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  19720.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  19721.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  19722.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  19723.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  19724.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  19725.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  19726.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  19727.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  19728.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  19729.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  19730.             yield => ($this->services['Limenius\\Liform\\Form\\Extension\\AddLiformExtension'] ?? ($this->services['Limenius\\Liform\\Form\\Extension\\AddLiformExtension'] = new \Limenius\Liform\Form\Extension\AddLiformExtension()));
  19731.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  19732.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  19733.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  19734.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  19735.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  19736.         }, 1)], new RewindableGenerator(function () {
  19737.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  19738.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  19739.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  19740.     }
  19741.     /**
  19742.      * Gets the private 'form.server_params' shared service.
  19743.      *
  19744.      * @return \Symfony\Component\Form\Util\ServerParams
  19745.      */
  19746.     protected function getForm_ServerParamsService()
  19747.     {
  19748.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  19749.         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())));
  19750.     }
  19751.     /**
  19752.      * Gets the private 'form.type.choice' shared service.
  19753.      *
  19754.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  19755.      */
  19756.     protected function getForm_Type_ChoiceService()
  19757.     {
  19758.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19759.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19760.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  19761.         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()));
  19762.     }
  19763.     /**
  19764.      * Gets the private 'form.type.color' shared service.
  19765.      *
  19766.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  19767.      */
  19768.     protected function getForm_Type_ColorService()
  19769.     {
  19770.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19771.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19772.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  19773.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  19774.     }
  19775.     /**
  19776.      * Gets the private 'form.type.entity' shared service.
  19777.      *
  19778.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  19779.      */
  19780.     protected function getForm_Type_EntityService()
  19781.     {
  19782.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19783.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19784.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  19785.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  19786.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19787.     }
  19788.     /**
  19789.      * Gets the private 'form.type.form' shared service.
  19790.      *
  19791.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  19792.      */
  19793.     protected function getForm_Type_FormService()
  19794.     {
  19795.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19796.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19797.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  19798.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  19799.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  19800.     }
  19801.     /**
  19802.      * Gets the private 'form.type_extension.csrf' shared service.
  19803.      *
  19804.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  19805.      */
  19806.     protected function getForm_TypeExtension_CsrfService()
  19807.     {
  19808.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19809.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19810.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  19811.         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()));
  19812.     }
  19813.     /**
  19814.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  19815.      *
  19816.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  19817.      */
  19818.     protected function getForm_TypeExtension_Form_DataCollectorService()
  19819.     {
  19820.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19821.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19822.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  19823.         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()));
  19824.     }
  19825.     /**
  19826.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  19827.      *
  19828.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  19829.      */
  19830.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  19831.     {
  19832.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19833.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19834.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  19835.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  19836.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  19837.         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())));
  19838.     }
  19839.     /**
  19840.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  19841.      *
  19842.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  19843.      */
  19844.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  19845.     {
  19846.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19847.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19848.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  19849.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  19850.     }
  19851.     /**
  19852.      * Gets the private 'form.type_extension.form.validator' shared service.
  19853.      *
  19854.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  19855.      */
  19856.     protected function getForm_TypeExtension_Form_ValidatorService()
  19857.     {
  19858.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19859.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19860.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  19861.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  19862.         $a = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  19863.         if (isset($this->privates['form.type_extension.form.validator'])) {
  19864.             return $this->privates['form.type_extension.form.validator'];
  19865.         }
  19866.         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()));
  19867.     }
  19868.     /**
  19869.      * Gets the private 'form.type_extension.upload.validator' shared service.
  19870.      *
  19871.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  19872.      */
  19873.     protected function getForm_TypeExtension_Upload_ValidatorService()
  19874.     {
  19875.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  19878.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'messages');
  19879.     }
  19880.     /**
  19881.      * Gets the private 'form.type_guesser.doctrine' shared service.
  19882.      *
  19883.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  19884.      */
  19885.     protected function getForm_TypeGuesser_DoctrineService()
  19886.     {
  19887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  19888.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  19889.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19890.     }
  19891.     /**
  19892.      * Gets the private 'form.type_guesser.validator' shared service.
  19893.      *
  19894.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  19895.      */
  19896.     protected function getForm_TypeGuesser_ValidatorService()
  19897.     {
  19898.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  19899.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  19900.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  19901.     }
  19902.     /**
  19903.      * Gets the private 'fragment.listener' shared service.
  19904.      *
  19905.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  19906.      */
  19907.     protected function getFragment_ListenerService()
  19908.     {
  19909.         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');
  19910.     }
  19911.     /**
  19912.      * Gets the private 'fragment.renderer.esi' shared service.
  19913.      *
  19914.      * @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer
  19915.      */
  19916.     protected function getFragment_Renderer_EsiService()
  19917.     {
  19918.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  19919.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  19920.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php';
  19921.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php';
  19922.         $a = ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService());
  19923.         if (isset($this->privates['fragment.renderer.esi'])) {
  19924.             return $this->privates['fragment.renderer.esi'];
  19925.         }
  19926.         $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'))));
  19927.         $instance->setFragmentPath('/_fragment');
  19928.         return $instance;
  19929.     }
  19930.     /**
  19931.      * Gets the private 'fragment.renderer.hinclude' shared service.
  19932.      *
  19933.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  19934.      */
  19935.     protected function getFragment_Renderer_HincludeService()
  19936.     {
  19937.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  19938.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  19939.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  19940.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19941.         if (isset($this->privates['fragment.renderer.hinclude'])) {
  19942.             return $this->privates['fragment.renderer.hinclude'];
  19943.         }
  19944.         $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);
  19945.         $instance->setFragmentPath('/_fragment');
  19946.         return $instance;
  19947.     }
  19948.     /**
  19949.      * Gets the private 'fragment.renderer.inline' shared service.
  19950.      *
  19951.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  19952.      */
  19953.     protected function getFragment_Renderer_InlineService()
  19954.     {
  19955.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  19956.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  19957.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  19958.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  19959.         if (isset($this->privates['fragment.renderer.inline'])) {
  19960.             return $this->privates['fragment.renderer.inline'];
  19961.         }
  19962.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19963.         if (isset($this->privates['fragment.renderer.inline'])) {
  19964.             return $this->privates['fragment.renderer.inline'];
  19965.         }
  19966.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  19967.         $instance->setFragmentPath('/_fragment');
  19968.         return $instance;
  19969.     }
  19970.     /**
  19971.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  19972.      *
  19973.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  19974.      */
  19975.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  19976.     {
  19977.         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())));
  19978.     }
  19979.     /**
  19980.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  19981.      *
  19982.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  19983.      */
  19984.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  19985.     {
  19986.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  19987.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  19988.             return $this->privates['framework_extra_bundle.event.is_granted'];
  19989.         }
  19990.         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);
  19991.     }
  19992.     /**
  19993.      * Gets the private 'gedmo.listener.timestampable' shared autowired service.
  19994.      *
  19995.      * @return \Gedmo\Timestampable\TimestampableListener
  19996.      */
  19997.     protected function getGedmo_Listener_TimestampableService()
  19998.     {
  19999.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20000.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  20001.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  20002.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  20003.         $this->privates['gedmo.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  20004.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  20005.         return $instance;
  20006.     }
  20007.     /**
  20008.      * Gets the private 'locale_aware_listener' shared service.
  20009.      *
  20010.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  20011.      */
  20012.     protected function getLocaleAwareListenerService()
  20013.     {
  20014.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  20015.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  20016.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  20017.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  20018.     }
  20019.     /**
  20020.      * Gets the private 'locale_listener' shared service.
  20021.      *
  20022.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  20023.      */
  20024.     protected function getLocaleListenerService()
  20025.     {
  20026.         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, []);
  20027.     }
  20028.     /**
  20029.      * Gets the private 'mailer.transport_factory.native' shared service.
  20030.      *
  20031.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  20032.      */
  20033.     protected function getMailer_TransportFactory_NativeService()
  20034.     {
  20035.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  20036.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  20037.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  20038.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20039.         if (isset($this->privates['mailer.transport_factory.native'])) {
  20040.             return $this->privates['mailer.transport_factory.native'];
  20041.         }
  20042.         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()));
  20043.     }
  20044.     /**
  20045.      * Gets the private 'mailer.transport_factory.null' shared service.
  20046.      *
  20047.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  20048.      */
  20049.     protected function getMailer_TransportFactory_NullService()
  20050.     {
  20051.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  20052.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  20053.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  20054.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20055.         if (isset($this->privates['mailer.transport_factory.null'])) {
  20056.             return $this->privates['mailer.transport_factory.null'];
  20057.         }
  20058.         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()));
  20059.     }
  20060.     /**
  20061.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  20062.      *
  20063.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  20064.      */
  20065.     protected function getMailer_TransportFactory_SendmailService()
  20066.     {
  20067.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  20068.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  20069.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  20070.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20071.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  20072.             return $this->privates['mailer.transport_factory.sendmail'];
  20073.         }
  20074.         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()));
  20075.     }
  20076.     /**
  20077.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  20078.      *
  20079.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  20080.      */
  20081.     protected function getMailer_TransportFactory_SmtpService()
  20082.     {
  20083.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  20084.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  20085.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  20086.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20087.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  20088.             return $this->privates['mailer.transport_factory.smtp'];
  20089.         }
  20090.         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()));
  20091.     }
  20092.     /**
  20093.      * Gets the private 'maker.auto_command.make_auth' shared service.
  20094.      *
  20095.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20096.      */
  20097.     protected function getMaker_AutoCommand_MakeAuthService()
  20098.     {
  20099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20100.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20101.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20102.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20103.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  20104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  20105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  20106.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20107.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  20108.         $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);
  20109.         $instance->setName('make:auth');
  20110.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  20111.         return $instance;
  20112.     }
  20113.     /**
  20114.      * Gets the private 'maker.auto_command.make_command' shared service.
  20115.      *
  20116.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20117.      */
  20118.     protected function getMaker_AutoCommand_MakeCommandService()
  20119.     {
  20120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20121.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20122.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  20125.         $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()));
  20126.         $instance->setName('make:command');
  20127.         $instance->setDescription('Creates a new console command class');
  20128.         return $instance;
  20129.     }
  20130.     /**
  20131.      * Gets the private 'maker.auto_command.make_controller' shared service.
  20132.      *
  20133.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20134.      */
  20135.     protected function getMaker_AutoCommand_MakeControllerService()
  20136.     {
  20137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20138.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20139.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20140.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20141.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  20142.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20143.         $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()));
  20144.         $instance->setName('make:controller');
  20145.         $instance->setDescription('Creates a new controller class');
  20146.         return $instance;
  20147.     }
  20148.     /**
  20149.      * Gets the private 'maker.auto_command.make_crud' shared service.
  20150.      *
  20151.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20152.      */
  20153.     protected function getMaker_AutoCommand_MakeCrudService()
  20154.     {
  20155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20156.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20157.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20158.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20159.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  20160.         $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()));
  20161.         $instance->setName('make:crud');
  20162.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  20163.         return $instance;
  20164.     }
  20165.     /**
  20166.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  20167.      *
  20168.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20169.      */
  20170.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  20171.     {
  20172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20173.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20174.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20175.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20176.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  20177.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20178.         $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()));
  20179.         $instance->setName('make:docker:database');
  20180.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  20181.         return $instance;
  20182.     }
  20183.     /**
  20184.      * Gets the private 'maker.auto_command.make_entity' shared service.
  20185.      *
  20186.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20187.      */
  20188.     protected function getMaker_AutoCommand_MakeEntityService()
  20189.     {
  20190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20191.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20192.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20193.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20194.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  20195.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  20196.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20197.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  20198.         $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);
  20199.         $instance->setName('make:entity');
  20200.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  20201.         return $instance;
  20202.     }
  20203.     /**
  20204.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  20205.      *
  20206.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20207.      */
  20208.     protected function getMaker_AutoCommand_MakeFixturesService()
  20209.     {
  20210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20211.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20212.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20213.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20214.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  20215.         $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()));
  20216.         $instance->setName('make:fixtures');
  20217.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  20218.         return $instance;
  20219.     }
  20220.     /**
  20221.      * Gets the private 'maker.auto_command.make_form' shared service.
  20222.      *
  20223.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20224.      */
  20225.     protected function getMaker_AutoCommand_MakeFormService()
  20226.     {
  20227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20228.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20229.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20230.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20231.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  20232.         $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()));
  20233.         $instance->setName('make:form');
  20234.         $instance->setDescription('Creates a new form class');
  20235.         return $instance;
  20236.     }
  20237.     /**
  20238.      * Gets the private 'maker.auto_command.make_message' shared service.
  20239.      *
  20240.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20241.      */
  20242.     protected function getMaker_AutoCommand_MakeMessageService()
  20243.     {
  20244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20245.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20246.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20247.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20248.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  20249.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20250.         $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()));
  20251.         $instance->setName('make:message');
  20252.         $instance->setDescription('Creates a new message and handler');
  20253.         return $instance;
  20254.     }
  20255.     /**
  20256.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  20257.      *
  20258.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20259.      */
  20260.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  20261.     {
  20262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20263.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20264.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20265.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20266.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  20267.         $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()));
  20268.         $instance->setName('make:messenger-middleware');
  20269.         $instance->setDescription('Creates a new messenger middleware');
  20270.         return $instance;
  20271.     }
  20272.     /**
  20273.      * Gets the private 'maker.auto_command.make_migration' shared service.
  20274.      *
  20275.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20276.      */
  20277.     protected function getMaker_AutoCommand_MakeMigrationService()
  20278.     {
  20279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20280.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20281.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20282.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20283.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  20284.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  20285.         $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()));
  20286.         $instance->setName('make:migration');
  20287.         $instance->setDescription('Creates a new migration based on database changes');
  20288.         return $instance;
  20289.     }
  20290.     /**
  20291.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  20292.      *
  20293.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20294.      */
  20295.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  20296.     {
  20297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20298.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20299.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20300.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20301.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  20302.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20303.         $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()));
  20304.         $instance->setName('make:registration-form');
  20305.         $instance->setDescription('Creates a new registration form system');
  20306.         return $instance;
  20307.     }
  20308.     /**
  20309.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  20310.      *
  20311.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20312.      */
  20313.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  20314.     {
  20315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20316.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20317.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20318.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20319.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  20320.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20321.         $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()));
  20322.         $instance->setName('make:reset-password');
  20323.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  20324.         return $instance;
  20325.     }
  20326.     /**
  20327.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  20328.      *
  20329.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20330.      */
  20331.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  20332.     {
  20333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20334.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20335.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20336.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20337.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  20338.         $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()));
  20339.         $instance->setName('make:serializer:encoder');
  20340.         $instance->setDescription('Creates a new serializer encoder class');
  20341.         return $instance;
  20342.     }
  20343.     /**
  20344.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  20345.      *
  20346.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20347.      */
  20348.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  20349.     {
  20350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20351.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20352.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20353.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20354.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  20355.         $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()));
  20356.         $instance->setName('make:serializer:normalizer');
  20357.         $instance->setDescription('Creates a new serializer normalizer class');
  20358.         return $instance;
  20359.     }
  20360.     /**
  20361.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  20362.      *
  20363.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20364.      */
  20365.     protected function getMaker_AutoCommand_MakeSubscriberService()
  20366.     {
  20367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  20372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  20373.         $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()));
  20374.         $instance->setName('make:subscriber');
  20375.         $instance->setDescription('Creates a new event subscriber class');
  20376.         return $instance;
  20377.     }
  20378.     /**
  20379.      * Gets the private 'maker.auto_command.make_test' shared service.
  20380.      *
  20381.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20382.      */
  20383.     protected function getMaker_AutoCommand_MakeTestService()
  20384.     {
  20385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  20390.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  20391.         $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()));
  20392.         $instance->setName('make:test');
  20393.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  20394.         $instance->setDescription('Creates a new test class');
  20395.         return $instance;
  20396.     }
  20397.     /**
  20398.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  20399.      *
  20400.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20401.      */
  20402.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  20403.     {
  20404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20407.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20408.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  20409.         $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()));
  20410.         $instance->setName('make:twig-extension');
  20411.         $instance->setDescription('Creates a new Twig extension class');
  20412.         return $instance;
  20413.     }
  20414.     /**
  20415.      * Gets the private 'maker.auto_command.make_user' shared service.
  20416.      *
  20417.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20418.      */
  20419.     protected function getMaker_AutoCommand_MakeUserService()
  20420.     {
  20421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20424.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20425.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  20426.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  20427.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  20428.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20429.         $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()));
  20430.         $instance->setName('make:user');
  20431.         $instance->setDescription('Creates a new security user class');
  20432.         return $instance;
  20433.     }
  20434.     /**
  20435.      * Gets the private 'maker.auto_command.make_validator' shared service.
  20436.      *
  20437.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20438.      */
  20439.     protected function getMaker_AutoCommand_MakeValidatorService()
  20440.     {
  20441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20442.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20443.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20444.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20445.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  20446.         $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()));
  20447.         $instance->setName('make:validator');
  20448.         $instance->setDescription('Creates a new validator and constraint class');
  20449.         return $instance;
  20450.     }
  20451.     /**
  20452.      * Gets the private 'maker.auto_command.make_voter' shared service.
  20453.      *
  20454.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20455.      */
  20456.     protected function getMaker_AutoCommand_MakeVoterService()
  20457.     {
  20458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20459.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20460.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20461.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20462.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  20463.         $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()));
  20464.         $instance->setName('make:voter');
  20465.         $instance->setDescription('Creates a new security voter class');
  20466.         return $instance;
  20467.     }
  20468.     /**
  20469.      * Gets the private 'maker.doctrine_helper' shared service.
  20470.      *
  20471.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  20472.      */
  20473.     protected function getMaker_DoctrineHelperService()
  20474.     {
  20475.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  20476.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  20477.         $b = ($this->privates['doctrine.orm.oneC_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_OneCAnnotationMetadataDriverService());
  20478.         $c = ($this->privates['doctrine.orm.logs_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_LogsAnnotationMetadataDriverService());
  20479.         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]]]);
  20480.     }
  20481.     /**
  20482.      * Gets the private 'maker.entity_class_generator' shared service.
  20483.      *
  20484.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  20485.      */
  20486.     protected function getMaker_EntityClassGeneratorService()
  20487.     {
  20488.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  20489.         $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()));
  20490.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  20491.         return $instance;
  20492.     }
  20493.     /**
  20494.      * Gets the private 'maker.file_manager' shared service.
  20495.      *
  20496.      * @return \Symfony\Bundle\MakerBundle\FileManager
  20497.      */
  20498.     protected function getMaker_FileManagerService()
  20499.     {
  20500.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  20501.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  20502.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  20503.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  20504.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  20505.         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'));
  20506.     }
  20507.     /**
  20508.      * Gets the private 'maker.generator' shared service.
  20509.      *
  20510.      * @return \Symfony\Bundle\MakerBundle\Generator
  20511.      */
  20512.     protected function getMaker_GeneratorService()
  20513.     {
  20514.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  20515.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  20516.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  20517.         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));
  20518.     }
  20519.     /**
  20520.      * Gets the private 'maker.php_compat_util' shared service.
  20521.      *
  20522.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  20523.      */
  20524.     protected function getMaker_PhpCompatUtilService()
  20525.     {
  20526.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  20527.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  20528.     }
  20529.     /**
  20530.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  20531.      *
  20532.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  20533.      */
  20534.     protected function getMaker_Renderer_FormTypeRendererService()
  20535.     {
  20536.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  20537.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20538.     }
  20539.     /**
  20540.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  20541.      *
  20542.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  20543.      */
  20544.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  20545.     {
  20546.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  20547.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  20548.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  20549.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  20550.         $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 () {
  20551.             yield => ($this->privates['.messenger.handler_descriptor.IxMdnTR'] ?? $this->get_Messenger_HandlerDescriptor_IxMdnTRService());
  20552.         }, 1), 'Import1CBundle\\Message\\Feed\\ProcessFeedLinksBatchMessage' => new RewindableGenerator(function () {
  20553.             yield => ($this->privates['.messenger.handler_descriptor.1ugBLLC'] ?? $this->get_Messenger_HandlerDescriptor_1ugBLLCService());
  20554.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  20555.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  20556.         }, 1), 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => new RewindableGenerator(function () {
  20557.             yield => ($this->privates['.messenger.handler_descriptor.vMw0m61'] ?? $this->get_Messenger_HandlerDescriptor_VMw0m61Service());
  20558.         }, 1), 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => new RewindableGenerator(function () {
  20559.             yield => ($this->privates['.messenger.handler_descriptor.XZowc.T'] ?? $this->get_Messenger_HandlerDescriptor_XZowc_TService());
  20560.         }, 1), 'Symfony\\Component\\Notifier\\Message\\PushMessage' => new RewindableGenerator(function () {
  20561.             yield => ($this->privates['.messenger.handler_descriptor.Lml2ICs'] ?? $this->get_Messenger_HandlerDescriptor_Lml2ICsService());
  20562.         }, 1)]));
  20563.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  20564.         return $instance;
  20565.     }
  20566.     /**
  20567.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  20568.      *
  20569.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  20570.      */
  20571.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  20572.     {
  20573.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  20574.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  20575.         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');
  20576.     }
  20577.     /**
  20578.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  20579.      *
  20580.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  20581.      */
  20582.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  20583.     {
  20584.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  20585.         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()));
  20586.     }
  20587.     /**
  20588.      * Gets the private 'messenger.middleware.send_message' shared service.
  20589.      *
  20590.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  20591.      */
  20592.     protected function getMessenger_Middleware_SendMessageService()
  20593.     {
  20594.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  20595.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  20596.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  20597.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  20598.         $a = ($this->privates['.service_locator.xALKTpt'] ?? $this->get_ServiceLocator_XALKTptService());
  20599.         if (isset($this->privates['messenger.middleware.send_message'])) {
  20600.             return $this->privates['messenger.middleware.send_message'];
  20601.         }
  20602.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20603.         if (isset($this->privates['messenger.middleware.send_message'])) {
  20604.             return $this->privates['messenger.middleware.send_message'];
  20605.         }
  20606.         $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);
  20607.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  20608.         return $instance;
  20609.     }
  20610.     /**
  20611.      * Gets the private 'messenger.receiver_locator' shared service.
  20612.      *
  20613.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  20614.      */
  20615.     protected function getMessenger_ReceiverLocatorService()
  20616.     {
  20617.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20618.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  20619.             'google_feed' => ['privates''messenger.transport.google_feed''getMessenger_Transport_GoogleFeedService'false],
  20620.             'logs' => ['privates''messenger.transport.logs''getMessenger_Transport_LogsService'false],
  20621.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  20622.             'messenger.transport.google_feed' => ['privates''messenger.transport.google_feed''getMessenger_Transport_GoogleFeedService'false],
  20623.             'messenger.transport.logs' => ['privates''messenger.transport.logs''getMessenger_Transport_LogsService'false],
  20624.         ], [
  20625.             'async' => '?',
  20626.             'google_feed' => '?',
  20627.             'logs' => '?',
  20628.             'messenger.transport.async' => '?',
  20629.             'messenger.transport.google_feed' => '?',
  20630.             'messenger.transport.logs' => '?',
  20631.         ]);
  20632.     }
  20633.     /**
  20634.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  20635.      *
  20636.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  20637.      */
  20638.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  20639.     {
  20640.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  20641.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  20642.         return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  20643.     }
  20644.     /**
  20645.      * Gets the private 'messenger.retry.multiplier_retry_strategy.google_feed' shared service.
  20646.      *
  20647.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  20648.      */
  20649.     protected function getMessenger_Retry_MultiplierRetryStrategy_GoogleFeedService()
  20650.     {
  20651.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  20652.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  20653.         return $this->privates['messenger.retry.multiplier_retry_strategy.google_feed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(101000210000);
  20654.     }
  20655.     /**
  20656.      * Gets the private 'messenger.retry.multiplier_retry_strategy.logs' shared service.
  20657.      *
  20658.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  20659.      */
  20660.     protected function getMessenger_Retry_MultiplierRetryStrategy_LogsService()
  20661.     {
  20662.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  20663.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  20664.         return $this->privates['messenger.retry.multiplier_retry_strategy.logs'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  20665.     }
  20666.     /**
  20667.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  20668.      *
  20669.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  20670.      */
  20671.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  20672.     {
  20673.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  20674.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20675.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  20676.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  20677.         }
  20678.         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, [
  20679.             'async' => ['privates''messenger.retry.multiplier_retry_strategy.async''getMessenger_Retry_MultiplierRetryStrategy_AsyncService'false],
  20680.             'google_feed' => ['privates''messenger.retry.multiplier_retry_strategy.google_feed''getMessenger_Retry_MultiplierRetryStrategy_GoogleFeedService'false],
  20681.             'logs' => ['privates''messenger.retry.multiplier_retry_strategy.logs''getMessenger_Retry_MultiplierRetryStrategy_LogsService'false],
  20682.         ], [
  20683.             'async' => '?',
  20684.             'google_feed' => '?',
  20685.             'logs' => '?',
  20686.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  20687.     }
  20688.     /**
  20689.      * Gets the private 'messenger.routable_message_bus' shared service.
  20690.      *
  20691.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  20692.      */
  20693.     protected function getMessenger_RoutableMessageBusService()
  20694.     {
  20695.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  20696.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  20697.         if (isset($this->privates['messenger.routable_message_bus'])) {
  20698.             return $this->privates['messenger.routable_message_bus'];
  20699.         }
  20700.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20701.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  20702.         ], [
  20703.             'messenger.bus.default' => '?',
  20704.         ]), $a);
  20705.     }
  20706.     /**
  20707.      * Gets the private 'messenger.transport.async' shared service.
  20708.      *
  20709.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  20710.      */
  20711.     protected function getMessenger_Transport_AsyncService()
  20712.     {
  20713.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  20714.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  20715.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  20716.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  20717.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  20718.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  20719.         if (isset($this->privates['messenger.transport.async'])) {
  20720.             return $this->privates['messenger.transport.async'];
  20721.         }
  20722.         return $this->privates['messenger.transport.async'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['transport_name' => 'async'], new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer());
  20723.     }
  20724.     /**
  20725.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  20726.      *
  20727.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  20728.      */
  20729.     protected function getMessenger_Transport_Doctrine_FactoryService()
  20730.     {
  20731.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  20732.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  20733.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20734.     }
  20735.     /**
  20736.      * Gets the private 'messenger.transport.google_feed' shared service.
  20737.      *
  20738.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  20739.      */
  20740.     protected function getMessenger_Transport_GoogleFeedService()
  20741.     {
  20742.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  20743.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  20744.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  20745.         $a = ($this->privates['messenger.transport.symfony_serializer'] ?? $this->getMessenger_Transport_SymfonySerializerService());
  20746.         if (isset($this->privates['messenger.transport.google_feed'])) {
  20747.             return $this->privates['messenger.transport.google_feed'];
  20748.         }
  20749.         $b = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  20750.         if (isset($this->privates['messenger.transport.google_feed'])) {
  20751.             return $this->privates['messenger.transport.google_feed'];
  20752.         }
  20753.         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);
  20754.     }
  20755.     /**
  20756.      * Gets the private 'messenger.transport.logs' shared service.
  20757.      *
  20758.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  20759.      */
  20760.     protected function getMessenger_Transport_LogsService()
  20761.     {
  20762.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  20763.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  20764.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  20765.         $a = ($this->privates['messenger.transport.symfony_serializer'] ?? $this->getMessenger_Transport_SymfonySerializerService());
  20766.         if (isset($this->privates['messenger.transport.logs'])) {
  20767.             return $this->privates['messenger.transport.logs'];
  20768.         }
  20769.         $b = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  20770.         if (isset($this->privates['messenger.transport.logs'])) {
  20771.             return $this->privates['messenger.transport.logs'];
  20772.         }
  20773.         return $this->privates['messenger.transport.logs'] = $b->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN_LOGS'), ['transport_name' => 'logs'], $a);
  20774.     }
  20775.     /**
  20776.      * Gets the private 'messenger.transport.symfony_serializer' shared service.
  20777.      *
  20778.      * @return \Symfony\Component\Messenger\Transport\Serialization\Serializer
  20779.      */
  20780.     protected function getMessenger_Transport_SymfonySerializerService()
  20781.     {
  20782.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  20783.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Serializer.php';
  20784.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  20785.         if (isset($this->privates['messenger.transport.symfony_serializer'])) {
  20786.             return $this->privates['messenger.transport.symfony_serializer'];
  20787.         }
  20788.         return $this->privates['messenger.transport.symfony_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\Serializer($a'json', []);
  20789.     }
  20790.     /**
  20791.      * Gets the private 'messenger.transport.sync.factory' shared service.
  20792.      *
  20793.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  20794.      */
  20795.     protected function getMessenger_Transport_Sync_FactoryService()
  20796.     {
  20797.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  20798.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  20799.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  20800.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  20801.             return $this->privates['messenger.transport.sync.factory'];
  20802.         }
  20803.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  20804.     }
  20805.     /**
  20806.      * Gets the private 'messenger.transport_factory' shared service.
  20807.      *
  20808.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  20809.      */
  20810.     protected function getMessenger_TransportFactoryService()
  20811.     {
  20812.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  20813.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  20814.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  20815.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  20816.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  20817.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  20818.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  20819.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  20820.         }, 5));
  20821.     }
  20822.     /**
  20823.      * Gets the private 'mime_types' shared service.
  20824.      *
  20825.      * @return \Symfony\Component\Mime\MimeTypes
  20826.      */
  20827.     protected function getMimeTypesService()
  20828.     {
  20829.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  20830.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  20831.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  20832.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  20833.         $instance->setDefault($instance);
  20834.         return $instance;
  20835.     }
  20836.     /**
  20837.      * Gets the private 'mobile_detect.device_view' shared service.
  20838.      *
  20839.      * @return \SunCat\MobileDetectBundle\Helper\DeviceView
  20840.      */
  20841.     protected function getMobileDetect_DeviceViewService()
  20842.     {
  20843.         $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())));
  20844.         $instance->setCookieKey('device_view');
  20845.         $instance->setCookiePath('/');
  20846.         $instance->setCookieDomain('');
  20847.         $instance->setCookieSecure(false);
  20848.         $instance->setCookieHttpOnly(true);
  20849.         $instance->setSwitchParam('device_view');
  20850.         $instance->setCookieExpireDatetimeModifier('1 month');
  20851.         $instance->setRedirectConfig($this->parameters['mobile_detect.redirect']);
  20852.         return $instance;
  20853.     }
  20854.     /**
  20855.      * Gets the private 'mobile_detect.request_listener' shared service.
  20856.      *
  20857.      * @return \SunCat\MobileDetectBundle\EventListener\RequestResponseListener
  20858.      */
  20859.     protected function getMobileDetect_RequestListenerService()
  20860.     {
  20861.         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);
  20862.     }
  20863.     /**
  20864.      * Gets the private 'monolog.handler.alert' shared service.
  20865.      *
  20866.      * @return \Monolog\Handler\RotatingFileHandler
  20867.      */
  20868.     protected function getMonolog_Handler_AlertService()
  20869.     {
  20870.         $this->privates['monolog.handler.alert'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/logs/te_dev.alert.log'), 1550trueNULL);
  20871.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20872.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  20873.         return $instance;
  20874.     }
  20875.     /**
  20876.      * Gets the private 'monolog.handler.catalog' shared service.
  20877.      *
  20878.      * @return \Monolog\Handler\StreamHandler
  20879.      */
  20880.     protected function getMonolog_Handler_CatalogService()
  20881.     {
  20882.         $this->privates['monolog.handler.catalog'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/logs/te_dev.catalog.log'), 100trueNULLfalse);
  20883.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20884.         return $instance;
  20885.     }
  20886.     /**
  20887.      * Gets the private 'monolog.handler.collection' shared service.
  20888.      *
  20889.      * @return \Monolog\Handler\StreamHandler
  20890.      */
  20891.     protected function getMonolog_Handler_CollectionService()
  20892.     {
  20893.         $this->privates['monolog.handler.collection'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/logs/te_dev.collection.log'), 100trueNULLfalse);
  20894.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20895.         return $instance;
  20896.     }
  20897.     /**
  20898.      * Gets the private 'monolog.handler.console' shared service.
  20899.      *
  20900.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  20901.      */
  20902.     protected function getMonolog_Handler_ConsoleService()
  20903.     {
  20904.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  20905.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20906.         return $instance;
  20907.     }
  20908.     /**
  20909.      * Gets the private 'monolog.handler.doctrine' shared service.
  20910.      *
  20911.      * @return \Monolog\Handler\StreamHandler
  20912.      */
  20913.     protected function getMonolog_Handler_DoctrineService()
  20914.     {
  20915.         $this->privates['monolog.handler.doctrine'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/logs/te_dev_doctrine.log'), 100trueNULLfalse);
  20916.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20917.         return $instance;
  20918.     }
  20919.     /**
  20920.      * Gets the private 'monolog.handler.error' shared service.
  20921.      *
  20922.      * @return \Monolog\Handler\RotatingFileHandler
  20923.      */
  20924.     protected function getMonolog_Handler_ErrorService()
  20925.     {
  20926.         $this->privates['monolog.handler.error'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/logs/te_dev.error.log'), 1400trueNULL);
  20927.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20928.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  20929.         return $instance;
  20930.     }
  20931.     /**
  20932.      * Gets the private 'monolog.handler.info' shared service.
  20933.      *
  20934.      * @return \Monolog\Handler\RotatingFileHandler
  20935.      */
  20936.     protected function getMonolog_Handler_InfoService()
  20937.     {
  20938.         $this->privates['monolog.handler.info'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/logs/te_dev.info.log'), 1200trueNULL);
  20939.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20940.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  20941.         return $instance;
  20942.     }
  20943.     /**
  20944.      * Gets the private 'monolog.handler.main' shared service.
  20945.      *
  20946.      * @return \Monolog\Handler\StreamHandler
  20947.      */
  20948.     protected function getMonolog_Handler_MainService()
  20949.     {
  20950.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/logs/te_dev.log'), 100trueNULLfalse);
  20951.     }
  20952.     /**
  20953.      * Gets the private 'monolog.handler.nested' shared service.
  20954.      *
  20955.      * @return \Monolog\Handler\StreamHandler
  20956.      */
  20957.     protected function getMonolog_Handler_NestedService()
  20958.     {
  20959.         $this->privates['monolog.handler.nested'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/logs/te_dev.log'), 400trueNULLfalse);
  20960.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20961.         return $instance;
  20962.     }
  20963.     /**
  20964.      * Gets the private 'monolog.handler.search' shared service.
  20965.      *
  20966.      * @return \Monolog\Handler\RotatingFileHandler
  20967.      */
  20968.     protected function getMonolog_Handler_SearchService()
  20969.     {
  20970.         $this->privates['monolog.handler.search'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/logs/te_dev.search.log'), 20100trueNULL);
  20971.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20972.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  20973.         return $instance;
  20974.     }
  20975.     /**
  20976.      * Gets the private 'monolog.logger.cache' shared service.
  20977.      *
  20978.      * @return \Symfony\Bridge\Monolog\Logger
  20979.      */
  20980.     protected function getMonolog_Logger_CacheService()
  20981.     {
  20982.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  20983.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  20984.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  20985.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  20986.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  20987.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  20988.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  20989.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  20990.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  20991.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  20992.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  20993.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  20994.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  20995.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  20996.         return $instance;
  20997.     }
  20998.     /**
  20999.      * Gets the private 'monolog.logger.mailer' shared service.
  21000.      *
  21001.      * @return \Symfony\Bridge\Monolog\Logger
  21002.      */
  21003.     protected function getMonolog_Logger_MailerService()
  21004.     {
  21005.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  21006.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21007.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  21008.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  21009.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  21010.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  21011.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  21012.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  21013.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  21014.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  21015.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21016.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  21017.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21018.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21019.         return $instance;
  21020.     }
  21021.     /**
  21022.      * Gets the private 'monolog.logger.messenger' shared service.
  21023.      *
  21024.      * @return \Symfony\Bridge\Monolog\Logger
  21025.      */
  21026.     protected function getMonolog_Logger_MessengerService()
  21027.     {
  21028.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  21029.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21030.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  21031.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  21032.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  21033.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  21034.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  21035.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  21036.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  21037.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  21038.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21039.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  21040.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21041.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21042.         return $instance;
  21043.     }
  21044.     /**
  21045.      * Gets the private 'monolog.logger.request' shared service.
  21046.      *
  21047.      * @return \Symfony\Bridge\Monolog\Logger
  21048.      */
  21049.     protected function getMonolog_Logger_RequestService()
  21050.     {
  21051.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  21052.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21053.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  21054.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  21055.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  21056.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  21057.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  21058.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  21059.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  21060.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  21061.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21062.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  21063.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21064.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21065.         return $instance;
  21066.     }
  21067.     /**
  21068.      * Gets the private 'monolog.logger.security' shared service.
  21069.      *
  21070.      * @return \Symfony\Bridge\Monolog\Logger
  21071.      */
  21072.     protected function getMonolog_Logger_SecurityService()
  21073.     {
  21074.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  21075.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21076.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  21077.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  21078.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  21079.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  21080.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  21081.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  21082.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  21083.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  21084.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21085.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  21086.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21087.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21088.         return $instance;
  21089.     }
  21090.     /**
  21091.      * Gets the private 'monolog.logger.snappy' shared service.
  21092.      *
  21093.      * @return \Symfony\Bridge\Monolog\Logger
  21094.      */
  21095.     protected function getMonolog_Logger_SnappyService()
  21096.     {
  21097.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  21098.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21099.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  21100.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  21101.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  21102.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  21103.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  21104.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  21105.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  21106.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  21107.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21108.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  21109.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21110.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21111.         return $instance;
  21112.     }
  21113.     /**
  21114.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  21115.      *
  21116.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  21117.      */
  21118.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  21119.     {
  21120.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  21121.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  21122.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  21123.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  21124.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  21125.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  21126.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  21127.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  21128.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  21129.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
  21130.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  21131.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  21132.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  21133.         $a = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(new \Nelmio\Alice\FileLocator\DefaultFileLocator(), ($this->services['kernel'] ?? $this->get('kernel'1)));
  21134.         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));
  21135.     }
  21136.     /**
  21137.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  21138.      *
  21139.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  21140.      */
  21141.     protected function getNelmioApiDoc_Describers_ConfigService()
  21142.     {
  21143.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  21144.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ExternalDocDescriber.php';
  21145.         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' => 'Боевой сайт']]]);
  21146.     }
  21147.     /**
  21148.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  21149.      *
  21150.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  21151.      */
  21152.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  21153.     {
  21154.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  21155.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
  21156.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  21157.         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()));
  21158.     }
  21159.     /**
  21160.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  21161.      *
  21162.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  21163.      */
  21164.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  21165.     {
  21166.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  21167.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  21168.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  21169.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
  21170.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  21171.         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 () {
  21172.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  21173.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  21174.         }, 2));
  21175.     }
  21176.     /**
  21177.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  21178.      *
  21179.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  21180.      */
  21181.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  21182.     {
  21183.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  21184.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  21185.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  21186.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  21187.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/FormModelDescriber.php';
  21188.         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);
  21189.     }
  21190.     /**
  21191.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  21192.      *
  21193.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  21194.      */
  21195.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  21196.     {
  21197.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  21198.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  21199.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  21200.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  21201.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ObjectModelDescriber.php';
  21202.         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()));
  21203.     }
  21204.     /**
  21205.      * Gets the private 'nelmio_api_doc.object_model.property_describer' shared service.
  21206.      *
  21207.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber
  21208.      */
  21209.     protected function getNelmioApiDoc_ObjectModel_PropertyDescriberService()
  21210.     {
  21211.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriberInterface.php';
  21212.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  21213.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  21214.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriber.php';
  21215.         return $this->privates['nelmio_api_doc.object_model.property_describer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () {
  21216.             yield => ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService());
  21217.             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()));
  21218.             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()));
  21219.             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()));
  21220.             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()));
  21221.             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()));
  21222.             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()));
  21223.             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()));
  21224.             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()));
  21225.             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()));
  21226.             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()));
  21227.             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()));
  21228.         }, 12));
  21229.     }
  21230.     /**
  21231.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  21232.      *
  21233.      * @return \Symfony\Component\Routing\RouteCollection
  21234.      */
  21235.     protected function getNelmioApiDoc_Routes_DefaultService()
  21236.     {
  21237.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  21238.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
  21239.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  21240.         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());
  21241.     }
  21242.     /**
  21243.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  21244.      *
  21245.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  21246.      */
  21247.     protected function getNelmioCors_CorsListenerService()
  21248.     {
  21249.         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'))]));
  21250.     }
  21251.     /**
  21252.      * Gets the private 'notifier.transport_factory.null' shared service.
  21253.      *
  21254.      * @return \Symfony\Component\Notifier\Transport\NullTransportFactory
  21255.      */
  21256.     protected function getNotifier_TransportFactory_NullService()
  21257.     {
  21258.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportFactoryInterface.php';
  21259.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/AbstractTransportFactory.php';
  21260.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/NullTransportFactory.php';
  21261.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21262.         if (isset($this->privates['notifier.transport_factory.null'])) {
  21263.             return $this->privates['notifier.transport_factory.null'];
  21264.         }
  21265.         return $this->privates['notifier.transport_factory.null'] = new \Symfony\Component\Notifier\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  21266.     }
  21267.     /**
  21268.      * Gets the private 'notifier.transport_factory.telegram' shared service.
  21269.      *
  21270.      * @return \Symfony\Component\Notifier\Bridge\Telegram\TelegramTransportFactory
  21271.      */
  21272.     protected function getNotifier_TransportFactory_TelegramService()
  21273.     {
  21274.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportFactoryInterface.php';
  21275.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/AbstractTransportFactory.php';
  21276.         include_once \dirname(__DIR__4).'/vendor/symfony/telegram-notifier/TelegramTransportFactory.php';
  21277.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21278.         if (isset($this->privates['notifier.transport_factory.telegram'])) {
  21279.             return $this->privates['notifier.transport_factory.telegram'];
  21280.         }
  21281.         return $this->privates['notifier.transport_factory.telegram'] = new \Symfony\Component\Notifier\Bridge\Telegram\TelegramTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  21282.     }
  21283.     /**
  21284.      * Gets the private 'parameter_bag' shared service.
  21285.      *
  21286.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  21287.      */
  21288.     protected function getParameterBagService()
  21289.     {
  21290.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  21291.     }
  21292.     /**
  21293.      * Gets the private 'profiler_listener' shared service.
  21294.      *
  21295.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  21296.      */
  21297.     protected function getProfilerListenerService()
  21298.     {
  21299.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  21300.         if (isset($this->privates['profiler_listener'])) {
  21301.             return $this->privates['profiler_listener'];
  21302.         }
  21303.         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);
  21304.     }
  21305.     /**
  21306.      * Gets the private 'property_accessor' shared service.
  21307.      *
  21308.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  21309.      */
  21310.     protected function getPropertyAccessorService()
  21311.     {
  21312.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  21313.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  21314.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  21315.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  21316.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  21317.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  21318.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21319.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  21320.     }
  21321.     /**
  21322.      * Gets the private 'property_info' shared service.
  21323.      *
  21324.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  21325.      */
  21326.     protected function getPropertyInfoService()
  21327.     {
  21328.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  21329.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  21330.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21331.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  21332.             yield => ($this->privates['doctrine.orm.oneC_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_OneCEntityManager_PropertyInfoExtractorService());
  21333.             yield => ($this->privates['doctrine.orm.logs_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_LogsEntityManager_PropertyInfoExtractorService());
  21334.         }, 5), new RewindableGenerator(function () {
  21335.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  21336.             yield => ($this->privates['doctrine.orm.oneC_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_OneCEntityManager_PropertyInfoExtractorService());
  21337.             yield => ($this->privates['doctrine.orm.logs_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_LogsEntityManager_PropertyInfoExtractorService());
  21338.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  21339.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21340.         }, 5), new RewindableGenerator(function () {
  21341.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  21342.         }, 1), new RewindableGenerator(function () {
  21343.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  21344.             yield => ($this->privates['doctrine.orm.oneC_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_OneCEntityManager_PropertyInfoExtractorService());
  21345.             yield => ($this->privates['doctrine.orm.logs_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_LogsEntityManager_PropertyInfoExtractorService());
  21346.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21347.         }, 4), new RewindableGenerator(function () {
  21348.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21349.         }, 1));
  21350.     }
  21351.     /**
  21352.      * Gets the private 'property_info.serializer_extractor' shared service.
  21353.      *
  21354.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  21355.      */
  21356.     protected function getPropertyInfo_SerializerExtractorService()
  21357.     {
  21358.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  21359.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  21360.     }
  21361.     /**
  21362.      * Gets the private 'redis_cache_pool.traceable' shared service.
  21363.      *
  21364.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  21365.      */
  21366.     protected function getRedisCachePool_TraceableService()
  21367.     {
  21368.         $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))));
  21369.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  21370.         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));
  21371.     }
  21372.     /**
  21373.      * Gets the private 'router.cache_warmer' shared service.
  21374.      *
  21375.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  21376.      */
  21377.     protected function getRouter_CacheWarmerService()
  21378.     {
  21379.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  21380.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  21381.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21382.             'router' => ['services''FlexApp\\Extensions\\RouterDecorator''getRouterDecoratorService'false],
  21383.         ], [
  21384.             'router' => '?',
  21385.         ]))->withContext('router.cache_warmer'$this));
  21386.     }
  21387.     /**
  21388.      * Gets the private 'router.expression_language_provider' shared service.
  21389.      *
  21390.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  21391.      */
  21392.     protected function getRouter_ExpressionLanguageProviderService()
  21393.     {
  21394.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21395.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  21396.         ], [
  21397.             'env' => 'Closure',
  21398.         ]));
  21399.     }
  21400.     /**
  21401.      * Gets the private 'router.request_context' shared service.
  21402.      *
  21403.      * @return \Symfony\Component\Routing\RequestContext
  21404.      */
  21405.     protected function getRouter_RequestContextService()
  21406.     {
  21407.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''tile.expert''https'80443);
  21408.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  21409.         return $instance;
  21410.     }
  21411.     /**
  21412.      * Gets the private 'router_listener' shared service.
  21413.      *
  21414.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  21415.      */
  21416.     protected function getRouterListenerService()
  21417.     {
  21418.         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);
  21419.     }
  21420.     /**
  21421.      * Gets the private 'secrets.vault' shared service.
  21422.      *
  21423.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  21424.      */
  21425.     protected function getSecrets_VaultService()
  21426.     {
  21427.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  21428.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  21429.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  21430.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  21431.         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'));
  21432.     }
  21433.     /**
  21434.      * Gets the private 'security.access_listener' shared service.
  21435.      *
  21436.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  21437.      */
  21438.     protected function getSecurity_AccessListenerService()
  21439.     {
  21440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  21441.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  21442.         if (isset($this->privates['security.access_listener'])) {
  21443.             return $this->privates['security.access_listener'];
  21444.         }
  21445.         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);
  21446.     }
  21447.     /**
  21448.      * Gets the private 'security.access_map' shared service.
  21449.      *
  21450.      * @return \Symfony\Component\Security\Http\AccessMap
  21451.      */
  21452.     protected function getSecurity_AccessMapService()
  21453.     {
  21454.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  21455.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  21456.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  21457.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  21458.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  21459.         $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);
  21460.         $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);
  21461.         $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);
  21462.         $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);
  21463.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/import/'), [=> 'ROLE_BI'], NULL);
  21464.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/efconnect'), [=> 'ROLE_ADMIN'], NULL);
  21465.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/elfinder'), [=> 'ROLE_ADMIN'], NULL);
  21466.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/adm/brand'), [=> 'ROLE_BM'=> 'ROLE_BI'=> 'ROLE_SUPER_ADMIN'=> 'ROLE_PREVIEW_LC'], NULL);
  21467.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/adm/files'), [=> 'ROLE_BM'=> 'ROLE_BI'=> 'ROLE_ADMIN'=> 'ROLE_SUPER_ADMIN'=> 'ROLE_PREVIEW_LC'], NULL);
  21468.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/adm/translator'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  21469.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/adm'), [=> 'ROLE_ADMIN'=> 'ROLE_PREVIEW_LC'], NULL);
  21470.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/swagger/api/doc'), [=> 'ROLE_ADMIN'=> 'ROLE_SUPER_ADMIN'], NULL);
  21471.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/swagger/api/doc_json'), [=> 'ROLE_ADMIN'=> 'ROLE_SUPER_ADMIN'], NULL);
  21472.         return $instance;
  21473.     }
  21474.     /**
  21475.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  21476.      *
  21477.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  21478.      */
  21479.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  21480.     {
  21481.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  21482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  21483.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  21484.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  21485.         if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  21486.             return $this->privates['security.authentication.switchuser_listener.main'];
  21487.         }
  21488.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21489.         if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  21490.             return $this->privates['security.authentication.switchuser_listener.main'];
  21491.         }
  21492.         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);
  21493.     }
  21494.     /**
  21495.      * Gets the private 'security.authenticator.login_link.main' shared service.
  21496.      *
  21497.      * @return \Symfony\Component\Security\Http\Authenticator\LoginLinkAuthenticator
  21498.      */
  21499.     protected function getSecurity_Authenticator_LoginLink_MainService()
  21500.     {
  21501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  21502.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  21503.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  21504.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/LoginLinkAuthenticator.php';
  21505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  21506.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  21507.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/AuthenticationSuccessHandler.php';
  21508.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  21509.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  21510.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/AuthenticationFailureHandler.php';
  21511.         $a = new \FlexApp\Security\AuthenticationSuccessHandler();
  21512.         $b = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  21513.         $a->urlGenerator $b;
  21514.         $c = new \FlexApp\Security\AuthenticationFailureHandler();
  21515.         $c->urlGenerator $b;
  21516.         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]);
  21517.     }
  21518.     /**
  21519.      * Gets the private 'security.authenticator.login_link_handler.main' shared service.
  21520.      *
  21521.      * @return \Symfony\Component\Security\Http\LoginLink\LoginLinkHandler
  21522.      */
  21523.     protected function getSecurity_Authenticator_LoginLinkHandler_MainService()
  21524.     {
  21525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/LoginLink/LoginLinkHandlerInterface.php';
  21526.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/LoginLink/LoginLinkHandler.php';
  21527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Signature/SignatureHasher.php';
  21528.         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]);
  21529.     }
  21530.     /**
  21531.      * Gets the private 'security.authenticator.manager.main' shared service.
  21532.      *
  21533.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticatorManager
  21534.      */
  21535.     protected function getSecurity_Authenticator_Manager_MainService()
  21536.     {
  21537.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  21538.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  21539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  21540.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  21541.         if (isset($this->privates['security.authenticator.manager.main'])) {
  21542.             return $this->privates['security.authenticator.manager.main'];
  21543.         }
  21544.         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, []);
  21545.     }
  21546.     /**
  21547.      * Gets the private 'security.authenticator.remember_me.main' shared service.
  21548.      *
  21549.      * @return \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator
  21550.      */
  21551.     protected function getSecurity_Authenticator_RememberMe_MainService()
  21552.     {
  21553.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  21554.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  21555.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php';
  21556.         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()));
  21557.     }
  21558.     /**
  21559.      * Gets the private 'security.authenticator.remember_me_handler.main' shared service.
  21560.      *
  21561.      * @return \Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler
  21562.      */
  21563.     protected function getSecurity_Authenticator_RememberMeHandler_MainService()
  21564.     {
  21565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeHandlerInterface.php';
  21566.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeHandler.php';
  21567.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/SignatureRememberMeHandler.php';
  21568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Signature/SignatureHasher.php';
  21569.         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()));
  21570.     }
  21571.     /**
  21572.      * Gets the private 'security.channel_listener' shared service.
  21573.      *
  21574.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  21575.      */
  21576.     protected function getSecurity_ChannelListenerService()
  21577.     {
  21578.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  21579.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  21580.         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());
  21581.     }
  21582.     /**
  21583.      * Gets the private 'security.command.debug_firewall' shared service.
  21584.      *
  21585.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  21586.      */
  21587.     protected function getSecurity_Command_DebugFirewallService()
  21588.     {
  21589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21590.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  21591.         $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);
  21592.         $instance->setName('debug:firewall');
  21593.         $instance->setDescription('Display information about your security firewall(s)');
  21594.         return $instance;
  21595.     }
  21596.     /**
  21597.      * Gets the private 'security.command.user_password_encoder' shared service.
  21598.      *
  21599.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  21600.      *
  21601.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  21602.      */
  21603.     protected function getSecurity_Command_UserPasswordEncoderService()
  21604.     {
  21605.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  21606.         $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']);
  21607.         $instance->setName('security:encode-password');
  21608.         $instance->setDescription('Encode a password');
  21609.         return $instance;
  21610.     }
  21611.     /**
  21612.      * Gets the private 'security.command.user_password_hash' shared service.
  21613.      *
  21614.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  21615.      */
  21616.     protected function getSecurity_Command_UserPasswordHashService()
  21617.     {
  21618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21619.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  21620.         $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']);
  21621.         $instance->setName('security:hash-password');
  21622.         $instance->setDescription('Hash a user password');
  21623.         return $instance;
  21624.     }
  21625.     /**
  21626.      * Gets the private 'security.context_listener.0' shared service.
  21627.      *
  21628.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  21629.      */
  21630.     protected function getSecurity_ContextListener_0Service()
  21631.     {
  21632.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  21633.         if (isset($this->privates['security.context_listener.0'])) {
  21634.             return $this->privates['security.context_listener.0'];
  21635.         }
  21636.         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 () {
  21637.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  21638.         }, 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']);
  21639.     }
  21640.     /**
  21641.      * Gets the private 'security.csrf.token_storage' shared service.
  21642.      *
  21643.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  21644.      */
  21645.     protected function getSecurity_Csrf_TokenStorageService()
  21646.     {
  21647.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  21648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  21649.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  21650.         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())));
  21651.     }
  21652.     /**
  21653.      * Gets the private 'security.encoder_factory.generic' shared service.
  21654.      *
  21655.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  21656.      *
  21657.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  21658.      */
  21659.     protected function getSecurity_EncoderFactory_GenericService()
  21660.     {
  21661.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  21662.         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]]);
  21663.     }
  21664.     /**
  21665.      * Gets the private 'security.event_dispatcher.main' shared service.
  21666.      *
  21667.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  21668.      */
  21669.     protected function getSecurity_EventDispatcher_MainService()
  21670.     {
  21671.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  21672.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  21673.             return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  21674.         }, => 'checkPassport'], 2048);
  21675.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  21676.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  21677.         }, => 'onSuccessfulLogin'], 0);
  21678.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21679.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  21680.         }, => 'onLogout'], 64);
  21681.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21682.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  21683.         }, => 'onLogout'], 0);
  21684.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  21685.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->getSecurity_Listener_CheckRememberMeConditions_MainService());
  21686.         }, => 'onSuccessfulLogin'], -32);
  21687.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  21688.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  21689.         }, => 'onSuccessfulLogin'], -64);
  21690.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  21691.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  21692.         }, => 'clearCookie'], 0);
  21693.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21694.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  21695.         }, => 'clearCookie'], 0);
  21696.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  21697.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  21698.         }, => 'clearCookie'], 0);
  21699.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  21700.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  21701.         }, => 'preCheckCredentials'], 256);
  21702.         $instance->addListener('security.authentication.success', [=> function () {
  21703.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  21704.         }, => 'postCheckCredentials'], 256);
  21705.         $instance->addListener('security.interactive_login', [=> function () {
  21706.             return ($this->services['app.security.interactive_login_listener'] ?? $this->getApp_Security_InteractiveLoginListenerService());
  21707.         }, => 'onAuthenticationSuccess'], 0);
  21708.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  21709.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  21710.         }, => 'checkPassport'], 1024);
  21711.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  21712.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  21713.         }, => 'handleLoginSuccessEvent'], 0);
  21714.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21715.             return ($this->privates['FlexApp\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  21716.         }, => 'onLogoutEvent'], 0);
  21717.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  21718.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  21719.         }, => 'checkPassport'], 0);
  21720.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  21721.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  21722.         }, => 'onLoginSuccess'], 0);
  21723.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  21724.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  21725.         }, => 'checkPassport'], 512);
  21726.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21727.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  21728.         }, => 'onLogout'], 0);
  21729.         return $instance;
  21730.     }
  21731.     /**
  21732.      * Gets the private 'security.firewall.map' shared service.
  21733.      *
  21734.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  21735.      */
  21736.     protected function getSecurity_Firewall_MapService()
  21737.     {
  21738.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  21739.         if (isset($this->privates['security.firewall.map'])) {
  21740.             return $this->privates['security.firewall.map'];
  21741.         }
  21742.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  21743.             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)/')));
  21744.             yield 'security.firewall.map.context.main' => NULL;
  21745.         }, 2));
  21746.     }
  21747.     /**
  21748.      * Gets the private 'security.firewall.map.context.dev' shared service.
  21749.      *
  21750.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  21751.      */
  21752.     protected function getSecurity_Firewall_Map_Context_DevService()
  21753.     {
  21754.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  21755.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  21756.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  21757.             return new \EmptyIterator();
  21758.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  21759.     }
  21760.     /**
  21761.      * Gets the private 'security.firewall.map.context.main' shared service.
  21762.      *
  21763.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  21764.      */
  21765.     protected function getSecurity_Firewall_Map_Context_MainService()
  21766.     {
  21767.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  21768.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  21769.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  21770.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  21771.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  21772.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/CustomEntryPoint.php';
  21773.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  21774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  21775.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  21776.         if (isset($this->privates['security.firewall.map.context.main'])) {
  21777.             return $this->privates['security.firewall.map.context.main'];
  21778.         }
  21779.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  21780.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  21781.         $d = new \FlexApp\Security\CustomEntryPoint();
  21782.         $d->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  21783.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  21784.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  21785.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  21786.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  21787.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  21788.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  21789.         }, 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())));
  21790.     }
  21791.     /**
  21792.      * Gets the private 'security.helper' shared service.
  21793.      *
  21794.      * @return \Symfony\Component\Security\Core\Security
  21795.      */
  21796.     protected function getSecurity_HelperService()
  21797.     {
  21798.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  21799.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21800.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  21801.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  21802.         ], [
  21803.             'security.authorization_checker' => '?',
  21804.             'security.token_storage' => '?',
  21805.         ]));
  21806.     }
  21807.     /**
  21808.      * Gets the private 'security.http_utils' shared service.
  21809.      *
  21810.      * @return \Symfony\Component\Security\Http\HttpUtils
  21811.      */
  21812.     protected function getSecurity_HttpUtilsService()
  21813.     {
  21814.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  21815.         $a = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  21816.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i'NULL);
  21817.     }
  21818.     /**
  21819.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  21820.      *
  21821.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  21822.      */
  21823.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  21824.     {
  21825.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  21826.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  21827.     }
  21828.     /**
  21829.      * Gets the private 'security.listener.check_remember_me_conditions.main' shared service.
  21830.      *
  21831.      * @return \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener
  21832.      */
  21833.     protected function getSecurity_Listener_CheckRememberMeConditions_MainService()
  21834.     {
  21835.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckRememberMeConditionsListener.php';
  21836.         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()));
  21837.     }
  21838.     /**
  21839.      * Gets the private 'security.listener.csrf_protection' shared service.
  21840.      *
  21841.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  21842.      */
  21843.     protected function getSecurity_Listener_CsrfProtectionService()
  21844.     {
  21845.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  21846.         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()));
  21847.     }
  21848.     /**
  21849.      * Gets the private 'security.listener.main.user_provider' shared service.
  21850.      *
  21851.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  21852.      */
  21853.     protected function getSecurity_Listener_Main_UserProviderService()
  21854.     {
  21855.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  21856.         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()));
  21857.     }
  21858.     /**
  21859.      * Gets the private 'security.listener.password_migrating' shared service.
  21860.      *
  21861.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  21862.      */
  21863.     protected function getSecurity_Listener_PasswordMigratingService()
  21864.     {
  21865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  21866.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  21867.     }
  21868.     /**
  21869.      * Gets the private 'security.listener.remember_me.main' shared service.
  21870.      *
  21871.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeListener
  21872.      */
  21873.     protected function getSecurity_Listener_RememberMe_MainService()
  21874.     {
  21875.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeListener.php';
  21876.         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()));
  21877.     }
  21878.     /**
  21879.      * Gets the private 'security.listener.session.main' shared service.
  21880.      *
  21881.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  21882.      */
  21883.     protected function getSecurity_Listener_Session_MainService()
  21884.     {
  21885.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  21886.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  21887.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  21888.         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())));
  21889.     }
  21890.     /**
  21891.      * Gets the private 'security.listener.user_checker.main' shared service.
  21892.      *
  21893.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  21894.      */
  21895.     protected function getSecurity_Listener_UserChecker_MainService()
  21896.     {
  21897.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  21898.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  21899.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  21900.         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())));
  21901.     }
  21902.     /**
  21903.      * Gets the private 'security.listener.user_provider' shared service.
  21904.      *
  21905.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  21906.      */
  21907.     protected function getSecurity_Listener_UserProviderService()
  21908.     {
  21909.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  21910.         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()));
  21911.     }
  21912.     /**
  21913.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  21914.      *
  21915.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  21916.      */
  21917.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  21918.     {
  21919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  21920.         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()));
  21921.     }
  21922.     /**
  21923.      * Gets the private 'security.logout.listener.default.main' shared service.
  21924.      *
  21925.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  21926.      */
  21927.     protected function getSecurity_Logout_Listener_Default_MainService()
  21928.     {
  21929.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  21930.         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');
  21931.     }
  21932.     /**
  21933.      * Gets the private 'security.logout_url_generator' shared service.
  21934.      *
  21935.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  21936.      */
  21937.     protected function getSecurity_LogoutUrlGeneratorService()
  21938.     {
  21939.         $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()));
  21940.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  21941.         return $instance;
  21942.     }
  21943.     /**
  21944.      * Gets the private 'security.password_hasher_factory' shared service.
  21945.      *
  21946.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  21947.      */
  21948.     protected function getSecurity_PasswordHasherFactoryService()
  21949.     {
  21950.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  21951.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  21952.         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]]);
  21953.     }
  21954.     /**
  21955.      * Gets the private 'security.role_hierarchy' shared service.
  21956.      *
  21957.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  21958.      */
  21959.     protected function getSecurity_RoleHierarchyService()
  21960.     {
  21961.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  21962.     }
  21963.     /**
  21964.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  21965.      *
  21966.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  21967.      */
  21968.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  21969.     {
  21970.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  21971.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  21972.         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);
  21973.     }
  21974.     /**
  21975.      * Gets the private 'security.user_authenticator' shared service.
  21976.      *
  21977.      * @return \Symfony\Bundle\SecurityBundle\Security\UserAuthenticator
  21978.      */
  21979.     protected function getSecurity_UserAuthenticatorService()
  21980.     {
  21981.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  21982.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallAwareTrait.php';
  21983.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/UserAuthenticator.php';
  21984.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  21985.         if (isset($this->privates['security.user_authenticator'])) {
  21986.             return $this->privates['security.user_authenticator'];
  21987.         }
  21988.         return $this->privates['security.user_authenticator'] = new \Symfony\Bundle\SecurityBundle\Security\UserAuthenticator($a, new \Symfony\Component\DependencyInjection\ServiceLocator(['main' => function () {
  21989.             return ($this->privates['security.authenticator.manager.main'] ?? $this->getSecurity_Authenticator_Manager_MainService());
  21990.         }]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  21991.     }
  21992.     /**
  21993.      * Gets the private 'security.user_password_hasher' shared service.
  21994.      *
  21995.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  21996.      */
  21997.     protected function getSecurity_UserPasswordHasherService()
  21998.     {
  21999.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  22000.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  22001.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  22002.     }
  22003.     /**
  22004.      * Gets the private 'security.validator.user_password' shared service.
  22005.      *
  22006.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  22007.      */
  22008.     protected function getSecurity_Validator_UserPasswordService()
  22009.     {
  22010.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22011.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  22013.         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()));
  22014.     }
  22015.     /**
  22016.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  22017.      *
  22018.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  22019.      */
  22020.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  22021.     {
  22022.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  22023.     }
  22024.     /**
  22025.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  22026.      *
  22027.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  22028.      */
  22029.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  22030.     {
  22031.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  22032.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  22033.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  22034.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  22035.     }
  22036.     /**
  22037.      * Gets the private 'sensio_framework_extra.psr7.http_message_factory' shared service.
  22038.      *
  22039.      * @return \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
  22040.      */
  22041.     protected function getSensioFrameworkExtra_Psr7_HttpMessageFactoryService()
  22042.     {
  22043.         $a = ($this->privates['http_discovery.psr17_factory'] ?? ($this->privates['http_discovery.psr17_factory'] = new \Http\Discovery\Psr17Factory()));
  22044.         return $this->privates['sensio_framework_extra.psr7.http_message_factory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a$a$a$a);
  22045.     }
  22046.     /**
  22047.      * Gets the private 'sensio_framework_extra.psr7.listener.response' shared service.
  22048.      *
  22049.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener
  22050.      */
  22051.     protected function getSensioFrameworkExtra_Psr7_Listener_ResponseService()
  22052.     {
  22053.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/PsrResponseListener.php';
  22054.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php';
  22055.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php';
  22056.         return $this->privates['sensio_framework_extra.psr7.listener.response'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener(new \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory());
  22057.     }
  22058.     /**
  22059.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  22060.      *
  22061.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  22062.      */
  22063.     protected function getSensioFrameworkExtra_Security_ListenerService()
  22064.     {
  22065.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  22066.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  22067.             return $this->privates['sensio_framework_extra.security.listener'];
  22068.         }
  22069.         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()));
  22070.     }
  22071.     /**
  22072.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  22073.      *
  22074.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  22075.      */
  22076.     protected function getSensioFrameworkExtra_View_ListenerService()
  22077.     {
  22078.         $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))));
  22079.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22080.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  22081.         ], [
  22082.             'twig' => '?',
  22083.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  22084.         return $instance;
  22085.     }
  22086.     /**
  22087.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  22088.      *
  22089.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  22090.      */
  22091.     protected function getSerializer_Mapping_CacheWarmerService()
  22092.     {
  22093.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  22094.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  22095.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  22096.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  22097.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  22098.         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'));
  22099.     }
  22100.     /**
  22101.      * Gets the private 'serializer.mapping.class_discriminator_resolver' shared service.
  22102.      *
  22103.      * @return \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata
  22104.      */
  22105.     protected function getSerializer_Mapping_ClassDiscriminatorResolverService()
  22106.     {
  22107.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  22108.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  22109.         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()));
  22110.     }
  22111.     /**
  22112.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  22113.      *
  22114.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  22115.      */
  22116.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  22117.     {
  22118.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  22119.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  22120.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  22121.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  22122.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  22123.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  22124.         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()))]));
  22125.     }
  22126.     /**
  22127.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  22128.      *
  22129.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  22130.      */
  22131.     protected function getSerializer_NameConverter_MetadataAwareService()
  22132.     {
  22133.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  22134.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  22135.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  22136.         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()));
  22137.     }
  22138.     /**
  22139.      * Gets the private 'serializer.normalizer.object' shared service.
  22140.      *
  22141.      * @return \Symfony\Component\Serializer\Normalizer\ObjectNormalizer
  22142.      */
  22143.     protected function getSerializer_Normalizer_ObjectService()
  22144.     {
  22145.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  22146.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  22147.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  22148.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  22149.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  22150.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  22151.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  22152.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  22153.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  22154.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  22155.         if (isset($this->privates['serializer.normalizer.object'])) {
  22156.             return $this->privates['serializer.normalizer.object'];
  22157.         }
  22158.         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);
  22159.     }
  22160.     /**
  22161.      * Gets the private 'session.factory' shared service.
  22162.      *
  22163.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  22164.      */
  22165.     protected function getSession_FactoryService()
  22166.     {
  22167.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  22168.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  22169.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  22170.         if (isset($this->privates['session.factory'])) {
  22171.             return $this->privates['session.factory'];
  22172.         }
  22173.         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']);
  22174.     }
  22175.     /**
  22176.      * Gets the private 'session.storage.factory.service' shared service.
  22177.      *
  22178.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  22179.      *
  22180.      * @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.
  22181.      */
  22182.     protected function getSession_Storage_Factory_ServiceService()
  22183.     {
  22184.         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.');
  22185.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory($this->getSession_Storage_NativeService());
  22186.     }
  22187.     /**
  22188.      * Gets the private 'session.storage.metadata_bag' shared service.
  22189.      *
  22190.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  22191.      *
  22192.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  22193.      */
  22194.     protected function getSession_Storage_MetadataBagService()
  22195.     {
  22196.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  22197.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  22198.     }
  22199.     /**
  22200.      * Gets the private 'session.storage.native' shared service.
  22201.      *
  22202.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  22203.      *
  22204.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  22205.      */
  22206.     protected function getSession_Storage_NativeService()
  22207.     {
  22208.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  22209.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  22210.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  22211.         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());
  22212.     }
  22213.     /**
  22214.      * Gets the private 'session_listener' shared service.
  22215.      *
  22216.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  22217.      */
  22218.     protected function getSessionListenerService()
  22219.     {
  22220.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22221.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  22222.             'logger' => ['services''logger''getLoggerService'false],
  22223.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  22224.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  22225.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  22226.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  22227.         ], [
  22228.             'initialized_session' => '?',
  22229.             'logger' => '?',
  22230.             'request_stack' => '?',
  22231.             'session' => '?',
  22232.             'session_collector' => '?',
  22233.             'session_factory' => '?',
  22234.         ]), true$this->parameters['session.storage.options']);
  22235.     }
  22236.     /**
  22237.      * Gets the private 'swiftmailer.command.debug' shared service.
  22238.      *
  22239.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  22240.      */
  22241.     protected function getSwiftmailer_Command_DebugService()
  22242.     {
  22243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22244.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  22245.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  22246.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  22247.         $instance->setName('debug:swiftmailer');
  22248.         return $instance;
  22249.     }
  22250.     /**
  22251.      * Gets the private 'swiftmailer.command.new_email' shared service.
  22252.      *
  22253.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  22254.      */
  22255.     protected function getSwiftmailer_Command_NewEmailService()
  22256.     {
  22257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22258.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  22259.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  22260.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  22261.         $instance->setName('swiftmailer:email:send');
  22262.         return $instance;
  22263.     }
  22264.     /**
  22265.      * Gets the private 'swiftmailer.command.send_email' shared service.
  22266.      *
  22267.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  22268.      */
  22269.     protected function getSwiftmailer_Command_SendEmailService()
  22270.     {
  22271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22272.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  22273.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  22274.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  22275.         $instance->setName('swiftmailer:spool:send');
  22276.         return $instance;
  22277.     }
  22278.     /**
  22279.      * Gets the private 'texter.transports' shared service.
  22280.      *
  22281.      * @return \Symfony\Component\Notifier\Transport\Transports
  22282.      */
  22283.     protected function getTexter_TransportsService()
  22284.     {
  22285.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  22286.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/Transports.php';
  22287.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport.php';
  22288.         return $this->privates['texter.transports'] = (new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  22289.             yield => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  22290.         }, 1)))->fromStrings([]);
  22291.     }
  22292.     /**
  22293.      * Gets the private 'translation.extractor' shared service.
  22294.      *
  22295.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  22296.      */
  22297.     protected function getTranslation_ExtractorService()
  22298.     {
  22299.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  22300.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  22301.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  22302.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  22303.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  22304.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  22305.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  22306.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  22307.         return $instance;
  22308.     }
  22309.     /**
  22310.      * Gets the private 'translation.loader.csv' shared service.
  22311.      *
  22312.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  22313.      */
  22314.     protected function getTranslation_Loader_CsvService()
  22315.     {
  22316.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22317.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22318.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22319.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  22320.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  22321.     }
  22322.     /**
  22323.      * Gets the private 'translation.loader.dat' shared service.
  22324.      *
  22325.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  22326.      */
  22327.     protected function getTranslation_Loader_DatService()
  22328.     {
  22329.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22330.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  22331.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  22332.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  22333.     }
  22334.     /**
  22335.      * Gets the private 'translation.loader.ini' shared service.
  22336.      *
  22337.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  22338.      */
  22339.     protected function getTranslation_Loader_IniService()
  22340.     {
  22341.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22342.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22343.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22344.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  22345.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  22346.     }
  22347.     /**
  22348.      * Gets the private 'translation.loader.json' shared service.
  22349.      *
  22350.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  22351.      */
  22352.     protected function getTranslation_Loader_JsonService()
  22353.     {
  22354.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22355.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22356.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22357.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  22358.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  22359.     }
  22360.     /**
  22361.      * Gets the private 'translation.loader.mo' shared service.
  22362.      *
  22363.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  22364.      */
  22365.     protected function getTranslation_Loader_MoService()
  22366.     {
  22367.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22368.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22369.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22370.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  22371.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  22372.     }
  22373.     /**
  22374.      * Gets the private 'translation.loader.php' shared service.
  22375.      *
  22376.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  22377.      */
  22378.     protected function getTranslation_Loader_PhpService()
  22379.     {
  22380.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22381.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22382.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22383.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  22384.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  22385.     }
  22386.     /**
  22387.      * Gets the private 'translation.loader.po' shared service.
  22388.      *
  22389.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  22390.      */
  22391.     protected function getTranslation_Loader_PoService()
  22392.     {
  22393.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22394.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22395.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22396.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  22397.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  22398.     }
  22399.     /**
  22400.      * Gets the private 'translation.loader.qt' shared service.
  22401.      *
  22402.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  22403.      */
  22404.     protected function getTranslation_Loader_QtService()
  22405.     {
  22406.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22407.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  22408.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  22409.     }
  22410.     /**
  22411.      * Gets the private 'translation.loader.res' shared service.
  22412.      *
  22413.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  22414.      */
  22415.     protected function getTranslation_Loader_ResService()
  22416.     {
  22417.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22418.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  22419.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  22420.     }
  22421.     /**
  22422.      * Gets the private 'translation.loader.xliff' shared service.
  22423.      *
  22424.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  22425.      */
  22426.     protected function getTranslation_Loader_XliffService()
  22427.     {
  22428.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22429.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  22430.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  22431.     }
  22432.     /**
  22433.      * Gets the private 'translation.loader.yml' shared service.
  22434.      *
  22435.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  22436.      */
  22437.     protected function getTranslation_Loader_YmlService()
  22438.     {
  22439.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22440.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22441.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22442.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  22443.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  22444.     }
  22445.     /**
  22446.      * Gets the private 'translation.provider_collection' shared service.
  22447.      *
  22448.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  22449.      */
  22450.     protected function getTranslation_ProviderCollectionService()
  22451.     {
  22452.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  22453.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  22454.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  22455.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  22456.         }, 1), []))->fromConfig([]);
  22457.     }
  22458.     /**
  22459.      * Gets the private 'translation.reader' shared service.
  22460.      *
  22461.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  22462.      */
  22463.     protected function getTranslation_ReaderService()
  22464.     {
  22465.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  22466.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  22467.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22468.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22469.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22470.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  22471.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  22472.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  22473.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  22474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  22475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  22476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  22477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  22478.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  22479.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  22480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  22481.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  22482.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  22483.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  22484.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  22485.         $instance->addLoader('yaml'$a);
  22486.         $instance->addLoader('yml'$a);
  22487.         $instance->addLoader('xlf'$b);
  22488.         $instance->addLoader('xliff'$b);
  22489.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  22490.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  22491.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  22492.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  22493.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  22494.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  22495.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  22496.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  22497.         return $instance;
  22498.     }
  22499.     /**
  22500.      * Gets the private 'translation.warmer' shared service.
  22501.      *
  22502.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  22503.      */
  22504.     protected function getTranslation_WarmerService()
  22505.     {
  22506.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  22507.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  22508.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22509.             'translator' => ['services''translator''getTranslatorService'false],
  22510.         ], [
  22511.             'translator' => '?',
  22512.         ]))->withContext('translation.warmer'$this));
  22513.     }
  22514.     /**
  22515.      * Gets the private 'translation.writer' shared service.
  22516.      *
  22517.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  22518.      */
  22519.     protected function getTranslation_WriterService()
  22520.     {
  22521.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  22522.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  22523.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  22524.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  22525.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  22526.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  22527.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  22528.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  22529.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  22530.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  22531.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  22532.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  22533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  22534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  22535.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  22536.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  22537.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  22538.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  22539.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  22540.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  22541.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  22542.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  22543.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  22544.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  22545.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  22546.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  22547.         return $instance;
  22548.     }
  22549.     /**
  22550.      * Gets the private 'translator.default' shared service.
  22551.      *
  22552.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  22553.      */
  22554.     protected function getTranslator_DefaultService()
  22555.     {
  22556.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22557.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  22558.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  22559.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  22560.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  22561.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  22562.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  22563.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  22564.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  22565.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  22566.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  22567.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  22568.         ], [
  22569.             'translation.loader.csv' => '?',
  22570.             'translation.loader.dat' => '?',
  22571.             'translation.loader.ini' => '?',
  22572.             'translation.loader.json' => '?',
  22573.             'translation.loader.mo' => '?',
  22574.             'translation.loader.php' => '?',
  22575.             'translation.loader.po' => '?',
  22576.             'translation.loader.qt' => '?',
  22577.             'translation.loader.res' => '?',
  22578.             'translation.loader.xliff' => '?',
  22579.             'translation.loader.yml' => '?',
  22580.         ]), 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']]], []);
  22581.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  22582.         $instance->setFallbackLocales([=> 'en'=> 'en']);
  22583.         return $instance;
  22584.     }
  22585.     /**
  22586.      * Gets the private 'twig.command.debug' shared service.
  22587.      *
  22588.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  22589.      */
  22590.     protected function getTwig_Command_DebugService()
  22591.     {
  22592.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22593.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  22594.         $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()));
  22595.         $instance->setName('debug:twig');
  22596.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  22597.         return $instance;
  22598.     }
  22599.     /**
  22600.      * Gets the private 'twig.command.lint' shared service.
  22601.      *
  22602.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  22603.      */
  22604.     protected function getTwig_Command_LintService()
  22605.     {
  22606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22607.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  22608.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  22609.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  22610.         $instance->setName('lint:twig');
  22611.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  22612.         return $instance;
  22613.     }
  22614.     /**
  22615.      * Gets the private 'twig.form.engine' shared service.
  22616.      *
  22617.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  22618.      */
  22619.     protected function getTwig_Form_EngineService()
  22620.     {
  22621.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  22622.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  22623.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  22624.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  22625.         if (isset($this->privates['twig.form.engine'])) {
  22626.             return $this->privates['twig.form.engine'];
  22627.         }
  22628.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  22629.     }
  22630.     /**
  22631.      * Gets the private 'twig.form.renderer' shared service.
  22632.      *
  22633.      * @return \Symfony\Component\Form\FormRenderer
  22634.      */
  22635.     protected function getTwig_Form_RendererService()
  22636.     {
  22637.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  22638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  22639.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  22640.         if (isset($this->privates['twig.form.renderer'])) {
  22641.             return $this->privates['twig.form.renderer'];
  22642.         }
  22643.         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()));
  22644.     }
  22645.     /**
  22646.      * Gets the private 'twig.mailer.message_listener' shared service.
  22647.      *
  22648.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  22649.      */
  22650.     protected function getTwig_Mailer_MessageListenerService()
  22651.     {
  22652.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  22653.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  22654.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  22655.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  22656.         if (isset($this->privates['twig.mailer.message_listener'])) {
  22657.             return $this->privates['twig.mailer.message_listener'];
  22658.         }
  22659.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  22660.     }
  22661.     /**
  22662.      * Gets the private 'twig.runtime.httpkernel' shared service.
  22663.      *
  22664.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  22665.      */
  22666.     protected function getTwig_Runtime_HttpkernelService()
  22667.     {
  22668.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  22669.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  22670.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  22671.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  22672.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  22673.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  22674.         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, [
  22675.             'esi' => ['privates''fragment.renderer.esi''getFragment_Renderer_EsiService'false],
  22676.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  22677.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  22678.         ], [
  22679.             'esi' => '?',
  22680.             'hinclude' => '?',
  22681.             'inline' => '?',
  22682.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('048ad6025000f9fdb5f98bb642e00eadec0f555d'))), $a));
  22683.     }
  22684.     /**
  22685.      * Gets the private 'twig.runtime.security_csrf' shared service.
  22686.      *
  22687.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  22688.      */
  22689.     protected function getTwig_Runtime_SecurityCsrfService()
  22690.     {
  22691.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  22692.         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()));
  22693.     }
  22694.     /**
  22695.      * Gets the private 'twig.runtime.serializer' shared service.
  22696.      *
  22697.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  22698.      */
  22699.     protected function getTwig_Runtime_SerializerService()
  22700.     {
  22701.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  22702.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  22703.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  22704.     }
  22705.     /**
  22706.      * Gets the private 'twig.template_cache_warmer' shared service.
  22707.      *
  22708.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  22709.      */
  22710.     protected function getTwig_TemplateCacheWarmerService()
  22711.     {
  22712.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  22713.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  22714.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  22715.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22716.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  22717.         ], [
  22718.             'twig' => '?',
  22719.         ]))->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')));
  22720.     }
  22721.     /**
  22722.      * Gets the private 'validator.builder' shared service.
  22723.      *
  22724.      * @return \Symfony\Component\Validator\ValidatorBuilder
  22725.      */
  22726.     protected function getValidator_BuilderService()
  22727.     {
  22728.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  22729.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  22730.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22731.             'FlexApp\\Validator\\CommentablePageValidator' => ['privates''FlexApp\\Validator\\CommentablePageValidator''getCommentablePageValidatorService'false],
  22732.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  22733.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  22734.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  22735.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  22736.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  22737.             'WebBundle\\Validator\\Constraints\\CaptchaValidator' => ['services''validator.captcha''getValidator_CaptchaService'false],
  22738.             'WebBundle\\Validator\\Constraints\\CommentValidator' => ['services''WebBundle\\Validator\\Constraints\\CommentValidator''getCommentValidatorService'false],
  22739.             'WebBundle\\Validator\\Constraints\\EqualToFieldValidator' => ['services''validator.equal_to_field''getValidator_EqualToFieldService'false],
  22740.             'WebBundle\\Validator\\Constraints\\UniqueParticipantValidator' => ['services''app.validator.unique_participant''getApp_Validator_UniqueParticipantService'false],
  22741.             'WebBundle\\Validator\\Constraints\\UniqueUserEmailValidator' => ['services''app.validator.unique_user_email''getApp_Validator_UniqueUserEmailService'false],
  22742.             'WebBundle\\Validator\\Constraints\\ValidUserEmailValidator' => ['services''app.validator.validate_user_email''getApp_Validator_ValidateUserEmailService'false],
  22743.             'captcha' => ['services''validator.captcha''getValidator_CaptchaService'false],
  22744.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  22745.             'equal_to_field' => ['services''validator.equal_to_field''getValidator_EqualToFieldService'false],
  22746.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  22747.             'unique_participant' => ['services''app.validator.unique_participant''getApp_Validator_UniqueParticipantService'false],
  22748.             'unique_user_email' => ['services''app.validator.unique_user_email''getApp_Validator_UniqueUserEmailService'false],
  22749.             'validate_user_email' => ['services''app.validator.validate_user_email''getApp_Validator_ValidateUserEmailService'false],
  22750.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  22751.         ], [
  22752.             'FlexApp\\Validator\\CommentablePageValidator' => '?',
  22753.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  22754.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  22755.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  22756.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  22757.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  22758.             'WebBundle\\Validator\\Constraints\\CaptchaValidator' => '?',
  22759.             'WebBundle\\Validator\\Constraints\\CommentValidator' => '?',
  22760.             'WebBundle\\Validator\\Constraints\\EqualToFieldValidator' => '?',
  22761.             'WebBundle\\Validator\\Constraints\\UniqueParticipantValidator' => '?',
  22762.             'WebBundle\\Validator\\Constraints\\UniqueUserEmailValidator' => '?',
  22763.             'WebBundle\\Validator\\Constraints\\ValidUserEmailValidator' => '?',
  22764.             'captcha' => '?',
  22765.             'doctrine.orm.validator.unique' => '?',
  22766.             'equal_to_field' => '?',
  22767.             'security.validator.user_password' => '?',
  22768.             'unique_participant' => '?',
  22769.             'unique_user_email' => '?',
  22770.             'validate_user_email' => '?',
  22771.             'validator.expression' => '?',
  22772.         ])));
  22773.         if ($this->has('translator')) {
  22774.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  22775.         }
  22776.         $instance->setTranslationDomain('messages');
  22777.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  22778.         $instance->enableAnnotationMapping(true);
  22779.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  22780.         $instance->addMethodMapping('loadValidatorMetadata');
  22781.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  22782.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  22783.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  22784.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.oneC_entity_manager'] ?? $this->getDoctrine_Orm_OneCEntityManagerService()), NULL));
  22785.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.logs_entity_manager'] ?? $this->getDoctrine_Orm_LogsEntityManagerService()), NULL));
  22786.         return $instance;
  22787.     }
  22788.     /**
  22789.      * Gets the private 'validator.email' shared service.
  22790.      *
  22791.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  22792.      */
  22793.     protected function getValidator_EmailService()
  22794.     {
  22795.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22796.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22797.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  22798.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  22799.     }
  22800.     /**
  22801.      * Gets the private 'validator.expression' shared service.
  22802.      *
  22803.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  22804.      */
  22805.     protected function getValidator_ExpressionService()
  22806.     {
  22807.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22808.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22809.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  22810.         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())));
  22811.     }
  22812.     /**
  22813.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  22814.      *
  22815.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  22816.      */
  22817.     protected function getValidator_Mapping_CacheWarmerService()
  22818.     {
  22819.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  22820.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  22821.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  22822.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  22823.     }
  22824.     /**
  22825.      * Gets the private 'validator.not_compromised_password' shared service.
  22826.      *
  22827.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  22828.      */
  22829.     protected function getValidator_NotCompromisedPasswordService()
  22830.     {
  22831.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22832.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22833.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  22834.         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);
  22835.     }
  22836.     /**
  22837.      * Gets the private 'web_profiler.csp.handler' shared service.
  22838.      *
  22839.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  22840.      */
  22841.     protected function getWebProfiler_Csp_HandlerService()
  22842.     {
  22843.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  22844.     }
  22845.     /**
  22846.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  22847.      *
  22848.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  22849.      */
  22850.     protected function getWebProfiler_DebugToolbarService()
  22851.     {
  22852.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  22853.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  22854.             return $this->privates['web_profiler.debug_toolbar'];
  22855.         }
  22856.         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);
  22857.     }
  22858.     /**
  22859.      * Gets the public 'cache_clearer' alias.
  22860.      *
  22861.      * @return object The ".container.private.cache_clearer" service.
  22862.      */
  22863.     protected function getCacheClearerService()
  22864.     {
  22865.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  22866.         return $this->get('.container.private.cache_clearer');
  22867.     }
  22868.     /**
  22869.      * Gets the public 'filesystem' alias.
  22870.      *
  22871.      * @return object The ".container.private.filesystem" service.
  22872.      */
  22873.     protected function getFilesystemService()
  22874.     {
  22875.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  22876.         return $this->get('.container.private.filesystem');
  22877.     }
  22878.     /**
  22879.      * Gets the public 'serializer' alias.
  22880.      *
  22881.      * @return object The ".container.private.serializer" service.
  22882.      */
  22883.     protected function getSerializerService()
  22884.     {
  22885.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  22886.         return $this->get('.container.private.serializer');
  22887.     }
  22888.     /**
  22889.      * Gets the public 'security.csrf.token_manager' alias.
  22890.      *
  22891.      * @return object The ".container.private.security.csrf.token_manager" service.
  22892.      */
  22893.     protected function getSecurity_Csrf_TokenManagerService()
  22894.     {
  22895.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  22896.         return $this->get('.container.private.security.csrf.token_manager');
  22897.     }
  22898.     /**
  22899.      * Gets the public 'form.factory' alias.
  22900.      *
  22901.      * @return object The ".container.private.form.factory" service.
  22902.      */
  22903.     protected function getForm_FactoryService()
  22904.     {
  22905.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  22906.         return $this->get('.container.private.form.factory');
  22907.     }
  22908.     /**
  22909.      * Gets the public 'form.type.file' alias.
  22910.      *
  22911.      * @return object The ".container.private.form.type.file" service.
  22912.      */
  22913.     protected function getForm_Type_FileService()
  22914.     {
  22915.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  22916.         return $this->get('.container.private.form.type.file');
  22917.     }
  22918.     /**
  22919.      * Gets the public 'profiler' alias.
  22920.      *
  22921.      * @return object The ".container.private.profiler" service.
  22922.      */
  22923.     protected function getProfilerService()
  22924.     {
  22925.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  22926.         return $this->get('.container.private.profiler');
  22927.     }
  22928.     /**
  22929.      * Gets the public 'twig' alias.
  22930.      *
  22931.      * @return object The ".container.private.twig" service.
  22932.      */
  22933.     protected function getTwigService()
  22934.     {
  22935.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  22936.         return $this->get('.container.private.twig');
  22937.     }
  22938.     /**
  22939.      * Gets the public 'security.authorization_checker' alias.
  22940.      *
  22941.      * @return object The ".container.private.security.authorization_checker" service.
  22942.      */
  22943.     protected function getSecurity_AuthorizationCheckerService()
  22944.     {
  22945.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  22946.         return $this->get('.container.private.security.authorization_checker');
  22947.     }
  22948.     /**
  22949.      * Gets the public 'security.token_storage' alias.
  22950.      *
  22951.      * @return object The ".container.private.security.token_storage" service.
  22952.      */
  22953.     protected function getSecurity_TokenStorageService()
  22954.     {
  22955.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  22956.         return $this->get('.container.private.security.token_storage');
  22957.     }
  22958.     /**
  22959.      * Gets the public 'security.password_encoder' alias.
  22960.      *
  22961.      * @return object The ".container.private.security.password_encoder" service.
  22962.      */
  22963.     protected function getSecurity_PasswordEncoderService()
  22964.     {
  22965.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  22966.         return $this->get('.container.private.security.password_encoder');
  22967.     }
  22968.     /**
  22969.      * Gets the public 'session' alias.
  22970.      *
  22971.      * @return object The ".container.private.session" service.
  22972.      */
  22973.     protected function getSessionService()
  22974.     {
  22975.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  22976.         return $this->get('.container.private.session');
  22977.     }
  22978.     /**
  22979.      * Gets the public 'validator' alias.
  22980.      *
  22981.      * @return object The ".container.private.validator" service.
  22982.      */
  22983.     protected function getValidatorService()
  22984.     {
  22985.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  22986.         return $this->get('.container.private.validator');
  22987.     }
  22988.     /**
  22989.      * @return array|bool|float|int|string|\UnitEnum|null
  22990.      */
  22991.     public function getParameter(string $name)
  22992.     {
  22993.         if (isset($this->buildParameters[$name])) {
  22994.             return $this->buildParameters[$name];
  22995.         }
  22996.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  22997.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  22998.         }
  22999.         if (isset($this->loadedDynamicParameters[$name])) {
  23000.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  23001.         }
  23002.         return $this->parameters[$name];
  23003.     }
  23004.     public function hasParameter(string $name): bool
  23005.     {
  23006.         if (isset($this->buildParameters[$name])) {
  23007.             return true;
  23008.         }
  23009.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  23010.     }
  23011.     public function setParameter(string $name$value): void
  23012.     {
  23013.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  23014.     }
  23015.     public function getParameterBag(): ParameterBagInterface
  23016.     {
  23017.         if (null === $this->parameterBag) {
  23018.             $parameters $this->parameters;
  23019.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  23020.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  23021.             }
  23022.             foreach ($this->buildParameters as $name => $value) {
  23023.                 $parameters[$name] = $value;
  23024.             }
  23025.             $this->parameterBag = new FrozenParameterBag($parameters);
  23026.         }
  23027.         return $this->parameterBag;
  23028.     }
  23029.     private $loadedDynamicParameters = [
  23030.         'kernel.runtime_environment' => false,
  23031.         'kernel.build_dir' => false,
  23032.         'kernel.cache_dir' => false,
  23033.         'soap_login' => false,
  23034.         'soap_pass' => false,
  23035.         'app_name' => false,
  23036.         'contrast' => false,
  23037.         'bright' => false,
  23038.         'disable_get_cons_online_attr_request' => false,
  23039.         'nowpayments_api_key' => false,
  23040.         'nowpayments_api_url' => false,
  23041.         'nowpayments_ipn_secret' => false,
  23042.         'soap_calculate_url' => false,
  23043.         'alert_tg_bot_token' => false,
  23044.         'alert_tg_chat_id' => false,
  23045.         'debug.container.dump' => false,
  23046.         'serializer.mapping.cache.file' => false,
  23047.         'session.save_path' => false,
  23048.         'validator.mapping.cache.file' => false,
  23049.         'profiler.storage.dsn' => false,
  23050.         'doctrine.orm.proxy_dir' => false,
  23051.         'nelmio_cors.defaults' => false,
  23052.     ];
  23053.     private $dynamicParameters = [];
  23054.     private function getDynamicParameter(string $name)
  23055.     {
  23056.         switch ($name) {
  23057.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  23058.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  23059.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  23060.             case 'soap_login'$value $this->getEnv('SOAP_LOGIN'); break;
  23061.             case 'soap_pass'$value $this->getEnv('SOAP_PASSWORD'); break;
  23062.             case 'app_name'$value $this->getEnv('APP_ENV'); break;
  23063.             case 'contrast'$value $this->getEnv('CONTRAST'); break;
  23064.             case 'bright'$value $this->getEnv('BRIGHT'); break;
  23065.             case 'disable_get_cons_online_attr_request'$value $this->getEnv('DISABLE_GET_CONS_ONLINE_ATTR_REQUEST'); break;
  23066.             case 'nowpayments_api_key'$value $this->getEnv('NOWPAYMENTS_API_KEY'); break;
  23067.             case 'nowpayments_api_url'$value $this->getEnv('NOWPAYMENTS_API_URL'); break;
  23068.             case 'nowpayments_ipn_secret'$value $this->getEnv('NOWPAYMENTS_IPN_SECRET'); break;
  23069.             case 'soap_calculate_url'$value $this->getEnv('SOAP_CALCULATE_URL'); break;
  23070.             case 'alert_tg_bot_token'$value $this->getEnv('ALERT_TELEGRAM_BOT_TOKEN'); break;
  23071.             case 'alert_tg_chat_id'$value $this->getEnv('ALERT_TELEGRAM_CHAT_ID'); break;
  23072.             case 'debug.container.dump'$value = ($this->targetDir.''.'/FlexApp_KernelTe_devDebugContainer.xml'); break;
  23073.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  23074.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  23075.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  23076.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  23077.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  23078.             case 'nelmio_cors.defaults'$value = [
  23079.                 'allow_origin' => [
  23080.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  23081.                 ],
  23082.                 'allow_credentials' => false,
  23083.                 'allow_headers' => [
  23084.                     => 'content-type',
  23085.                     => 'authorization',
  23086.                 ],
  23087.                 'allow_private_network' => false,
  23088.                 'expose_headers' => [
  23089.                     => 'Link',
  23090.                 ],
  23091.                 'allow_methods' => [
  23092.                     => 'GET',
  23093.                     => 'OPTIONS',
  23094.                     => 'POST',
  23095.                     => 'PUT',
  23096.                     => 'PATCH',
  23097.                     => 'DELETE',
  23098.                 ],
  23099.                 'max_age' => 3600,
  23100.                 'hosts' => [
  23101.                 ],
  23102.                 'origin_regex' => true,
  23103.                 'forced_allow_origin_value' => NULL,
  23104.                 'skip_same_as_origin' => true,
  23105.             ]; break;
  23106.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  23107.         }
  23108.         $this->loadedDynamicParameters[$name] = true;
  23109.         return $this->dynamicParameters[$name] = $value;
  23110.     }
  23111.     protected function getDefaultParameters(): array
  23112.     {
  23113.         return [
  23114.             'kernel.project_dir' => \dirname(__DIR__4),
  23115.             'kernel.environment' => 'te_dev',
  23116.             'kernel.debug' => true,
  23117.             'kernel.logs_dir' => (\dirname(__DIR__3).'/logs'),
  23118.             'kernel.bundles' => [
  23119.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  23120.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  23121.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  23122.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  23123.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  23124.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  23125.                 'LeezyPheanstalkBundle' => 'Leezy\\PheanstalkBundle\\LeezyPheanstalkBundle',
  23126.                 'LimeniusLiformBundle' => 'Limenius\\LiformBundle\\LimeniusLiformBundle',
  23127.                 'LimeniusReactBundle' => 'Limenius\\ReactBundle\\LimeniusReactBundle',
  23128.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  23129.                 'MobileDetectBundle' => 'SunCat\\MobileDetectBundle\\MobileDetectBundle',
  23130.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  23131.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  23132.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  23133.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  23134.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  23135.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  23136.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  23137.                 'MetaerCurlWrapperBundle' => 'Metaer\\CurlWrapperBundle\\MetaerCurlWrapperBundle',
  23138.                 'AdmBundle' => 'AdmBundle\\AdmBundle',
  23139.                 'WebBundle' => 'WebBundle\\WebBundle',
  23140.                 'Import1CBundle' => 'Import1CBundle\\Import1CBundle',
  23141.                 'FirebaseBundle' => 'Kreait\\Firebase\\Symfony\\Bundle\\FirebaseBundle',
  23142.                 'FuncCompressBundle' => 'Func\\CompressBundle\\FuncCompressBundle',
  23143.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  23144.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  23145.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  23146.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  23147.             ],
  23148.             'kernel.bundles_metadata' => [
  23149.                 'FrameworkBundle' => [
  23150.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  23151.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  23152.                 ],
  23153.                 'TwigBundle' => [
  23154.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  23155.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  23156.                 ],
  23157.                 'TwigExtraBundle' => [
  23158.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  23159.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  23160.                 ],
  23161.                 'SecurityBundle' => [
  23162.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  23163.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  23164.                 ],
  23165.                 'DoctrineBundle' => [
  23166.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  23167.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  23168.                 ],
  23169.                 'KnpSnappyBundle' => [
  23170.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  23171.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  23172.                 ],
  23173.                 'LeezyPheanstalkBundle' => [
  23174.                     'path' => (\dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src'),
  23175.                     'namespace' => 'Leezy\\PheanstalkBundle',
  23176.                 ],
  23177.                 'LimeniusLiformBundle' => [
  23178.                     'path' => (\dirname(__DIR__4).'/vendor/limenius/liform-bundle'),
  23179.                     'namespace' => 'Limenius\\LiformBundle',
  23180.                 ],
  23181.                 'LimeniusReactBundle' => [
  23182.                     'path' => (\dirname(__DIR__4).'/vendor/limenius/react-bundle'),
  23183.                     'namespace' => 'Limenius\\ReactBundle',
  23184.                 ],
  23185.                 'SensioFrameworkExtraBundle' => [
  23186.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  23187.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  23188.                 ],
  23189.                 'MobileDetectBundle' => [
  23190.                     'path' => (\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle'),
  23191.                     'namespace' => 'SunCat\\MobileDetectBundle',
  23192.                 ],
  23193.                 'MonologBundle' => [
  23194.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  23195.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  23196.                 ],
  23197.                 'DoctrineMigrationsBundle' => [
  23198.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  23199.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  23200.                 ],
  23201.                 'SwiftmailerBundle' => [
  23202.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  23203.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  23204.                 ],
  23205.                 'NelmioAliceBundle' => [
  23206.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  23207.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  23208.                 ],
  23209.                 'FidryAliceDataFixturesBundle' => [
  23210.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  23211.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  23212.                 ],
  23213.                 'HautelookAliceBundle' => [
  23214.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  23215.                     'namespace' => 'Hautelook\\AliceBundle',
  23216.                 ],
  23217.                 'WebProfilerBundle' => [
  23218.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  23219.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  23220.                 ],
  23221.                 'MetaerCurlWrapperBundle' => [
  23222.                     'path' => (\dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle'),
  23223.                     'namespace' => 'Metaer\\CurlWrapperBundle',
  23224.                 ],
  23225.                 'AdmBundle' => [
  23226.                     'path' => (\dirname(__DIR__4).'/src/AdmBundle'),
  23227.                     'namespace' => 'AdmBundle',
  23228.                 ],
  23229.                 'WebBundle' => [
  23230.                     'path' => (\dirname(__DIR__4).'/src/WebBundle'),
  23231.                     'namespace' => 'WebBundle',
  23232.                 ],
  23233.                 'Import1CBundle' => [
  23234.                     'path' => (\dirname(__DIR__4).'/src/Import1CBundle'),
  23235.                     'namespace' => 'Import1CBundle',
  23236.                 ],
  23237.                 'FirebaseBundle' => [
  23238.                     'path' => (\dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src'),
  23239.                     'namespace' => 'Kreait\\Firebase\\Symfony\\Bundle',
  23240.                 ],
  23241.                 'FuncCompressBundle' => [
  23242.                     'path' => (\dirname(__DIR__4).'/vendor/funcphp/twig-compress/CompressBundle'),
  23243.                     'namespace' => 'Func\\CompressBundle',
  23244.                 ],
  23245.                 'MakerBundle' => [
  23246.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  23247.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  23248.                 ],
  23249.                 'NelmioApiDocBundle' => [
  23250.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  23251.                     'namespace' => 'Nelmio\\ApiDocBundle',
  23252.                 ],
  23253.                 'SentryBundle' => [
  23254.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  23255.                     'namespace' => 'Sentry\\SentryBundle',
  23256.                 ],
  23257.                 'NelmioCorsBundle' => [
  23258.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  23259.                     'namespace' => 'Nelmio\\CorsBundle',
  23260.                 ],
  23261.             ],
  23262.             'kernel.charset' => 'UTF-8',
  23263.             'kernel.container_class' => 'FlexApp_KernelTe_devDebugContainer',
  23264.             'container.dumper.inline_class_loader' => true,
  23265.             'container.dumper.inline_factories' => true,
  23266.             'mirror' => 0,
  23267.             'site' => 'dev-bi.tile.expert',
  23268.             'domain' => '.dev-bi.tile.expert',
  23269.             'full_domain' => 'https://dev-bi.tile.expert',
  23270.             'site_name' => 'Tile.Expert',
  23271.             'router.request_context.host' => 'tile.expert',
  23272.             'router.request_context.scheme' => 'https',
  23273.             'locale' => 'en',
  23274.             'locale_jobs' => 'ru',
  23275.             'langs_available' => 'da|de|en|es|fr|it|nl|no|pl|fi|sv|pt|ru|zh',
  23276.             'langs_all' => 'ru|en|it|es|fr|de|pl|nl|fi|sv|da|no|pt|zh',
  23277.             'lang_country' => '(ru|en|it|es|fr|de|pl|nl|fi|sv|da|no|pt|zh)(-[\\w]{2})?',
  23278.             'locales' => [
  23279.                 => 'ru',
  23280.                 => 'en',
  23281.                 => 'it',
  23282.                 => 'es',
  23283.                 => 'fr',
  23284.                 => 'de',
  23285.                 => 'pl',
  23286.                 => 'nl',
  23287.                 => 'fi',
  23288.                 => 'sv',
  23289.                 10 => 'da',
  23290.                 11 => 'no',
  23291.                 12 => 'pt',
  23292.                 13 => 'zh',
  23293.             ],
  23294.             'recaptcha_secret' => '6LcVzAYUAAAAAM-zgoDAjYHxyNGSqq14xuWEnEwG',
  23295.             'recaptcha_html' => '6LcVzAYUAAAAABwE13fld_8Paz5OwyUeXlo89A1E',
  23296.             'recaptcha_secret_opacity' => '6Lefh1IUAAAAAH7DHiHT7fxkIZE8mc8hDUs9hcD2',
  23297.             'recaptcha_html_opacity' => '6Lefh1IUAAAAAAkOM6TdA5UIOnRhn2FaviL08Dhm',
  23298.             'yandex' => false,
  23299.             'w3counter' => false,
  23300.             'mailer_transport' => NULL,
  23301.             'mailer_host' => NULL,
  23302.             'mailer_port' => NULL,
  23303.             'mailer_user' => NULL,
  23304.             'mailer_password' => NULL,
  23305.             'mailer_encryption' => NULL,
  23306.             'mailer_auth_mode' => NULL,
  23307.             'mailer_email_from' => [
  23308.                 'robot@tile.expert' => '"Robot, TILE.EXPERT"',
  23309.             ],
  23310.             'mailer_email_to' => [
  23311.             ],
  23312.             'portal_host' => 'https://te.remote.team',
  23313.             'portal_ws_server' => 'https://te.remote.team:3003',
  23314.             'paypal_url_redirect' => 'https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=',
  23315.             'paypal_url' => 'https://api-3t.paypal.com/nvp',
  23316.             'paypal_user_pp' => 'malta_api1.dev-bi.tile.expert',
  23317.             'paypal_pwd_pp' => 'GFKZT2KR24LV3QFR',
  23318.             'paypal_signature_pp' => 'AFcWxV21C7fd0v3bYYYRCpSSRl31Ap-yLXRAdMH3TcWonNYC27nRBt0K',
  23319.             'braintree_environment' => 'sandbox',
  23320.             'braintree_merchant_id' => '3tx82xhvrh4s4sz6',
  23321.             'braintree_public_key' => 'pbr9qhmd999yhjxc',
  23322.             'braintree_private_key' => '3017127eb0a93d1ff2b49f67f3c50686',
  23323.             'credit_skin' => 'y4VKztc1',
  23324.             'credit_hmac_keys' => 'F0519D539B815AA2EE0FA678A028307988B9BC17217D563F104EA721F6113EB3',
  23325.             'credit_amex_skin' => 'cRXj184L',
  23326.             'credit_amex_hmac_keys' => '2D00E50ADEF6BAB6C264C1F6F290F95EDFA7EA1214F68ED228CB2001D7756E93',
  23327.             'credit_skin_handle' => 'YePdvnpx',
  23328.             'credit_hmac_keys_handle' => '9BA13CE824B02FE451C7AD3B79E7124C56762E0C871C94CF5E2F6E58ECAC47EA',
  23329.             'credit_amex_skin_handle' => 'VqGkgJno',
  23330.             'credit_amex_hmac_keys_handle' => '3406B6B60D00DF4ABB53147872FF54FFDACC6025E6B8B0B98ACB603921B7D011',
  23331.             'card_adyen_merchant' => 'TileExpertOUEXPERT',
  23332.             'card_adyen_login' => 'ws@Company.TileExpertOU',
  23333.             'card_adyen_pass' => 'k1HE2)22C}qAK7wyfJ6&UXvdL',
  23334.             'card_adyen_url' => 'https://live.adyen.com/hpp/',
  23335.             'card_adyen_skin' => 'aU1XFuTp',
  23336.             'card_adyen_hmac_keys' => 'F0519D539B815AA2EE0FA678A028307988B9BC17217D563F104EA721F6113EB3',
  23337.             'card_adyen_amex_skin' => 'D3zcPv1L',
  23338.             'card_adyen_amex_hmac_keys' => '2D00E50ADEF6BAB6C264C1F6F290F95EDFA7EA1214F68ED228CB2001D7756E93',
  23339.             'card_adyen_skin_handle' => 'YePdvnpx',
  23340.             'card_adyen_hmac_keys_handle' => '9BA13CE824B02FE451C7AD3B79E7124C56762E0C871C94CF5E2F6E58ECAC47EA',
  23341.             'card_adyen_amex_skin_handle' => 'VqGkgJno',
  23342.             'card_adyen_amex_hmac_keys_handle' => '3406B6B60D00DF4ABB53147872FF54FFDACC6025E6B8B0B98ACB603921B7D011',
  23343.             'card_adyen_api_key' => 'AQEnhmfuXNWTK0Qc+iSEm2g9gvyLTZlZIqYwPhjcJEaRPxxb13aM1+M2EMFdWw2+5HzctViMSCJMYAc=-Ymwf+OVRZv2MhSZt9EOFzxyF2+yajMuA4p+ov94s3vM=-}#v$hc2Dx6?%+@PR',
  23344.             'card_adyen_client_key' => 'test_ETKJ5WGGUFAKDAXE2KFWWHUJIUKIGHYI',
  23345.             'card_adyen_environment' => 'test',
  23346.             'card_adyen_prefix' => '5691daf620711baf-TileExpertOU',
  23347.             'card_ru_url' => 'https://securepayments.sberbank.ru/payment/rest/',
  23348.             'card_ru_user' => 'tile_expert-api',
  23349.             'card_ru_pass' => 'Api*042018',
  23350.             'card_ru_proxy_url' => '136.243.143.198:3128',
  23351.             'card_ru_proxy_userpwd' => 'te:tile_expert',
  23352.             'salt' => 'test',
  23353.             'memcache_host' => 'localhost',
  23354.             'memcache_port' => 11211,
  23355.             'database_driver' => 'pdo_mysql',
  23356.             'database_host' => '54.93.223.112',
  23357.             'database_port' => 4006,
  23358.             'database_name' => 'te',
  23359.             'database_user' => 'maxusr_new',
  23360.             'database_password' => 'M@!xUsrN3w!P@ssw',
  23361.             'database_slave_host' => '54.93.223.112',
  23362.             'database_slave_port' => 4006,
  23363.             'database_slave_name' => 'te',
  23364.             'database_slave_user' => 'maxusr_new',
  23365.             'database_slave_password' => 'M@!xUsrN3w!P@ssw',
  23366.             'database_phpunit_testing_driver' => 'pdo_mysql',
  23367.             'database_phpunit_testing_host' => '136.243.143.200',
  23368.             'database_phpunit_testing_port' => 3307,
  23369.             'database_phpunit_testing_name' => 'phpunit_testing',
  23370.             'database_phpunit_testing_user' => 'root',
  23371.             'database_phpunit_testing_password' => 'MySQL20203030root_1##',
  23372.             'database_driver_2' => 'pdo_mysql',
  23373.             'database_host_2' => '52.58.231.33',
  23374.             'database_port_2' => 3306,
  23375.             'database_name_2' => '1c',
  23376.             'database_user_2' => 'm.user',
  23377.             'database_password_2' => 'jkRHZalW0JGC',
  23378.             'database_driver_3' => 'pdo_mysql',
  23379.             'database_host_3' => '35.158.109.26',
  23380.             'database_port_3' => 9306,
  23381.             'database_name_3' => 'te',
  23382.             'database_user_3' => 'maxusr_admin',
  23383.             'database_password_3' => 'ME248W4Tsu903Hd8',
  23384.             'database_driver_logs' => 'pdo_mysql',
  23385.             'database_host_logs' => '54.93.223.112',
  23386.             'database_port_logs' => 4006,
  23387.             'database_name_logs' => 'adm_te',
  23388.             'database_user_logs' => 'maxusr_admin',
  23389.             'database_password_logs' => 'ME248W4Tsu903Hd8',
  23390.             'secret' => '048ad6025000f9fdb5f98bb642e00eadec0f555d',
  23391.             'debug_redirects' => false,
  23392.             'use_assetic_controller' => true,
  23393.             'database_path' => NULL,
  23394.             'googleAnalytics' => true,
  23395.             'googleRemarketing' => false,
  23396.             'monolog_swift_subject' => 'OOps Tile.expert problems',
  23397.             'monolog_swift_to_email' => 'gweningwarr@ya.ru',
  23398.             'orderApi_wsdl' => 'https://wa1s01.remote.team:5502/main/ws/projectcalculator.1cws?wsdl',
  23399.             'soap_wsdl' => 'https://wa1s03.remote.team:5501/education/ws/projectcalculator.1cws?wsdl',
  23400.             'collApi_wsdl' => 'https://wa1s01.remote.team:5502/main/ws/listeningportal.1cws?wsdl',
  23401.             'node_path' => '/usr/bin/node',
  23402.             'twilio_account_sid' => 'ACb792ac96aff8811ce60e15348308a493',
  23403.             'twilio_auth_token' => 'b193473eec54a9abbffa91c4f59954d2',
  23404.             'twilio_twiml_app_sid' => 'AP44c903a80266f8ac7d2225df3f95061d',
  23405.             'pivat_key' => '',
  23406.             'show_alert_update' => false,
  23407.             'guetzli_handler' => (\dirname(__DIR__5).'/bin/guetzli'),
  23408.             'pheanstalk_server' => '127.0.0.1',
  23409.             'pheanstalk_port' => 11313,
  23410.             'rabbit_host' => '136.243.143.197',
  23411.             'rabbit_port' => 5672,
  23412.             'rabbit_user' => 'te',
  23413.             'rabbit_pwd' => 'te1212',
  23414.             'nodeServer' => 'https://dev-bi.tile.expert:3002',
  23415.             'assets_base_url' => 'https://dev-bi.tile.expert',
  23416.             'react_rendering' => 'both',
  23417.             'react_trace' => true,
  23418.             'react_mode' => 'phpexecjs',
  23419.             'general' => true,
  23420.             'trans_ex' => [
  23421.                 'tred' => [
  23422.                     'user' => 'translations@dev-bi.tile.expert',
  23423.                     'pass' => 'a3b4702a37',
  23424.                 ],
  23425.                 'libr' => [
  23426.                     'user' => 'translations@dev-bi.tile.expert',
  23427.                     'pass' => 'Gk34ip$akd4XK',
  23428.                     'type' => [
  23429.                         'demo' => 'd059de81-792e-4c54-be79-f2554e8aa8a1',
  23430.                         'standard' => '9d229a06-a601-4be3-8036-d61ef629a331',
  23431.                         'tep' => '71872bc8-4143-446d-b0cf-760fbb37fa1c',
  23432.                     ],
  23433.                 ],
  23434.                 'librV2' => [
  23435.                     'user' => '7e08c282-d2d4-47ef-b175-eea7617df1df',
  23436.                     'pass' => '4f67802b-5481-08fe-5655-195f7c697933',
  23437.                     'type' => [
  23438.                         'demo' => 'ifirsZKMTgy2JXlqQIjJmw',
  23439.                         'standard' => 'KqpOnyp7SPGCufJM5lstbA',
  23440.                         'tep' => 'fPYB0xIvQ9OGnPWm-6iMyA',
  23441.                     ],
  23442.                 ],
  23443.             ],
  23444.             'filters.separator.old' => '-&-',
  23445.             'filters.separator.new' => '&',
  23446.             'salt_onec' => 'imagelib',
  23447.             'salt_portal' => 'qXruJsYFx40DRO7qEvmvGbps6m8VI2cUTYhD0M9pxYvC6EVuchnZ2wYXBpcprU13',
  23448.             'salt_portal_bi' => 'imagelib',
  23449.             'jobs_subdomain' => 'jobs',
  23450.             'replace_in_jobs_link_4th_level' => 'dev3',
  23451.             'cons_test_mode' => false,
  23452.             'cons_login_for_test_mode' => 'ppopov51218',
  23453.             'comment_fails_emails' => [
  23454.                 => 'dev-bi.tile.expert.emails@yandex.ru',
  23455.                 => 'i.kedrov@dev-bi.tile.expert',
  23456.                 => 'v.pechenikin@dev-bi.tile.expert',
  23457.                 => 'd.dudarev@dev-bi.tile.expert',
  23458.             ],
  23459.             'user_fails_emails' => [
  23460.                 => 'i.kedrov@dev-bi.tile.expert',
  23461.                 => 'dev-bi.tile.expert.emails@yandex.ru',
  23462.             ],
  23463.             'general_fails_emails' => [
  23464.                 => 'dev-bi.tile.expert.emails@yandex.ru',
  23465.             ],
  23466.             'critical_errors_email' => [
  23467.                 => 'i.kedrov@dev-bi.tile.expert',
  23468.                 => 'dev-bi.tile.expert.errors.log@yandex.ru',
  23469.                 => 'd.fomenkov@dev-bi.tile.expert',
  23470.                 => 'p.popov@dev-bi.tile.expert',
  23471.             ],
  23472.             'critical_errors_from' => 'errors@dev-bi.tile.expert',
  23473.             'len_article' => 120,
  23474.             'web_socket_server_host' => 'dev-bi.tile.expert',
  23475.             'web_socket_server_internal_host' => 'dev-bi.tile.expert',
  23476.             'web_socket_server_protocol' => 'wss',
  23477.             'web_socket_server_external_port' => 37615,
  23478.             'web_socket_server_internal_port' => 37617,
  23479.             'dev_database_server_version' => 'mariadb-5.5.56',
  23480.             'order_send_review' => false,
  23481.             'disable_delivery_te' => false,
  23482.             'disable_delivery_te_dev' => false,
  23483.             'enable_consultants_schedule_caching' => true,
  23484.             'kladr_token' => 'HDhrYb2zHZer7fBB38NfaY5teDZdY6yA',
  23485.             'google_client_id' => '733540005734-ehu23v4sks8snbbonkjku9vjifvqo9o6.apps.googleusercontent.com',
  23486.             'google_secret_key' => 'bUUKJy3GxY2RSdy1vnfxrtAx',
  23487.             'vk_app_id' => 6968232,
  23488.             'vk_secret_kay' => 'VOLYQkvDqmPPWpYpSoPI',
  23489.             'facebook_app_id' => 585883231920021,
  23490.             'facebook_secret_key' => '5aebecf8d45d14985ede6246c60d22bc',
  23491.             'instagram_client_id' => '4eb40278fc5f41dfbe999d08c834210b',
  23492.             'instagram_secret_key' => '9496ce9657dc4886b1b764e66a01ebe2',
  23493.             'wkhtmltopdf' => '/usr/local/bin/wkhtmltopdf.sh',
  23494.             'mirrors_list' => [
  23495.                 => 'site1.dev-bi.tile.expert',
  23496.                 => 'site2.dev-bi.tile.expert',
  23497.                 => 'site3.dev-bi.tile.expert',
  23498.                 => 'site4.dev-bi.tile.expert',
  23499.                 => 'site5.dev-bi.tile.expert',
  23500.                 => 'site6.dev-bi.tile.expert',
  23501.             ],
  23502.             'aws.access_key_id' => 'AKIAXGHE77E74NGPYT6Z',
  23503.             'aws.secret_access_key' => 't5xTiYgHZyGArqXAIKfpbEgr+SqwcrFIdvVjQDSX',
  23504.             'aws.api_version' => 'latest',
  23505.             'aws.region' => 'us-east-2',
  23506.             'aws.personalize.campaign_arn' => 'arn:aws:personalize:us-east-2:494401485119:campaign/tile-expert-campaign',
  23507.             'aws.user_interactions_tracker_id' => '8aa2c2cd-018d-4577-8abf-deff2772dc4a',
  23508.             'chat_b_ws_server_type' => 'php',
  23509.             'delivery_addresses_te_dev' => [
  23510.                 => 'stub@dev-bi.tile.expert',
  23511.             ],
  23512.             'centrifugo.api_url' => 'https://centrifugo.dev-bi.tile.expert:8000/api',
  23513.             'centrifugo.connection_url' => 'wss://centrifugo.dev-bi.tile.expert:8000/connection/websocket',
  23514.             'centrifugo.api_key' => '3757d14d-bb37-4981-9ea0-1934a8a3aa07',
  23515.             'centrifugo.secret' => '2e9b9acf-4917-43a6-b45d-083e55c21673',
  23516.             'image_lazyload' => true,
  23517.             'cco_email' => 'victoria@dev-bi.tile.expert',
  23518.             'pg_dsn' => 'postgresql://user:password@host:port/dbname',
  23519.             'img_server_host' => '35.158.222.127',
  23520.             'img_server_folder' => (\dirname(__DIR__4).'/images/img_lb'),
  23521.             'img_server_user' => 'te',
  23522.             'quality' => '100',
  23523.             'quality_webp' => '70',
  23524.             'qte_base_url' => 'https://qte.dev-bi.tile.expert',
  23525.             'qte_api_key' => '3014110C6B586FD9F9B9F6F3ECD3FAF0',
  23526.             'bi.v4.image_driver' => 'imagick',
  23527.             'google_cloud_api_key' => NULL,
  23528.             'translator.api_url' => 'https://translator.tile.expert',
  23529.             'translator.api_key' => 'a011de81-342e-4c11-be49-f2334e8aa8a1',
  23530.             'assets.version.adm' => '1.2.4',
  23531.             'portal_api_server_logs_dir' => 'portal_api_server',
  23532.             'send_comment_to_portal_logs_dir' => 'comment_send_api_client',
  23533.             'send_theme_to_portal_logs_dir' => 'theme_send_api_client',
  23534.             'send_to_portal_logs_dir' => 'portal_api_client',
  23535.             'crypto_payment_logger_dir' => 'crypto_payment',
  23536.             'last_messages_count_in_chat_b' => 50,
  23537.             'default_cons_online_status_if_can_not_find_by_login_in_portal_data' => true,
  23538.             'chat_b_websocket_client_te_timeout' => 90,
  23539.             'chat_b_websocket_client_te_dev_timeout' => 90,
  23540.             'chat_b_websocket_client_test_timeout' => 7,
  23541.             'chat_b_websocket_client_default_timeout' => 7,
  23542.             'bi.v3.connection.logs' => 'logs',
  23543.             'bi.v3.connection.oneC' => 'oneC',
  23544.             'adm.name' => 'TE AdmPanel',
  23545.             'adm.comment.theme_unid_test' => '57EA4A8B-78D7-CAFC-2363-42F9304CFB6D',
  23546.             'adm.comment.entity_types' => [
  23547.                 'Publication' => '1',
  23548.                 'Vacancy' => '2',
  23549.                 'Collection' => '3',
  23550.                 'Page' => '4',
  23551.                 'BuyOrder' => '5',
  23552.             ],
  23553.             'adm.files.path.web' => '/img_lb',
  23554.             'adm.files.path.files' => 'web/img_lb',
  23555.             'event_dispatcher.event_aliases' => [
  23556.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  23557.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  23558.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  23559.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  23560.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  23561.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  23562.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  23563.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  23564.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  23565.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  23566.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  23567.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  23568.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  23569.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  23570.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  23571.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  23572.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  23573.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  23574.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  23575.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  23576.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  23577.             ],
  23578.             'fragment.renderer.hinclude.global_template' => NULL,
  23579.             'fragment.path' => '/_fragment',
  23580.             'kernel.secret' => '048ad6025000f9fdb5f98bb642e00eadec0f555d',
  23581.             'kernel.http_method_override' => true,
  23582.             'kernel.trusted_hosts' => [
  23583.             ],
  23584.             'kernel.default_locale' => 'en',
  23585.             'kernel.enabled_locales' => [
  23586.             ],
  23587.             'kernel.error_controller' => 'error_controller',
  23588.             'debug.file_link_format' => NULL,
  23589.             'asset.request_context.base_path' => NULL,
  23590.             'asset.request_context.secure' => NULL,
  23591.             'translator.logging' => false,
  23592.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  23593.             'debug.error_handler.throw_at' => -1,
  23594.             'router.request_context.base_url' => '',
  23595.             'router.resource' => 'kernel::loadRoutes',
  23596.             'request_listener.http_port' => 80,
  23597.             'request_listener.https_port' => 443,
  23598.             'session.metadata.storage_key' => '_sf2_meta',
  23599.             'session.storage.options' => [
  23600.                 'cache_limiter' => '0',
  23601.                 'cookie_lifetime' => 2419200,
  23602.                 'cookie_httponly' => true,
  23603.                 'gc_maxlifetime' => 2419200,
  23604.                 'gc_probability' => 1,
  23605.             ],
  23606.             'session.metadata.update_threshold' => 0,
  23607.             'form.type_extension.csrf.enabled' => true,
  23608.             'form.type_extension.csrf.field_name' => '_token',
  23609.             'validator.translation_domain' => 'messages',
  23610.             'profiler_listener.only_exceptions' => false,
  23611.             'profiler_listener.only_main_requests' => false,
  23612.             'twig.form.resources' => [
  23613.                 => 'form_div_layout.html.twig',
  23614.             ],
  23615.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  23616.             'security.role_hierarchy.roles' => [
  23617.                 'ROLE_USER' => [
  23618.                     => 'ROLE_USER',
  23619.                 ],
  23620.                 'ROLE_PREVIEW_LC' => [
  23621.                     => 'ROLE_USER',
  23622.                 ],
  23623.                 'ROLE_CODER' => [
  23624.                     => 'ROLE_USER',
  23625.                 ],
  23626.                 'ROLE_UPLOAD_FILES_TP' => [
  23627.                     => 'ROLE_USER',
  23628.                 ],
  23629.                 'ROLE_EDITOR_EMAIL' => [
  23630.                     => 'ROLE_USER',
  23631.                     => 'ROLE_CONS_RU',
  23632.                     => 'ROLE_CONS_EN',
  23633.                 ],
  23634.                 'ROLE_CONS' => [
  23635.                     => 'ROLE_USER',
  23636.                 ],
  23637.                 'ROLE_CONS_RU' => [
  23638.                     => 'ROLE_CONS',
  23639.                 ],
  23640.                 'ROLE_CONS_EN' => [
  23641.                     => 'ROLE_CONS',
  23642.                 ],
  23643.                 'ROLE_CONS_IT' => [
  23644.                     => 'ROLE_CONS',
  23645.                 ],
  23646.                 'ROLE_CONS_ES' => [
  23647.                     => 'ROLE_CONS',
  23648.                 ],
  23649.                 'ROLE_CONS_FR' => [
  23650.                     => 'ROLE_CONS',
  23651.                 ],
  23652.                 'ROLE_CONS_DE' => [
  23653.                     => 'ROLE_CONS',
  23654.                 ],
  23655.                 'ROLE_CONS_PL' => [
  23656.                     => 'ROLE_CONS',
  23657.                 ],
  23658.                 'ROLE_CONS_NL' => [
  23659.                     => 'ROLE_CONS',
  23660.                 ],
  23661.                 'ROLE_CONS_FI' => [
  23662.                     => 'ROLE_CONS',
  23663.                 ],
  23664.                 'ROLE_CONS_UA' => [
  23665.                     => 'ROLE_CONS',
  23666.                 ],
  23667.                 'ROLE_CONS_DA' => [
  23668.                     => 'ROLE_CONS',
  23669.                 ],
  23670.                 'ROLE_CONS_NO' => [
  23671.                     => 'ROLE_CONS',
  23672.                 ],
  23673.                 'ROLE_CONS_SV' => [
  23674.                     => 'ROLE_CONS',
  23675.                 ],
  23676.                 'ROLE_CONS_ZH' => [
  23677.                     => 'ROLE_CONS',
  23678.                 ],
  23679.                 'ROLE_CONS_EDITOR' => [
  23680.                     => 'ROLE_CONS',
  23681.                 ],
  23682.                 'ROLE_VACANCY_EDITOR' => [
  23683.                     => 'ROLE_ADMIN',
  23684.                 ],
  23685.                 'ROLE_CONS_TRETO' => [
  23686.                     => 'ROLE_CONS',
  23687.                 ],
  23688.                 'ROLE_CONS_TE' => [
  23689.                     => 'ROLE_CONS_EN',
  23690.                     => 'ROLE_CONS_IT',
  23691.                     => 'ROLE_CONS_ES',
  23692.                     => 'ROLE_CONS_FR',
  23693.                     => 'ROLE_CONS_DE',
  23694.                     => 'ROLE_CONS_PL',
  23695.                     => 'ROLE_CONS_NL',
  23696.                     => 'ROLE_CONS_FI',
  23697.                 ],
  23698.                 'ROLE_DEV' => [
  23699.                     => 'ROLE_SIGN',
  23700.                     => 'ROLE_BM',
  23701.                     => 'ROLE_BI',
  23702.                 ],
  23703.                 'ROLE_SIGN' => [
  23704.                     => 'ROLE_BM',
  23705.                     => 'ROLE_BI',
  23706.                 ],
  23707.                 'ROLE_BM' => [
  23708.                     => 'ROLE_BI',
  23709.                 ],
  23710.                 'ROLE_BI' => [
  23711.                     => 'ROLE_USER',
  23712.                 ],
  23713.                 'ROLE_BM_MANUAL' => [
  23714.                     => 'ROLE_USER',
  23715.                 ],
  23716.                 'ROLE_TEST' => [
  23717.                     => 'ROLE_USER',
  23718.                 ],
  23719.                 'ROLE_ORDER_MASTER' => [
  23720.                     => 'ROLE_USER',
  23721.                 ],
  23722.                 'ROLE_REDACTOR' => [
  23723.                     => 'ROLE_CONS_TE',
  23724.                     => 'ROLE_CONS_TRETO',
  23725.                     => 'ROLE_TR_ALL',
  23726.                     => 'ROLE_UPLOAD_FILES_TP',
  23727.                     => 'ROLE_CONS_EDITOR',
  23728.                 ],
  23729.                 'ROLE_DIR' => [
  23730.                     => 'ROLE_DIR',
  23731.                 ],
  23732.                 'ROLE_DESIGNER' => [
  23733.                     => 'ROLE_DESIGNER',
  23734.                 ],
  23735.                 'ROLE_LOGS' => [
  23736.                     => 'ROLE_USER',
  23737.                 ],
  23738.                 'ROLE_ADMIN' => [
  23739.                     => 'ROLE_EDITOR_TRETO',
  23740.                     => 'ROLE_EDITOR_TE',
  23741.                     => 'ROLE_LOGS',
  23742.                     => 'ROLE_REDACTOR',
  23743.                     => 'ROLE_CONS_EDITOR',
  23744.                 ],
  23745.                 'ROLE_AGENT_BRAND' => [
  23746.                     => 'ROLE_ADMIN',
  23747.                 ],
  23748.                 'ROLE_SUPER_ADMIN' => [
  23749.                     => 'ROLE_ADMIN',
  23750.                     => 'ROLE_BI',
  23751.                     => 'ROLE_ALLOWED_TO_SWITCH',
  23752.                     => 'ROLE_CONS_TRETO',
  23753.                     => 'ROLE_CONS_TE',
  23754.                     => 'ROLE_CODER',
  23755.                     => 'ROLE_REDACTOR',
  23756.                 ],
  23757.             ],
  23758.             'security.access.denied_url' => NULL,
  23759.             'security.authentication.manager.erase_credentials' => true,
  23760.             'security.authentication.session_strategy.strategy' => 'migrate',
  23761.             'security.access.always_authenticate_before_granting' => false,
  23762.             'security.authentication.hide_user_not_found' => true,
  23763.             'security.firewalls' => [
  23764.                 => 'dev',
  23765.                 => 'main',
  23766.             ],
  23767.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  23768.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  23769.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  23770.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  23771.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  23772.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  23773.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  23774.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  23775.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  23776.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  23777.             'doctrine.entity_managers' => [
  23778.                 'default' => 'doctrine.orm.default_entity_manager',
  23779.                 'oneC' => 'doctrine.orm.oneC_entity_manager',
  23780.                 'logs' => 'doctrine.orm.logs_entity_manager',
  23781.             ],
  23782.             'doctrine.default_entity_manager' => 'default',
  23783.             'doctrine.dbal.connection_factory.types' => [
  23784.                 'json_array' => [
  23785.                     'class' => 'FlexApp\\Extensions\\Doctrine\\Types\\JsonArrayType',
  23786.                 ],
  23787.                 'declination_type' => [
  23788.                     'class' => 'FlexApp\\Extensions\\Doctrine\\Types\\DeclinationType',
  23789.                 ],
  23790.             ],
  23791.             'doctrine.connections' => [
  23792.                 'default' => 'doctrine.dbal.default_connection',
  23793.                 'unbuffered' => 'doctrine.dbal.unbuffered_connection',
  23794.                 'oneC' => 'doctrine.dbal.oneC_connection',
  23795.                 'logs' => 'doctrine.dbal.logs_connection',
  23796.             ],
  23797.             'doctrine.default_connection' => 'default',
  23798.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  23799.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  23800.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  23801.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  23802.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  23803.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  23804.             'doctrine.orm.cache.memcache_host' => 'localhost',
  23805.             'doctrine.orm.cache.memcache_port' => 11211,
  23806.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  23807.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  23808.             'doctrine.orm.cache.memcached_host' => 'localhost',
  23809.             'doctrine.orm.cache.memcached_port' => 11211,
  23810.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  23811.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  23812.             'doctrine.orm.cache.redis_host' => 'localhost',
  23813.             'doctrine.orm.cache.redis_port' => 6379,
  23814.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  23815.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  23816.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  23817.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  23818.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  23819.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  23820.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  23821.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  23822.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  23823.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  23824.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  23825.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  23826.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  23827.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  23828.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  23829.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  23830.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  23831.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  23832.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  23833.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  23834.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  23835.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  23836.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  23837.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  23838.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  23839.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  23840.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  23841.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  23842.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  23843.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  23844.             'doctrine.orm.auto_generate_proxy_classes' => true,
  23845.             'doctrine.orm.proxy_namespace' => 'Proxies',
  23846.             'knp_snappy.pdf.binary' => 'wkhtmltopdf',
  23847.             'knp_snappy.pdf.options' => [
  23848.                 'encoding' => 'UTF-8',
  23849.                 'page-size' => 'A4',
  23850.                 'orientation' => 'landscape',
  23851.                 'enable-local-file-access' => true,
  23852.                 'allow' => '/tmp',
  23853.             ],
  23854.             'knp_snappy.pdf.env' => [
  23855.             ],
  23856.             'knp_snappy.image.binary' => 'wkhtmltoimage',
  23857.             'knp_snappy.image.options' => [
  23858.             ],
  23859.             'knp_snappy.image.env' => [
  23860.             ],
  23861.             'leezy.pheanstalk.pheanstalks' => [
  23862.             ],
  23863.             'limenius_react.default_rendering' => 'both',
  23864.             'limenius_react.fail_loud' => false,
  23865.             'limenius_react.trace' => true,
  23866.             'limenius_react.external_react_renderer.class' => 'Limenius\\ReactRenderer\\Renderer\\ExternalServerReactRenderer',
  23867.             'limenius_react.phpexecjs_react_renderer.class' => 'Limenius\\ReactRenderer\\Renderer\\PhpExecJsReactRenderer',
  23868.             'limenius_react.context_provider.class' => 'Limenius\\ReactRenderer\\Context\\SymfonyContextProvider',
  23869.             'limenius_react.render_extension.class' => 'Limenius\\ReactRenderer\\Twig\\ReactRenderExtension',
  23870.             'limenius_react.cache_enabled' => false,
  23871.             'mobile_detect.mobile_detector.class' => 'SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector',
  23872.             'mobile_detect.device_view.class' => 'SunCat\\MobileDetectBundle\\Helper\\DeviceView',
  23873.             'mobile_detect.cookie_key' => 'device_view',
  23874.             'mobile_detect.switch_param' => 'device_view',
  23875.             'mobile_detect.cookie_expire_datetime_modifier' => '1 month',
  23876.             'mobile_detect.request_response_listener.class' => 'SunCat\\MobileDetectBundle\\EventListener\\RequestResponseListener',
  23877.             'mobile_detect.redirect' => [
  23878.                 'mobile' => [
  23879.                     'is_enabled' => false,
  23880.                     'host' => NULL,
  23881.                     'status_code' => 302,
  23882.                     'action' => 'redirect',
  23883.                 ],
  23884.                 'tablet' => [
  23885.                     'is_enabled' => false,
  23886.                     'host' => NULL,
  23887.                     'status_code' => 302,
  23888.                     'action' => 'redirect',
  23889.                 ],
  23890.                 'full' => [
  23891.                     'is_enabled' => false,
  23892.                     'host' => NULL,
  23893.                     'status_code' => 302,
  23894.                     'action' => 'redirect',
  23895.                 ],
  23896.                 'detect_tablet_as_mobile' => false,
  23897.             ],
  23898.             'mobile_detect.switch_device_view.save_referer_path' => true,
  23899.             'mobile_detect.twig.extension.class' => 'SunCat\\MobileDetectBundle\\Twig\\Extension\\MobileDetectExtension',
  23900.             'mobile_detect.cookie_path' => '/',
  23901.             'mobile_detect.cookie_domain' => '',
  23902.             'mobile_detect.cookie_secure' => false,
  23903.             'mobile_detect.cookie_httponly' => true,
  23904.             'monolog.use_microseconds' => true,
  23905.             'monolog.swift_mailer.handlers' => [
  23906.             ],
  23907.             'monolog.handlers_to_channels' => [
  23908.                 'monolog.handler.alert' => [
  23909.                     'type' => 'exclusive',
  23910.                     'elements' => [
  23911.                         => 'catalog',
  23912.                         => 'collection',
  23913.                         => 'search',
  23914.                     ],
  23915.                 ],
  23916.                 'monolog.handler.info' => [
  23917.                     'type' => 'exclusive',
  23918.                     'elements' => [
  23919.                         => 'catalog',
  23920.                         => 'collection',
  23921.                         => 'search',
  23922.                     ],
  23923.                 ],
  23924.                 'monolog.handler.error' => [
  23925.                     'type' => 'exclusive',
  23926.                     'elements' => [
  23927.                         => 'catalog',
  23928.                         => 'collection',
  23929.                         => 'search',
  23930.                     ],
  23931.                 ],
  23932.                 'monolog.handler.doctrine' => [
  23933.                     'type' => 'inclusive',
  23934.                     'elements' => [
  23935.                         => 'doctrine',
  23936.                         => 'console',
  23937.                     ],
  23938.                 ],
  23939.                 'monolog.handler.console' => [
  23940.                     'type' => 'exclusive',
  23941.                     'elements' => [
  23942.                         => 'catalog',
  23943.                         => 'collection',
  23944.                         => 'search',
  23945.                         => 'event',
  23946.                         => 'doctrine',
  23947.                         => 'catalog',
  23948.                         => 'search',
  23949.                     ],
  23950.                 ],
  23951.                 'monolog.handler.nested' => [
  23952.                     'type' => 'exclusive',
  23953.                     'elements' => [
  23954.                         => 'catalog',
  23955.                         => 'collection',
  23956.                         => 'search',
  23957.                     ],
  23958.                 ],
  23959.                 'monolog.handler.main' => [
  23960.                     'type' => 'exclusive',
  23961.                     'elements' => [
  23962.                         => 'catalog',
  23963.                         => 'collection',
  23964.                         => 'search',
  23965.                         => 'event',
  23966.                         => 'catalog',
  23967.                         => 'collection',
  23968.                         => 'search',
  23969.                     ],
  23970.                 ],
  23971.                 'monolog.handler.search' => [
  23972.                     'type' => 'inclusive',
  23973.                     'elements' => [
  23974.                         => 'search',
  23975.                     ],
  23976.                 ],
  23977.                 'monolog.handler.collection' => [
  23978.                     'type' => 'inclusive',
  23979.                     'elements' => [
  23980.                         => 'collection',
  23981.                     ],
  23982.                 ],
  23983.                 'monolog.handler.catalog' => [
  23984.                     'type' => 'inclusive',
  23985.                     'elements' => [
  23986.                         => 'catalog',
  23987.                     ],
  23988.                 ],
  23989.             ],
  23990.             'doctrine_migrations.name' => 'Application Migrations',
  23991.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/migrations'),
  23992.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  23993.             'doctrine_migrations.table_name' => 'migration_versions',
  23994.             'doctrine_migrations.column_name' => 'version',
  23995.             'doctrine_migrations.column_length' => 14,
  23996.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  23997.             'doctrine_migrations.all_or_nothing' => false,
  23998.             'doctrine_migrations.custom_template' => NULL,
  23999.             'doctrine_migrations.organize_migrations' => false,
  24000.             'swiftmailer.mailer.default.transport.name' => 'null',
  24001.             'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
  24002.             'swiftmailer.mailer.default.transport.smtp.port' => 25,
  24003.             'swiftmailer.mailer.default.transport.smtp.host' => NULL,
  24004.             'swiftmailer.mailer.default.transport.smtp.username' => NULL,
  24005.             'swiftmailer.mailer.default.transport.smtp.password' => NULL,
  24006.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  24007.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  24008.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  24009.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  24010.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  24011.             ],
  24012.             'swiftmailer.mailer.default.spool.enabled' => false,
  24013.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  24014.             'swiftmailer.mailer.default.single_address' => 'stub@dev-bi.tile.expert',
  24015.             'swiftmailer.mailer.default.delivery_addresses' => [
  24016.                 => 'stub@dev-bi.tile.expert',
  24017.             ],
  24018.             'swiftmailer.mailer.default.delivery_whitelist' => [
  24019.             ],
  24020.             'swiftmailer.mailer.default.delivery.enabled' => true,
  24021.             'swiftmailer.spool.enabled' => false,
  24022.             'swiftmailer.delivery.enabled' => true,
  24023.             'swiftmailer.single_address' => 'stub@dev-bi.tile.expert',
  24024.             'swiftmailer.mailers' => [
  24025.                 'default' => 'swiftmailer.mailer.default',
  24026.             ],
  24027.             'swiftmailer.default_mailer' => 'default',
  24028.             'nelmio_alice.functions_blacklist' => [
  24029.                 => 'current',
  24030.                 => 'shuffle',
  24031.                 => 'date',
  24032.                 => 'time',
  24033.                 => 'file',
  24034.                 => 'md5',
  24035.                 => 'sha1',
  24036.             ],
  24037.             'nelmio_alice.locale' => 'en_US',
  24038.             'nelmio_alice.seed' => 1,
  24039.             'nelmio_alice.loading_limit' => 5,
  24040.             'nelmio_alice.max_unique_values_retry' => 150,
  24041.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  24042.             'hautelook_alice.fixtures_path' => [
  24043.                 => 'fixtures',
  24044.             ],
  24045.             'hautelook_alice.root_dirs' => [
  24046.                 => \dirname(__DIR__4),
  24047.             ],
  24048.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  24049.             'web_profiler.debug_toolbar.mode' => 2,
  24050.             'kreait.firebase.factory' => 'Kreait\\Firebase\\Factory',
  24051.             'kreait.firebase.bundle.project_factory' => 'Kreait\\Firebase\\Symfony\\Bundle\\DependencyInjection\\Factory\\ProjectFactory',
  24052.             'nelmio_api_doc.areas' => [
  24053.                 => 'default',
  24054.             ],
  24055.             'nelmio_api_doc.use_validation_groups' => false,
  24056.             'env(SENTRY_RELEASE)' => 'dev-master@a3c1847',
  24057.             'sentry.tracing.enabled' => true,
  24058.             'sentry.tracing.dbal.enabled' => true,
  24059.             'sentry.tracing.dbal.connections' => [
  24060.             ],
  24061.             'sentry.tracing.cache.enabled' => true,
  24062.             'sentry.tracing.http_client.enabled' => true,
  24063.             'nelmio_cors.map' => [
  24064.                 '^/' => [
  24065.                 ],
  24066.             ],
  24067.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  24068.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  24069.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  24070.             'maker.compatible_check.doctrine.supports_attributes' => true,
  24071.             'data_collector.templates' => [
  24072.                 'data_collector.request' => [
  24073.                     => 'request',
  24074.                     => '@WebProfiler/Collector/request.html.twig',
  24075.                 ],
  24076.                 'data_collector.time' => [
  24077.                     => 'time',
  24078.                     => '@WebProfiler/Collector/time.html.twig',
  24079.                 ],
  24080.                 'data_collector.memory' => [
  24081.                     => 'memory',
  24082.                     => '@WebProfiler/Collector/memory.html.twig',
  24083.                 ],
  24084.                 'data_collector.validator' => [
  24085.                     => 'validator',
  24086.                     => '@WebProfiler/Collector/validator.html.twig',
  24087.                 ],
  24088.                 'data_collector.ajax' => [
  24089.                     => 'ajax',
  24090.                     => '@WebProfiler/Collector/ajax.html.twig',
  24091.                 ],
  24092.                 'data_collector.form' => [
  24093.                     => 'form',
  24094.                     => '@WebProfiler/Collector/form.html.twig',
  24095.                 ],
  24096.                 'data_collector.exception' => [
  24097.                     => 'exception',
  24098.                     => '@WebProfiler/Collector/exception.html.twig',
  24099.                 ],
  24100.                 'data_collector.logger' => [
  24101.                     => 'logger',
  24102.                     => '@WebProfiler/Collector/logger.html.twig',
  24103.                 ],
  24104.                 'data_collector.events' => [
  24105.                     => 'events',
  24106.                     => '@WebProfiler/Collector/events.html.twig',
  24107.                 ],
  24108.                 'data_collector.router' => [
  24109.                     => 'router',
  24110.                     => '@WebProfiler/Collector/router.html.twig',
  24111.                 ],
  24112.                 'data_collector.cache' => [
  24113.                     => 'cache',
  24114.                     => '@WebProfiler/Collector/cache.html.twig',
  24115.                 ],
  24116.                 'data_collector.translation' => [
  24117.                     => 'translation',
  24118.                     => '@WebProfiler/Collector/translation.html.twig',
  24119.                 ],
  24120.                 'data_collector.security' => [
  24121.                     => 'security',
  24122.                     => '@Security/Collector/security.html.twig',
  24123.                 ],
  24124.                 'data_collector.twig' => [
  24125.                     => 'twig',
  24126.                     => '@WebProfiler/Collector/twig.html.twig',
  24127.                 ],
  24128.                 'data_collector.http_client' => [
  24129.                     => 'http_client',
  24130.                     => '@WebProfiler/Collector/http_client.html.twig',
  24131.                 ],
  24132.                 'data_collector.doctrine' => [
  24133.                     => 'db',
  24134.                     => '@Doctrine/Collector/db.html.twig',
  24135.                 ],
  24136.                 'swiftmailer.data_collector' => [
  24137.                     => 'swiftmailer',
  24138.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  24139.                 ],
  24140.                 'data_collector.messenger' => [
  24141.                     => 'messenger',
  24142.                     => '@WebProfiler/Collector/messenger.html.twig',
  24143.                 ],
  24144.                 'mailer.data_collector' => [
  24145.                     => 'mailer',
  24146.                     => '@WebProfiler/Collector/mailer.html.twig',
  24147.                 ],
  24148.                 'notifier.data_collector' => [
  24149.                     => 'notifier',
  24150.                     => '@WebProfiler/Collector/notifier.html.twig',
  24151.                 ],
  24152.                 'leezy.pheanstalk.data_collector' => [
  24153.                     => 'pheanstalk',
  24154.                     => '@LeezyPheanstalk/Profiler/pheanstalk.html.twig',
  24155.                 ],
  24156.                 'mobile_detect_bundle.device.collector' => [
  24157.                     => 'device.collector',
  24158.                     => '@MobileDetect/Collector/device.html.twig',
  24159.                 ],
  24160.                 'data_collector.config' => [
  24161.                     => 'config',
  24162.                     => '@WebProfiler/Collector/config.html.twig',
  24163.                 ],
  24164.             ],
  24165.             'console.command.ids' => [
  24166.                 => 'console.command.public_alias.FlexApp\\Command\\SyncAllCommentsCommand',
  24167.                 => 'WebBundle\\Command\\SendPaidIncompletelyReminderCommand',
  24168.                 => 'console.command.public_alias.app.command.fosub_migration_command',
  24169.                 => 'console.command.public_alias.app.command.set_coord_append_command',
  24170.                 => 'console.command.public_alias.app.command.set_coord_fix_command',
  24171.                 => 'console.command.public_alias.app.command.cur_rate.update',
  24172.                 => 'console.command.public_alias.app.command.order',
  24173.                 => 'console.command.public_alias.WebBundle\\Command\\CollectionImgCommand',
  24174.                 => 'console.command.public_alias.app.command.payment_from_one_c',
  24175.                 => 'console.command.public_alias.app.command.idea',
  24176.                 10 => 'console.command.public_alias.app.command.send_email_list',
  24177.                 11 => 'console.command.public_alias.app.command.collection_video',
  24178.                 12 => 'console.command.public_alias.app.command.check_onec_service',
  24179.                 13 => 'console.command.public_alias.app.setting.collection.command',
  24180.                 14 => 'console.command.public_alias.app.command.reviews_old.command',
  24181.                 15 => 'console.command.public_alias.app.command.pars_country.command',
  24182.                 16 => 'console.command.public_alias.app.command.publiccation_fix_path',
  24183.                 17 => 'console.command.public_alias.app.command.user_resend',
  24184.                 18 => 'console.command.public_alias.app.command.site_collection',
  24185.                 19 => 'console.command.public_alias.app.command.clear_article_dublicate',
  24186.                 20 => 'console.command.public_alias.app.command.check_rating',
  24187.                 21 => 'console.command.public_alias.app.command.update_user',
  24188.                 22 => 'console.command.public_alias.app.command.msh.run',
  24189.                 23 => 'console.command.public_alias.app.command.cron.synch',
  24190.                 24 => 'console.command.public_alias.app.command.order.send-email',
  24191.                 25 => 'console.command.public_alias.app.command.order.resend1C',
  24192.                 26 => 'console.command.public_alias.app.command.social.stat',
  24193.                 27 => 'console.command.public_alias.command.img.check',
  24194.                 28 => 'console.command.public_alias.command.main.check',
  24195.                 29 => 'console.command.public_alias.command.collection.check',
  24196.                 30 => 'console.command.public_alias.command.cache.clear',
  24197.                 31 => 'console.command.public_alias.command.discuss.user_unid_clear',
  24198.                 32 => 'console.command.public_alias.app.command.clear.history',
  24199.                 33 => 'console.command.public_alias.app.command.factory.statupd',
  24200.                 34 => 'console.command.public_alias.app.command.idearename',
  24201.                 35 => 'console.command.public_alias.app.command.send_review_invitations',
  24202.                 36 => 'console.command.public_alias.WebBundle\\Command\\UpdateCountryFreeSampleDeliveryCommand',
  24203.                 37 => 'console.command.public_alias.app.command.article.update_textures',
  24204.                 38 => 'leezy.pheanstalk.command.delete_job',
  24205.                 39 => 'leezy.pheanstalk.command.flush_tube',
  24206.                 40 => 'leezy.pheanstalk.command.kick',
  24207.                 41 => 'leezy.pheanstalk.command.kick_job',
  24208.                 42 => 'leezy.pheanstalk.command.list_tube',
  24209.                 43 => 'leezy.pheanstalk.command.next_ready',
  24210.                 44 => 'leezy.pheanstalk.command.pause_tube',
  24211.                 45 => 'leezy.pheanstalk.command.peek',
  24212.                 46 => 'leezy.pheanstalk.command.peek_tube',
  24213.                 47 => 'leezy.pheanstalk.command.put',
  24214.                 48 => 'leezy.pheanstalk.command.stats',
  24215.                 49 => 'leezy.pheanstalk.command.stats_job',
  24216.                 50 => 'leezy.pheanstalk.command.stats_tube',
  24217.             ],
  24218.         ];
  24219.     }
  24220.     protected function throw($message)
  24221.     {
  24222.         throw new RuntimeException($message);
  24223.     }
  24224. }