var/cache/te_dev/Container8fcQxWm/FlexApp_KernelTe_devDebugContainer.php line 26059

Open in your IDE?
  1. <?php
  2. namespace Container8fcQxWm;
  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\\BlogController' => 'getBlogControllerService',
  50.             'AdmBundle\\Controller\\BoolDBSettingController' => 'getBoolDBSettingControllerService',
  51.             'AdmBundle\\Controller\\BrandController' => 'getBrandControllerService',
  52.             'AdmBundle\\Controller\\CalendarController' => 'getCalendarControllerService',
  53.             'AdmBundle\\Controller\\CheckListController' => 'getCheckListControllerService',
  54.             'AdmBundle\\Controller\\CollectionController' => 'getCollectionControllerService',
  55.             'AdmBundle\\Controller\\CommentController' => 'getCommentControllerService',
  56.             'AdmBundle\\Controller\\ConsultantController' => 'getConsultantControllerService',
  57.             'AdmBundle\\Controller\\CountryController' => 'getCountryControllerService',
  58.             'AdmBundle\\Controller\\CountryLangSpecificDataController' => 'getCountryLangSpecificDataControllerService',
  59.             'AdmBundle\\Controller\\CurrencyNgController' => 'getCurrencyNgControllerService',
  60.             'AdmBundle\\Controller\\DashboardController' => 'getDashboardControllerService',
  61.             'AdmBundle\\Controller\\ExhController' => 'getExhControllerService',
  62.             'AdmBundle\\Controller\\ExportController' => 'getExportControllerService',
  63.             'AdmBundle\\Controller\\ExtendedController' => 'getExtendedControllerService',
  64.             'AdmBundle\\Controller\\FactoryNgController' => 'getFactoryNgControllerService',
  65.             'AdmBundle\\Controller\\FilesController' => 'getFilesControllerService',
  66.             'AdmBundle\\Controller\\FilterController' => 'getFilterControllerService',
  67.             'AdmBundle\\Controller\\FilterGroupController' => 'getFilterGroupControllerService',
  68.             'AdmBundle\\Controller\\GeoCountryController' => 'getGeoCountryControllerService',
  69.             'AdmBundle\\Controller\\HistoryController' => 'getHistoryControllerService',
  70.             'AdmBundle\\Controller\\ListBigSizeFormatController' => 'getListBigSizeFormatControllerService',
  71.             'AdmBundle\\Controller\\ListCountryController' => 'getListCountryControllerService',
  72.             'AdmBundle\\Controller\\ListEmailController' => 'getListEmailControllerService',
  73.             'AdmBundle\\Controller\\LocalizationController' => 'getLocalizationControllerService',
  74.             'AdmBundle\\Controller\\MobileUserSliderController' => 'getMobileUserSliderControllerService',
  75.             'AdmBundle\\Controller\\NameNgController' => 'getNameNgControllerService',
  76.             'AdmBundle\\Controller\\OrderController' => 'getOrderControllerService',
  77.             'AdmBundle\\Controller\\ParticipantController' => 'getParticipantControllerService',
  78.             'AdmBundle\\Controller\\PollController' => 'getPollControllerService',
  79.             'AdmBundle\\Controller\\StatOrdersController' => 'getStatOrdersControllerService',
  80.             'AdmBundle\\Controller\\StatViewsController' => 'getStatViewsControllerService',
  81.             'AdmBundle\\Controller\\StaticPageController' => 'getStaticPageControllerService',
  82.             'AdmBundle\\Controller\\ToolsController' => 'getToolsControllerService',
  83.             'AdmBundle\\Controller\\TransController' => 'getTransControllerService',
  84.             'AdmBundle\\Controller\\TransExController' => 'getTransExControllerService',
  85.             'AdmBundle\\Controller\\TransGroupController' => 'getTransGroupControllerService',
  86.             'AdmBundle\\Controller\\TransMeasuresController' => 'getTransMeasuresControllerService',
  87.             'AdmBundle\\Controller\\TranslatorController' => 'getTranslatorControllerService',
  88.             'AdmBundle\\Controller\\UsersController' => 'getUsersControllerService',
  89.             'AdmBundle\\Controller\\VacancyController' => 'getVacancyControllerService',
  90.             'AdmBundle\\Controller\\WidgetController' => 'getWidgetControllerService',
  91.             'Faker\\Generator' => 'getGeneratorService',
  92.             'FlexApp\\Controller\\AmazonPersonalizeController' => 'getAmazonPersonalizeControllerService',
  93.             'FlexApp\\Controller\\Api\\GetEmailReviewController' => 'getGetEmailReviewControllerService',
  94.             'FlexApp\\Controller\\Api\\MobileUserSliderController' => 'getMobileUserSliderController2Service',
  95.             'FlexApp\\Controller\\Api\\PollController' => 'getPollController2Service',
  96.             'FlexApp\\Controller\\Api\\SaveJsLogController' => 'getSaveJsLogControllerService',
  97.             'FlexApp\\Controller\\Api\\TransApiController' => 'getTransApiControllerService',
  98.             'FlexApp\\Controller\\Api\\TransExApiController' => 'getTransExApiControllerService',
  99.             'FlexApp\\Controller\\Api\\UserApiController' => 'getUserApiControllerService',
  100.             'FlexApp\\Controller\\CareerController' => 'getCareerControllerService',
  101.             'FlexApp\\Controller\\ChangeLocaleStatController' => 'getChangeLocaleStatControllerService',
  102.             'FlexApp\\Controller\\ChatBController' => 'getChatBControllerService',
  103.             'FlexApp\\Controller\\CollectionReviewController' => 'getCollectionReviewControllerService',
  104.             'FlexApp\\Controller\\CommentController' => 'getCommentController2Service',
  105.             'FlexApp\\Controller\\CompareArticleController' => 'getCompareArticleControllerService',
  106.             'FlexApp\\Controller\\EmailTrackingController' => 'getEmailTrackingControllerService',
  107.             'FlexApp\\Controller\\FileUploadExampleController' => 'getFileUploadExampleControllerService',
  108.             'FlexApp\\Controller\\HeaderApiController' => 'getHeaderApiControllerService',
  109.             'FlexApp\\Controller\\HeaderOrderApiController' => 'getHeaderOrderApiControllerService',
  110.             'FlexApp\\Controller\\InterviewController' => 'getInterviewControllerService',
  111.             'FlexApp\\Controller\\LeaveReviewController' => 'getLeaveReviewControllerService',
  112.             'FlexApp\\Controller\\MailingReportController' => 'getMailingReportControllerService',
  113.             'FlexApp\\Controller\\NewUserProfileController' => 'getNewUserProfileControllerService',
  114.             'FlexApp\\Controller\\NotExtend\\FixFailsController' => 'getFixFailsControllerService',
  115.             'FlexApp\\Controller\\NotExtend\\LogsController' => 'getLogsControllerService',
  116.             'FlexApp\\Controller\\NotExtend\\ManualTestController' => 'getManualTestControllerService',
  117.             'FlexApp\\Controller\\NotExtend\\PortalApiController' => 'getPortalApiControllerService',
  118.             'FlexApp\\Controller\\OneCController' => 'getOneCControllerService',
  119.             'FlexApp\\Controller\\PriceSyncController' => 'getPriceSyncControllerService',
  120.             'FlexApp\\Controller\\PushController' => 'getPushControllerService',
  121.             'FlexApp\\Controller\\ReviewsReportController' => 'getReviewsReportControllerService',
  122.             'FlexApp\\Controller\\SaveUserCookieController' => 'getSaveUserCookieControllerService',
  123.             'FlexApp\\Controller\\SecurityController' => 'getSecurityControllerService',
  124.             'FlexApp\\Controller\\VisitController' => 'getVisitControllerService',
  125.             'FlexApp\\Extensions\\RouterDecorator' => 'getRouterDecoratorService',
  126.             'FlexApp\\Repository\\CommentRepository' => 'getCommentRepositoryService',
  127.             'FlexApp\\Service\\BBCodeManager' => 'getBBCodeManagerService',
  128.             'FlexApp\\Service\\CalendarService' => 'getCalendarServiceService',
  129.             'FlexApp\\Service\\CollectionsDataStructureForLeaveReviewProvider' => 'getCollectionsDataStructureForLeaveReviewProviderService',
  130.             'FlexApp\\Service\\CommentablePageDataProvider' => 'getCommentablePageDataProviderService',
  131.             'FlexApp\\Service\\ConsDataForContactsPageProvider' => 'getConsDataForContactsPageProviderService',
  132.             'FlexApp\\Service\\ConsDefiner' => 'getConsDefinerService',
  133.             'FlexApp\\Service\\CurrentUserProvider' => 'getCurrentUserProviderService',
  134.             'FlexApp\\Service\\ExtendedCountryListProvider' => 'getExtendedCountryListProviderService',
  135.             'FlexApp\\Service\\LoginLinkGenerator' => 'getLoginLinkGeneratorService',
  136.             'FlexApp\\Service\\LogsManager' => 'getLogsManagerService',
  137.             'FlexApp\\Service\\ParametersGenerator' => 'getParametersGeneratorService',
  138.             'FlexApp\\Service\\RedisCachePool' => 'getRedisCachePoolService',
  139.             'FlexApp\\Service\\SystemChatNotificationService' => 'getSystemChatNotificationServiceService',
  140.             'FlexApp\\Service\\TimeFormatTransformer' => 'getTimeFormatTransformerService',
  141.             'FlexApp\\Service\\TimezoneManager' => 'getTimezoneManagerService',
  142.             'Import1CBundle\\Command\\ArticleReviewGoogleFeed\\DataProvider\\ArticleReviewProvider' => 'getArticleReviewProviderService',
  143.             'Import1CBundle\\Command\\ArticleReviewGoogleFeed\\Service\\ReviewsFeedXmlWriter' => 'getReviewsFeedXmlWriterService',
  144.             'Import1CBundle\\Command\\SyncListMeasureWithEdinicaCommand' => 'getSyncListMeasureWithEdinicaCommandService',
  145.             'Import1CBundle\\Controller\\v3\\Api\\ApiController' => 'getApiControllerService',
  146.             'Import1CBundle\\Controller\\v3\\Api\\ArticleController' => 'getArticleController2Service',
  147.             'Import1CBundle\\Controller\\v3\\Api\\CheckListController' => 'getCheckListController2Service',
  148.             'Import1CBundle\\Controller\\v3\\Api\\CollectionController' => 'getCollectionController2Service',
  149.             'Import1CBundle\\Controller\\v3\\Api\\CommonController' => 'getCommonControllerService',
  150.             'Import1CBundle\\Controller\\v3\\Api\\FactoryController' => 'getFactoryControllerService',
  151.             'Import1CBundle\\Controller\\v3\\Api\\ImagesController' => 'getImagesControllerService',
  152.             'Import1CBundle\\Controller\\v3\\Api\\InteriorController' => 'getInteriorControllerService',
  153.             'Import1CBundle\\Controller\\v3\\Api\\OneCController' => 'getOneCController2Service',
  154.             'Import1CBundle\\Controller\\v3\\Api\\UploadController' => 'getUploadControllerService',
  155.             'Import1CBundle\\Controller\\v3\\ArticleHandlerController' => 'getArticleHandlerControllerService',
  156.             'Import1CBundle\\Controller\\v3\\ArticleServiceController' => 'getArticleServiceControllerService',
  157.             'Import1CBundle\\Controller\\v3\\CheckListController' => 'getCheckListController3Service',
  158.             'Import1CBundle\\Controller\\v3\\CollectionController' => 'getCollectionController3Service',
  159.             'Import1CBundle\\Controller\\v3\\CollectionHandlerController' => 'getCollectionHandlerControllerService',
  160.             'Import1CBundle\\Controller\\v3\\FactoryHandlerController' => 'getFactoryHandlerControllerService',
  161.             'Import1CBundle\\Controller\\v3\\FactoryServiceController' => 'getFactoryServiceControllerService',
  162.             'Import1CBundle\\Controller\\v3\\HistoryController' => 'getHistoryController2Service',
  163.             'Import1CBundle\\Controller\\v3\\HomeController' => 'getHomeControllerService',
  164.             'Import1CBundle\\Controller\\v3\\InteriorHandlerController' => 'getInteriorHandlerControllerService',
  165.             'Import1CBundle\\Controller\\v3\\InteriorServiceController' => 'getInteriorServiceControllerService',
  166.             'Import1CBundle\\Controller\\v3\\OneCController' => 'getOneCController3Service',
  167.             'Import1CBundle\\Controller\\v3\\ReportController' => 'getReportControllerService',
  168.             'Import1CBundle\\Controller\\v3\\SliderController' => 'getSliderControllerService',
  169.             'Import1CBundle\\Controller\\v3\\UpdateController' => 'getUpdateControllerService',
  170.             'Import1CBundle\\Controller\\v3\\UploadController' => 'getUploadController2Service',
  171.             'Import1CBundle\\Controller\\v4\\ImageController' => 'getImageControllerService',
  172.             'Import1CBundle\\Controller\\v4\\InteriorServiceController' => 'getInteriorServiceController2Service',
  173.             'Import1CBundle\\Controller\\v4\\UploadController' => 'getUploadController3Service',
  174.             'Import1CBundle\\Controller\\v4\\api\\ApiController' => 'getApiController2Service',
  175.             'Import1CBundle\\Controller\\v4\\api\\CitrixController' => 'getCitrixControllerService',
  176.             'Import1CBundle\\Controller\\v4\\api\\UploadController' => 'getUploadController4Service',
  177.             'Import1CBundle\\EventListener\\ArticleUpdateAddingListener' => 'getArticleUpdateAddingListenerService',
  178.             'Import1CBundle\\EventListener\\ArticleUpdateListener' => 'getArticleUpdateListenerService',
  179.             'Import1CBundle\\EventListener\\CollectionStatusChangeListener' => 'getCollectionStatusChangeListenerService',
  180.             'Import1CBundle\\MessageHandler\\Feed\\ProcessFeedLinksBatchHandler' => 'getProcessFeedLinksBatchHandlerService',
  181.             'Import1CBundle\\Repository\\ArticleReviewsRepository' => 'getArticleReviewsRepositoryService',
  182.             'Import1CBundle\\Repository\\OneC\\AbstractRepository' => 'getAbstractRepositoryService',
  183.             'Import1CBundle\\Repository\\OneC\\EdinicaRepository' => 'getEdinicaRepositoryService',
  184.             'Import1CBundle\\Service\\MeasureListEdinicaService' => 'getMeasureListEdinicaServiceService',
  185.             'Import1CBundle\\Service\\v3\\FilteredArticlesGoogleFeedEndpointClient' => 'getFilteredArticlesGoogleFeedEndpointClientService',
  186.             'Import1CBundle\\Service\\v3\\FilteredArticlesGoogleFeedFileManager' => 'getFilteredArticlesGoogleFeedFileManagerService',
  187.             'Limenius\\Liform\\Form\\Extension\\AddLiformExtension' => 'getAddLiformExtensionService',
  188.             'Limenius\\Liform\\Liform' => 'getLiformService',
  189.             'Limenius\\Liform\\Resolver' => 'getResolverService',
  190.             'Limenius\\Liform\\Serializer\\Normalizer\\FormErrorNormalizer' => 'getFormErrorNormalizerService',
  191.             'Limenius\\Liform\\Serializer\\Normalizer\\InitialValuesNormalizer' => 'getInitialValuesNormalizerService',
  192.             'Sentry\\Integration\\IgnoreErrorsIntegration' => 'getIgnoreErrorsIntegrationService',
  193.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  194.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  195.             'WebBundle\\Client\\GoogleTranslateClient' => 'getGoogleTranslateClientService',
  196.             'WebBundle\\Client\\OneCSoapApiClient' => 'getOneCSoapApiClientService',
  197.             'WebBundle\\Controller\\Api\\AnalyticsApiController' => 'getAnalyticsApiControllerService',
  198.             'WebBundle\\Controller\\Api\\ApiController' => 'getApiController3Service',
  199.             'WebBundle\\Controller\\Api\\ExtendedApiController' => 'getExtendedApiControllerService',
  200.             'WebBundle\\Controller\\Api\\TestConnectApiController' => 'getTestConnectApiControllerService',
  201.             'WebBundle\\Controller\\BuyOrderController' => 'getBuyOrderControllerService',
  202.             'WebBundle\\Controller\\CatalogController' => 'getCatalogControllerService',
  203.             'WebBundle\\Controller\\CollectionController' => 'getCollectionController4Service',
  204.             'WebBundle\\Controller\\CommonController' => 'getCommonController2Service',
  205.             'WebBundle\\Controller\\CookieController' => 'getCookieControllerService',
  206.             'WebBundle\\Controller\\DbgetController' => 'getDbgetControllerService',
  207.             'WebBundle\\Controller\\DeliveryController' => 'getDeliveryControllerService',
  208.             'WebBundle\\Controller\\ExtendedController' => 'getExtendedController2Service',
  209.             'WebBundle\\Controller\\FiltersController' => 'getFiltersControllerService',
  210.             'WebBundle\\Controller\\HomeController' => 'getHomeController2Service',
  211.             'WebBundle\\Controller\\IdeaController' => 'getIdeaControllerService',
  212.             'WebBundle\\Controller\\InvoiceController' => 'getInvoiceControllerService',
  213.             'WebBundle\\Controller\\JournalCollectionController' => 'getJournalCollectionControllerService',
  214.             'WebBundle\\Controller\\KladrController' => 'getKladrControllerService',
  215.             'WebBundle\\Controller\\MakingController' => 'getMakingControllerService',
  216.             'WebBundle\\Controller\\OrderController' => 'getOrderController2Service',
  217.             'WebBundle\\Controller\\OrderPaymentController' => 'getOrderPaymentControllerService',
  218.             'WebBundle\\Controller\\OrdersController' => 'getOrdersControllerService',
  219.             'WebBundle\\Controller\\PageController' => 'getPageControllerService',
  220.             'WebBundle\\Controller\\PaymentFromOneCController' => 'getPaymentFromOneCControllerService',
  221.             'WebBundle\\Controller\\ProductReviewController' => 'getProductReviewControllerService',
  222.             'WebBundle\\Controller\\ProductionController' => 'getProductionControllerService',
  223.             'WebBundle\\Controller\\ProformaController' => 'getProformaControllerService',
  224.             'WebBundle\\Controller\\PublicationController' => 'getPublicationControllerService',
  225.             'WebBundle\\Controller\\ResettingController' => 'getResettingControllerService',
  226.             'WebBundle\\Controller\\ReviewController' => 'getReviewControllerService',
  227.             'WebBundle\\Controller\\SampleController' => 'getSampleControllerService',
  228.             'WebBundle\\Controller\\SearchController' => 'getSearchControllerService',
  229.             'WebBundle\\Controller\\SeoController' => 'getSeoControllerService',
  230.             'WebBundle\\Controller\\SliderController' => 'getSliderController2Service',
  231.             'WebBundle\\Controller\\SoapController' => 'getSoapControllerService',
  232.             'WebBundle\\Controller\\SupportController' => 'getSupportControllerService',
  233.             'WebBundle\\Controller\\TableRouterController' => 'getTableRouterControllerService',
  234.             'WebBundle\\Controller\\TileController' => 'getTileControllerService',
  235.             'WebBundle\\Controller\\TopController' => 'getTopControllerService',
  236.             'WebBundle\\Controller\\TranslateController' => 'getTranslateControllerService',
  237.             'WebBundle\\Controller\\TwilioController' => 'getTwilioControllerService',
  238.             'WebBundle\\Controller\\UserController' => 'getUserControllerService',
  239.             'WebBundle\\Controller\\UserProfileController' => 'getUserProfileControllerService',
  240.             'WebBundle\\Controller\\VacancyController' => 'getVacancyController2Service',
  241.             'WebBundle\\Controller\\WidgetsController' => 'getWidgetsControllerService',
  242.             'WebBundle\\Factory\\ListMeasureFactory' => 'getListMeasureFactoryService',
  243.             'WebBundle\\Filler\\BuyOrderDeliveryFiller' => 'getBuyOrderDeliveryFillerService',
  244.             'WebBundle\\Filler\\ListEmailFiller' => 'getListEmailFillerService',
  245.             'WebBundle\\Filler\\MessageFiller' => 'getMessageFillerService',
  246.             'WebBundle\\Filler\\OrderFiller' => 'getOrderFillerService',
  247.             'WebBundle\\Filler\\OrderItemsFiller' => 'getOrderItemsFillerService',
  248.             'WebBundle\\Filler\\OrderOneCFiller' => 'getOrderOneCFillerService',
  249.             'WebBundle\\Helper\\Mailer' => 'getMailerService',
  250.             'WebBundle\\Helper\\ParticipantHelper' => 'getParticipantHelperService',
  251.             'WebBundle\\Helper\\PortalHelper' => 'getPortalHelperService',
  252.             'WebBundle\\Helper\\TextHelper' => 'getTextHelperService',
  253.             'WebBundle\\Repository\\ArticleDetailRepository' => 'getArticleDetailRepositoryService',
  254.             'WebBundle\\Repository\\ArticleRepository' => 'getArticleRepositoryService',
  255.             'WebBundle\\Repository\\BuyOrderArticleHolidayRepository' => 'getBuyOrderArticleHolidayRepositoryService',
  256.             'WebBundle\\Repository\\BuyOrderArticleRepository' => 'getBuyOrderArticleRepositoryService',
  257.             'WebBundle\\Repository\\BuyOrderManagerRepository' => 'getBuyOrderManagerRepositoryService',
  258.             'WebBundle\\Repository\\BuyOrderRepository' => 'getBuyOrderRepositoryService',
  259.             'WebBundle\\Repository\\CollectionRepository' => 'getCollectionRepositoryService',
  260.             'WebBundle\\Repository\\ConfirmTimeStatRepository' => 'getConfirmTimeStatRepositoryService',
  261.             'WebBundle\\Repository\\DeliveryRequestRepository' => 'getDeliveryRequestRepositoryService',
  262.             'WebBundle\\Repository\\FactoryRepository' => 'getFactoryRepositoryService',
  263.             'WebBundle\\Repository\\FilterHistorySearchRepository' => 'getFilterHistorySearchRepositoryService',
  264.             'WebBundle\\Repository\\FilterRepository' => 'getFilterRepositoryService',
  265.             'WebBundle\\Repository\\IdeaRepository' => 'getIdeaRepositoryService',
  266.             'WebBundle\\Repository\\IdeasShareRepository' => 'getIdeasShareRepositoryService',
  267.             'WebBundle\\Repository\\InteriorHistoryRepository' => 'getInteriorHistoryRepositoryService',
  268.             'WebBundle\\Repository\\InteriorRepository' => 'getInteriorRepositoryService',
  269.             'WebBundle\\Repository\\ItalianMunicipalityRepository' => 'getItalianMunicipalityRepositoryService',
  270.             'WebBundle\\Repository\\LastUrlRepository' => 'getLastUrlRepositoryService',
  271.             'WebBundle\\Repository\\ListCountryRepository' => 'getListCountryRepositoryService',
  272.             'WebBundle\\Repository\\ListEmailRepository' => 'getListEmailRepositoryService',
  273.             'WebBundle\\Repository\\ListMaterialRepository' => 'getListMaterialRepositoryService',
  274.             'WebBundle\\Repository\\ListMeasureRepository' => 'getListMeasureRepositoryService',
  275.             'WebBundle\\Repository\\ListVatRepository' => 'getListVatRepositoryService',
  276.             'WebBundle\\Repository\\OrderAddressRepository' => 'getOrderAddressRepositoryService',
  277.             'WebBundle\\Repository\\OrderHistoryRepository' => 'getOrderHistoryRepositoryService',
  278.             'WebBundle\\Repository\\OrderPaymentRepository' => 'getOrderPaymentRepositoryService',
  279.             'WebBundle\\Repository\\PaymentFromOneCRepository' => 'getPaymentFromOneCRepositoryService',
  280.             'WebBundle\\Repository\\ProductReviewsCacheRepository' => 'getProductReviewsCacheRepositoryService',
  281.             'WebBundle\\Repository\\ProductionRepository' => 'getProductionRepositoryService',
  282.             'WebBundle\\Repository\\ProductionShipmentRepository' => 'getProductionShipmentRepositoryService',
  283.             'WebBundle\\Repository\\PublicationRepository' => 'getPublicationRepositoryService',
  284.             'WebBundle\\Repository\\ReviewsCacheRepository' => 'getReviewsCacheRepositoryService',
  285.             'WebBundle\\Repository\\StaticPageRepository' => 'getStaticPageRepositoryService',
  286.             'WebBundle\\Repository\\TransRepository' => 'getTransRepositoryService',
  287.             'WebBundle\\Repository\\UserForeignAliasRepository' => 'getUserForeignAliasRepositoryService',
  288.             'WebBundle\\Repository\\UserRepository' => 'getUserRepositoryService',
  289.             'WebBundle\\Repository\\VisitRepository' => 'getVisitRepositoryService',
  290.             'WebBundle\\Repository\\WarehouseRepository' => 'getWarehouseRepositoryService',
  291.             'WebBundle\\Service\\AlertingService' => 'getAlertingServiceService',
  292.             'WebBundle\\Service\\AnalyticsService' => 'getAnalyticsServiceService',
  293.             'WebBundle\\Service\\BuyOrderDeliveryService' => 'getBuyOrderDeliveryServiceService',
  294.             'WebBundle\\Service\\BuyOrderManagerService' => 'getBuyOrderManagerServiceService',
  295.             'WebBundle\\Service\\CareerService' => 'getCareerServiceService',
  296.             'WebBundle\\Service\\CollectionSettingsService' => 'getCollectionSettingsServiceService',
  297.             'WebBundle\\Service\\CountryService' => 'getCountryServiceService',
  298.             'WebBundle\\Service\\GoogleTranslateService' => 'getGoogleTranslateServiceService',
  299.             'WebBundle\\Service\\HomeService' => 'getHomeServiceService',
  300.             'WebBundle\\Service\\ItalianTaxCodeService' => 'getItalianTaxCodeServiceService',
  301.             'WebBundle\\Service\\LanguageService' => 'getLanguageServiceService',
  302.             'WebBundle\\Service\\OrderRefundService' => 'getOrderRefundServiceService',
  303.             'WebBundle\\Service\\PortalService' => 'getPortalServiceService',
  304.             'WebBundle\\Service\\ProformaFileService' => 'getProformaFileServiceService',
  305.             'WebBundle\\Service\\SearchService' => 'getSearchServiceService',
  306.             'WebBundle\\Service\\SeoService' => 'getSeoServiceService',
  307.             'WebBundle\\Service\\SitemapGenerator' => 'getSitemapGeneratorService',
  308.             'WebBundle\\Service\\SliderService' => 'getSliderServiceService',
  309.             'WebBundle\\Service\\TranslationService' => 'getTranslationServiceService',
  310.             'WebBundle\\Service\\WarehouseService' => 'getWarehouseServiceService',
  311.             'WebBundle\\Validator\\Constraints\\CommentValidator' => 'getCommentValidatorService',
  312.             'adm.arr_helper.facade' => 'getAdm_ArrHelper_FacadeService',
  313.             'adm.repository.measure' => 'getAdm_Repository_MeasureService',
  314.             'adm.request_helper.facade' => 'getAdm_RequestHelper_FacadeService',
  315.             'adm.runtime.facade' => 'getAdm_Runtime_FacadeService',
  316.             'adm.service' => 'getAdm_ServiceService',
  317.             'adm.service.article' => 'getAdm_Service_ArticleService',
  318.             'adm.service.big_size_format' => 'getAdm_Service_BigSizeFormatService',
  319.             'adm.service.blog' => 'getAdm_Service_BlogService',
  320.             'adm.service.bool_db_setting' => 'getAdm_Service_BoolDbSettingService',
  321.             'adm.service.brand' => 'getAdm_Service_BrandService',
  322.             'adm.service.calendar' => 'getAdm_Service_CalendarService',
  323.             'adm.service.cfg.page' => 'getAdm_Service_Cfg_PageService',
  324.             'adm.service.check_list' => 'getAdm_Service_CheckListService',
  325.             'adm.service.collection' => 'getAdm_Service_CollectionService',
  326.             'adm.service.comment' => 'getAdm_Service_CommentService',
  327.             'adm.service.consultant' => 'getAdm_Service_ConsultantService',
  328.             'adm.service.contact' => 'getAdm_Service_ContactService',
  329.             'adm.service.country' => 'getAdm_Service_CountryService',
  330.             'adm.service.country_and_lang_specific_data' => 'getAdm_Service_CountryAndLangSpecificDataService',
  331.             'adm.service.currency_ng' => 'getAdm_Service_CurrencyNgService',
  332.             'adm.service.exh' => 'getAdm_Service_ExhService',
  333.             'adm.service.factory_ng' => 'getAdm_Service_FactoryNgService',
  334.             'adm.service.files' => 'getAdm_Service_FilesService',
  335.             'adm.service.filter' => 'getAdm_Service_FilterService',
  336.             'adm.service.filter.group' => 'getAdm_Service_Filter_GroupService',
  337.             'adm.service.geo.country' => 'getAdm_Service_Geo_CountryService',
  338.             'adm.service.history' => 'getAdm_Service_HistoryService',
  339.             'adm.service.list.email' => 'getAdm_Service_List_EmailService',
  340.             'adm.service.list_country' => 'getAdm_Service_ListCountryService',
  341.             'adm.service.localization' => 'getAdm_Service_LocalizationService',
  342.             'adm.service.measure' => 'getAdm_Service_MeasureService',
  343.             'adm.service.mobile_user_slider' => 'getAdm_Service_MobileUserSliderService',
  344.             'adm.service.name_ng' => 'getAdm_Service_NameNgService',
  345.             'adm.service.order' => 'getAdm_Service_OrderService',
  346.             'adm.service.page.meta' => 'getAdm_Service_Page_MetaService',
  347.             'adm.service.participant' => 'getAdm_Service_ParticipantService',
  348.             'adm.service.poll' => 'getAdm_Service_PollService',
  349.             'adm.service.stat.orders' => 'getAdm_Service_Stat_OrdersService',
  350.             'adm.service.stat.views' => 'getAdm_Service_Stat_ViewsService',
  351.             'adm.service.static.page' => 'getAdm_Service_Static_PageService',
  352.             'adm.service.tools' => 'getAdm_Service_ToolsService',
  353.             'adm.service.trans' => 'getAdm_Service_TransService',
  354.             'adm.service.trans.group' => 'getAdm_Service_Trans_GroupService',
  355.             'adm.service.trans_ex' => 'getAdm_Service_TransExService',
  356.             'adm.service.users' => 'getAdm_Service_UsersService',
  357.             'adm.service.vacancy' => 'getAdm_Service_VacancyService',
  358.             'adm.service.widget' => 'getAdm_Service_WidgetService',
  359.             'app.amazon.personalize' => 'getApp_Amazon_PersonalizeService',
  360.             'app.amazon_personalize_service' => 'getApp_AmazonPersonalizeServiceService',
  361.             'app.encoder.json' => 'getApp_Encoder_JsonService',
  362.             'app.encoder.xml' => 'getApp_Encoder_XmlService',
  363.             'app.helper.bbcode' => 'getApp_Helper_BbcodeService',
  364.             'app.helper.url' => 'getApp_Helper_UrlService',
  365.             'app.helper.validator' => 'getApp_Helper_ValidatorService',
  366.             'app.normalizer.collection' => 'getApp_Normalizer_CollectionService',
  367.             'app.normalizer.date_time' => 'getApp_Normalizer_DateTimeService',
  368.             'app.normalizer.factory' => 'getApp_Normalizer_FactoryService',
  369.             'app.normalizer.order' => 'getApp_Normalizer_OrderService',
  370.             'app.normalizer.order_address' => 'getApp_Normalizer_OrderAddressService',
  371.             'app.normalizer.order_history' => 'getApp_Normalizer_OrderHistoryService',
  372.             'app.normalizer.order_item' => 'getApp_Normalizer_OrderItemService',
  373.             'app.normalizer.order_item_discount' => 'getApp_Normalizer_OrderItemDiscountService',
  374.             'app.normalizer.order_list' => 'getApp_Normalizer_OrderListService',
  375.             'app.normalizer.order_payment' => 'getApp_Normalizer_OrderPaymentService',
  376.             'app.normalizer.warehouse' => 'getApp_Normalizer_WarehouseService',
  377.             'app.orm.quote.strategy' => 'getApp_Orm_Quote_StrategyService',
  378.             'app.recaptcha' => 'getApp_RecaptchaService',
  379.             'app.registration' => 'getApp_RegistrationService',
  380.             'app.repo.currency_rate' => 'getApp_Repo_CurrencyRateService',
  381.             'app.repo.sample' => 'getApp_Repo_SampleService',
  382.             'app.request' => 'getApp_RequestService',
  383.             'app.response' => 'getApp_ResponseService',
  384.             'app.security.interactive_login_listener' => 'getApp_Security_InteractiveLoginListenerService',
  385.             'app.serializer.default' => 'getApp_Serializer_DefaultService',
  386.             'app.service.cache' => 'getApp_Service_CacheService',
  387.             'app.service.collection' => 'getApp_Service_CollectionService',
  388.             'app.service.filters' => 'getApp_Service_FiltersService',
  389.             'app.service.follow_theme_service' => 'getApp_Service_FollowThemeServiceService',
  390.             'app.service.last_url' => 'getApp_Service_LastUrlService',
  391.             'app.service.leftmenu' => 'getApp_Service_LeftmenuService',
  392.             'app.service.list_email' => 'getApp_Service_ListEmailService',
  393.             'app.service.localization' => 'getApp_Service_LocalizationService',
  394.             'app.service.location' => 'getApp_Service_LocationService',
  395.             'app.service.mail_view' => 'getApp_Service_MailViewService',
  396.             'app.service.order' => 'getApp_Service_OrderService',
  397.             'app.service.order_address' => 'getApp_Service_OrderAddressService',
  398.             'app.service.order_history' => 'getApp_Service_OrderHistoryService',
  399.             'app.service.order_item' => 'getApp_Service_OrderItemService',
  400.             'app.service.order_one_c' => 'getApp_Service_OrderOneCService',
  401.             'app.service.order_payment' => 'getApp_Service_OrderPaymentService',
  402.             'app.service.payment' => 'getApp_Service_PaymentService',
  403.             'app.service.payment.adyen' => 'getApp_Service_Payment_AdyenService',
  404.             'app.service.payment.brain_tree' => 'getApp_Service_Payment_BrainTreeService',
  405.             'app.service.payment.pay_pal' => 'getApp_Service_Payment_PayPalService',
  406.             'app.service.payment.sberbank' => 'getApp_Service_Payment_SberbankService',
  407.             'app.service.publication' => 'getApp_Service_PublicationService',
  408.             'app.service.rank' => 'getApp_Service_RankService',
  409.             'app.service.request' => 'getApp_Service_RequestService',
  410.             'app.service.review_invitations' => 'getApp_Service_ReviewInvitationsService',
  411.             'app.service.reviews' => 'getApp_Service_ReviewsService',
  412.             'app.service.sample' => 'getApp_Service_SampleService',
  413.             'app.service.setting.collection' => 'getApp_Service_Setting_CollectionService',
  414.             'app.service.soap_response_service' => 'getApp_Service_SoapResponseServiceService',
  415.             'app.service.te_common_data' => 'getApp_Service_TeCommonDataService',
  416.             'app.service.till_ru' => 'getApp_Service_TillRuService',
  417.             'app.service.user' => 'getApp_Service_UserService',
  418.             'app.service.user_profile' => 'getApp_Service_UserProfileService',
  419.             'app.service.vacancy' => 'getApp_Service_VacancyService',
  420.             'app.service.vat' => 'getApp_Service_VatService',
  421.             'app.service.visited' => 'getApp_Service_VisitedService',
  422.             'app.service.widjet_review' => 'getApp_Service_WidjetReviewService',
  423.             'app.social_login' => 'getApp_SocialLoginService',
  424.             'app.tg.bot.alert' => 'getApp_Tg_Bot_AlertService',
  425.             'app.twig.bbcode_extension' => 'getApp_Twig_BbcodeExtensionService',
  426.             'app.twig.comment_extension' => 'getApp_Twig_CommentExtensionService',
  427.             'app.twig_extension' => 'getApp_TwigExtensionService',
  428.             'app.validator.unique_participant' => 'getApp_Validator_UniqueParticipantService',
  429.             'app.validator.unique_user_email' => 'getApp_Validator_UniqueUserEmailService',
  430.             'app.validator.validate_user_email' => 'getApp_Validator_ValidateUserEmailService',
  431.             'authentication_handler' => 'getAuthenticationHandlerService',
  432.             'bi.v3.command.articles_option' => 'getBi_V3_Command_ArticlesOptionService',
  433.             'bi.v3.command.bad_image' => 'getBi_V3_Command_BadImageService',
  434.             'bi.v3.command.buy_order' => 'getBi_V3_Command_BuyOrderService',
  435.             'bi.v3.command.check_list_report' => 'getBi_V3_Command_CheckListReportService',
  436.             'bi.v3.command.cmyk_source_image' => 'getBi_V3_Command_CmykSourceImageService',
  437.             'bi.v3.command.collection.set_header' => 'getBi_V3_Command_Collection_SetHeaderService',
  438.             'bi.v3.command.collection_video' => 'getBi_V3_Command_CollectionVideoService',
  439.             'bi.v3.command.data_update_draw' => 'getBi_V3_Command_DataUpdateDrawService',
  440.             'bi.v3.command.delete_tube' => 'getBi_V3_Command_DeleteTubeService',
  441.             'bi.v3.command.factory.set_type' => 'getBi_V3_Command_Factory_SetTypeService',
  442.             'bi.v3.command.factory_sync' => 'getBi_V3_Command_FactorySyncService',
  443.             'bi.v3.command.feed_google_custom' => 'getBi_V3_Command_FeedGoogleCustomService',
  444.             'bi.v3.command.feed_review' => 'getBi_V3_Command_FeedReviewService',
  445.             'bi.v3.command.feed_shopping_single' => 'getBi_V3_Command_FeedShoppingSingleService',
  446.             'bi.v3.command.feed_shopping_w_single' => 'getBi_V3_Command_FeedShoppingWSingleService',
  447.             'bi.v3.command.filter_collection' => 'getBi_V3_Command_FilterCollectionService',
  448.             'bi.v3.command.filtered_articles_google_feed' => 'getBi_V3_Command_FilteredArticlesGoogleFeedService',
  449.             'bi.v3.command.flush_memcache_article' => 'getBi_V3_Command_FlushMemcacheArticleService',
  450.             'bi.v3.command.google_feed_article_reviews' => 'getBi_V3_Command_GoogleFeedArticleReviewsService',
  451.             'bi.v3.command.holiday' => 'getBi_V3_Command_HolidayService',
  452.             'bi.v3.command.iamge_more_resolution' => 'getBi_V3_Command_IamgeMoreResolutionService',
  453.             'bi.v3.command.import_queue' => 'getBi_V3_Command_ImportQueueService',
  454.             'bi.v3.command.interior_alt' => 'getBi_V3_Command_InteriorAltService',
  455.             'bi.v3.command.interior_equivalent_size_image' => 'getBi_V3_Command_InteriorEquivalentSizeImageService',
  456.             'bi.v3.command.interior_re_crop' => 'getBi_V3_Command_InteriorReCropService',
  457.             'bi.v3.command.interior_stone_texture' => 'getBi_V3_Command_InteriorStoneTextureService',
  458.             'bi.v3.command.jobs_tube' => 'getBi_V3_Command_JobsTubeService',
  459.             'bi.v3.command.recomendation_articles' => 'getBi_V3_Command_RecomendationArticlesService',
  460.             'bi.v3.command.recrop_webp' => 'getBi_V3_Command_RecropWebpService',
  461.             'bi.v3.command.sample_update' => 'getBi_V3_Command_SampleUpdateService',
  462.             'bi.v3.command.save_after_reedit' => 'getBi_V3_Command_SaveAfterReeditService',
  463.             'bi.v3.command.save_mages_tv' => 'getBi_V3_Command_SaveMagesTvService',
  464.             'bi.v3.command.save_new_images_special' => 'getBi_V3_Command_SaveNewImagesSpecialService',
  465.             'bi.v3.command.search_no_source' => 'getBi_V3_Command_SearchNoSourceService',
  466.             'bi.v3.command.send_cmyk_convert' => 'getBi_V3_Command_SendCmykConvertService',
  467.             'bi.v3.command.send_message_cmyk_image' => 'getBi_V3_Command_SendMessageCmykImageService',
  468.             'bi.v3.command.send_suspended_message' => 'getBi_V3_Command_SendSuspendedMessageService',
  469.             'bi.v3.command.set_article_description' => 'getBi_V3_Command_SetArticleDescriptionService',
  470.             'bi.v3.command.shopping_update' => 'getBi_V3_Command_ShoppingUpdateService',
  471.             'bi.v3.command.stats_tube' => 'getBi_V3_Command_StatsTubeService',
  472.             'bi.v3.command.status_factory_change' => 'getBi_V3_Command_StatusFactoryChangeService',
  473.             'bi.v3.command.test' => 'getBi_V3_Command_TestService',
  474.             'bi.v3.command.test_rsync_connection' => 'getBi_V3_Command_TestRsyncConnectionService',
  475.             'bi.v3.command.update_article_all' => 'getBi_V3_Command_UpdateArticleAllService',
  476.             'bi.v3.command.update_article_part' => 'getBi_V3_Command_UpdateArticlePartService',
  477.             'bi.v3.command.update_collection_all' => 'getBi_V3_Command_UpdateCollectionAllService',
  478.             'bi.v3.command.update_color_factory' => 'getBi_V3_Command_UpdateColorFactoryService',
  479.             'bi.v3.command.update_factory_all' => 'getBi_V3_Command_UpdateFactoryAllService',
  480.             'bi.v3.command.update_interior' => 'getBi_V3_Command_UpdateInteriorService',
  481.             'bi.v3.command.update_pd' => 'getBi_V3_Command_UpdatePdService',
  482.             'bi.v3.repo.article' => 'getBi_V3_Repo_ArticleService',
  483.             'bi.v3.repo.article_detail' => 'getBi_V3_Repo_ArticleDetailService',
  484.             'bi.v3.repo.bigsize_format' => 'getBi_V3_Repo_BigsizeFormatService',
  485.             'bi.v3.repo.check_list' => 'getBi_V3_Repo_CheckListService',
  486.             'bi.v3.repo.collection' => 'getBi_V3_Repo_CollectionService',
  487.             'bi.v3.repo.country' => 'getBi_V3_Repo_CountryService',
  488.             'bi.v3.repo.cvet' => 'getBi_V3_Repo_CvetService',
  489.             'bi.v3.repo.description' => 'getBi_V3_Repo_DescriptionService',
  490.             'bi.v3.repo.draw' => 'getBi_V3_Repo_DrawService',
  491.             'bi.v3.repo.draw_list' => 'getBi_V3_Repo_DrawListService',
  492.             'bi.v3.repo.event' => 'getBi_V3_Repo_EventService',
  493.             'bi.v3.repo.factory' => 'getBi_V3_Repo_FactoryService',
  494.             'bi.v3.repo.factory_color' => 'getBi_V3_Repo_FactoryColorService',
  495.             'bi.v3.repo.factory_user' => 'getBi_V3_Repo_FactoryUserService',
  496.             'bi.v3.repo.feed' => 'getBi_V3_Repo_FeedService',
  497.             'bi.v3.repo.filter' => 'getBi_V3_Repo_FilterService',
  498.             'bi.v3.repo.geo_country' => 'getBi_V3_Repo_GeoCountryService',
  499.             'bi.v3.repo.history' => 'getBi_V3_Repo_HistoryService',
  500.             'bi.v3.repo.holiday' => 'getBi_V3_Repo_HolidayService',
  501.             'bi.v3.repo.idea_interior' => 'getBi_V3_Repo_IdeaInteriorService',
  502.             'bi.v3.repo.image_resolution' => 'getBi_V3_Repo_ImageResolutionService',
  503.             'bi.v3.repo.interior' => 'getBi_V3_Repo_InteriorService',
  504.             'bi.v3.repo.interior_article' => 'getBi_V3_Repo_InteriorArticleService',
  505.             'bi.v3.repo.interior_article_coord' => 'getBi_V3_Repo_InteriorArticleCoordService',
  506.             'bi.v3.repo.interior_history' => 'getBi_V3_Repo_InteriorHistoryService',
  507.             'bi.v3.repo.list' => 'getBi_V3_Repo_ListService',
  508.             'bi.v3.repo.list_check_list' => 'getBi_V3_Repo_ListCheckListService',
  509.             'bi.v3.repo.material' => 'getBi_V3_Repo_MaterialService',
  510.             'bi.v3.repo.measure_size' => 'getBi_V3_Repo_MeasureSizeService',
  511.             'bi.v3.repo.parser' => 'getBi_V3_Repo_ParserService',
  512.             'bi.v3.repo.proizvod' => 'getBi_V3_Repo_ProizvodService',
  513.             'bi.v3.repo.sample' => 'getBi_V3_Repo_SampleService',
  514.             'bi.v3.repo.seria' => 'getBi_V3_Repo_SeriaService',
  515.             'bi.v3.repo.shape' => 'getBi_V3_Repo_ShapeService',
  516.             'bi.v3.repo.texture' => 'getBi_V3_Repo_TextureService',
  517.             'bi.v3.repo.tovar' => 'getBi_V3_Repo_TovarService',
  518.             'bi.v3.repo.type' => 'getBi_V3_Repo_TypeService',
  519.             'bi.v3.repo.user' => 'getBi_V3_Repo_UserService',
  520.             'bi.v3.service.api' => 'getBi_V3_Service_ApiService',
  521.             'bi.v3.service.article' => 'getBi_V3_Service_ArticleService',
  522.             'bi.v3.service.article_image' => 'getBi_V3_Service_ArticleImageService',
  523.             'bi.v3.service.article_update' => 'getBi_V3_Service_ArticleUpdateService',
  524.             'bi.v3.service.checklist' => 'getBi_V3_Service_ChecklistService',
  525.             'bi.v3.service.collection' => 'getBi_V3_Service_CollectionService',
  526.             'bi.v3.service.event' => 'getBi_V3_Service_EventService',
  527.             'bi.v3.service.factory' => 'getBi_V3_Service_FactoryService',
  528.             'bi.v3.service.feed_filtered_articles' => 'getBi_V3_Service_FeedFilteredArticlesService',
  529.             'bi.v3.service.feed_google_remarketing' => 'getBi_V3_Service_FeedGoogleRemarketingService',
  530.             'bi.v3.service.feed_google_shopping' => 'getBi_V3_Service_FeedGoogleShoppingService',
  531.             'bi.v3.service.feed_remarketing' => 'getBi_V3_Service_FeedRemarketingService',
  532.             'bi.v3.service.feed_shopping' => 'getBi_V3_Service_FeedShoppingService',
  533.             'bi.v3.service.feed_shopping_w' => 'getBi_V3_Service_FeedShoppingWService',
  534.             'bi.v3.service.file_system' => 'getBi_V3_Service_FileSystemService',
  535.             'bi.v3.service.filter' => 'getBi_V3_Service_FilterService',
  536.             'bi.v3.service.history' => 'getBi_V3_Service_HistoryService',
  537.             'bi.v3.service.image' => 'getBi_V3_Service_ImageService',
  538.             'bi.v3.service.image_converter' => 'getBi_V3_Service_ImageConverterService',
  539.             'bi.v3.service.image_gd' => 'getBi_V3_Service_ImageGdService',
  540.             'bi.v3.service.image_resolution' => 'getBi_V3_Service_ImageResolutionService',
  541.             'bi.v3.service.interior' => 'getBi_V3_Service_InteriorService',
  542.             'bi.v3.service.interior_image' => 'getBi_V3_Service_InteriorImageService',
  543.             'bi.v3.service.message' => 'getBi_V3_Service_MessageService',
  544.             'bi.v3.service.once_run' => 'getBi_V3_Service_OnceRunService',
  545.             'bi.v3.service.one_c' => 'getBi_V3_Service_OneCService',
  546.             'bi.v3.service.queue' => 'getBi_V3_Service_QueueService',
  547.             'bi.v3.service.report' => 'getBi_V3_Service_ReportService',
  548.             'bi.v3.service.slider' => 'getBi_V3_Service_SliderService',
  549.             'bi.v3.service.suspend' => 'getBi_V3_Service_SuspendService',
  550.             'bi.v3.service.update' => 'getBi_V3_Service_UpdateService',
  551.             'bi.v3.service.upload' => 'getBi_V3_Service_UploadService',
  552.             'bi.v3.service.user' => 'getBi_V3_Service_UserService',
  553.             'bi.v3.service.validate' => 'getBi_V3_Service_ValidateService',
  554.             'bi.v4.repo.article_description' => 'getBi_V4_Repo_ArticleDescriptionService',
  555.             'bi.v4.repo.article_discount' => 'getBi_V4_Repo_ArticleDiscountService',
  556.             'bi.v4.repo.article_price' => 'getBi_V4_Repo_ArticlePriceService',
  557.             'bi.v4.repo.article_square' => 'getBi_V4_Repo_ArticleSquareService',
  558.             'bi.v4.repo.country' => 'getBi_V4_Repo_CountryService',
  559.             'bi.v4.repo.currency' => 'getBi_V4_Repo_CurrencyService',
  560.             'bi.v4.repo.history' => 'getBi_V4_Repo_HistoryService',
  561.             'bi.v4.repo.locale' => 'getBi_V4_Repo_LocaleService',
  562.             'bi.v4.repo.ng_factory' => 'getBi_V4_Repo_NgFactoryService',
  563.             'bi.v4.repo.tovar' => 'getBi_V4_Repo_TovarService',
  564.             'bi.v4.repo.volumeprc' => 'getBi_V4_Repo_VolumeprcService',
  565.             'bi.v4.service.citrix' => 'getBi_V4_Service_CitrixService',
  566.             'bi.v4.service.file_system' => 'getBi_V4_Service_FileSystemService',
  567.             'bi.v4.service.holiday' => 'getBi_V4_Service_HolidayService',
  568.             'bi.v4.service.image' => 'getBi_V4_Service_ImageService',
  569.             'bi.v4.service.image_converter' => 'getBi_V4_Service_ImageConverterService',
  570.             'bi.v4.service.image_resolution' => 'getBi_V4_Service_ImageResolutionService',
  571.             'bi.v4.service.queue' => 'getBi_V4_Service_QueueService',
  572.             'bi.v4.service.update' => 'getBi_V4_Service_UpdateService',
  573.             'bi.v4.service.upload' => 'getBi_V4_Service_UploadService',
  574.             'cache.app' => 'getCache_AppService',
  575.             'cache.app_clearer' => 'getCache_AppClearerService',
  576.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  577.             'cache.system' => 'getCache_SystemService',
  578.             'cache.system_clearer' => 'getCache_SystemClearerService',
  579.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  580.             'cache_warmer' => 'getCacheWarmerService',
  581.             'console.command.public_alias.FlexApp\\Command\\SyncAllCommentsCommand' => 'getSyncAllCommentsCommandService',
  582.             'console.command.public_alias.WebBundle\\Command\\CollectionImgCommand' => 'getCollectionImgCommandService',
  583.             'console.command.public_alias.WebBundle\\Command\\UpdateCountryFreeSampleDeliveryCommand' => 'getUpdateCountryFreeSampleDeliveryCommandService',
  584.             'console.command.public_alias.app.command.article.update_textures' => 'getConsole_Command_PublicAlias_App_Command_Article_UpdateTexturesService',
  585.             'console.command.public_alias.app.command.check_onec_service' => 'getConsole_Command_PublicAlias_App_Command_CheckOnecServiceService',
  586.             'console.command.public_alias.app.command.check_rating' => 'getConsole_Command_PublicAlias_App_Command_CheckRatingService',
  587.             'console.command.public_alias.app.command.clear.history' => 'getConsole_Command_PublicAlias_App_Command_Clear_HistoryService',
  588.             'console.command.public_alias.app.command.clear_article_dublicate' => 'getConsole_Command_PublicAlias_App_Command_ClearArticleDublicateService',
  589.             'console.command.public_alias.app.command.collection_video' => 'getConsole_Command_PublicAlias_App_Command_CollectionVideoService',
  590.             'console.command.public_alias.app.command.cron.synch' => 'getConsole_Command_PublicAlias_App_Command_Cron_SynchService',
  591.             'console.command.public_alias.app.command.cur_rate.update' => 'getConsole_Command_PublicAlias_App_Command_CurRate_UpdateService',
  592.             'console.command.public_alias.app.command.factory.statupd' => 'getConsole_Command_PublicAlias_App_Command_Factory_StatupdService',
  593.             'console.command.public_alias.app.command.fosub_migration_command' => 'getConsole_Command_PublicAlias_App_Command_FosubMigrationCommandService',
  594.             'console.command.public_alias.app.command.idea' => 'getConsole_Command_PublicAlias_App_Command_IdeaService',
  595.             'console.command.public_alias.app.command.idearename' => 'getConsole_Command_PublicAlias_App_Command_IdearenameService',
  596.             'console.command.public_alias.app.command.msh.run' => 'getConsole_Command_PublicAlias_App_Command_Msh_RunService',
  597.             'console.command.public_alias.app.command.order' => 'getConsole_Command_PublicAlias_App_Command_OrderService',
  598.             'console.command.public_alias.app.command.order.resend1C' => 'getConsole_Command_PublicAlias_App_Command_Order_Resend1CService',
  599.             'console.command.public_alias.app.command.order.send-email' => 'getConsole_Command_PublicAlias_App_Command_Order_SendemailService',
  600.             'console.command.public_alias.app.command.pars_country.command' => 'getConsole_Command_PublicAlias_App_Command_ParsCountry_CommandService',
  601.             'console.command.public_alias.app.command.payment_from_one_c' => 'getConsole_Command_PublicAlias_App_Command_PaymentFromOneCService',
  602.             'console.command.public_alias.app.command.publiccation_fix_path' => 'getConsole_Command_PublicAlias_App_Command_PubliccationFixPathService',
  603.             'console.command.public_alias.app.command.reviews_old.command' => 'getConsole_Command_PublicAlias_App_Command_ReviewsOld_CommandService',
  604.             'console.command.public_alias.app.command.send_email_list' => 'getConsole_Command_PublicAlias_App_Command_SendEmailListService',
  605.             'console.command.public_alias.app.command.send_review_invitations' => 'getConsole_Command_PublicAlias_App_Command_SendReviewInvitationsService',
  606.             'console.command.public_alias.app.command.set_coord_append_command' => 'getConsole_Command_PublicAlias_App_Command_SetCoordAppendCommandService',
  607.             'console.command.public_alias.app.command.set_coord_fix_command' => 'getConsole_Command_PublicAlias_App_Command_SetCoordFixCommandService',
  608.             'console.command.public_alias.app.command.site_collection' => 'getConsole_Command_PublicAlias_App_Command_SiteCollectionService',
  609.             'console.command.public_alias.app.command.social.stat' => 'getConsole_Command_PublicAlias_App_Command_Social_StatService',
  610.             'console.command.public_alias.app.command.update_user' => 'getConsole_Command_PublicAlias_App_Command_UpdateUserService',
  611.             'console.command.public_alias.app.command.user_resend' => 'getConsole_Command_PublicAlias_App_Command_UserResendService',
  612.             'console.command.public_alias.app.setting.collection.command' => 'getConsole_Command_PublicAlias_App_Setting_Collection_CommandService',
  613.             'console.command.public_alias.command.cache.clear' => 'getConsole_Command_PublicAlias_Command_Cache_ClearService',
  614.             'console.command.public_alias.command.collection.check' => 'getConsole_Command_PublicAlias_Command_Collection_CheckService',
  615.             'console.command.public_alias.command.discuss.user_unid_clear' => 'getConsole_Command_PublicAlias_Command_Discuss_UserUnidClearService',
  616.             'console.command.public_alias.command.img.check' => 'getConsole_Command_PublicAlias_Command_Img_CheckService',
  617.             'console.command.public_alias.command.main.check' => 'getConsole_Command_PublicAlias_Command_Main_CheckService',
  618.             'console.command_loader' => 'getConsole_CommandLoaderService',
  619.             'console.error_listener' => 'getConsole_ErrorListenerService',
  620.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  621.             'doctrine' => 'getDoctrineService',
  622.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  623.             'doctrine.dbal.logs_connection' => 'getDoctrine_Dbal_LogsConnectionService',
  624.             'doctrine.dbal.oneC_connection' => 'getDoctrine_Dbal_OneCConnectionService',
  625.             'doctrine.dbal.unbuffered_connection' => 'getDoctrine_Dbal_UnbufferedConnectionService',
  626.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  627.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  628.             'doctrine.orm.logs_entity_manager' => 'getDoctrine_Orm_LogsEntityManagerService',
  629.             'doctrine.orm.oneC_entity_manager' => 'getDoctrine_Orm_OneCEntityManagerService',
  630.             'error_controller' => 'getErrorControllerService',
  631.             'event_dispatcher' => 'getEventDispatcherService',
  632.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  633.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  634.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  635.             'full_text_searcher' => 'getFullTextSearcherService',
  636.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  637.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  638.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  639.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  640.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  641.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  642.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  643.             'http_kernel' => 'getHttpKernelService',
  644.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  645.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  646.             'kreait_firebase.push.auth' => 'getKreaitFirebase_Push_AuthService',
  647.             'kreait_firebase.push.database' => 'getKreaitFirebase_Push_DatabaseService',
  648.             'kreait_firebase.push.dynamic_links' => 'getKreaitFirebase_Push_DynamicLinksService',
  649.             'kreait_firebase.push.firestore' => 'getKreaitFirebase_Push_FirestoreService',
  650.             'kreait_firebase.push.messaging' => 'getKreaitFirebase_Push_MessagingService',
  651.             'kreait_firebase.push.remote_config' => 'getKreaitFirebase_Push_RemoteConfigService',
  652.             'kreait_firebase.push.storage' => 'getKreaitFirebase_Push_StorageService',
  653.             'leezy.pheanstalk.command.delete_job' => 'getLeezy_Pheanstalk_Command_DeleteJobService',
  654.             'leezy.pheanstalk.command.flush_tube' => 'getLeezy_Pheanstalk_Command_FlushTubeService',
  655.             'leezy.pheanstalk.command.kick' => 'getLeezy_Pheanstalk_Command_KickService',
  656.             'leezy.pheanstalk.command.kick_job' => 'getLeezy_Pheanstalk_Command_KickJobService',
  657.             'leezy.pheanstalk.command.list_tube' => 'getLeezy_Pheanstalk_Command_ListTubeService',
  658.             'leezy.pheanstalk.command.next_ready' => 'getLeezy_Pheanstalk_Command_NextReadyService',
  659.             'leezy.pheanstalk.command.pause_tube' => 'getLeezy_Pheanstalk_Command_PauseTubeService',
  660.             'leezy.pheanstalk.command.peek' => 'getLeezy_Pheanstalk_Command_PeekService',
  661.             'leezy.pheanstalk.command.peek_tube' => 'getLeezy_Pheanstalk_Command_PeekTubeService',
  662.             'leezy.pheanstalk.command.put' => 'getLeezy_Pheanstalk_Command_PutService',
  663.             'leezy.pheanstalk.command.stats' => 'getLeezy_Pheanstalk_Command_StatsService',
  664.             'leezy.pheanstalk.command.stats_job' => 'getLeezy_Pheanstalk_Command_StatsJobService',
  665.             'leezy.pheanstalk.command.stats_tube' => 'getLeezy_Pheanstalk_Command_StatsTubeService',
  666.             'leezy.pheanstalk.proxy.default' => 'getLeezy_Pheanstalk_Proxy_DefaultService',
  667.             'liform.guesser.validator' => 'getLiform_Guesser_ValidatorService',
  668.             'logger' => 'getLoggerService',
  669.             'manager.translate' => 'getManager_TranslateService',
  670.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  671.             'metaer_curl_wrapper.curl_wrapper.default' => 'getMetaerCurlWrapper_CurlWrapper_DefaultService',
  672.             'mobile_detect.mobile_detector.default' => 'getMobileDetect_MobileDetector_DefaultService',
  673.             'monolog.logger.catalog' => 'getMonolog_Logger_CatalogService',
  674.             'monolog.logger.collection' => 'getMonolog_Logger_CollectionService',
  675.             'monolog.logger.search' => 'getMonolog_Logger_SearchService',
  676.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  677.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  678.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  679.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  680.             'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  681.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  682.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  683.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  684.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  685.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  686.             'orm_transexentity_listener' => 'getOrmTransexentityListenerService',
  687.             'request_stack' => 'getRequestStackService',
  688.             'routing.loader' => 'getRouting_LoaderService',
  689.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  690.             'sentry.hub' => 'getSentry_HubService',
  691.             'services.catalog_sphinx_resul' => 'getServices_CatalogSphinxResulService',
  692.             'services_resetter' => 'getServicesResetterService',
  693.             'sphinx_ql' => 'getSphinxQlService',
  694.             'sphinx_searcher' => 'getSphinxSearcherService',
  695.             'swiftmailer.email_sender.listener' => 'getSwiftmailer_EmailSender_ListenerService',
  696.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  697.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  698.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService',
  699.             'translator' => 'getTranslatorService',
  700.             'validator.captcha' => 'getValidator_CaptchaService',
  701.             'validator.equal_to_field' => 'getValidator_EqualToFieldService',
  702.             'web.delivery_check_status' => 'getWeb_DeliveryCheckStatusService',
  703.             'web.delivery_request' => 'getWeb_DeliveryRequestService',
  704.             'web.kladr' => 'getWeb_KladrService',
  705.             'web.soap' => 'getWeb_SoapService',
  706.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  707.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  708.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  709.             'cache_clearer' => 'getCacheClearerService',
  710.             'filesystem' => 'getFilesystemService',
  711.             'serializer' => 'getSerializerService',
  712.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  713.             'form.factory' => 'getForm_FactoryService',
  714.             'form.type.file' => 'getForm_Type_FileService',
  715.             'profiler' => 'getProfilerService',
  716.             'twig' => 'getTwigService',
  717.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  718.             'security.token_storage' => 'getSecurity_TokenStorageService',
  719.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  720.             'session' => 'getSessionService',
  721.             'validator' => 'getValidatorService',
  722.         ];
  723.         $this->aliases = [
  724.             'Kreait\\Firebase\\Auth' => 'kreait_firebase.push.auth',
  725.             'Kreait\\Firebase\\Database' => 'kreait_firebase.push.database',
  726.             'Kreait\\Firebase\\DynamicLinks' => 'kreait_firebase.push.dynamic_links',
  727.             'Kreait\\Firebase\\Firestore' => 'kreait_firebase.push.firestore',
  728.             'Kreait\\Firebase\\Messaging' => 'kreait_firebase.push.messaging',
  729.             'Kreait\\Firebase\\RemoteConfig' => 'kreait_firebase.push.remote_config',
  730.             'Kreait\\Firebase\\Storage' => 'kreait_firebase.push.storage',
  731.             'WebBundle\\Repository\\CurrencyRateRepository' => 'app.repo.currency_rate',
  732.             'WebBundle\\Repository\\SampleRepository' => 'app.repo.sample',
  733.             'WebBundle\\Serializer\\Normalizer\\DateTimeNormalizer' => 'app.normalizer.date_time',
  734.             'WebBundle\\Serializer\\Normalizer\\OrderAddressNormalizer' => 'app.normalizer.order_address',
  735.             'WebBundle\\Serializer\\Normalizer\\OrderHistoryNormalizer' => 'app.normalizer.order_history',
  736.             'WebBundle\\Serializer\\Normalizer\\OrderItemNormalizer' => 'app.normalizer.order_item',
  737.             'WebBundle\\Serializer\\Normalizer\\OrderNormalizer' => 'app.normalizer.order',
  738.             'WebBundle\\Serializer\\Normalizer\\OrderPaymentNormalizer' => 'app.normalizer.order_payment',
  739.             'WebBundle\\Serializer\\Normalizer\\WarehouseNormalizer' => 'app.normalizer.warehouse',
  740.             'WebBundle\\Service\\CollectionService' => 'app.service.collection',
  741.             'WebBundle\\Service\\CommonDataService' => 'app.service.te_common_data',
  742.             'WebBundle\\Service\\DeliveryRequestService' => 'web.delivery_request',
  743.             'WebBundle\\Service\\FiltersService' => 'app.service.filters',
  744.             'WebBundle\\Service\\KladrService' => 'web.kladr',
  745.             'WebBundle\\Service\\ListEmailService' => 'app.service.list_email',
  746.             'WebBundle\\Service\\LocalizationService' => 'app.service.localization',
  747.             'WebBundle\\Service\\LocationService' => 'app.service.location',
  748.             'WebBundle\\Service\\OrderAddressService' => 'app.service.order_address',
  749.             'WebBundle\\Service\\OrderItemService' => 'app.service.order_item',
  750.             'WebBundle\\Service\\OrderOneCService' => 'app.service.order_one_c',
  751.             'WebBundle\\Service\\OrderPaymentService' => 'app.service.order_payment',
  752.             'WebBundle\\Service\\OrderService' => 'app.service.order',
  753.             'WebBundle\\Service\\PaymentAdyenService' => 'app.service.payment.adyen',
  754.             'WebBundle\\Service\\PaymentBrainTreeService' => 'app.service.payment.brain_tree',
  755.             'WebBundle\\Service\\PaymentFromOneCService' => 'app.service.payment',
  756.             'WebBundle\\Service\\PaymentPayPalService' => 'app.service.payment.pay_pal',
  757.             'WebBundle\\Service\\PublicationService' => 'app.service.publication',
  758.             'WebBundle\\Service\\RegistrationService' => 'app.registration',
  759.             'WebBundle\\Service\\RequestService' => 'app.service.request',
  760.             'WebBundle\\Service\\ReviewInvitationsService' => 'app.service.review_invitations',
  761.             'WebBundle\\Service\\ReviewsService' => 'app.service.reviews',
  762.             'WebBundle\\Service\\SampleService' => 'app.service.sample',
  763.             'WebBundle\\Service\\SoapResponseService' => 'app.service.soap_response_service',
  764.             'WebBundle\\Service\\SoapService' => 'web.soap',
  765.             'WebBundle\\Service\\SphinxSearcherService' => 'sphinx_searcher',
  766.             'WebBundle\\Service\\UserService' => 'app.service.user',
  767.             'WebBundle\\Service\\VacancyService' => 'app.service.vacancy',
  768.             'WebBundle\\Service\\VatService' => 'app.service.vat',
  769.             'WebBundle\\Service\\VisitedService' => 'app.service.visited',
  770.             'WebBundle\\Service\\WidjetReviewService' => 'app.service.widjet_review',
  771.             'app.participant_helper' => 'WebBundle\\Helper\\ParticipantHelper',
  772.             'app.repo.article' => 'WebBundle\\Repository\\ArticleRepository',
  773.             'app.repo.factory' => 'WebBundle\\Repository\\FactoryRepository',
  774.             'app.repo.idea' => 'WebBundle\\Repository\\IdeaRepository',
  775.             'app.repo.last_url' => 'WebBundle\\Repository\\LastUrlRepository',
  776.             'app.repo.list_country' => 'WebBundle\\Repository\\ListCountryRepository',
  777.             'app.repo.order' => 'WebBundle\\Repository\\BuyOrderRepository',
  778.             'app.repo.order_address' => 'WebBundle\\Repository\\OrderAddressRepository',
  779.             'app.repo.payment' => 'WebBundle\\Repository\\OrderPaymentRepository',
  780.             'app.repo.product_review' => 'WebBundle\\Repository\\ProductReviewsCacheRepository',
  781.             'app.repo.user' => 'WebBundle\\Repository\\UserRepository',
  782.             'app.repo.visit' => 'WebBundle\\Repository\\VisitRepository',
  783.             'app.service.career' => 'WebBundle\\Service\\CareerService',
  784.             'app.service.collection_settings' => 'WebBundle\\Service\\CollectionSettingsService',
  785.             'app.user.resetting_mailer' => 'WebBundle\\Helper\\Mailer',
  786.             'database_connection' => 'doctrine.dbal.default_connection',
  787.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  788.             'liform' => 'Limenius\\Liform\\Liform',
  789.             'liform.add_schema_extension' => 'Limenius\\Liform\\Form\\Extension\\AddLiformExtension',
  790.             'liform.resolver' => 'Limenius\\Liform\\Resolver',
  791.             'liform.serializer.form_error_normalizer' => 'Limenius\\Liform\\Serializer\\Normalizer\\FormErrorNormalizer',
  792.             'logger_public' => 'logger',
  793.             'mailer' => 'swiftmailer.mailer.default',
  794.             'metaer_curl_wrapper.curl_wrapper' => 'metaer_curl_wrapper.curl_wrapper.default',
  795.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  796.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  797.             'portal' => 'WebBundle\\Helper\\PortalHelper',
  798.             'router' => 'FlexApp\\Extensions\\RouterDecorator',
  799.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  800.         ];
  801.         $this->privates['service_container'] = function () {
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/Compiler/CompilerPassInterface.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  809.             include_once \dirname(__DIR__4).'/src/FlexApp/Kernel.php';
  810.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  811.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  812.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  813.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  815.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  816.             include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17Factory.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  818.             include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/EmailClickSubscriber.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  824.             include_once \dirname(__DIR__4).'/src/FlexApp/Extensions/RouterDecorator.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  829.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceProviderInterface.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceLocatorTrait.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  833.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  834.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  835.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ResetInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  839.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  840.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  841.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  842.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  843.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  844.             include_once \dirname(__DIR__4).'/src/WebBundle/Traits/RepoTrait.php';
  845.             include_once \dirname(__DIR__4).'/src/FlexApp/Repository/BoolDBSettingRepository.php';
  846.             include_once \dirname(__DIR__4).'/src/FlexApp/Repository/ChatBMessageRepository.php';
  847.             include_once \dirname(__DIR__4).'/src/FlexApp/Repository/ChatBRepository.php';
  848.             include_once \dirname(__DIR__4).'/src/FlexApp/Repository/InvitationEmailDeliveryStatsRepository.php';
  849.             include_once \dirname(__DIR__4).'/src/FlexApp/Repository/WidgetRepository.php';
  850.             include_once \dirname(__DIR__4).'/src/FlexApp/Service/BBCodeManager.php';
  851.             include_once \dirname(__DIR__4).'/src/FlexApp/Helper/CountryHandler.php';
  852.             include_once \dirname(__DIR__4).'/src/FlexApp/Service/ParametersProvider.php';
  853.             include_once \dirname(__DIR__4).'/src/FlexApp/Service/ManualReg/ContainerProvider.php';
  854.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  855.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  856.             include_once \dirname(__DIR__4).'/src/FlexApp/Extensions/Doctrine/Mapping/AppQuoteStrategy.php';
  857.             include_once \dirname(__DIR__4).'/src/WebBundle/Service/LocationService.php';
  858.             include_once \dirname(__DIR__4).'/src/WebBundle/Repository/BuyOrderRepository.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  860.             include_once \dirname(__DIR__4).'/src/WebBundle/Repository/UserRepository.php';
  861.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  863.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  864.             include_once \dirname(__DIR__4).'/src/WebBundle/Twig/AppExtension.php';
  865.             include_once \dirname(__DIR__4).'/src/FlexApp/Service/JWTGenerator.php';
  866.             include_once \dirname(__DIR__4).'/src/WebBundle/Twig/CommentExtension.php';
  867.             include_once \dirname(__DIR__4).'/src/WebBundle/Twig/BBCodeExtension.php';
  868.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  869.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  870.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  871.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php';
  872.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php';
  873.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php';
  874.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php';
  875.             include_once \dirname(__DIR__4).'/src/WebBundle/Listener/RequestListener.php';
  876.             include_once \dirname(__DIR__4).'/src/FlexApp/EventListener/ResponseListener.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/StaticVersionStrategy.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorTrait.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  934.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  935.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  936.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  937.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  938.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  940.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheInterface.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheTrait.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  948.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  954.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  955.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  961.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  962.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  963.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  982.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  997.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/PheanstalkLocator.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/DeviceDetector/MobileDetector.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Helper/DeviceView.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/EventListener/RequestResponseListener.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/ConnectionConfigurator.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/HttpClient/HttpClientInterface.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV2.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  1119.             include_once \dirname(__DIR__4).'/src/FlexApp/Sentry/SpoolTransportFactory.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  1128.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1129.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  1130.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1137.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1142.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1143.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1144.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1145.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1147.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1148.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1149.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  1150.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1151.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1152.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  1153.             include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/DataCollector/PheanstalkDataCollector.php';
  1154.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/DataCollector/DeviceDataCollector.php';
  1155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1156.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1157.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1158.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1159.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1160.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1161.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1162.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1163.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1164.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1165.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1166.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1167.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  1168.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  1169.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1170.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1171.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1172.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1173.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1174.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1175.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  1176.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  1177.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  1178.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  1179.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1180.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1183.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1184.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1185.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1188.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1189.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1190.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1191.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1192.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  1193.             include_once \dirname(__DIR__4).'/src/Import1CBundle/Twig/ImportTwigExtension.php';
  1194.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  1195.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  1196.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1197.             include_once \dirname(__DIR__4).'/vendor/limenius/react-renderer/src/Limenius/ReactRenderer/Twig/ReactRenderExtension.php';
  1198.             include_once \dirname(__DIR__4).'/vendor/limenius/react-renderer/src/Limenius/ReactRenderer/Renderer/AbstractReactRenderer.php';
  1199.             include_once \dirname(__DIR__4).'/vendor/limenius/react-renderer/src/Limenius/ReactRenderer/Renderer/PhpExecJsReactRenderer.php';
  1200.             include_once \dirname(__DIR__4).'/vendor/limenius/react-renderer/src/Limenius/ReactRenderer/Context/ContextProviderInterface.php';
  1201.             include_once \dirname(__DIR__4).'/vendor/limenius/react-renderer/src/Limenius/ReactRenderer/Context/SymfonyContextProvider.php';
  1202.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Twig/Extension/MobileDetectExtension.php';
  1203.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1204.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1205.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1206.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1207.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1208.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1209.             include_once \dirname(__DIR__4).'/src/AdmBundle/Twig/AdmTwigExtension.php';
  1210.             include_once \dirname(__DIR__4).'/vendor/funcphp/twig-compress/Twig/CompressExtension.php';
  1211.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  1212.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  1213.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  1214.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1215.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1216.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1217.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1218.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1219.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  1220.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1221.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1222.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1223.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1224.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1225.             include_once __DIR__.'/proxy-classes.php';
  1226.         };
  1227.     }
  1228.     public function compile(): void
  1229.     {
  1230.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1231.     }
  1232.     public function isCompiled(): bool
  1233.     {
  1234.         return true;
  1235.     }
  1236.     public function getRemovedIds(): array
  1237.     {
  1238.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1239.     }
  1240.     protected function createProxy($class, \Closure $factory)
  1241.     {
  1242.         return $factory();
  1243.     }
  1244.     /**
  1245.      * Gets the public '.container.private.cache_clearer' shared service.
  1246.      *
  1247.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1248.      */
  1249.     protected function get_Container_Private_CacheClearerService()
  1250.     {
  1251.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1252.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1253.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1254.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1255.         }, 1));
  1256.     }
  1257.     /**
  1258.      * Gets the public '.container.private.filesystem' shared service.
  1259.      *
  1260.      * @return \Symfony\Component\Filesystem\Filesystem
  1261.      */
  1262.     protected function get_Container_Private_FilesystemService()
  1263.     {
  1264.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1265.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1266.     }
  1267.     /**
  1268.      * Gets the public '.container.private.form.factory' shared service.
  1269.      *
  1270.      * @return \Symfony\Component\Form\FormFactory
  1271.      */
  1272.     protected function get_Container_Private_Form_FactoryService()
  1273.     {
  1274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1276.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1277.         if (isset($this->services['.container.private.form.factory'])) {
  1278.             return $this->services['.container.private.form.factory'];
  1279.         }
  1280.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1281.     }
  1282.     /**
  1283.      * Gets the public '.container.private.form.type.file' shared service.
  1284.      *
  1285.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1286.      */
  1287.     protected function get_Container_Private_Form_Type_FileService()
  1288.     {
  1289.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1290.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1291.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1292.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1293.     }
  1294.     /**
  1295.      * Gets the public '.container.private.profiler' shared service.
  1296.      *
  1297.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1298.      */
  1299.     protected function get_Container_Private_ProfilerService()
  1300.     {
  1301.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1302.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1303.         $a->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  1304.         $a->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  1305.         $a->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  1306.         $a->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  1307.         $a->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  1308.         $a->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  1309.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  1310.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  1311.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1312.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  1313.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1314.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1315.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1316.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1317.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1318.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1319.         $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1320.         $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1321.         $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  1322.         $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  1323.         $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  1324.         $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  1325.         $d->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  1326.         $d->addInstance('doctrine.system_cache_pool.traceable', ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService()));
  1327.         $d->addInstance('doctrine.redis_cache_pool.traceable', ($this->privates['doctrine.redis_cache_pool.traceable'] ?? $this->getDoctrine_RedisCachePool_TraceableService()));
  1328.         $d->addInstance('chatb_cache_pool.traceable', ($this->privates['chatb_cache_pool.traceable'] ?? $this->getChatbCachePool_TraceableService()));
  1329.         $d->addInstance('redis_cache_pool.traceable', ($this->privates['redis_cache_pool.traceable'] ?? $this->getRedisCachePool_TraceableService()));
  1330.         $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1331.         $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  1332.         $d->addInstance('cache.security_token_verifier.traceable', ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService()));
  1333.         $d->addInstance('cache.doctrine.orm.oneC.result.traceable', ($this->privates['cache.doctrine.orm.oneC.result.traceable'] ?? $this->getCache_Doctrine_Orm_OneC_Result_TraceableService()));
  1334.         $d->addInstance('cache.doctrine.orm.oneC.query.traceable', ($this->privates['cache.doctrine.orm.oneC.query.traceable'] ?? $this->getCache_Doctrine_Orm_OneC_Query_TraceableService()));
  1335.         $d->addInstance('cache.doctrine.orm.logs.result.traceable', ($this->privates['cache.doctrine.orm.logs.result.traceable'] ?? $this->getCache_Doctrine_Orm_Logs_Result_TraceableService()));
  1336.         $d->addInstance('cache.doctrine.orm.logs.query.traceable', ($this->privates['cache.doctrine.orm.logs.query.traceable'] ?? $this->getCache_Doctrine_Orm_Logs_Query_TraceableService()));
  1337.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1338.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1339.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1340.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1341.         $f->addLogger('unbuffered', ($this->privates['doctrine.dbal.logger.profiling.unbuffered'] ?? ($this->privates['doctrine.dbal.logger.profiling.unbuffered'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1342.         $f->addLogger('oneC', ($this->privates['doctrine.dbal.logger.profiling.oneC'] ?? ($this->privates['doctrine.dbal.logger.profiling.oneC'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1343.         $f->addLogger('logs', ($this->privates['doctrine.dbal.logger.profiling.logs'] ?? ($this->privates['doctrine.dbal.logger.profiling.logs'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1344.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1345.         $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1346.         $h = new \SunCat\MobileDetectBundle\DataCollector\DeviceDataCollector(($this->privates['mobile_detect.device_view'] ?? $this->getMobileDetect_DeviceViewService()));
  1347.         $h->setRedirectConfig($this->parameters['mobile_detect.redirect']);
  1348.         $i = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1349.         if ($this->has('kernel')) {
  1350.             $i->setKernel($b);
  1351.         }
  1352.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1353.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1354.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1355.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1356.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1357.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1358.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1359.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/FlexApp_KernelTe_devDebugContainer'), $c));
  1360.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1361.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1362.         $instance->add($d);
  1363.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1364.         $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));
  1365.         $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())));
  1366.         $instance->add($e);
  1367.         $instance->add($f);
  1368.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1369.         $instance->add($g);
  1370.         $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()))));
  1371.         $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()))));
  1372.         $instance->add(new \Leezy\PheanstalkBundle\DataCollector\PheanstalkDataCollector(($this->privates['leezy.pheanstalk.pheanstalk_locator'] ?? ($this->privates['leezy.pheanstalk.pheanstalk_locator'] = new \Leezy\PheanstalkBundle\PheanstalkLocator()))));
  1373.         $instance->add($h);
  1374.         $instance->add($i);
  1375.         return $instance;
  1376.     }
  1377.     /**
  1378.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1379.      *
  1380.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1381.      */
  1382.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1383.     {
  1384.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1385.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1386.             return $this->services['.container.private.security.authorization_checker'];
  1387.         }
  1388.         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);
  1389.     }
  1390.     /**
  1391.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1392.      *
  1393.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1394.      */
  1395.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1396.     {
  1397.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1398.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1399.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1400.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1401.         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())));
  1402.     }
  1403.     /**
  1404.      * Gets the public '.container.private.security.password_encoder' shared service.
  1405.      *
  1406.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1407.      *
  1408.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  1409.      */
  1410.     protected function get_Container_Private_Security_PasswordEncoderService()
  1411.     {
  1412.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  1413.         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()));
  1414.     }
  1415.     /**
  1416.      * Gets the public '.container.private.security.token_storage' shared service.
  1417.      *
  1418.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1419.      */
  1420.     protected function get_Container_Private_Security_TokenStorageService()
  1421.     {
  1422.         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, [
  1423.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1424.         ], [
  1425.             'request_stack' => '?',
  1426.         ]));
  1427.     }
  1428.     /**
  1429.      * Gets the public '.container.private.serializer' shared service.
  1430.      *
  1431.      * @return \Symfony\Component\Serializer\Serializer
  1432.      */
  1433.     protected function get_Container_Private_SerializerService()
  1434.     {
  1435.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1436.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1437.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1438.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1439.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1440.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1441.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1442.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1443.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1444.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1445.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1446.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1447.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1448.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1449.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1450.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1451.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1452.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1453.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1454.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1455.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1456.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1457.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1458.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1459.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1460.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1461.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1462.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1463.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1467.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1468.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1469.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1471.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1472.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1473.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Serializer/Normalizer/InitialValuesNormalizer.php';
  1474.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1475.         if (isset($this->services['.container.private.serializer'])) {
  1476.             return $this->services['.container.private.serializer'];
  1477.         }
  1478.         $b = ($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService());
  1479.         if (isset($this->services['.container.private.serializer'])) {
  1480.             return $this->services['.container.private.serializer'];
  1481.         }
  1482.         $c = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1483.         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()]);
  1484.     }
  1485.     /**
  1486.      * Gets the public '.container.private.session' shared service.
  1487.      *
  1488.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1489.      */
  1490.     protected function get_Container_Private_SessionService()
  1491.     {
  1492.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1493.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1494.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1495.         if (isset($this->services['.container.private.session'])) {
  1496.             return $this->services['.container.private.session'];
  1497.         }
  1498.         return $this->services['.container.private.session'] = $a->createSession();
  1499.     }
  1500.     /**
  1501.      * Gets the public '.container.private.twig' shared service.
  1502.      *
  1503.      * @return \Twig\Environment
  1504.      */
  1505.     protected function get_Container_Private_TwigService()
  1506.     {
  1507.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1508.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1509.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1510.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1511.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1512.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1513.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1514.         $a->addPath((\dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Resources/views'), 'LeezyPheanstalk');
  1515.         $a->addPath((\dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Resources/views'), '!LeezyPheanstalk');
  1516.         $a->addPath((\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Resources/views'), 'MobileDetect');
  1517.         $a->addPath((\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Resources/views'), '!MobileDetect');
  1518.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1519.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1520.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1521.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1522.         $a->addPath((\dirname(__DIR__4).'/src/AdmBundle/Resources/views'), 'Adm');
  1523.         $a->addPath((\dirname(__DIR__4).'/src/AdmBundle/Resources/views'), '!Adm');
  1524.         $a->addPath((\dirname(__DIR__4).'/src/WebBundle/Resources/views'), 'Web');
  1525.         $a->addPath((\dirname(__DIR__4).'/src/WebBundle/Resources/views'), '!Web');
  1526.         $a->addPath((\dirname(__DIR__4).'/src/Import1CBundle/Resources/views'), 'Import1C');
  1527.         $a->addPath((\dirname(__DIR__4).'/src/Import1CBundle/Resources/views'), '!Import1C');
  1528.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  1529.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  1530.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1531.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1532.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1533.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1534.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1535.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1536.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1537.         $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 () {
  1538.             yield 'webpack' => ($this->privates['assets._package_webpack'] ?? $this->getAssets_PackageWebpackService());
  1539.         }, 1)));
  1540.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1541.         $f = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  1542.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1543.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1544.         $i = new \Limenius\ReactRenderer\Context\SymfonyContextProvider($g);
  1545.         $j = new \Limenius\ReactRenderer\Renderer\PhpExecJsReactRenderer((\dirname(__DIR__3).'/webpack/server-bundle.js'), false$i, ($this->services['logger'] ?? $this->getLoggerService()));
  1546.         $j->setServerBundlePath((\dirname(__DIR__4).'/app/Resources/webpack/server-bundle.js'));
  1547.         $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']);
  1548.         $k->setRequestByRequestStack($g);
  1549.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1550.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1551.         $m = new \Symfony\Bridge\Twig\AppVariable();
  1552.         $m->setEnvironment('te_dev');
  1553.         $m->setDebug(true);
  1554.         if ($this->has('.container.private.security.token_storage')) {
  1555.             $m->setTokenStorage($h);
  1556.         }
  1557.         if ($this->has('request_stack')) {
  1558.             $m->setRequestStack($g);
  1559.         }
  1560.         $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1561.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1562.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1563.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1564.         $instance->addExtension($d);
  1565.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  1566.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1567.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1568.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1569.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1570.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1571.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g$f)));
  1572.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1573.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1574.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1575.         $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)));
  1576.         $instance->addExtension(($this->services['app.twig_extension'] ?? $this->getApp_TwigExtensionService()));
  1577.         $instance->addExtension(($this->services['app.twig.comment_extension'] ?? ($this->services['app.twig.comment_extension'] = new \WebBundle\Twig\CommentExtension($this))));
  1578.         $instance->addExtension(($this->services['app.twig.bbcode_extension'] ?? ($this->services['app.twig.bbcode_extension'] = new \WebBundle\Twig\BBCodeExtension($this))));
  1579.         $instance->addExtension(new \Twig_Extensions_Extension_Intl());
  1580.         $instance->addExtension(new \Import1CBundle\Twig\ImportTwigExtension());
  1581.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  1582.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  1583.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1584.         $instance->addExtension(new \Limenius\ReactRenderer\Twig\ReactRenderExtension($j$i'both'true));
  1585.         $instance->addExtension($k);
  1586.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  1587.         $instance->addExtension(new \AdmBundle\Twig\AdmTwigExtension($this));
  1588.         $instance->addExtension(new \Func\Twig\CompressExtension());
  1589.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($d));
  1590.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->services['sentry.hub'] ?? $this->getSentry_HubService())));
  1591.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1592.         $instance->addGlobal('app'$m);
  1593.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1594.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1595.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1596.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1597.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1598.         ], [
  1599.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1600.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1601.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1602.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1603.         ])));
  1604.         $instance->addGlobal('host''https://tile.expert');
  1605.         $instance->addGlobal('siteName''Tile.Expert');
  1606.         $instance->addGlobal('siteName2''Tile.Expert');
  1607.         $instance->addGlobal('googleAnalytics'false);
  1608.         $instance->addGlobal('googleRemarketing'false);
  1609.         $instance->addGlobal('recaptcha''6LfgVCQUAAAAADnEA2FMd2014tLh8QD5-_-l6gzD');
  1610.         $instance->addGlobal('nodeServer''https://tile.expert:3002');
  1611.         $instance->addGlobal('jobsSubdomain''jobs');
  1612.         $instance->addGlobal('replaceInJobsLink4thLevel''dev3');
  1613.         $instance->addGlobal('validLocales'$this->parameters['locales']);
  1614.         $instance->addGlobal('lazyload'true);
  1615.         $instance->registerUndefinedFilterCallback([=> $n=> 'suggestFilter']);
  1616.         $instance->registerUndefinedFunctionCallback([=> $n=> 'suggestFunction']);
  1617.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1618.         return $instance;
  1619.     }
  1620.     /**
  1621.      * Gets the public '.container.private.validator' shared service.
  1622.      *
  1623.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1624.      */
  1625.     protected function get_Container_Private_ValidatorService()
  1626.     {
  1627.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1628.         if (isset($this->services['.container.private.validator'])) {
  1629.             return $this->services['.container.private.validator'];
  1630.         }
  1631.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1632.     }
  1633.     /**
  1634.      * Gets the public 'AdmBundle\Controller\AdmCfgPageController' shared autowired service.
  1635.      *
  1636.      * @return \AdmBundle\Controller\AdmCfgPageController
  1637.      */
  1638.     protected function getAdmCfgPageControllerService()
  1639.     {
  1640.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1641.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1642.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1643.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/AdmCfgPageController.php';
  1644.         $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()));
  1645.         $a = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1646.         $instance->oServiceAdmCfgPage $a;
  1647.         $instance->repoAdmCfgPage = ($this->privates['FlexApp\\Repository\\AdmCfgPageRepository'] ?? $this->getAdmCfgPageRepositoryService());
  1648.         $instance->admCfgPageService $a;
  1649.         $instance->setContainer($this);
  1650.         return $instance;
  1651.     }
  1652.     /**
  1653.      * Gets the public 'AdmBundle\Controller\AdmCfgParametersController' shared autowired service.
  1654.      *
  1655.      * @return \AdmBundle\Controller\AdmCfgParametersController
  1656.      */
  1657.     protected function getAdmCfgParametersControllerService()
  1658.     {
  1659.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1660.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1661.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/AdmCfgParametersController.php';
  1662.         $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()));
  1663.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1664.         $instance->setContainer($this);
  1665.         return $instance;
  1666.     }
  1667.     /**
  1668.      * Gets the public 'AdmBundle\Controller\ArticleController' shared autowired service.
  1669.      *
  1670.      * @return \AdmBundle\Controller\ArticleController
  1671.      */
  1672.     protected function getArticleControllerService()
  1673.     {
  1674.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1675.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1676.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1677.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ArticleController.php';
  1678.         $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()));
  1679.         $instance->oServiceAdmArticle = ($this->services['adm.service.article'] ?? $this->getAdm_Service_ArticleService());
  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\BlogController' shared autowired service.
  1686.      *
  1687.      * @return \AdmBundle\Controller\BlogController
  1688.      */
  1689.     protected function getBlogControllerService()
  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/BlogController.php';
  1695.         $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()));
  1696.         $instance->oServiceAdmBlog = ($this->services['adm.service.blog'] ?? $this->getAdm_Service_BlogService());
  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\BoolDBSettingController' shared autowired service.
  1703.      *
  1704.      * @return \AdmBundle\Controller\BoolDBSettingController
  1705.      */
  1706.     protected function getBoolDBSettingControllerService()
  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/BoolDBSettingController.php';
  1712.         $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()));
  1713.         $instance->oService = ($this->services['adm.service.bool_db_setting'] ?? $this->getAdm_Service_BoolDbSettingService());
  1714.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1715.         $instance->setContainer($this);
  1716.         return $instance;
  1717.     }
  1718.     /**
  1719.      * Gets the public 'AdmBundle\Controller\BrandController' shared autowired service.
  1720.      *
  1721.      * @return \AdmBundle\Controller\BrandController
  1722.      */
  1723.     protected function getBrandControllerService()
  1724.     {
  1725.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1726.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1727.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1728.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/BrandController.php';
  1729.         $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()));
  1730.         $instance->oServiceFilter = ($this->services['adm.service.filter'] ?? $this->getAdm_Service_FilterService());
  1731.         $instance->oServiceBrand = ($this->services['adm.service.brand'] ?? $this->getAdm_Service_BrandService());
  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\CalendarController' shared autowired service.
  1738.      *
  1739.      * @return \AdmBundle\Controller\CalendarController
  1740.      */
  1741.     protected function getCalendarControllerService()
  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/CalendarController.php';
  1747.         $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()));
  1748.         $instance->oServiceCalendar = ($this->services['adm.service.calendar'] ?? $this->getAdm_Service_CalendarService());
  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\CheckListController' shared autowired service.
  1755.      *
  1756.      * @return \AdmBundle\Controller\CheckListController
  1757.      */
  1758.     protected function getCheckListControllerService()
  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/CheckListController.php';
  1764.         $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()));
  1765.         $instance->oServiceCheckList = ($this->services['adm.service.check_list'] ?? $this->getAdm_Service_CheckListService());
  1766.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1767.         $instance->setContainer($this);
  1768.         return $instance;
  1769.     }
  1770.     /**
  1771.      * Gets the public 'AdmBundle\Controller\CollectionController' shared autowired service.
  1772.      *
  1773.      * @return \AdmBundle\Controller\CollectionController
  1774.      */
  1775.     protected function getCollectionControllerService()
  1776.     {
  1777.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1778.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1779.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1780.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/CollectionController.php';
  1781.         $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()));
  1782.         $instance->oServiceAdmCollection = ($this->services['adm.service.collection'] ?? $this->getAdm_Service_CollectionService());
  1783.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1784.         $instance->setContainer($this);
  1785.         return $instance;
  1786.     }
  1787.     /**
  1788.      * Gets the public 'AdmBundle\Controller\CommentController' shared autowired service.
  1789.      *
  1790.      * @return \AdmBundle\Controller\CommentController
  1791.      */
  1792.     protected function getCommentControllerService()
  1793.     {
  1794.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1795.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1796.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1797.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/CommentController.php';
  1798.         $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()));
  1799.         $instance->oServiceComment = ($this->services['adm.service.comment'] ?? $this->getAdm_Service_CommentService());
  1800.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1801.         $instance->setContainer($this);
  1802.         return $instance;
  1803.     }
  1804.     /**
  1805.      * Gets the public 'AdmBundle\Controller\ConsultantController' shared autowired service.
  1806.      *
  1807.      * @return \AdmBundle\Controller\ConsultantController
  1808.      */
  1809.     protected function getConsultantControllerService()
  1810.     {
  1811.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1812.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1813.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1814.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ConsultantController.php';
  1815.         $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()));
  1816.         $instance->oServiceConsultant = ($this->services['adm.service.consultant'] ?? $this->getAdm_Service_ConsultantService());
  1817.         $instance->repoConsultant = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  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\CountryController' shared autowired service.
  1824.      *
  1825.      * @return \AdmBundle\Controller\CountryController
  1826.      */
  1827.     protected function getCountryControllerService()
  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/CountryController.php';
  1833.         $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()));
  1834.         $instance->oService = ($this->services['adm.service.country'] ?? $this->getAdm_Service_CountryService());
  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\CountryLangSpecificDataController' shared autowired service.
  1841.      *
  1842.      * @return \AdmBundle\Controller\CountryLangSpecificDataController
  1843.      */
  1844.     protected function getCountryLangSpecificDataControllerService()
  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/CountryLangSpecificDataController.php';
  1850.         $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()));
  1851.         $instance->oServiceCLSpecificData = ($this->services['adm.service.country_and_lang_specific_data'] ?? $this->getAdm_Service_CountryAndLangSpecificDataService());
  1852.         $instance->repoCLSpecificData = ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService());
  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\CurrencyNgController' shared autowired service.
  1859.      *
  1860.      * @return \AdmBundle\Controller\CurrencyNgController
  1861.      */
  1862.     protected function getCurrencyNgControllerService()
  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/CurrencyNgController.php';
  1868.         $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()));
  1869.         $instance->oService = ($this->services['adm.service.currency_ng'] ?? $this->getAdm_Service_CurrencyNgService());
  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\DashboardController' shared autowired service.
  1876.      *
  1877.      * @return \AdmBundle\Controller\DashboardController
  1878.      */
  1879.     protected function getDashboardControllerService()
  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/Controller/DashboardController.php';
  1884.         $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()));
  1885.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1886.         $instance->setContainer($this);
  1887.         return $instance;
  1888.     }
  1889.     /**
  1890.      * Gets the public 'AdmBundle\Controller\ExhController' shared autowired service.
  1891.      *
  1892.      * @return \AdmBundle\Controller\ExhController
  1893.      */
  1894.     protected function getExhControllerService()
  1895.     {
  1896.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1897.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1898.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1899.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExhController.php';
  1900.         $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()));
  1901.         $instance->oServiceAdmExh = ($this->services['adm.service.exh'] ?? $this->getAdm_Service_ExhService());
  1902.         $instance->repoExh = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhRepository'] ?? $this->getExhRepositoryService());
  1903.         $instance->repoExhBrand = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhBrandRepository'] ?? $this->getExhBrandRepositoryService());
  1904.         $instance->repoExhCollection = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhCollectionRepository'] ?? $this->getExhCollectionRepositoryService());
  1905.         $instance->repoExhLine = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhLineRepository'] ?? $this->getExhLineRepositoryService());
  1906.         $instance->repoExhImage = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhImageRepository'] ?? $this->getExhImageRepositoryService());
  1907.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1908.         $instance->setContainer($this);
  1909.         return $instance;
  1910.     }
  1911.     /**
  1912.      * Gets the public 'AdmBundle\Controller\ExportController' shared autowired service.
  1913.      *
  1914.      * @return \AdmBundle\Controller\ExportController
  1915.      */
  1916.     protected function getExportControllerService()
  1917.     {
  1918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1919.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExportController.php';
  1920.         $this->services['AdmBundle\\Controller\\ExportController'] = $instance = new \AdmBundle\Controller\ExportController();
  1921.         $instance->setContainer($this);
  1922.         return $instance;
  1923.     }
  1924.     /**
  1925.      * Gets the public 'AdmBundle\Controller\ExtendedController' shared autowired service.
  1926.      *
  1927.      * @return \AdmBundle\Controller\ExtendedController
  1928.      */
  1929.     protected function getExtendedControllerService()
  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.         $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()));
  1934.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1935.         $instance->setContainer($this);
  1936.         return $instance;
  1937.     }
  1938.     /**
  1939.      * Gets the public 'AdmBundle\Controller\FactoryNgController' shared autowired service.
  1940.      *
  1941.      * @return \AdmBundle\Controller\FactoryNgController
  1942.      */
  1943.     protected function getFactoryNgControllerService()
  1944.     {
  1945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1946.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1947.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1948.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/FactoryNgController.php';
  1949.         $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()));
  1950.         $instance->oService = ($this->services['adm.service.factory_ng'] ?? $this->getAdm_Service_FactoryNgService());
  1951.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1952.         $instance->setContainer($this);
  1953.         return $instance;
  1954.     }
  1955.     /**
  1956.      * Gets the public 'AdmBundle\Controller\FilesController' shared autowired service.
  1957.      *
  1958.      * @return \AdmBundle\Controller\FilesController
  1959.      */
  1960.     protected function getFilesControllerService()
  1961.     {
  1962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1963.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1964.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1965.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/FilesController.php';
  1966.         $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()));
  1967.         $instance->oServiceFiles = ($this->services['adm.service.files'] ?? $this->getAdm_Service_FilesService());
  1968.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1969.         $instance->setContainer($this);
  1970.         return $instance;
  1971.     }
  1972.     /**
  1973.      * Gets the public 'AdmBundle\Controller\FilterController' shared autowired service.
  1974.      *
  1975.      * @return \AdmBundle\Controller\FilterController
  1976.      */
  1977.     protected function getFilterControllerService()
  1978.     {
  1979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1980.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1981.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1982.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/FilterController.php';
  1983.         $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()));
  1984.         $instance->oServiceFilter = ($this->services['adm.service.filter'] ?? $this->getAdm_Service_FilterService());
  1985.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1986.         $instance->setContainer($this);
  1987.         return $instance;
  1988.     }
  1989.     /**
  1990.      * Gets the public 'AdmBundle\Controller\FilterGroupController' shared autowired service.
  1991.      *
  1992.      * @return \AdmBundle\Controller\FilterGroupController
  1993.      */
  1994.     protected function getFilterGroupControllerService()
  1995.     {
  1996.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1997.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1998.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1999.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/FilterGroupController.php';
  2000.         $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()));
  2001.         $instance->oServiceAdmFilterGroup = ($this->services['adm.service.filter.group'] ?? $this->getAdm_Service_Filter_GroupService());
  2002.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2003.         $instance->setContainer($this);
  2004.         return $instance;
  2005.     }
  2006.     /**
  2007.      * Gets the public 'AdmBundle\Controller\GeoCountryController' shared autowired service.
  2008.      *
  2009.      * @return \AdmBundle\Controller\GeoCountryController
  2010.      */
  2011.     protected function getGeoCountryControllerService()
  2012.     {
  2013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2014.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2015.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2016.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/GeoCountryController.php';
  2017.         $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()));
  2018.         $instance->oServiceGeoCountry = ($this->services['adm.service.geo.country'] ?? $this->getAdm_Service_Geo_CountryService());
  2019.         $instance->repoGeoCountry = ($this->privates['FlexApp\\Repository\\GeoCountryRepository'] ?? $this->getGeoCountryRepositoryService());
  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\HistoryController' shared autowired service.
  2026.      *
  2027.      * @return \AdmBundle\Controller\HistoryController
  2028.      */
  2029.     protected function getHistoryControllerService()
  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/HistoryController.php';
  2035.         $a = ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService());
  2036.         $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);
  2037.         $instance->oServiceAdmHistory $a;
  2038.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2039.         $instance->setContainer($this);
  2040.         return $instance;
  2041.     }
  2042.     /**
  2043.      * Gets the public 'AdmBundle\Controller\ListBigSizeFormatController' shared autowired service.
  2044.      *
  2045.      * @return \AdmBundle\Controller\ListBigSizeFormatController
  2046.      */
  2047.     protected function getListBigSizeFormatControllerService()
  2048.     {
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2050.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2051.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2052.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ListBigSizeFormatController.php';
  2053.         $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()));
  2054.         $instance->oService = ($this->services['adm.service.big_size_format'] ?? $this->getAdm_Service_BigSizeFormatService());
  2055.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2056.         $instance->setContainer($this);
  2057.         return $instance;
  2058.     }
  2059.     /**
  2060.      * Gets the public 'AdmBundle\Controller\ListCountryController' shared autowired service.
  2061.      *
  2062.      * @return \AdmBundle\Controller\ListCountryController
  2063.      */
  2064.     protected function getListCountryControllerService()
  2065.     {
  2066.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2067.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2068.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2069.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ListCountryController.php';
  2070.         $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()));
  2071.         $instance->oService = ($this->services['adm.service.list_country'] ?? $this->getAdm_Service_ListCountryService());
  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\ListEmailController' shared autowired service.
  2078.      *
  2079.      * @return \AdmBundle\Controller\ListEmailController
  2080.      */
  2081.     protected function getListEmailControllerService()
  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/ListEmailController.php';
  2087.         $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()));
  2088.         $instance->oServiceEmail = ($this->services['adm.service.list.email'] ?? $this->getAdm_Service_List_EmailService());
  2089.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2090.         $instance->setContainer($this);
  2091.         return $instance;
  2092.     }
  2093.     /**
  2094.      * Gets the public 'AdmBundle\Controller\LocalizationController' shared autowired service.
  2095.      *
  2096.      * @return \AdmBundle\Controller\LocalizationController
  2097.      */
  2098.     protected function getLocalizationControllerService()
  2099.     {
  2100.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2101.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2102.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasRepositoryInterface.php';
  2103.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2104.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/LocalizationController.php';
  2105.         $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()));
  2106.         $instance->repository = ($this->privates['FlexApp\\Repository\\LocaleRepository'] ?? $this->getLocaleRepositoryService());
  2107.         $instance->localizationAdminService = ($this->services['adm.service.localization'] ?? $this->getAdm_Service_LocalizationService());
  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\MobileUserSliderController' shared autowired service.
  2114.      *
  2115.      * @return \AdmBundle\Controller\MobileUserSliderController
  2116.      */
  2117.     protected function getMobileUserSliderControllerService()
  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/MobileUserSliderController.php';
  2123.         $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()));
  2124.         $instance->mobileUserSliderService = ($this->services['adm.service.mobile_user_slider'] ?? $this->getAdm_Service_MobileUserSliderService());
  2125.         $instance->mobileUserSliderRepo = ($this->privates['FlexApp\\Repository\\MobileUserSliderRepository'] ?? $this->getMobileUserSliderRepositoryService());
  2126.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2127.         $instance->setContainer($this);
  2128.         return $instance;
  2129.     }
  2130.     /**
  2131.      * Gets the public 'AdmBundle\Controller\NameNgController' shared autowired service.
  2132.      *
  2133.      * @return \AdmBundle\Controller\NameNgController
  2134.      */
  2135.     protected function getNameNgControllerService()
  2136.     {
  2137.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2138.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2139.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2140.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/NameNgController.php';
  2141.         $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()));
  2142.         $instance->oService = ($this->services['adm.service.name_ng'] ?? $this->getAdm_Service_NameNgService());
  2143.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2144.         $instance->setContainer($this);
  2145.         return $instance;
  2146.     }
  2147.     /**
  2148.      * Gets the public 'AdmBundle\Controller\OrderController' shared autowired service.
  2149.      *
  2150.      * @return \AdmBundle\Controller\OrderController
  2151.      */
  2152.     protected function getOrderControllerService()
  2153.     {
  2154.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2155.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2156.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2157.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/OrderController.php';
  2158.         $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()));
  2159.         $instance->oService = ($this->services['adm.service.order'] ?? $this->getAdm_Service_OrderService());
  2160.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2161.         $instance->setContainer($this);
  2162.         return $instance;
  2163.     }
  2164.     /**
  2165.      * Gets the public 'AdmBundle\Controller\ParticipantController' shared autowired service.
  2166.      *
  2167.      * @return \AdmBundle\Controller\ParticipantController
  2168.      */
  2169.     protected function getParticipantControllerService()
  2170.     {
  2171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2172.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2173.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2174.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ParticipantController.php';
  2175.         $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()));
  2176.         $instance->oServiceParticipant = ($this->services['adm.service.participant'] ?? $this->getAdm_Service_ParticipantService());
  2177.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2178.         $instance->setContainer($this);
  2179.         return $instance;
  2180.     }
  2181.     /**
  2182.      * Gets the public 'AdmBundle\Controller\PollController' shared autowired service.
  2183.      *
  2184.      * @return \AdmBundle\Controller\PollController
  2185.      */
  2186.     protected function getPollControllerService()
  2187.     {
  2188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2189.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2190.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2191.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/PollController.php';
  2192.         $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()));
  2193.         $instance->oServicePoll = ($this->services['adm.service.poll'] ?? $this->getAdm_Service_PollService());
  2194.         $instance->pollRepository = ($this->privates['FlexApp\\Repository\\PollRepository'] ?? $this->getPollRepositoryService());
  2195.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2196.         $instance->setContainer($this);
  2197.         return $instance;
  2198.     }
  2199.     /**
  2200.      * Gets the public 'AdmBundle\Controller\StatOrdersController' shared autowired service.
  2201.      *
  2202.      * @return \AdmBundle\Controller\StatOrdersController
  2203.      */
  2204.     protected function getStatOrdersControllerService()
  2205.     {
  2206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2207.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2208.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2209.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/StatOrdersController.php';
  2210.         $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()));
  2211.         $instance->oServiceStatOrder = ($this->services['adm.service.stat.orders'] ?? $this->getAdm_Service_Stat_OrdersService());
  2212.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2213.         $instance->setContainer($this);
  2214.         return $instance;
  2215.     }
  2216.     /**
  2217.      * Gets the public 'AdmBundle\Controller\StatViewsController' shared autowired service.
  2218.      *
  2219.      * @return \AdmBundle\Controller\StatViewsController
  2220.      */
  2221.     protected function getStatViewsControllerService()
  2222.     {
  2223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2224.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2225.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/StatViewsController.php';
  2226.         $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()));
  2227.         $instance->oServiceStatViews = ($this->services['adm.service.stat.views'] ?? $this->getAdm_Service_Stat_ViewsService());
  2228.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2229.         $instance->setContainer($this);
  2230.         return $instance;
  2231.     }
  2232.     /**
  2233.      * Gets the public 'AdmBundle\Controller\StaticPageController' shared autowired service.
  2234.      *
  2235.      * @return \AdmBundle\Controller\StaticPageController
  2236.      */
  2237.     protected function getStaticPageControllerService()
  2238.     {
  2239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2240.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2241.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2242.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/StaticPageController.php';
  2243.         $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()));
  2244.         $instance->oServiceStaticPage = ($this->services['adm.service.static.page'] ?? $this->getAdm_Service_Static_PageService());
  2245.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2246.         $instance->setContainer($this);
  2247.         return $instance;
  2248.     }
  2249.     /**
  2250.      * Gets the public 'AdmBundle\Controller\ToolsController' shared autowired service.
  2251.      *
  2252.      * @return \AdmBundle\Controller\ToolsController
  2253.      */
  2254.     protected function getToolsControllerService()
  2255.     {
  2256.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2257.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2258.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ToolsController.php';
  2259.         $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()));
  2260.         $instance->oServiceTools = ($this->services['adm.service.tools'] ?? $this->getAdm_Service_ToolsService());
  2261.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2262.         $instance->setContainer($this);
  2263.         return $instance;
  2264.     }
  2265.     /**
  2266.      * Gets the public 'AdmBundle\Controller\TransController' shared autowired service.
  2267.      *
  2268.      * @return \AdmBundle\Controller\TransController
  2269.      */
  2270.     protected function getTransControllerService()
  2271.     {
  2272.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2273.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2274.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2275.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/TransController.php';
  2276.         $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()));
  2277.         $instance->oServiceTrans = ($this->services['adm.service.trans'] ?? $this->getAdm_Service_TransService());
  2278.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2279.         $instance->setContainer($this);
  2280.         return $instance;
  2281.     }
  2282.     /**
  2283.      * Gets the public 'AdmBundle\Controller\TransExController' shared autowired service.
  2284.      *
  2285.      * @return \AdmBundle\Controller\TransExController
  2286.      */
  2287.     protected function getTransExControllerService()
  2288.     {
  2289.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2290.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2291.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2292.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/TransExController.php';
  2293.         $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()));
  2294.         $instance->oServiceTransEx = ($this->services['adm.service.trans_ex'] ?? $this->getAdm_Service_TransExService());
  2295.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2296.         $instance->setContainer($this);
  2297.         return $instance;
  2298.     }
  2299.     /**
  2300.      * Gets the public 'AdmBundle\Controller\TransGroupController' shared autowired service.
  2301.      *
  2302.      * @return \AdmBundle\Controller\TransGroupController
  2303.      */
  2304.     protected function getTransGroupControllerService()
  2305.     {
  2306.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2307.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2308.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2309.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/TransGroupController.php';
  2310.         $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()));
  2311.         $instance->oServiceTransGroup = ($this->services['adm.service.trans.group'] ?? $this->getAdm_Service_Trans_GroupService());
  2312.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2313.         $instance->setContainer($this);
  2314.         return $instance;
  2315.     }
  2316.     /**
  2317.      * Gets the public 'AdmBundle\Controller\TransMeasuresController' shared autowired service.
  2318.      *
  2319.      * @return \AdmBundle\Controller\TransMeasuresController
  2320.      */
  2321.     protected function getTransMeasuresControllerService()
  2322.     {
  2323.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2324.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2325.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2326.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/TransMeasuresController.php';
  2327.         include_once \dirname(__DIR__4).'/src/AdmBundle/Facade/ArrHelperFacade.php';
  2328.         include_once \dirname(__DIR__4).'/src/AdmBundle/Facade/RequestHelperFacade.php';
  2329.         $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()));
  2330.         $instance->arrHelper = ($this->services['adm.arr_helper.facade'] ?? ($this->services['adm.arr_helper.facade'] = new \AdmBundle\Facade\ArrHelperFacade()));
  2331.         $instance->measureService = ($this->services['adm.service.measure'] ?? $this->getAdm_Service_MeasureService());
  2332.         $instance->requestHelper = ($this->services['adm.request_helper.facade'] ?? ($this->services['adm.request_helper.facade'] = new \AdmBundle\Facade\RequestHelperFacade()));
  2333.         $instance->listMeasureRepository = ($this->services['WebBundle\\Repository\\ListMeasureRepository'] ?? $this->getListMeasureRepositoryService());
  2334.         $instance->translateService = ($this->services['adm.service.trans'] ?? $this->getAdm_Service_TransService());
  2335.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2336.         $instance->setContainer($this);
  2337.         return $instance;
  2338.     }
  2339.     /**
  2340.      * Gets the public 'AdmBundle\Controller\TranslatorController' shared autowired service.
  2341.      *
  2342.      * @return \AdmBundle\Controller\TranslatorController
  2343.      */
  2344.     protected function getTranslatorControllerService()
  2345.     {
  2346.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2347.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/TranslatorController.php';
  2348.         $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()));
  2349.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('AdmBundle\\Controller\\TranslatorController'$this));
  2350.         return $instance;
  2351.     }
  2352.     /**
  2353.      * Gets the public 'AdmBundle\Controller\UsersController' shared autowired service.
  2354.      *
  2355.      * @return \AdmBundle\Controller\UsersController
  2356.      */
  2357.     protected function getUsersControllerService()
  2358.     {
  2359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2360.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2361.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2362.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/UsersController.php';
  2363.         $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()));
  2364.         $instance->oServiceUser = ($this->services['adm.service.users'] ?? $this->getAdm_Service_UsersService());
  2365.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2366.         $instance->setContainer($this);
  2367.         return $instance;
  2368.     }
  2369.     /**
  2370.      * Gets the public 'AdmBundle\Controller\VacancyController' shared autowired service.
  2371.      *
  2372.      * @return \AdmBundle\Controller\VacancyController
  2373.      */
  2374.     protected function getVacancyControllerService()
  2375.     {
  2376.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2377.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2378.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2379.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/VacancyController.php';
  2380.         $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()));
  2381.         $instance->oServiceAdminVacancy = ($this->services['adm.service.vacancy'] ?? $this->getAdm_Service_VacancyService());
  2382.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2383.         $instance->setContainer($this);
  2384.         return $instance;
  2385.     }
  2386.     /**
  2387.      * Gets the public 'AdmBundle\Controller\WidgetController' shared autowired service.
  2388.      *
  2389.      * @return \AdmBundle\Controller\WidgetController
  2390.      */
  2391.     protected function getWidgetControllerService()
  2392.     {
  2393.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2394.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2395.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2396.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/WidgetController.php';
  2397.         $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()));
  2398.         $instance->oService = ($this->services['adm.service.widget'] ?? $this->getAdm_Service_WidgetService());
  2399.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2400.         $instance->setContainer($this);
  2401.         return $instance;
  2402.     }
  2403.     /**
  2404.      * Gets the public 'Faker\Generator' shared service.
  2405.      *
  2406.      * @return \Faker\Generator
  2407.      */
  2408.     protected function getGeneratorService()
  2409.     {
  2410.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  2411.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  2412.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  2413.         $this->services['Faker\\Generator'] = $instance = \Faker\Factory::create('en_US');
  2414.         $instance->seed(1);
  2415.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  2416.         return $instance;
  2417.     }
  2418.     /**
  2419.      * Gets the public 'FlexApp\Controller\AmazonPersonalizeController' shared autowired service.
  2420.      *
  2421.      * @return \FlexApp\Controller\AmazonPersonalizeController
  2422.      */
  2423.     protected function getAmazonPersonalizeControllerService()
  2424.     {
  2425.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2426.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/AmazonPersonalizeController.php';
  2427.         $this->services['FlexApp\\Controller\\AmazonPersonalizeController'] = $instance = new \FlexApp\Controller\AmazonPersonalizeController(($this->privates['FlexApp\\Service\\AmazonPersonalizeService'] ?? $this->getAmazonPersonalizeServiceService()));
  2428.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\AmazonPersonalizeController'$this));
  2429.         return $instance;
  2430.     }
  2431.     /**
  2432.      * Gets the public 'FlexApp\Controller\Api\GetEmailReviewController' shared autowired service.
  2433.      *
  2434.      * @return \FlexApp\Controller\Api\GetEmailReviewController
  2435.      */
  2436.     protected function getGetEmailReviewControllerService()
  2437.     {
  2438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2439.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/Api/GetEmailReviewController.php';
  2440.         $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()));
  2441.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\Api\\GetEmailReviewController'$this));
  2442.         return $instance;
  2443.     }
  2444.     /**
  2445.      * Gets the public 'FlexApp\Controller\Api\MobileUserSliderController' shared autowired service.
  2446.      *
  2447.      * @return \FlexApp\Controller\Api\MobileUserSliderController
  2448.      */
  2449.     protected function getMobileUserSliderController2Service()
  2450.     {
  2451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2452.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/Api/MobileUserSliderController.php';
  2453.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/MobileUserSliderService.php';
  2454.         $this->services['FlexApp\\Controller\\Api\\MobileUserSliderController'] = $instance = new \FlexApp\Controller\Api\MobileUserSliderController(new \FlexApp\Service\MobileUserSliderService(($this->privates['FlexApp\\Repository\\MobileUserSliderRepository'] ?? $this->getMobileUserSliderRepositoryService())));
  2455.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\Api\\MobileUserSliderController'$this));
  2456.         return $instance;
  2457.     }
  2458.     /**
  2459.      * Gets the public 'FlexApp\Controller\Api\PollController' shared autowired service.
  2460.      *
  2461.      * @return \FlexApp\Controller\Api\PollController
  2462.      */
  2463.     protected function getPollController2Service()
  2464.     {
  2465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2466.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  2467.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/Api/PollController.php';
  2468.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PollService.php';
  2469.         $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())));
  2470.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\Api\\PollController'$this));
  2471.         return $instance;
  2472.     }
  2473.     /**
  2474.      * Gets the public 'FlexApp\Controller\Api\SaveJsLogController' shared autowired service.
  2475.      *
  2476.      * @return \FlexApp\Controller\Api\SaveJsLogController
  2477.      */
  2478.     protected function getSaveJsLogControllerService()
  2479.     {
  2480.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2481.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/Api/SaveJsLogController.php';
  2482.         $this->services['FlexApp\\Controller\\Api\\SaveJsLogController'] = $instance = new \FlexApp\Controller\Api\SaveJsLogController();
  2483.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\Api\\SaveJsLogController'$this));
  2484.         return $instance;
  2485.     }
  2486.     /**
  2487.      * Gets the public 'FlexApp\Controller\Api\TransApiController' shared autowired service.
  2488.      *
  2489.      * @return \FlexApp\Controller\Api\TransApiController
  2490.      */
  2491.     protected function getTransApiControllerService()
  2492.     {
  2493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2494.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/Api/_ResponseApiTrait.php';
  2495.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/Api/TransApiController.php';
  2496.         $this->services['FlexApp\\Controller\\Api\\TransApiController'] = $instance = new \FlexApp\Controller\Api\TransApiController();
  2497.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\Api\\TransApiController'$this));
  2498.         return $instance;
  2499.     }
  2500.     /**
  2501.      * Gets the public 'FlexApp\Controller\Api\TransExApiController' shared autowired service.
  2502.      *
  2503.      * @return \FlexApp\Controller\Api\TransExApiController
  2504.      */
  2505.     protected function getTransExApiControllerService()
  2506.     {
  2507.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2508.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/Api/TransExApiController.php';
  2509.         $this->services['FlexApp\\Controller\\Api\\TransExApiController'] = $instance = new \FlexApp\Controller\Api\TransExApiController();
  2510.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\Api\\TransExApiController'$this));
  2511.         return $instance;
  2512.     }
  2513.     /**
  2514.      * Gets the public 'FlexApp\Controller\Api\UserApiController' shared autowired service.
  2515.      *
  2516.      * @return \FlexApp\Controller\Api\UserApiController
  2517.      */
  2518.     protected function getUserApiControllerService()
  2519.     {
  2520.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/Api/UserApiController.php';
  2521.         $this->services['FlexApp\\Controller\\Api\\UserApiController'] = $instance = new \FlexApp\Controller\Api\UserApiController();
  2522.         $instance->registrationService = ($this->services['app.registration'] ?? $this->getApp_RegistrationService());
  2523.         return $instance;
  2524.     }
  2525.     /**
  2526.      * Gets the public 'FlexApp\Controller\CareerController' shared autowired service.
  2527.      *
  2528.      * @return \FlexApp\Controller\CareerController
  2529.      */
  2530.     protected function getCareerControllerService()
  2531.     {
  2532.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2533.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  2534.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/CareerController.php';
  2535.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/CareerService.php';
  2536.         $this->services['FlexApp\\Controller\\CareerController'] = $instance = new \FlexApp\Controller\CareerController(($this->services['WebBundle\\Service\\CareerService'] ?? ($this->services['WebBundle\\Service\\CareerService'] = new \WebBundle\Service\CareerService())));
  2537.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\CareerController'$this));
  2538.         return $instance;
  2539.     }
  2540.     /**
  2541.      * Gets the public 'FlexApp\Controller\ChangeLocaleStatController' shared autowired service.
  2542.      *
  2543.      * @return \FlexApp\Controller\ChangeLocaleStatController
  2544.      */
  2545.     protected function getChangeLocaleStatControllerService()
  2546.     {
  2547.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2548.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/ChangeLocaleStatController.php';
  2549.         $this->services['FlexApp\\Controller\\ChangeLocaleStatController'] = $instance = new \FlexApp\Controller\ChangeLocaleStatController(($this->privates['FlexApp\\Service\\LocaleChangeStatService'] ?? $this->getLocaleChangeStatServiceService()));
  2550.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\ChangeLocaleStatController'$this));
  2551.         return $instance;
  2552.     }
  2553.     /**
  2554.      * Gets the public 'FlexApp\Controller\ChatBController' shared autowired service.
  2555.      *
  2556.      * @return \FlexApp\Controller\ChatBController
  2557.      */
  2558.     protected function getChatBControllerService()
  2559.     {
  2560.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2561.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  2562.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/ChatBController.php';
  2563.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatOnMessageHandler.php';
  2564.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/MoveFilesToAdmManager.php';
  2565.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2566.         $b = ($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService());
  2567.         $c = ($this->services['FlexApp\\Service\\ConsDefiner'] ?? $this->getConsDefinerService());
  2568.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2569.         $e = ($this->privates['FlexApp\\Repository\\ChatBMessageRepository'] ?? $this->getChatBMessageRepositoryService());
  2570.         $f = ($this->privates['FlexApp\\Service\\ChatArrayGenerator'] ?? $this->getChatArrayGeneratorService());
  2571.         $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()));
  2572.         $g = new \FlexApp\Service\ChatOnMessageHandler();
  2573.         $h = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  2574.         $g->eventDispatcher $a;
  2575.         $g->userRepository $h;
  2576.         $g->consDefiner $c;
  2577.         $g->chatBRepository $b;
  2578.         $g->entityManager $d;
  2579.         $g->chatMessageToPortalSender = ($this->privates['FlexApp\\Service\\ChatMessageToPortalSender'] ?? $this->getChatMessageToPortalSenderService());
  2580.         $g->chatArrayGenerator $f;
  2581.         $g->fileEntityRepository = ($this->privates['FlexApp\\Repository\\FileEntityRepository'] ?? $this->getFileEntityRepositoryService());
  2582.         $g->chatBMessageRepository $e;
  2583.         $instance->chatOnMessageHandler $g;
  2584.         $instance->userRepository $h;
  2585.         $instance->userAuthenticator = ($this->privates['security.user_authenticator'] ?? $this->getSecurity_UserAuthenticatorService());
  2586.         $instance->loginFormAuthenticator = ($this->privates['FlexApp\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  2587.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\ChatBController'$this));
  2588.         return $instance;
  2589.     }
  2590.     /**
  2591.      * Gets the public 'FlexApp\Controller\CollectionReviewController' shared autowired service.
  2592.      *
  2593.      * @return \FlexApp\Controller\CollectionReviewController
  2594.      */
  2595.     protected function getCollectionReviewControllerService()
  2596.     {
  2597.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2598.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/CollectionReviewController.php';
  2599.         $this->services['FlexApp\\Controller\\CollectionReviewController'] = $instance = new \FlexApp\Controller\CollectionReviewController();
  2600.         $instance->reviewsService = ($this->services['app.service.reviews'] ?? $this->getApp_Service_ReviewsService());
  2601.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\CollectionReviewController'$this));
  2602.         return $instance;
  2603.     }
  2604.     /**
  2605.      * Gets the public 'FlexApp\Controller\CommentController' shared autowired service.
  2606.      *
  2607.      * @return \FlexApp\Controller\CommentController
  2608.      */
  2609.     protected function getCommentController2Service()
  2610.     {
  2611.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2612.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/CommentController.php';
  2613.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/UnsubscriberManager.php';
  2614.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  2615.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EmailCanonicalizer.php';
  2616.         $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()));
  2617.         $instance->requestStack = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2618.         $instance->commentFormHandlerService = ($this->privates['FlexApp\\Service\\CommentFormHandlerService'] ?? $this->getCommentFormHandlerServiceService());
  2619.         $instance->portalThemeCreator = ($this->privates['FlexApp\\Service\\PortalThemeCreator'] ?? $this->getPortalThemeCreatorService());
  2620.         $instance->validator = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  2621.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\CommentController'$this));
  2622.         return $instance;
  2623.     }
  2624.     /**
  2625.      * Gets the public 'FlexApp\Controller\CompareArticleController' shared autowired service.
  2626.      *
  2627.      * @return \FlexApp\Controller\CompareArticleController
  2628.      */
  2629.     protected function getCompareArticleControllerService()
  2630.     {
  2631.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2632.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/CompareArticleController.php';
  2633.         $this->services['FlexApp\\Controller\\CompareArticleController'] = $instance = new \FlexApp\Controller\CompareArticleController(($this->privates['FlexApp\\Service\\CompareArticleService'] ?? $this->getCompareArticleServiceService()));
  2634.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\CompareArticleController'$this));
  2635.         return $instance;
  2636.     }
  2637.     /**
  2638.      * Gets the public 'FlexApp\Controller\EmailTrackingController' shared autowired service.
  2639.      *
  2640.      * @return \FlexApp\Controller\EmailTrackingController
  2641.      */
  2642.     protected function getEmailTrackingControllerService()
  2643.     {
  2644.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2645.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/EmailTrackingController.php';
  2646.         $this->services['FlexApp\\Controller\\EmailTrackingController'] = $instance = new \FlexApp\Controller\EmailTrackingController();
  2647.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\EmailTrackingController'$this));
  2648.         return $instance;
  2649.     }
  2650.     /**
  2651.      * Gets the public 'FlexApp\Controller\FileUploadExampleController' shared autowired service.
  2652.      *
  2653.      * @return \FlexApp\Controller\FileUploadExampleController
  2654.      */
  2655.     protected function getFileUploadExampleControllerService()
  2656.     {
  2657.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2658.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/FileUploadExampleController.php';
  2659.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/MoveFilesToAdmManager.php';
  2660.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PreviewGenerator.php';
  2661.         $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())));
  2662.         $instance->previewGenerator = ($this->privates['FlexApp\\Service\\PreviewGenerator'] ?? ($this->privates['FlexApp\\Service\\PreviewGenerator'] = new \FlexApp\Service\PreviewGenerator()));
  2663.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\FileUploadExampleController'$this));
  2664.         return $instance;
  2665.     }
  2666.     /**
  2667.      * Gets the public 'FlexApp\Controller\HeaderApiController' shared autowired service.
  2668.      *
  2669.      * @return \FlexApp\Controller\HeaderApiController
  2670.      */
  2671.     protected function getHeaderApiControllerService()
  2672.     {
  2673.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2674.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/HeaderApiController.php';
  2675.         $this->services['FlexApp\\Controller\\HeaderApiController'] = $instance = new \FlexApp\Controller\HeaderApiController(($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()));
  2676.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\HeaderApiController'$this));
  2677.         return $instance;
  2678.     }
  2679.     /**
  2680.      * Gets the public 'FlexApp\Controller\HeaderOrderApiController' shared autowired service.
  2681.      *
  2682.      * @return \FlexApp\Controller\HeaderOrderApiController
  2683.      */
  2684.     protected function getHeaderOrderApiControllerService()
  2685.     {
  2686.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2687.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/HeaderOrderApiController.php';
  2688.         $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()));
  2689.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\HeaderOrderApiController'$this));
  2690.         return $instance;
  2691.     }
  2692.     /**
  2693.      * Gets the public 'FlexApp\Controller\InterviewController' shared autowired service.
  2694.      *
  2695.      * @return \FlexApp\Controller\InterviewController
  2696.      */
  2697.     protected function getInterviewControllerService()
  2698.     {
  2699.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/InterviewController.php';
  2700.         $this->services['FlexApp\\Controller\\InterviewController'] = $instance = new \FlexApp\Controller\InterviewController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2701.         $instance->interviewParametersGenerator = ($this->privates['FlexApp\\Service\\InterviewParametersGenerator'] ?? $this->getInterviewParametersGeneratorService());
  2702.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  2703.         return $instance;
  2704.     }
  2705.     /**
  2706.      * Gets the public 'FlexApp\Controller\LeaveReviewController' shared autowired service.
  2707.      *
  2708.      * @return \FlexApp\Controller\LeaveReviewController
  2709.      */
  2710.     protected function getLeaveReviewControllerService()
  2711.     {
  2712.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2713.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/LeaveReviewController.php';
  2714.         $this->services['FlexApp\\Controller\\LeaveReviewController'] = $instance = new \FlexApp\Controller\LeaveReviewController();
  2715.         $instance->currentUserProvider = ($this->services['FlexApp\\Service\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService());
  2716.         $instance->parametersGenerator = ($this->services['FlexApp\\Service\\ParametersGenerator'] ?? $this->getParametersGeneratorService());
  2717.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  2718.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  2719.         $instance->productReviewsCacheRepository = ($this->services['WebBundle\\Repository\\ProductReviewsCacheRepository'] ?? $this->getProductReviewsCacheRepositoryService());
  2720.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  2721.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2722.         $instance->collectionsDataStructureForLeaveReviewProvider = ($this->services['FlexApp\\Service\\CollectionsDataStructureForLeaveReviewProvider'] ?? $this->getCollectionsDataStructureForLeaveReviewProviderService());
  2723.         $instance->loginLinkGenerator = ($this->services['FlexApp\\Service\\LoginLinkGenerator'] ?? $this->getLoginLinkGeneratorService());
  2724.         $instance->portalHelper = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  2725.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\LeaveReviewController'$this));
  2726.         return $instance;
  2727.     }
  2728.     /**
  2729.      * Gets the public 'FlexApp\Controller\MailingReportController' shared autowired service.
  2730.      *
  2731.      * @return \FlexApp\Controller\MailingReportController
  2732.      */
  2733.     protected function getMailingReportControllerService()
  2734.     {
  2735.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2736.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/MailingReportController.php';
  2737.         $this->services['FlexApp\\Controller\\MailingReportController'] = $instance = new \FlexApp\Controller\MailingReportController(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->privates['FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository'] ?? $this->getInvitationEmailDeliveryStatsRepositoryService()));
  2738.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\MailingReportController'$this));
  2739.         return $instance;
  2740.     }
  2741.     /**
  2742.      * Gets the public 'FlexApp\Controller\NewUserProfileController' shared autowired service.
  2743.      *
  2744.      * @return \FlexApp\Controller\NewUserProfileController
  2745.      */
  2746.     protected function getNewUserProfileControllerService()
  2747.     {
  2748.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2749.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/NewUserProfileController.php';
  2750.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  2751.         $this->services['FlexApp\\Controller\\NewUserProfileController'] = $instance = new \FlexApp\Controller\NewUserProfileController();
  2752.         $instance->parametersGenerator = ($this->services['FlexApp\\Service\\ParametersGenerator'] ?? $this->getParametersGeneratorService());
  2753.         $instance->translator = ($this->services['translator'] ?? $this->getTranslatorService());
  2754.         $instance->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  2755.         $instance->currentUserProvider = ($this->services['FlexApp\\Service\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService());
  2756.         $instance->orderAddressRepository = ($this->services['WebBundle\\Repository\\OrderAddressRepository'] ?? $this->getOrderAddressRepositoryService());
  2757.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  2758.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  2759.         $instance->validator = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  2760.         $instance->userUpdater = ($this->privates['FlexApp\\Service\\UserUpdater'] ?? $this->getUserUpdaterService());
  2761.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2762.         $instance->tokenStorage = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  2763.         $instance->requestStack = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2764.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  2765.         $instance->countryRepository = ($this->privates['FlexApp\\Repository\\CountryRepository'] ?? $this->getCountryRepositoryService());
  2766.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\NewUserProfileController'$this));
  2767.         return $instance;
  2768.     }
  2769.     /**
  2770.      * Gets the public 'FlexApp\Controller\NotExtend\FixFailsController' shared autowired service.
  2771.      *
  2772.      * @return \FlexApp\Controller\NotExtend\FixFailsController
  2773.      */
  2774.     protected function getFixFailsControllerService()
  2775.     {
  2776.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/NotExtend/FixFailsController.php';
  2777.         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()));
  2778.     }
  2779.     /**
  2780.      * Gets the public 'FlexApp\Controller\NotExtend\LogsController' shared autowired service.
  2781.      *
  2782.      * @return \FlexApp\Controller\NotExtend\LogsController
  2783.      */
  2784.     protected function getLogsControllerService()
  2785.     {
  2786.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/NotExtend/LogsController.php';
  2787.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/MirrorApiLogsService.php';
  2788.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EntireLogsBuilder.php';
  2789.         $a = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  2790.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2791.         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));
  2792.     }
  2793.     /**
  2794.      * Gets the public 'FlexApp\Controller\NotExtend\ManualTestController' shared autowired service.
  2795.      *
  2796.      * @return \FlexApp\Controller\NotExtend\ManualTestController
  2797.      */
  2798.     protected function getManualTestControllerService()
  2799.     {
  2800.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/NotExtend/ManualTestController.php';
  2801.         return $this->services['FlexApp\\Controller\\NotExtend\\ManualTestController'] = new \FlexApp\Controller\NotExtend\ManualTestController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2802.     }
  2803.     /**
  2804.      * Gets the public 'FlexApp\Controller\NotExtend\PortalApiController' shared autowired service.
  2805.      *
  2806.      * @return \FlexApp\Controller\NotExtend\PortalApiController
  2807.      */
  2808.     protected function getPortalApiControllerService()
  2809.     {
  2810.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/NotExtend/PortalApiController.php';
  2811.         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()));
  2812.     }
  2813.     /**
  2814.      * Gets the public 'FlexApp\Controller\OneCController' shared autowired service.
  2815.      *
  2816.      * @return \FlexApp\Controller\OneCController
  2817.      */
  2818.     protected function getOneCControllerService()
  2819.     {
  2820.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2821.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/OneCController.php';
  2822.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AdsFilters/FilterAdsFilesDataService.php';
  2823.         $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())));
  2824.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  2825.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  2826.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\OneCController'$this));
  2827.         return $instance;
  2828.     }
  2829.     /**
  2830.      * Gets the public 'FlexApp\Controller\PriceSyncController' shared autowired service.
  2831.      *
  2832.      * @return \FlexApp\Controller\PriceSyncController
  2833.      */
  2834.     protected function getPriceSyncControllerService()
  2835.     {
  2836.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2837.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/PriceSyncController.php';
  2838.         $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()));
  2839.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\PriceSyncController'$this));
  2840.         return $instance;
  2841.     }
  2842.     /**
  2843.      * Gets the public 'FlexApp\Controller\PushController' shared autowired service.
  2844.      *
  2845.      * @return \FlexApp\Controller\PushController
  2846.      */
  2847.     protected function getPushControllerService()
  2848.     {
  2849.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2850.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/PushController.php';
  2851.         $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()));
  2852.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\PushController'$this));
  2853.         return $instance;
  2854.     }
  2855.     /**
  2856.      * Gets the public 'FlexApp\Controller\ReviewsReportController' shared autowired service.
  2857.      *
  2858.      * @return \FlexApp\Controller\ReviewsReportController
  2859.      */
  2860.     protected function getReviewsReportControllerService()
  2861.     {
  2862.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2863.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/ReviewsReportController.php';
  2864.         $this->services['FlexApp\\Controller\\ReviewsReportController'] = $instance = new \FlexApp\Controller\ReviewsReportController(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()));
  2865.         $instance->productReviewsCacheRepository = ($this->services['WebBundle\\Repository\\ProductReviewsCacheRepository'] ?? $this->getProductReviewsCacheRepositoryService());
  2866.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\ReviewsReportController'$this));
  2867.         return $instance;
  2868.     }
  2869.     /**
  2870.      * Gets the public 'FlexApp\Controller\SaveUserCookieController' shared autowired service.
  2871.      *
  2872.      * @return \FlexApp\Controller\SaveUserCookieController
  2873.      */
  2874.     protected function getSaveUserCookieControllerService()
  2875.     {
  2876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2877.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  2878.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/SaveUserCookieController.php';
  2879.         $this->services['FlexApp\\Controller\\SaveUserCookieController'] = $instance = new \FlexApp\Controller\SaveUserCookieController();
  2880.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\SaveUserCookieController'$this));
  2881.         return $instance;
  2882.     }
  2883.     /**
  2884.      * Gets the public 'FlexApp\Controller\SecurityController' shared autowired service.
  2885.      *
  2886.      * @return \FlexApp\Controller\SecurityController
  2887.      */
  2888.     protected function getSecurityControllerService()
  2889.     {
  2890.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2891.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/SecurityController.php';
  2892.         $this->services['FlexApp\\Controller\\SecurityController'] = $instance = new \FlexApp\Controller\SecurityController();
  2893.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\SecurityController'$this));
  2894.         return $instance;
  2895.     }
  2896.     /**
  2897.      * Gets the public 'FlexApp\Controller\VisitController' shared autowired service.
  2898.      *
  2899.      * @return \FlexApp\Controller\VisitController
  2900.      */
  2901.     protected function getVisitControllerService()
  2902.     {
  2903.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2904.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  2905.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/VisitController.php';
  2906.         $this->services['FlexApp\\Controller\\VisitController'] = $instance = new \FlexApp\Controller\VisitController();
  2907.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\VisitController'$this));
  2908.         return $instance;
  2909.     }
  2910.     /**
  2911.      * Gets the public 'FlexApp\Extensions\RouterDecorator' shared autowired service.
  2912.      *
  2913.      * @return \FlexApp\Extensions\RouterDecorator
  2914.      */
  2915.     protected function getRouterDecoratorService()
  2916.     {
  2917.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2918.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2919.         $a->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  2920.         $a->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  2921.         $a->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  2922.         $a->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  2923.         $a->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  2924.         $a->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  2925.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  2926.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  2927.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2928.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  2929.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2930.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2931.         $b = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2932.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2933.         ], [
  2934.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2935.         ]))->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');
  2936.         $b->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2937.         $b->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2938.         return $this->services['FlexApp\\Extensions\\RouterDecorator'] = new \FlexApp\Extensions\RouterDecorator($b);
  2939.     }
  2940.     /**
  2941.      * Gets the public 'FlexApp\Repository\CommentRepository' shared autowired service.
  2942.      *
  2943.      * @return \FlexApp\Repository\CommentRepository
  2944.      */
  2945.     protected function getCommentRepositoryService()
  2946.     {
  2947.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CommentRepository.php';
  2948.         return $this->services['FlexApp\\Repository\\CommentRepository'] = new \FlexApp\Repository\CommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\CommentEntity');
  2949.     }
  2950.     /**
  2951.      * Gets the public 'FlexApp\Service\BBCodeManager' shared autowired service.
  2952.      *
  2953.      * @return \FlexApp\Service\BBCodeManager
  2954.      */
  2955.     protected function getBBCodeManagerService()
  2956.     {
  2957.         return $this->services['FlexApp\\Service\\BBCodeManager'] = new \FlexApp\Service\BBCodeManager(($this->services['translator'] ?? $this->getTranslatorService()), new \FlexApp\Helper\CountryHandler());
  2958.     }
  2959.     /**
  2960.      * Gets the public 'FlexApp\Service\CalendarService' shared autowired service.
  2961.      *
  2962.      * @return \FlexApp\Service\CalendarService
  2963.      */
  2964.     protected function getCalendarServiceService()
  2965.     {
  2966.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CalendarService.php';
  2967.         return $this->services['FlexApp\\Service\\CalendarService'] = new \FlexApp\Service\CalendarService(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService()));
  2968.     }
  2969.     /**
  2970.      * Gets the public 'FlexApp\Service\CollectionsDataStructureForLeaveReviewProvider' shared autowired service.
  2971.      *
  2972.      * @return \FlexApp\Service\CollectionsDataStructureForLeaveReviewProvider
  2973.      */
  2974.     protected function getCollectionsDataStructureForLeaveReviewProviderService()
  2975.     {
  2976.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CollectionsDataStructureForLeaveReviewProvider.php';
  2977.         $this->services['FlexApp\\Service\\CollectionsDataStructureForLeaveReviewProvider'] = $instance = new \FlexApp\Service\CollectionsDataStructureForLeaveReviewProvider();
  2978.         $instance->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  2979.         return $instance;
  2980.     }
  2981.     /**
  2982.      * Gets the public 'FlexApp\Service\CommentablePageDataProvider' shared autowired service.
  2983.      *
  2984.      * @return \FlexApp\Service\CommentablePageDataProvider
  2985.      */
  2986.     protected function getCommentablePageDataProviderService()
  2987.     {
  2988.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CommentablePageDataProvider.php';
  2989.         $this->services['FlexApp\\Service\\CommentablePageDataProvider'] = $instance = new \FlexApp\Service\CommentablePageDataProvider();
  2990.         $instance->requestStack = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2991.         return $instance;
  2992.     }
  2993.     /**
  2994.      * Gets the public 'FlexApp\Service\ConsDataForContactsPageProvider' shared autowired service.
  2995.      *
  2996.      * @return \FlexApp\Service\ConsDataForContactsPageProvider
  2997.      */
  2998.     protected function getConsDataForContactsPageProviderService()
  2999.     {
  3000.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ConsDataForContactsPageProvider.php';
  3001.         $this->services['FlexApp\\Service\\ConsDataForContactsPageProvider'] = $instance = new \FlexApp\Service\ConsDataForContactsPageProvider();
  3002.         $instance->welcomeInfoDataGenerator = ($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'] ?? $this->getWelcomeInfoDataGeneratorService());
  3003.         return $instance;
  3004.     }
  3005.     /**
  3006.      * Gets the public 'FlexApp\Service\ConsDefiner' shared autowired service.
  3007.      *
  3008.      * @return \FlexApp\Service\ConsDefiner
  3009.      */
  3010.     protected function getConsDefinerService()
  3011.     {
  3012.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ConsDefiner.php';
  3013.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  3014.         if (isset($this->services['FlexApp\\Service\\ConsDefiner'])) {
  3015.             return $this->services['FlexApp\\Service\\ConsDefiner'];
  3016.         }
  3017.         return $this->services['FlexApp\\Service\\ConsDefiner'] = new \FlexApp\Service\ConsDefiner($a);
  3018.     }
  3019.     /**
  3020.      * Gets the public 'FlexApp\Service\CurrentUserProvider' shared autowired service.
  3021.      *
  3022.      * @return \FlexApp\Service\CurrentUserProvider
  3023.      */
  3024.     protected function getCurrentUserProviderService()
  3025.     {
  3026.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CurrentUserProvider.php';
  3027.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  3028.         if (isset($this->services['FlexApp\\Service\\CurrentUserProvider'])) {
  3029.             return $this->services['FlexApp\\Service\\CurrentUserProvider'];
  3030.         }
  3031.         return $this->services['FlexApp\\Service\\CurrentUserProvider'] = new \FlexApp\Service\CurrentUserProvider($a);
  3032.     }
  3033.     /**
  3034.      * Gets the public 'FlexApp\Service\ExtendedCountryListProvider' shared autowired service.
  3035.      *
  3036.      * @return \FlexApp\Service\ExtendedCountryListProvider
  3037.      */
  3038.     protected function getExtendedCountryListProviderService()
  3039.     {
  3040.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ExtendedCountryListProvider.php';
  3041.         $this->services['FlexApp\\Service\\ExtendedCountryListProvider'] = $instance = new \FlexApp\Service\ExtendedCountryListProvider();
  3042.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  3043.         return $instance;
  3044.     }
  3045.     /**
  3046.      * Gets the public 'FlexApp\Service\LoginLinkGenerator' shared autowired service.
  3047.      *
  3048.      * @return \FlexApp\Service\LoginLinkGenerator
  3049.      */
  3050.     protected function getLoginLinkGeneratorService()
  3051.     {
  3052.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/LoginLinkGenerator.php';
  3053.         return $this->services['FlexApp\\Service\\LoginLinkGenerator'] = new \FlexApp\Service\LoginLinkGenerator(($this->privates['security.authenticator.login_link_handler.main'] ?? $this->getSecurity_Authenticator_LoginLinkHandler_MainService()));
  3054.     }
  3055.     /**
  3056.      * Gets the public 'FlexApp\Service\LogsManager' shared autowired service.
  3057.      *
  3058.      * @return \FlexApp\Service\LogsManager
  3059.      */
  3060.     protected function getLogsManagerService()
  3061.     {
  3062.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/LogsManager.php';
  3063.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3064.         if (isset($this->services['FlexApp\\Service\\LogsManager'])) {
  3065.             return $this->services['FlexApp\\Service\\LogsManager'];
  3066.         }
  3067.         return $this->services['FlexApp\\Service\\LogsManager'] = new \FlexApp\Service\LogsManager($a$this->getEnv('APP_ENV'));
  3068.     }
  3069.     /**
  3070.      * Gets the public 'FlexApp\Service\ParametersGenerator' shared autowired service.
  3071.      *
  3072.      * @return \FlexApp\Service\ParametersGenerator
  3073.      */
  3074.     protected function getParametersGeneratorService()
  3075.     {
  3076.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ParametersGenerator.php';
  3077.         $this->services['FlexApp\\Service\\ParametersGenerator'] = $instance = new \FlexApp\Service\ParametersGenerator();
  3078.         $instance->commonDataService = ($this->services['app.service.te_common_data'] ?? $this->getApp_Service_TeCommonDataService());
  3079.         return $instance;
  3080.     }
  3081.     /**
  3082.      * Gets the public 'FlexApp\Service\RedisCachePool' shared autowired service.
  3083.      *
  3084.      * @return \FlexApp\Service\RedisCachePool
  3085.      */
  3086.     protected function getRedisCachePoolService()
  3087.     {
  3088.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/RedisCachePool.php';
  3089.         return $this->services['FlexApp\\Service\\RedisCachePool'] = new \FlexApp\Service\RedisCachePool(($this->privates['redis_cache_pool.traceable'] ?? $this->getRedisCachePool_TraceableService()));
  3090.     }
  3091.     /**
  3092.      * Gets the public 'FlexApp\Service\SystemChatNotificationService' shared autowired service.
  3093.      *
  3094.      * @return \FlexApp\Service\SystemChatNotificationService
  3095.      */
  3096.     protected function getSystemChatNotificationServiceService()
  3097.     {
  3098.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/SystemChatNotificationService.php';
  3099.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  3100.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  3101.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  3102.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  3103.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  3104.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  3105.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ManualReg/SystemChatNotificationsLogger.php';
  3106.         $a = ($this->privates['FlexApp\\Service\\ChatBWebsocketClient'] ?? $this->getChatBWebsocketClientService());
  3107.         if (isset($this->services['FlexApp\\Service\\SystemChatNotificationService'])) {
  3108.             return $this->services['FlexApp\\Service\\SystemChatNotificationService'];
  3109.         }
  3110.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3111.         if (isset($this->services['FlexApp\\Service\\SystemChatNotificationService'])) {
  3112.             return $this->services['FlexApp\\Service\\SystemChatNotificationService'];
  3113.         }
  3114.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3115.         if (isset($this->services['FlexApp\\Service\\SystemChatNotificationService'])) {
  3116.             return $this->services['FlexApp\\Service\\SystemChatNotificationService'];
  3117.         }
  3118.         $d = ($this->privates['FlexApp\\Service\\DefaultChatGenerator'] ?? $this->getDefaultChatGeneratorService());
  3119.         if (isset($this->services['FlexApp\\Service\\SystemChatNotificationService'])) {
  3120.             return $this->services['FlexApp\\Service\\SystemChatNotificationService'];
  3121.         }
  3122.         $e = ($this->privates['FlexApp\\Service\\ChangedUnreadCountHandler'] ?? $this->getChangedUnreadCountHandlerService());
  3123.         if (isset($this->services['FlexApp\\Service\\SystemChatNotificationService'])) {
  3124.             return $this->services['FlexApp\\Service\\SystemChatNotificationService'];
  3125.         }
  3126.         $f = ($this->privates['FlexApp\\Service\\WebPushNotificationsService'] ?? $this->getWebPushNotificationsServiceService());
  3127.         if (isset($this->services['FlexApp\\Service\\SystemChatNotificationService'])) {
  3128.             return $this->services['FlexApp\\Service\\SystemChatNotificationService'];
  3129.         }
  3130.         $g = ($this->privates['FlexApp\\Service\\ChatStateRefresher'] ?? $this->getChatStateRefresherService());
  3131.         if (isset($this->services['FlexApp\\Service\\SystemChatNotificationService'])) {
  3132.             return $this->services['FlexApp\\Service\\SystemChatNotificationService'];
  3133.         }
  3134.         $h = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  3135.         if (isset($this->services['FlexApp\\Service\\SystemChatNotificationService'])) {
  3136.             return $this->services['FlexApp\\Service\\SystemChatNotificationService'];
  3137.         }
  3138.         $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);
  3139.         $instance->chatMessageManager = ($this->privates['FlexApp\\Service\\ChatMessageManager'] ?? $this->getChatMessageManagerService());
  3140.         return $instance;
  3141.     }
  3142.     /**
  3143.      * Gets the public 'FlexApp\Service\TimeFormatTransformer' shared autowired service.
  3144.      *
  3145.      * @return \FlexApp\Service\TimeFormatTransformer
  3146.      */
  3147.     protected function getTimeFormatTransformerService()
  3148.     {
  3149.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TimeFormatTransformer.php';
  3150.         return $this->services['FlexApp\\Service\\TimeFormatTransformer'] = new \FlexApp\Service\TimeFormatTransformer();
  3151.     }
  3152.     /**
  3153.      * Gets the public 'FlexApp\Service\TimezoneManager' shared autowired service.
  3154.      *
  3155.      * @return \FlexApp\Service\TimezoneManager
  3156.      */
  3157.     protected function getTimezoneManagerService()
  3158.     {
  3159.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TimezoneManager.php';
  3160.         $this->services['FlexApp\\Service\\TimezoneManager'] = $instance = new \FlexApp\Service\TimezoneManager();
  3161.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  3162.         return $instance;
  3163.     }
  3164.     /**
  3165.      * Gets the public 'Import1CBundle\Command\ArticleReviewGoogleFeed\DataProvider\ArticleReviewProvider' shared service.
  3166.      *
  3167.      * @return \Import1CBundle\Command\ArticleReviewGoogleFeed\DataProvider\ArticleReviewProvider
  3168.      */
  3169.     protected function getArticleReviewProviderService()
  3170.     {
  3171.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/ArticleReviewGoogleFeed/ReviewProviderInterface.php';
  3172.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/ArticleReviewGoogleFeed/DataProvider/ArticleReviewProvider.php';
  3173.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/ArticleReviewGoogleFeed/DataProvider/ProductUrlGenerator.php';
  3174.         $a = new \Symfony\Bridge\Monolog\Logger('article_review');
  3175.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3176.         $a->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  3177.         $a->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  3178.         $a->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  3179.         $a->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  3180.         $a->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  3181.         $a->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  3182.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  3183.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  3184.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3185.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  3186.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3187.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3188.         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://tile.expert'), $a);
  3189.     }
  3190.     /**
  3191.      * Gets the public 'Import1CBundle\Command\ArticleReviewGoogleFeed\Service\ReviewsFeedXmlWriter' shared service.
  3192.      *
  3193.      * @return \Import1CBundle\Command\ArticleReviewGoogleFeed\Service\ReviewsFeedXmlWriter
  3194.      */
  3195.     protected function getReviewsFeedXmlWriterService()
  3196.     {
  3197.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/ArticleReviewGoogleFeed/Service/ReviewsFeedXmlWriter.php';
  3198.         return $this->services['Import1CBundle\\Command\\ArticleReviewGoogleFeed\\Service\\ReviewsFeedXmlWriter'] = new \Import1CBundle\Command\ArticleReviewGoogleFeed\Service\ReviewsFeedXmlWriter();
  3199.     }
  3200.     /**
  3201.      * Gets the public 'Import1CBundle\Command\SyncListMeasureWithEdinicaCommand' shared service.
  3202.      *
  3203.      * @return \Import1CBundle\Command\SyncListMeasureWithEdinicaCommand
  3204.      */
  3205.     protected function getSyncListMeasureWithEdinicaCommandService()
  3206.     {
  3207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3208.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/SyncListMeasureWithEdinicaCommand.php';
  3209.         $this->services['Import1CBundle\\Command\\SyncListMeasureWithEdinicaCommand'] = $instance = new \Import1CBundle\Command\SyncListMeasureWithEdinicaCommand(($this->services['Import1CBundle\\Service\\MeasureListEdinicaService'] ?? $this->getMeasureListEdinicaServiceService()));
  3210.         $instance->setName('sync:list_measure_sync_with_edinica');
  3211.         return $instance;
  3212.     }
  3213.     /**
  3214.      * Gets the public 'Import1CBundle\Controller\v3\Api\ApiController' shared service.
  3215.      *
  3216.      * @return \Import1CBundle\Controller\v3\Api\ApiController
  3217.      */
  3218.     protected function getApiControllerService()
  3219.     {
  3220.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3221.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3222.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/ApiController.php';
  3223.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UploadService.php';
  3224.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3225.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  3226.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerApiTrait.php';
  3227.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerTrait.php';
  3228.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleService.php';
  3229.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ApiService.php';
  3230.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ReportService.php';
  3231.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ValidateService.php';
  3232.         $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()));
  3233.         $instance->setContainer($this);
  3234.         $instance->setUser();
  3235.         return $instance;
  3236.     }
  3237.     /**
  3238.      * Gets the public 'Import1CBundle\Controller\v3\Api\ArticleController' shared service.
  3239.      *
  3240.      * @return \Import1CBundle\Controller\v3\Api\ArticleController
  3241.      */
  3242.     protected function getArticleController2Service()
  3243.     {
  3244.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3245.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3246.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/ArticleController.php';
  3247.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3248.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  3249.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerApiTrait.php';
  3250.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerTrait.php';
  3251.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleService.php';
  3252.         $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())));
  3253.         $instance->setContainer($this);
  3254.         $instance->setUser();
  3255.         return $instance;
  3256.     }
  3257.     /**
  3258.      * Gets the public 'Import1CBundle\Controller\v3\Api\CheckListController' shared service.
  3259.      *
  3260.      * @return \Import1CBundle\Controller\v3\Api\CheckListController
  3261.      */
  3262.     protected function getCheckListController2Service()
  3263.     {
  3264.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3265.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3266.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/CheckListController.php';
  3267.         $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()));
  3268.         $instance->setContainer($this);
  3269.         $instance->setUser();
  3270.         return $instance;
  3271.     }
  3272.     /**
  3273.      * Gets the public 'Import1CBundle\Controller\v3\Api\CollectionController' shared service.
  3274.      *
  3275.      * @return \Import1CBundle\Controller\v3\Api\CollectionController
  3276.      */
  3277.     protected function getCollectionController2Service()
  3278.     {
  3279.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3280.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3281.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/CollectionController.php';
  3282.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3283.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionServiceTrait.php';
  3284.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionFormTemplateRenderTrait.php';
  3285.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/CollectionService.php';
  3286.         $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())));
  3287.         $instance->setContainer($this);
  3288.         $instance->setUser();
  3289.         return $instance;
  3290.     }
  3291.     /**
  3292.      * Gets the public 'Import1CBundle\Controller\v3\Api\CommonController' shared service.
  3293.      *
  3294.      * @return \Import1CBundle\Controller\v3\Api\CommonController
  3295.      */
  3296.     protected function getCommonControllerService()
  3297.     {
  3298.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3299.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3300.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/CommonController.php';
  3301.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3302.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FactoryService.php';
  3303.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionServiceTrait.php';
  3304.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionFormTemplateRenderTrait.php';
  3305.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/CollectionService.php';
  3306.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/HistoryService.php';
  3307.         $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()));
  3308.         $instance->setContainer($this);
  3309.         $instance->setUser();
  3310.         return $instance;
  3311.     }
  3312.     /**
  3313.      * Gets the public 'Import1CBundle\Controller\v3\Api\FactoryController' shared service.
  3314.      *
  3315.      * @return \Import1CBundle\Controller\v3\Api\FactoryController
  3316.      */
  3317.     protected function getFactoryControllerService()
  3318.     {
  3319.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3320.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3321.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/FactoryController.php';
  3322.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3323.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FactoryService.php';
  3324.         $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())));
  3325.         $instance->setContainer($this);
  3326.         $instance->setUser();
  3327.         return $instance;
  3328.     }
  3329.     /**
  3330.      * Gets the public 'Import1CBundle\Controller\v3\Api\ImagesController' shared service.
  3331.      *
  3332.      * @return \Import1CBundle\Controller\v3\Api\ImagesController
  3333.      */
  3334.     protected function getImagesControllerService()
  3335.     {
  3336.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3337.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3338.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/ImagesController.php';
  3339.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageService.php';
  3340.         $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())));
  3341.         $instance->setContainer($this);
  3342.         $instance->setUser();
  3343.         return $instance;
  3344.     }
  3345.     /**
  3346.      * Gets the public 'Import1CBundle\Controller\v3\Api\InteriorController' shared service.
  3347.      *
  3348.      * @return \Import1CBundle\Controller\v3\Api\InteriorController
  3349.      */
  3350.     protected function getInteriorControllerService()
  3351.     {
  3352.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3353.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3354.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/InteriorController.php';
  3355.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3356.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorService.php';
  3357.         $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())));
  3358.         $instance->setContainer($this);
  3359.         $instance->setUser();
  3360.         return $instance;
  3361.     }
  3362.     /**
  3363.      * Gets the public 'Import1CBundle\Controller\v3\Api\OneCController' shared service.
  3364.      *
  3365.      * @return \Import1CBundle\Controller\v3\Api\OneCController
  3366.      */
  3367.     protected function getOneCController2Service()
  3368.     {
  3369.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3370.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3371.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/OneCController.php';
  3372.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/OneCService.php';
  3373.         $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())));
  3374.         $instance->setContainer($this);
  3375.         $instance->setUser();
  3376.         return $instance;
  3377.     }
  3378.     /**
  3379.      * Gets the public 'Import1CBundle\Controller\v3\Api\UploadController' shared service.
  3380.      *
  3381.      * @return \Import1CBundle\Controller\v3\Api\UploadController
  3382.      */
  3383.     protected function getUploadControllerService()
  3384.     {
  3385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3386.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3387.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/UploadController.php';
  3388.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UploadService.php';
  3389.         $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())));
  3390.         $instance->setContainer($this);
  3391.         $instance->setUser();
  3392.         return $instance;
  3393.     }
  3394.     /**
  3395.      * Gets the public 'Import1CBundle\Controller\v3\ArticleHandlerController' shared service.
  3396.      *
  3397.      * @return \Import1CBundle\Controller\v3\ArticleHandlerController
  3398.      */
  3399.     protected function getArticleHandlerControllerService()
  3400.     {
  3401.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3402.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3403.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/ArticleHandlerController.php';
  3404.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3405.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  3406.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerApiTrait.php';
  3407.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerTrait.php';
  3408.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleService.php';
  3409.         $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())));
  3410.         $instance->setContainer($this);
  3411.         $instance->setUser();
  3412.         return $instance;
  3413.     }
  3414.     /**
  3415.      * Gets the public 'Import1CBundle\Controller\v3\ArticleServiceController' shared service.
  3416.      *
  3417.      * @return \Import1CBundle\Controller\v3\ArticleServiceController
  3418.      */
  3419.     protected function getArticleServiceControllerService()
  3420.     {
  3421.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3422.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3423.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/ArticleServiceController.php';
  3424.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3425.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  3426.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerApiTrait.php';
  3427.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerTrait.php';
  3428.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleService.php';
  3429.         $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())));
  3430.         $instance->setContainer($this);
  3431.         $instance->setUser();
  3432.         return $instance;
  3433.     }
  3434.     /**
  3435.      * Gets the public 'Import1CBundle\Controller\v3\CheckListController' shared service.
  3436.      *
  3437.      * @return \Import1CBundle\Controller\v3\CheckListController
  3438.      */
  3439.     protected function getCheckListController3Service()
  3440.     {
  3441.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3442.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3443.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/CheckListController.php';
  3444.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageService.php';
  3445.         $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())));
  3446.         $instance->setContainer($this);
  3447.         $instance->setUser();
  3448.         return $instance;
  3449.     }
  3450.     /**
  3451.      * Gets the public 'Import1CBundle\Controller\v3\CollectionController' shared service.
  3452.      *
  3453.      * @return \Import1CBundle\Controller\v3\CollectionController
  3454.      */
  3455.     protected function getCollectionController3Service()
  3456.     {
  3457.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3458.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3459.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/CollectionController.php';
  3460.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3461.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionServiceTrait.php';
  3462.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionFormTemplateRenderTrait.php';
  3463.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/CollectionService.php';
  3464.         $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())));
  3465.         $instance->setContainer($this);
  3466.         $instance->setUser();
  3467.         return $instance;
  3468.     }
  3469.     /**
  3470.      * Gets the public 'Import1CBundle\Controller\v3\CollectionHandlerController' shared service.
  3471.      *
  3472.      * @return \Import1CBundle\Controller\v3\CollectionHandlerController
  3473.      */
  3474.     protected function getCollectionHandlerControllerService()
  3475.     {
  3476.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3477.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3478.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/CollectionHandlerController.php';
  3479.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3480.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionServiceTrait.php';
  3481.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionFormTemplateRenderTrait.php';
  3482.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/CollectionService.php';
  3483.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageService.php';
  3484.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/EventService.php';
  3485.         $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())));
  3486.         $instance->setContainer($this);
  3487.         $instance->setUser();
  3488.         return $instance;
  3489.     }
  3490.     /**
  3491.      * Gets the public 'Import1CBundle\Controller\v3\FactoryHandlerController' shared service.
  3492.      *
  3493.      * @return \Import1CBundle\Controller\v3\FactoryHandlerController
  3494.      */
  3495.     protected function getFactoryHandlerControllerService()
  3496.     {
  3497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3498.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3499.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/FactoryHandlerController.php';
  3500.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3501.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FactoryService.php';
  3502.         $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())));
  3503.         $instance->setContainer($this);
  3504.         $instance->setUser();
  3505.         return $instance;
  3506.     }
  3507.     /**
  3508.      * Gets the public 'Import1CBundle\Controller\v3\FactoryServiceController' shared service.
  3509.      *
  3510.      * @return \Import1CBundle\Controller\v3\FactoryServiceController
  3511.      */
  3512.     protected function getFactoryServiceControllerService()
  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/FactoryServiceController.php';
  3517.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3518.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FactoryService.php';
  3519.         $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())));
  3520.         $instance->setContainer($this);
  3521.         $instance->setUser();
  3522.         return $instance;
  3523.     }
  3524.     /**
  3525.      * Gets the public 'Import1CBundle\Controller\v3\HistoryController' shared service.
  3526.      *
  3527.      * @return \Import1CBundle\Controller\v3\HistoryController
  3528.      */
  3529.     protected function getHistoryController2Service()
  3530.     {
  3531.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3532.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3533.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/HistoryController.php';
  3534.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/HistoryService.php';
  3535.         $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())));
  3536.         $instance->setContainer($this);
  3537.         $instance->setUser();
  3538.         return $instance;
  3539.     }
  3540.     /**
  3541.      * Gets the public 'Import1CBundle\Controller\v3\HomeController' shared service.
  3542.      *
  3543.      * @return \Import1CBundle\Controller\v3\HomeController
  3544.      */
  3545.     protected function getHomeControllerService()
  3546.     {
  3547.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3548.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3549.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/HomeController.php';
  3550.         $this->services['Import1CBundle\\Controller\\v3\\HomeController'] = $instance = new \Import1CBundle\Controller\v3\HomeController();
  3551.         $instance->setContainer($this);
  3552.         $instance->setUser();
  3553.         return $instance;
  3554.     }
  3555.     /**
  3556.      * Gets the public 'Import1CBundle\Controller\v3\InteriorHandlerController' shared service.
  3557.      *
  3558.      * @return \Import1CBundle\Controller\v3\InteriorHandlerController
  3559.      */
  3560.     protected function getInteriorHandlerControllerService()
  3561.     {
  3562.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3563.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3564.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/InteriorHandlerController.php';
  3565.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3566.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorService.php';
  3567.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageService.php';
  3568.         $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())));
  3569.         $instance->setContainer($this);
  3570.         $instance->setUser();
  3571.         return $instance;
  3572.     }
  3573.     /**
  3574.      * Gets the public 'Import1CBundle\Controller\v3\InteriorServiceController' shared service.
  3575.      *
  3576.      * @return \Import1CBundle\Controller\v3\InteriorServiceController
  3577.      */
  3578.     protected function getInteriorServiceControllerService()
  3579.     {
  3580.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3581.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3582.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/InteriorServiceController.php';
  3583.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3584.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorService.php';
  3585.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  3586.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerApiTrait.php';
  3587.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerTrait.php';
  3588.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleService.php';
  3589.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionServiceTrait.php';
  3590.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionFormTemplateRenderTrait.php';
  3591.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/CollectionService.php';
  3592.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FactoryService.php';
  3593.         $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())));
  3594.         $instance->setContainer($this);
  3595.         $instance->setUser();
  3596.         return $instance;
  3597.     }
  3598.     /**
  3599.      * Gets the public 'Import1CBundle\Controller\v3\OneCController' shared service.
  3600.      *
  3601.      * @return \Import1CBundle\Controller\v3\OneCController
  3602.      */
  3603.     protected function getOneCController3Service()
  3604.     {
  3605.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3606.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3607.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/OneCController.php';
  3608.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/OneCService.php';
  3609.         $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())));
  3610.         $instance->setContainer($this);
  3611.         $instance->setUser();
  3612.         return $instance;
  3613.     }
  3614.     /**
  3615.      * Gets the public 'Import1CBundle\Controller\v3\ReportController' shared service.
  3616.      *
  3617.      * @return \Import1CBundle\Controller\v3\ReportController
  3618.      */
  3619.     protected function getReportControllerService()
  3620.     {
  3621.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3622.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3623.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/ReportController.php';
  3624.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ReportService.php';
  3625.         $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())));
  3626.         $instance->setContainer($this);
  3627.         $instance->setUser();
  3628.         return $instance;
  3629.     }
  3630.     /**
  3631.      * Gets the public 'Import1CBundle\Controller\v3\SliderController' shared service.
  3632.      *
  3633.      * @return \Import1CBundle\Controller\v3\SliderController
  3634.      */
  3635.     protected function getSliderControllerService()
  3636.     {
  3637.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3638.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3639.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/SliderController.php';
  3640.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/SliderService.php';
  3641.         $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())));
  3642.         $instance->setContainer($this);
  3643.         $instance->setUser();
  3644.         return $instance;
  3645.     }
  3646.     /**
  3647.      * Gets the public 'Import1CBundle\Controller\v3\UpdateController' shared service.
  3648.      *
  3649.      * @return \Import1CBundle\Controller\v3\UpdateController
  3650.      */
  3651.     protected function getUpdateControllerService()
  3652.     {
  3653.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3654.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3655.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/UpdateController.php';
  3656.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateArticleTrait.php';
  3657.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/_UpdateArticleSqlTrait.php';
  3658.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  3659.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateInteriorTrait.php';
  3660.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateCollectionTrait.php';
  3661.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateFactoryTrait.php';
  3662.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UpdateService.php';
  3663.         $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()));
  3664.         $instance->setContainer($this);
  3665.         $instance->setUser();
  3666.         return $instance;
  3667.     }
  3668.     /**
  3669.      * Gets the public 'Import1CBundle\Controller\v3\UploadController' shared service.
  3670.      *
  3671.      * @return \Import1CBundle\Controller\v3\UploadController
  3672.      */
  3673.     protected function getUploadController2Service()
  3674.     {
  3675.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3676.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3677.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/UploadController.php';
  3678.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UploadService.php';
  3679.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageService.php';
  3680.         $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())));
  3681.         $instance->setContainer($this);
  3682.         $instance->setUser();
  3683.         return $instance;
  3684.     }
  3685.     /**
  3686.      * Gets the public 'Import1CBundle\Controller\v4\ImageController' shared service.
  3687.      *
  3688.      * @return \Import1CBundle\Controller\v4\ImageController
  3689.      */
  3690.     protected function getImageControllerService()
  3691.     {
  3692.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3693.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3694.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v4/ImageController.php';
  3695.         $this->services['Import1CBundle\\Controller\\v4\\ImageController'] = $instance = new \Import1CBundle\Controller\v4\ImageController(($this->services['bi.v4.service.image'] ?? $this->getBi_V4_Service_ImageService()));
  3696.         $instance->setContainer($this);
  3697.         $instance->setUser();
  3698.         return $instance;
  3699.     }
  3700.     /**
  3701.      * Gets the public 'Import1CBundle\Controller\v4\InteriorServiceController' shared service.
  3702.      *
  3703.      * @return \Import1CBundle\Controller\v4\InteriorServiceController
  3704.      */
  3705.     protected function getInteriorServiceController2Service()
  3706.     {
  3707.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3708.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3709.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v4/InteriorServiceController.php';
  3710.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3711.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorService.php';
  3712.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  3713.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerApiTrait.php';
  3714.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerTrait.php';
  3715.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleService.php';
  3716.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionServiceTrait.php';
  3717.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionFormTemplateRenderTrait.php';
  3718.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/CollectionService.php';
  3719.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FactoryService.php';
  3720.         $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())));
  3721.         $instance->setContainer($this);
  3722.         return $instance;
  3723.     }
  3724.     /**
  3725.      * Gets the public 'Import1CBundle\Controller\v4\UploadController' shared service.
  3726.      *
  3727.      * @return \Import1CBundle\Controller\v4\UploadController
  3728.      */
  3729.     protected function getUploadController3Service()
  3730.     {
  3731.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3732.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3733.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v4/UploadController.php';
  3734.         $this->services['Import1CBundle\\Controller\\v4\\UploadController'] = $instance = new \Import1CBundle\Controller\v4\UploadController(($this->services['bi.v4.service.image'] ?? $this->getBi_V4_Service_ImageService()));
  3735.         $instance->setContainer($this);
  3736.         $instance->setUser();
  3737.         return $instance;
  3738.     }
  3739.     /**
  3740.      * Gets the public 'Import1CBundle\Controller\v4\api\ApiController' shared service.
  3741.      *
  3742.      * @return \Import1CBundle\Controller\v4\api\ApiController
  3743.      */
  3744.     protected function getApiController2Service()
  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/v4/api/ApiController.php';
  3749.         $this->services['Import1CBundle\\Controller\\v4\\api\\ApiController'] = $instance = new \Import1CBundle\Controller\v4\api\ApiController();
  3750.         $instance->setContainer($this);
  3751.         return $instance;
  3752.     }
  3753.     /**
  3754.      * Gets the public 'Import1CBundle\Controller\v4\api\CitrixController' shared service.
  3755.      *
  3756.      * @return \Import1CBundle\Controller\v4\api\CitrixController
  3757.      */
  3758.     protected function getCitrixControllerService()
  3759.     {
  3760.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3761.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3762.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v4/api/CitrixController.php';
  3763.         $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()));
  3764.         $instance->setContainer($this);
  3765.         $instance->setUser();
  3766.         return $instance;
  3767.     }
  3768.     /**
  3769.      * Gets the public 'Import1CBundle\Controller\v4\api\UploadController' shared service.
  3770.      *
  3771.      * @return \Import1CBundle\Controller\v4\api\UploadController
  3772.      */
  3773.     protected function getUploadController4Service()
  3774.     {
  3775.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3776.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3777.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v4/api/UploadController.php';
  3778.         $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()));
  3779.         $instance->setContainer($this);
  3780.         $instance->setUser();
  3781.         return $instance;
  3782.     }
  3783.     /**
  3784.      * Gets the public 'Import1CBundle\EventListener\ArticleUpdateAddingListener' shared service.
  3785.      *
  3786.      * @return \Import1CBundle\EventListener\ArticleUpdateAddingListener
  3787.      */
  3788.     protected function getArticleUpdateAddingListenerService()
  3789.     {
  3790.         include_once \dirname(__DIR__4).'/src/Import1CBundle/EventListener/ArticleUpdateAddingListener.php';
  3791.         return $this->services['Import1CBundle\\EventListener\\ArticleUpdateAddingListener'] = new \Import1CBundle\EventListener\ArticleUpdateAddingListener();
  3792.     }
  3793.     /**
  3794.      * Gets the public 'Import1CBundle\EventListener\ArticleUpdateListener' shared service.
  3795.      *
  3796.      * @return \Import1CBundle\EventListener\ArticleUpdateListener
  3797.      */
  3798.     protected function getArticleUpdateListenerService()
  3799.     {
  3800.         include_once \dirname(__DIR__4).'/src/Import1CBundle/EventListener/ArticleUpdateListener.php';
  3801.         return $this->services['Import1CBundle\\EventListener\\ArticleUpdateListener'] = new \Import1CBundle\EventListener\ArticleUpdateListener();
  3802.     }
  3803.     /**
  3804.      * Gets the public 'Import1CBundle\EventListener\CollectionStatusChangeListener' shared service.
  3805.      *
  3806.      * @return \Import1CBundle\EventListener\CollectionStatusChangeListener
  3807.      */
  3808.     protected function getCollectionStatusChangeListenerService()
  3809.     {
  3810.         include_once \dirname(__DIR__4).'/src/Import1CBundle/EventListener/CollectionStatusChangeListener.php';
  3811.         return $this->services['Import1CBundle\\EventListener\\CollectionStatusChangeListener'] = new \Import1CBundle\EventListener\CollectionStatusChangeListener();
  3812.     }
  3813.     /**
  3814.      * Gets the public 'Import1CBundle\MessageHandler\Feed\ProcessFeedLinksBatchHandler' shared service.
  3815.      *
  3816.      * @return \Import1CBundle\MessageHandler\Feed\ProcessFeedLinksBatchHandler
  3817.      */
  3818.     protected function getProcessFeedLinksBatchHandlerService()
  3819.     {
  3820.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3821.         include_once \dirname(__DIR__4).'/src/Import1CBundle/MessageHandler/Feed/ProcessFeedLinksBatchHandler.php';
  3822.         $a = ($this->services['bi.v3.service.feed_filtered_articles'] ?? $this->getBi_V3_Service_FeedFilteredArticlesService());
  3823.         if (isset($this->services['Import1CBundle\\MessageHandler\\Feed\\ProcessFeedLinksBatchHandler'])) {
  3824.             return $this->services['Import1CBundle\\MessageHandler\\Feed\\ProcessFeedLinksBatchHandler'];
  3825.         }
  3826.         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()));
  3827.     }
  3828.     /**
  3829.      * Gets the public 'Import1CBundle\Repository\ArticleReviewsRepository' shared service.
  3830.      *
  3831.      * @return \Import1CBundle\Repository\ArticleReviewsRepository
  3832.      */
  3833.     protected function getArticleReviewsRepositoryService()
  3834.     {
  3835.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/ArticleReviewsRepository.php';
  3836.         return $this->services['Import1CBundle\\Repository\\ArticleReviewsRepository'] = new \Import1CBundle\Repository\ArticleReviewsRepository(($this->services['doctrine.dbal.unbuffered_connection'] ?? $this->getDoctrine_Dbal_UnbufferedConnectionService()));
  3837.     }
  3838.     /**
  3839.      * Gets the public 'Import1CBundle\Repository\OneC\AbstractRepository' shared service.
  3840.      *
  3841.      * @return \Import1CBundle\Repository\OneC\AbstractRepository
  3842.      */
  3843.     protected function getAbstractRepositoryService()
  3844.     {
  3845.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/OneC/AbstractRepository.php';
  3846.         return $this->services['Import1CBundle\\Repository\\OneC\\AbstractRepository'] = new \Import1CBundle\Repository\OneC\AbstractRepository(($this->services['doctrine.dbal.oneC_connection'] ?? $this->getDoctrine_Dbal_OneCConnectionService()));
  3847.     }
  3848.     /**
  3849.      * Gets the public 'Import1CBundle\Repository\OneC\EdinicaRepository' shared service.
  3850.      *
  3851.      * @return \Import1CBundle\Repository\OneC\EdinicaRepository
  3852.      */
  3853.     protected function getEdinicaRepositoryService()
  3854.     {
  3855.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/OneC/AbstractRepository.php';
  3856.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/OneC/EdinicaRepository.php';
  3857.         return $this->services['Import1CBundle\\Repository\\OneC\\EdinicaRepository'] = new \Import1CBundle\Repository\OneC\EdinicaRepository(($this->services['doctrine.dbal.oneC_connection'] ?? $this->getDoctrine_Dbal_OneCConnectionService()));
  3858.     }
  3859.     /**
  3860.      * Gets the public 'Import1CBundle\Service\MeasureListEdinicaService' shared service.
  3861.      *
  3862.      * @return \Import1CBundle\Service\MeasureListEdinicaService
  3863.      */
  3864.     protected function getMeasureListEdinicaServiceService()
  3865.     {
  3866.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/MeasureListEdinicaService.php';
  3867.         include_once \dirname(__DIR__4).'/src/WebBundle/Factory/ListMeasureFactory.php';
  3868.         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()));
  3869.     }
  3870.     /**
  3871.      * Gets the public 'Import1CBundle\Service\v3\FilteredArticlesGoogleFeedEndpointClient' shared service.
  3872.      *
  3873.      * @return \Import1CBundle\Service\v3\FilteredArticlesGoogleFeedEndpointClient
  3874.      */
  3875.     protected function getFilteredArticlesGoogleFeedEndpointClientService()
  3876.     {
  3877.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FilteredArticlesGoogleFeedEndpointClient.php';
  3878.         return $this->services['Import1CBundle\\Service\\v3\\FilteredArticlesGoogleFeedEndpointClient'] = new \Import1CBundle\Service\v3\FilteredArticlesGoogleFeedEndpointClient(($this->services['logger'] ?? $this->getLoggerService()));
  3879.     }
  3880.     /**
  3881.      * Gets the public 'Import1CBundle\Service\v3\FilteredArticlesGoogleFeedFileManager' shared service.
  3882.      *
  3883.      * @return \Import1CBundle\Service\v3\FilteredArticlesGoogleFeedFileManager
  3884.      */
  3885.     protected function getFilteredArticlesGoogleFeedFileManagerService()
  3886.     {
  3887.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FilteredArticlesGoogleFeedFileManager.php';
  3888.         return $this->services['Import1CBundle\\Service\\v3\\FilteredArticlesGoogleFeedFileManager'] = new \Import1CBundle\Service\v3\FilteredArticlesGoogleFeedFileManager(\dirname(__DIR__4), ($this->services['logger'] ?? $this->getLoggerService()));
  3889.     }
  3890.     /**
  3891.      * Gets the public 'Limenius\Liform\Form\Extension\AddLiformExtension' shared service.
  3892.      *
  3893.      * @return \Limenius\Liform\Form\Extension\AddLiformExtension
  3894.      */
  3895.     protected function getAddLiformExtensionService()
  3896.     {
  3897.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3898.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3899.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Form/Extension/AddLiformExtension.php';
  3900.         return $this->services['Limenius\\Liform\\Form\\Extension\\AddLiformExtension'] = new \Limenius\Liform\Form\Extension\AddLiformExtension();
  3901.     }
  3902.     /**
  3903.      * Gets the public 'Limenius\Liform\Liform' shared service.
  3904.      *
  3905.      * @return \Limenius\Liform\Liform
  3906.      */
  3907.     protected function getLiformService()
  3908.     {
  3909.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/LiformInterface.php';
  3910.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Liform.php';
  3911.         return $this->services['Limenius\\Liform\\Liform'] = new \Limenius\Liform\Liform(($this->services['Limenius\\Liform\\Resolver'] ?? $this->getResolverService()));
  3912.     }
  3913.     /**
  3914.      * Gets the public 'Limenius\Liform\Resolver' shared service.
  3915.      *
  3916.      * @return \Limenius\Liform\Resolver
  3917.      */
  3918.     protected function getResolverService()
  3919.     {
  3920.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/ResolverInterface.php';
  3921.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Resolver.php';
  3922.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/TransformerInterface.php';
  3923.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/AbstractTransformer.php';
  3924.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/IntegerTransformer.php';
  3925.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/ArrayTransformer.php';
  3926.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/CompoundTransformer.php';
  3927.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/ChoiceTransformer.php';
  3928.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/StringTransformer.php';
  3929.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/NumberTransformer.php';
  3930.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/BooleanTransformer.php';
  3931.         $this->services['Limenius\\Liform\\Resolver'] = $instance = new \Limenius\Liform\Resolver();
  3932.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  3933.         $b = ($this->services['liform.guesser.validator'] ?? $this->getLiform_Guesser_ValidatorService());
  3934.         $c = new \Limenius\Liform\Transformer\StringTransformer($a$b);
  3935.         $instance->setTransformer('integer', new \Limenius\Liform\Transformer\IntegerTransformer($a$b), NULL);
  3936.         $instance->setTransformer('collection', new \Limenius\Liform\Transformer\ArrayTransformer($a$b$instance), NULL);
  3937.         $instance->setTransformer('compound', new \Limenius\Liform\Transformer\CompoundTransformer($a$b$instance), NULL);
  3938.         $instance->setTransformer('choice', new \Limenius\Liform\Transformer\ChoiceTransformer($a$b), NULL);
  3939.         $instance->setTransformer('text'$cNULL);
  3940.         $instance->setTransformer('url'$c'url');
  3941.         $instance->setTransformer('search'$c'search');
  3942.         $instance->setTransformer('money'$c'money');
  3943.         $instance->setTransformer('password'$c'password');
  3944.         $instance->setTransformer('textarea'$c'textarea');
  3945.         $instance->setTransformer('time'$c'time');
  3946.         $instance->setTransformer('percent'$c'percent');
  3947.         $instance->setTransformer('email'$c'email');
  3948.         $instance->setTransformer('number', new \Limenius\Liform\Transformer\NumberTransformer($a$b), NULL);
  3949.         $instance->setTransformer('checkbox', new \Limenius\Liform\Transformer\BooleanTransformer($a$b), 'checkbox');
  3950.         return $instance;
  3951.     }
  3952.     /**
  3953.      * Gets the public 'Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer' shared service.
  3954.      *
  3955.      * @return \Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer
  3956.      */
  3957.     protected function getFormErrorNormalizerService()
  3958.     {
  3959.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3960.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Serializer/Normalizer/FormErrorNormalizer.php';
  3961.         return $this->services['Limenius\\Liform\\Serializer\\Normalizer\\FormErrorNormalizer'] = new \Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer(($this->services['translator'] ?? $this->getTranslatorService()));
  3962.     }
  3963.     /**
  3964.      * Gets the public 'Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer' shared service.
  3965.      *
  3966.      * @return \Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer
  3967.      */
  3968.     protected function getInitialValuesNormalizerService()
  3969.     {
  3970.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3971.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Serializer/Normalizer/InitialValuesNormalizer.php';
  3972.         return $this->services['Limenius\\Liform\\Serializer\\Normalizer\\InitialValuesNormalizer'] = new \Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer();
  3973.     }
  3974.     /**
  3975.      * Gets the public 'Sentry\Integration\IgnoreErrorsIntegration' shared autowired service.
  3976.      *
  3977.      * @return \Sentry\Integration\IgnoreErrorsIntegration
  3978.      */
  3979.     protected function getIgnoreErrorsIntegrationService()
  3980.     {
  3981.         return $this->services['Sentry\\Integration\\IgnoreErrorsIntegration'] = new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [=> 'Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException'=> 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException']]);
  3982.     }
  3983.     /**
  3984.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  3985.      *
  3986.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  3987.      */
  3988.     protected function getRedirectControllerService()
  3989.     {
  3990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  3991.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3992.         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());
  3993.     }
  3994.     /**
  3995.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  3996.      *
  3997.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  3998.      */
  3999.     protected function getTemplateControllerService()
  4000.     {
  4001.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  4002.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4003.     }
  4004.     /**
  4005.      * Gets the public 'WebBundle\Client\GoogleTranslateClient' shared autowired service.
  4006.      *
  4007.      * @return \WebBundle\Client\GoogleTranslateClient
  4008.      */
  4009.     protected function getGoogleTranslateClientService()
  4010.     {
  4011.         include_once \dirname(__DIR__4).'/src/WebBundle/Client/GoogleTranslateClient.php';
  4012.         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))));
  4013.     }
  4014.     /**
  4015.      * Gets the public 'WebBundle\Client\OneCSoapApiClient' shared autowired service.
  4016.      *
  4017.      * @return \WebBundle\Client\OneCSoapApiClient
  4018.      */
  4019.     protected function getOneCSoapApiClientService()
  4020.     {
  4021.         include_once \dirname(__DIR__4).'/src/WebBundle/Client/OneCSoapApiClient.php';
  4022.         return $this->services['WebBundle\\Client\\OneCSoapApiClient'] = new \WebBundle\Client\OneCSoapApiClient($this->getEnv('SOAP_LOGIN'), $this->getEnv('SOAP_PASSWORD'), $this->getEnv('SOAP_CALCULATE_URL'));
  4023.     }
  4024.     /**
  4025.      * Gets the public 'WebBundle\Controller\Api\AnalyticsApiController' shared autowired service.
  4026.      *
  4027.      * @return \WebBundle\Controller\Api\AnalyticsApiController
  4028.      */
  4029.     protected function getAnalyticsApiControllerService()
  4030.     {
  4031.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4032.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4033.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/Api/ExtendedApiController.php';
  4034.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/Api/AnalyticsApiController.php';
  4035.         $this->services['WebBundle\\Controller\\Api\\AnalyticsApiController'] = $instance = new \WebBundle\Controller\Api\AnalyticsApiController();
  4036.         $instance->analyticsService = ($this->services['WebBundle\\Service\\AnalyticsService'] ?? $this->getAnalyticsServiceService());
  4037.         $instance->setContainer($this);
  4038.         return $instance;
  4039.     }
  4040.     /**
  4041.      * Gets the public 'WebBundle\Controller\Api\ApiController' shared autowired service.
  4042.      *
  4043.      * @return \WebBundle\Controller\Api\ApiController
  4044.      */
  4045.     protected function getApiController3Service()
  4046.     {
  4047.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4048.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4049.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/Api/ExtendedApiController.php';
  4050.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/Api/ApiController.php';
  4051.         $this->services['WebBundle\\Controller\\Api\\ApiController'] = $instance = new \WebBundle\Controller\Api\ApiController(($this->services['WebBundle\\Service\\ItalianTaxCodeService'] ?? $this->getItalianTaxCodeServiceService()));
  4052.         $instance->userService = ($this->services['app.service.user'] ?? $this->getApp_Service_UserService());
  4053.         $instance->factoryRepository = ($this->services['WebBundle\\Repository\\FactoryRepository'] ?? $this->getFactoryRepositoryService());
  4054.         $instance->geoCountryRepository = ($this->privates['FlexApp\\Repository\\GeoCountryRepository'] ?? $this->getGeoCountryRepositoryService());
  4055.         $instance->setContainer($this);
  4056.         return $instance;
  4057.     }
  4058.     /**
  4059.      * Gets the public 'WebBundle\Controller\Api\ExtendedApiController' shared autowired service.
  4060.      *
  4061.      * @return \WebBundle\Controller\Api\ExtendedApiController
  4062.      */
  4063.     protected function getExtendedApiControllerService()
  4064.     {
  4065.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4066.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4067.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/Api/ExtendedApiController.php';
  4068.         $this->services['WebBundle\\Controller\\Api\\ExtendedApiController'] = $instance = new \WebBundle\Controller\Api\ExtendedApiController();
  4069.         $instance->setContainer($this);
  4070.         return $instance;
  4071.     }
  4072.     /**
  4073.      * Gets the public 'WebBundle\Controller\Api\TestConnectApiController' shared autowired service.
  4074.      *
  4075.      * @return \WebBundle\Controller\Api\TestConnectApiController
  4076.      */
  4077.     protected function getTestConnectApiControllerService()
  4078.     {
  4079.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4080.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4081.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/Api/ExtendedApiController.php';
  4082.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/Api/TestConnectApiController.php';
  4083.         $this->services['WebBundle\\Controller\\Api\\TestConnectApiController'] = $instance = new \WebBundle\Controller\Api\TestConnectApiController();
  4084.         $instance->setContainer($this);
  4085.         return $instance;
  4086.     }
  4087.     /**
  4088.      * Gets the public 'WebBundle\Controller\BuyOrderController' shared autowired service.
  4089.      *
  4090.      * @return \WebBundle\Controller\BuyOrderController
  4091.      */
  4092.     protected function getBuyOrderControllerService()
  4093.     {
  4094.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4095.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4096.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/BuyOrderController.php';
  4097.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/RecaptchaService.php';
  4098.         $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()));
  4099.         $instance->orderFiller = ($this->services['WebBundle\\Filler\\OrderFiller'] ?? $this->getOrderFillerService());
  4100.         $instance->kladrService = ($this->services['web.kladr'] ?? $this->getWeb_KladrService());
  4101.         $instance->confirmTimeStatRepository = ($this->services['WebBundle\\Repository\\ConfirmTimeStatRepository'] ?? $this->getConfirmTimeStatRepositoryService());
  4102.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\BuyOrderController'$this));
  4103.         return $instance;
  4104.     }
  4105.     /**
  4106.      * Gets the public 'WebBundle\Controller\CatalogController' shared autowired service.
  4107.      *
  4108.      * @return \WebBundle\Controller\CatalogController
  4109.      */
  4110.     protected function getCatalogControllerService()
  4111.     {
  4112.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4113.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4114.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/CatalogController.php';
  4115.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/VisitedService.php';
  4116.         $this->services['WebBundle\\Controller\\CatalogController'] = $instance = new \WebBundle\Controller\CatalogController();
  4117.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  4118.         $instance->filterRepository = ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService());
  4119.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  4120.         $instance->factoryRepository = ($this->services['WebBundle\\Repository\\FactoryRepository'] ?? $this->getFactoryRepositoryService());
  4121.         $instance->visitedService = ($this->services['app.service.visited'] ?? ($this->services['app.service.visited'] = new \WebBundle\Service\VisitedService()));
  4122.         $instance->sphinxSearcherService = ($this->services['sphinx_searcher'] ?? $this->getSphinxSearcherService());
  4123.         $instance->reviewsService = ($this->services['app.service.reviews'] ?? $this->getApp_Service_ReviewsService());
  4124.         $instance->searchService = ($this->services['WebBundle\\Service\\SearchService'] ?? $this->getSearchServiceService());
  4125.         $instance->messageFiller = ($this->services['WebBundle\\Filler\\MessageFiller'] ?? $this->getMessageFillerService());
  4126.         $instance->setContainer($this);
  4127.         return $instance;
  4128.     }
  4129.     /**
  4130.      * Gets the public 'WebBundle\Controller\CollectionController' shared autowired service.
  4131.      *
  4132.      * @return \WebBundle\Controller\CollectionController
  4133.      */
  4134.     protected function getCollectionController4Service()
  4135.     {
  4136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4137.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4138.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/CollectionController.php';
  4139.         $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->privates['WebBundle\\Repository\\CollectionAlsoViewedRepository'] ?? $this->getCollectionAlsoViewedRepositoryService()), ($this->services['WebBundle\\Repository\\IdeaRepository'] ?? $this->getIdeaRepositoryService()));
  4140.         $instance->collectionService = ($this->services['app.service.collection'] ?? $this->getApp_Service_CollectionService());
  4141.         $instance->reviewsService = ($this->services['app.service.reviews'] ?? $this->getApp_Service_ReviewsService());
  4142.         $instance->setContainer($this);
  4143.         return $instance;
  4144.     }
  4145.     /**
  4146.      * Gets the public 'WebBundle\Controller\CommonController' shared autowired service.
  4147.      *
  4148.      * @return \WebBundle\Controller\CommonController
  4149.      */
  4150.     protected function getCommonController2Service()
  4151.     {
  4152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4153.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4154.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/CommonController.php';
  4155.         $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()), ($this->services['app.service.order_address'] ?? $this->getApp_Service_OrderAddressService()));
  4156.         $instance->requestService = ($this->services['app.service.request'] ?? $this->getApp_Service_RequestService());
  4157.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\CommonController'$this));
  4158.         return $instance;
  4159.     }
  4160.     /**
  4161.      * Gets the public 'WebBundle\Controller\CookieController' shared autowired service.
  4162.      *
  4163.      * @return \WebBundle\Controller\CookieController
  4164.      */
  4165.     protected function getCookieControllerService()
  4166.     {
  4167.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4168.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4169.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/CookieController.php';
  4170.         $this->services['WebBundle\\Controller\\CookieController'] = $instance = new \WebBundle\Controller\CookieController();
  4171.         $instance->setContainer($this);
  4172.         return $instance;
  4173.     }
  4174.     /**
  4175.      * Gets the public 'WebBundle\Controller\DbgetController' shared autowired service.
  4176.      *
  4177.      * @return \WebBundle\Controller\DbgetController
  4178.      */
  4179.     protected function getDbgetControllerService()
  4180.     {
  4181.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4182.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4183.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/DbgetController.php';
  4184.         $this->services['WebBundle\\Controller\\DbgetController'] = $instance = new \WebBundle\Controller\DbgetController();
  4185.         $instance->setContainer($this);
  4186.         return $instance;
  4187.     }
  4188.     /**
  4189.      * Gets the public 'WebBundle\Controller\DeliveryController' shared autowired service.
  4190.      *
  4191.      * @return \WebBundle\Controller\DeliveryController
  4192.      */
  4193.     protected function getDeliveryControllerService()
  4194.     {
  4195.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4196.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/DeliveryController.php';
  4197.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/DeliveryProxyService.php';
  4198.         $this->services['WebBundle\\Controller\\DeliveryController'] = $instance = new \WebBundle\Controller\DeliveryController();
  4199.         $a = new \WebBundle\Service\DeliveryProxyService(($this->services['app.service.soap_response_service'] ?? $this->getApp_Service_SoapResponseServiceService()));
  4200.         $a->repoGeoCountry = ($this->privates['FlexApp\\Repository\\GeoCountryRepository'] ?? $this->getGeoCountryRepositoryService());
  4201.         $instance->deliveryProxyService $a;
  4202.         $instance->deliveryRequestRepository = ($this->services['WebBundle\\Repository\\DeliveryRequestRepository'] ?? $this->getDeliveryRequestRepositoryService());
  4203.         $instance->setContainer($this);
  4204.         return $instance;
  4205.     }
  4206.     /**
  4207.      * Gets the public 'WebBundle\Controller\ExtendedController' shared autowired service.
  4208.      *
  4209.      * @return \WebBundle\Controller\ExtendedController
  4210.      */
  4211.     protected function getExtendedController2Service()
  4212.     {
  4213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4214.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4215.         $this->services['WebBundle\\Controller\\ExtendedController'] = $instance = new \WebBundle\Controller\ExtendedController();
  4216.         $instance->setContainer($this);
  4217.         return $instance;
  4218.     }
  4219.     /**
  4220.      * Gets the public 'WebBundle\Controller\FiltersController' shared autowired service.
  4221.      *
  4222.      * @return \WebBundle\Controller\FiltersController
  4223.      */
  4224.     protected function getFiltersControllerService()
  4225.     {
  4226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4227.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4228.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/FiltersController.php';
  4229.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  4230.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CacheService.php';
  4231.         $a = new \FlexApp\Service\CacheService();
  4232.         $this->services['WebBundle\\Controller\\FiltersController'] = $instance = new \WebBundle\Controller\FiltersController($a);
  4233.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  4234.         $instance->filterRepository = ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService());
  4235.         $instance->filterHistorySearchRepository = ($this->services['WebBundle\\Repository\\FilterHistorySearchRepository'] ?? $this->getFilterHistorySearchRepositoryService());
  4236.         $instance->articleRepository = ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService());
  4237.         $instance->cacheService $a;
  4238.         $instance->setContainer($this);
  4239.         return $instance;
  4240.     }
  4241.     /**
  4242.      * Gets the public 'WebBundle\Controller\HomeController' shared autowired service.
  4243.      *
  4244.      * @return \WebBundle\Controller\HomeController
  4245.      */
  4246.     protected function getHomeController2Service()
  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/HomeController.php';
  4251.         $this->services['WebBundle\\Controller\\HomeController'] = $instance = new \WebBundle\Controller\HomeController();
  4252.         $instance->publicationService = ($this->services['app.service.publication'] ?? $this->getApp_Service_PublicationService());
  4253.         $instance->widgetReviewService = ($this->services['app.service.widjet_review'] ?? $this->getApp_Service_WidjetReviewService());
  4254.         $instance->homeService = ($this->services['WebBundle\\Service\\HomeService'] ?? $this->getHomeServiceService());
  4255.         $instance->filterRepository = ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService());
  4256.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  4257.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  4258.         $instance->ideaRepository = ($this->services['WebBundle\\Repository\\IdeaRepository'] ?? $this->getIdeaRepositoryService());
  4259.         $instance->interiorHistoryRepository = ($this->services['WebBundle\\Repository\\InteriorHistoryRepository'] ?? $this->getInteriorHistoryRepositoryService());
  4260.         $instance->setContainer($this);
  4261.         return $instance;
  4262.     }
  4263.     /**
  4264.      * Gets the public 'WebBundle\Controller\IdeaController' shared autowired service.
  4265.      *
  4266.      * @return \WebBundle\Controller\IdeaController
  4267.      */
  4268.     protected function getIdeaControllerService()
  4269.     {
  4270.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4271.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4272.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/IdeaController.php';
  4273.         $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()));
  4274.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  4275.         $instance->interiorRepository = ($this->services['WebBundle\\Repository\\InteriorRepository'] ?? $this->getInteriorRepositoryService());
  4276.         $instance->interiorHistoryRepository = ($this->services['WebBundle\\Repository\\InteriorHistoryRepository'] ?? $this->getInteriorHistoryRepositoryService());
  4277.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\IdeaController'$this));
  4278.         return $instance;
  4279.     }
  4280.     /**
  4281.      * Gets the public 'WebBundle\Controller\InvoiceController' shared autowired service.
  4282.      *
  4283.      * @return \WebBundle\Controller\InvoiceController
  4284.      */
  4285.     protected function getInvoiceControllerService()
  4286.     {
  4287.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4288.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4289.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/InvoiceController.php';
  4290.         $this->services['WebBundle\\Controller\\InvoiceController'] = $instance = new \WebBundle\Controller\InvoiceController();
  4291.         $instance->setContainer($this);
  4292.         return $instance;
  4293.     }
  4294.     /**
  4295.      * Gets the public 'WebBundle\Controller\JournalCollectionController' shared autowired service.
  4296.      *
  4297.      * @return \WebBundle\Controller\JournalCollectionController
  4298.      */
  4299.     protected function getJournalCollectionControllerService()
  4300.     {
  4301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4302.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4303.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/JournalCollectionController.php';
  4304.         $this->services['WebBundle\\Controller\\JournalCollectionController'] = $instance = new \WebBundle\Controller\JournalCollectionController();
  4305.         $instance->setContainer($this);
  4306.         return $instance;
  4307.     }
  4308.     /**
  4309.      * Gets the public 'WebBundle\Controller\KladrController' shared autowired service.
  4310.      *
  4311.      * @return \WebBundle\Controller\KladrController
  4312.      */
  4313.     protected function getKladrControllerService()
  4314.     {
  4315.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4316.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4317.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/KladrController.php';
  4318.         $this->services['WebBundle\\Controller\\KladrController'] = $instance = new \WebBundle\Controller\KladrController();
  4319.         $instance->setContainer($this);
  4320.         return $instance;
  4321.     }
  4322.     /**
  4323.      * Gets the public 'WebBundle\Controller\MakingController' shared autowired service.
  4324.      *
  4325.      * @return \WebBundle\Controller\MakingController
  4326.      */
  4327.     protected function getMakingControllerService()
  4328.     {
  4329.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4330.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/MakingController.php';
  4331.         $this->services['WebBundle\\Controller\\MakingController'] = $instance = new \WebBundle\Controller\MakingController();
  4332.         $instance->proformaFileService = ($this->services['WebBundle\\Service\\ProformaFileService'] ?? $this->getProformaFileServiceService());
  4333.         $instance->setContainer($this);
  4334.         return $instance;
  4335.     }
  4336.     /**
  4337.      * Gets the public 'WebBundle\Controller\OrderController' shared autowired service.
  4338.      *
  4339.      * @return \WebBundle\Controller\OrderController
  4340.      */
  4341.     protected function getOrderController2Service()
  4342.     {
  4343.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4344.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4345.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/OrderController.php';
  4346.         $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()));
  4347.         $instance->orderFiller = ($this->services['WebBundle\\Filler\\OrderFiller'] ?? $this->getOrderFillerService());
  4348.         $instance->orderRefundService = ($this->services['WebBundle\\Service\\OrderRefundService'] ?? $this->getOrderRefundServiceService());
  4349.         $instance->userService = ($this->services['app.service.user'] ?? $this->getApp_Service_UserService());
  4350.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\OrderController'$this));
  4351.         return $instance;
  4352.     }
  4353.     /**
  4354.      * Gets the public 'WebBundle\Controller\OrderPaymentController' shared autowired service.
  4355.      *
  4356.      * @return \WebBundle\Controller\OrderPaymentController
  4357.      */
  4358.     protected function getOrderPaymentControllerService()
  4359.     {
  4360.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4361.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4362.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/OrderPaymentController.php';
  4363.         $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()));
  4364.         $instance->orderPaymentService = ($this->services['app.service.order_payment'] ?? $this->getApp_Service_OrderPaymentService());
  4365.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\OrderPaymentController'$this));
  4366.         return $instance;
  4367.     }
  4368.     /**
  4369.      * Gets the public 'WebBundle\Controller\OrdersController' shared autowired service.
  4370.      *
  4371.      * @return \WebBundle\Controller\OrdersController
  4372.      */
  4373.     protected function getOrdersControllerService()
  4374.     {
  4375.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4376.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4377.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/OrdersController.php';
  4378.         $this->services['WebBundle\\Controller\\OrdersController'] = $instance = new \WebBundle\Controller\OrdersController(($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()));
  4379.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\OrdersController'$this));
  4380.         return $instance;
  4381.     }
  4382.     /**
  4383.      * Gets the public 'WebBundle\Controller\PageController' shared autowired service.
  4384.      *
  4385.      * @return \WebBundle\Controller\PageController
  4386.      */
  4387.     protected function getPageControllerService()
  4388.     {
  4389.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4390.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4391.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/PageController.php';
  4392.         $this->services['WebBundle\\Controller\\PageController'] = $instance = new \WebBundle\Controller\PageController();
  4393.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  4394.         $instance->staticPageRepository = ($this->services['WebBundle\\Repository\\StaticPageRepository'] ?? $this->getStaticPageRepositoryService());
  4395.         $instance->ideasShareRepository = ($this->services['WebBundle\\Repository\\IdeasShareRepository'] ?? $this->getIdeasShareRepositoryService());
  4396.         $instance->countryAndLangSpecificDataRepository = ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService());
  4397.         $instance->factoryRepository = ($this->services['WebBundle\\Repository\\FactoryRepository'] ?? $this->getFactoryRepositoryService());
  4398.         $instance->setContainer($this);
  4399.         return $instance;
  4400.     }
  4401.     /**
  4402.      * Gets the public 'WebBundle\Controller\PaymentFromOneCController' shared autowired service.
  4403.      *
  4404.      * @return \WebBundle\Controller\PaymentFromOneCController
  4405.      */
  4406.     protected function getPaymentFromOneCControllerService()
  4407.     {
  4408.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4409.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4410.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/PaymentFromOneCController.php';
  4411.         $this->services['WebBundle\\Controller\\PaymentFromOneCController'] = $instance = new \WebBundle\Controller\PaymentFromOneCController();
  4412.         $instance->paymentBrainTreeService = ($this->services['app.service.payment.brain_tree'] ?? $this->getApp_Service_Payment_BrainTreeService());
  4413.         $instance->paymentFromOneCRepository = ($this->services['WebBundle\\Repository\\PaymentFromOneCRepository'] ?? $this->getPaymentFromOneCRepositoryService());
  4414.         $instance->paymentFromOneCService = ($this->services['app.service.payment'] ?? $this->getApp_Service_PaymentService());
  4415.         $instance->setContainer($this);
  4416.         return $instance;
  4417.     }
  4418.     /**
  4419.      * Gets the public 'WebBundle\Controller\ProductReviewController' shared autowired service.
  4420.      *
  4421.      * @return \WebBundle\Controller\ProductReviewController
  4422.      */
  4423.     protected function getProductReviewControllerService()
  4424.     {
  4425.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4426.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4427.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ProductReviewController.php';
  4428.         $this->services['WebBundle\\Controller\\ProductReviewController'] = $instance = new \WebBundle\Controller\ProductReviewController();
  4429.         $instance->setContainer($this);
  4430.         return $instance;
  4431.     }
  4432.     /**
  4433.      * Gets the public 'WebBundle\Controller\ProductionController' shared autowired service.
  4434.      *
  4435.      * @return \WebBundle\Controller\ProductionController
  4436.      */
  4437.     protected function getProductionControllerService()
  4438.     {
  4439.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4440.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4441.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ProductionController.php';
  4442.         $this->services['WebBundle\\Controller\\ProductionController'] = $instance = new \WebBundle\Controller\ProductionController(($this->services['logger'] ?? $this->getLoggerService()), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  4443.         $instance->productionShipmentRepository = ($this->services['WebBundle\\Repository\\ProductionShipmentRepository'] ?? $this->getProductionShipmentRepositoryService());
  4444.         $instance->productionRepository = ($this->services['WebBundle\\Repository\\ProductionRepository'] ?? $this->getProductionRepositoryService());
  4445.         $instance->proformaFileService = ($this->services['WebBundle\\Service\\ProformaFileService'] ?? $this->getProformaFileServiceService());
  4446.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\ProductionController'$this));
  4447.         return $instance;
  4448.     }
  4449.     /**
  4450.      * Gets the public 'WebBundle\Controller\ProformaController' shared autowired service.
  4451.      *
  4452.      * @return \WebBundle\Controller\ProformaController
  4453.      */
  4454.     protected function getProformaControllerService()
  4455.     {
  4456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4457.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ProformaController.php';
  4458.         $this->services['WebBundle\\Controller\\ProformaController'] = $instance = new \WebBundle\Controller\ProformaController();
  4459.         $instance->proformaFileService = ($this->services['WebBundle\\Service\\ProformaFileService'] ?? $this->getProformaFileServiceService());
  4460.         $instance->setContainer($this);
  4461.         return $instance;
  4462.     }
  4463.     /**
  4464.      * Gets the public 'WebBundle\Controller\PublicationController' shared autowired service.
  4465.      *
  4466.      * @return \WebBundle\Controller\PublicationController
  4467.      */
  4468.     protected function getPublicationControllerService()
  4469.     {
  4470.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4471.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4472.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/PublicationController.php';
  4473.         $this->services['WebBundle\\Controller\\PublicationController'] = $instance = new \WebBundle\Controller\PublicationController();
  4474.         $instance->publicationService = ($this->services['app.service.publication'] ?? $this->getApp_Service_PublicationService());
  4475.         $instance->calendarService = ($this->services['FlexApp\\Service\\CalendarService'] ?? $this->getCalendarServiceService());
  4476.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  4477.         $instance->setContainer($this);
  4478.         return $instance;
  4479.     }
  4480.     /**
  4481.      * Gets the public 'WebBundle\Controller\ResettingController' shared autowired service.
  4482.      *
  4483.      * @return \WebBundle\Controller\ResettingController
  4484.      */
  4485.     protected function getResettingControllerService()
  4486.     {
  4487.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4488.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4489.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ResettingController.php';
  4490.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  4491.         $this->services['WebBundle\\Controller\\ResettingController'] = $instance = new \WebBundle\Controller\ResettingController();
  4492.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  4493.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  4494.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  4495.         $instance->formFactory = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  4496.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  4497.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4498.         $instance->userAuthenticator = ($this->privates['security.user_authenticator'] ?? $this->getSecurity_UserAuthenticatorService());
  4499.         $instance->loginFormAuthenticator = ($this->privates['FlexApp\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  4500.         $instance->requestStack = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4501.         $instance->managerContactsProvider = ($this->privates['FlexApp\\Service\\ManagerContactsProvider'] ?? $this->getManagerContactsProviderService());
  4502.         $instance->setContainer($this);
  4503.         return $instance;
  4504.     }
  4505.     /**
  4506.      * Gets the public 'WebBundle\Controller\ReviewController' shared autowired service.
  4507.      *
  4508.      * @return \WebBundle\Controller\ReviewController
  4509.      */
  4510.     protected function getReviewControllerService()
  4511.     {
  4512.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4513.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4514.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ReviewController.php';
  4515.         $this->services['WebBundle\\Controller\\ReviewController'] = $instance = new \WebBundle\Controller\ReviewController();
  4516.         $instance->googleTranslateService = ($this->services['WebBundle\\Service\\GoogleTranslateService'] ?? $this->getGoogleTranslateServiceService());
  4517.         $instance->productReviewsCacheRepository = ($this->services['WebBundle\\Repository\\ProductReviewsCacheRepository'] ?? $this->getProductReviewsCacheRepositoryService());
  4518.         $instance->reviewsCacheRepository = ($this->services['WebBundle\\Repository\\ReviewsCacheRepository'] ?? $this->getReviewsCacheRepositoryService());
  4519.         $instance->setContainer($this);
  4520.         return $instance;
  4521.     }
  4522.     /**
  4523.      * Gets the public 'WebBundle\Controller\SampleController' shared autowired service.
  4524.      *
  4525.      * @return \WebBundle\Controller\SampleController
  4526.      */
  4527.     protected function getSampleControllerService()
  4528.     {
  4529.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4530.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4531.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/SampleController.php';
  4532.         $this->services['WebBundle\\Controller\\SampleController'] = $instance = new \WebBundle\Controller\SampleController();
  4533.         $instance->sampleService = ($this->services['app.service.sample'] ?? $this->getApp_Service_SampleService());
  4534.         $instance->setContainer($this);
  4535.         return $instance;
  4536.     }
  4537.     /**
  4538.      * Gets the public 'WebBundle\Controller\SearchController' shared autowired service.
  4539.      *
  4540.      * @return \WebBundle\Controller\SearchController
  4541.      */
  4542.     protected function getSearchControllerService()
  4543.     {
  4544.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4545.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4546.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/SearchController.php';
  4547.         $this->services['WebBundle\\Controller\\SearchController'] = $instance = new \WebBundle\Controller\SearchController();
  4548.         $instance->setContainer($this);
  4549.         return $instance;
  4550.     }
  4551.     /**
  4552.      * Gets the public 'WebBundle\Controller\SeoController' shared autowired service.
  4553.      *
  4554.      * @return \WebBundle\Controller\SeoController
  4555.      */
  4556.     protected function getSeoControllerService()
  4557.     {
  4558.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4559.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4560.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/SeoController.php';
  4561.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AdsFilters/FilterAdsFilesDataService.php';
  4562.         $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())));
  4563.         $instance->seoService = ($this->services['WebBundle\\Service\\SeoService'] ?? $this->getSeoServiceService());
  4564.         $instance->sitemapGenerator = ($this->services['WebBundle\\Service\\SitemapGenerator'] ?? $this->getSitemapGeneratorService());
  4565.         $instance->setContainer($this);
  4566.         return $instance;
  4567.     }
  4568.     /**
  4569.      * Gets the public 'WebBundle\Controller\SliderController' shared autowired service.
  4570.      *
  4571.      * @return \WebBundle\Controller\SliderController
  4572.      */
  4573.     protected function getSliderController2Service()
  4574.     {
  4575.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4576.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4577.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/SliderController.php';
  4578.         $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()));
  4579.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  4580.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  4581.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  4582.         $instance->interiorRepository = ($this->services['WebBundle\\Repository\\InteriorRepository'] ?? $this->getInteriorRepositoryService());
  4583.         $instance->collectionService = ($this->services['app.service.collection'] ?? $this->getApp_Service_CollectionService());
  4584.         $instance->reviewsService = ($this->services['app.service.reviews'] ?? $this->getApp_Service_ReviewsService());
  4585.         $instance->sampleService = ($this->services['app.service.sample'] ?? $this->getApp_Service_SampleService());
  4586.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  4587.         $instance->messageFiller = ($this->services['WebBundle\\Filler\\MessageFiller'] ?? $this->getMessageFillerService());
  4588.         $instance->lastUrlService = ($this->privates['FlexApp\\Service\\LastUrlService'] ?? $this->getLastUrlServiceService());
  4589.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\SliderController'$this));
  4590.         return $instance;
  4591.     }
  4592.     /**
  4593.      * Gets the public 'WebBundle\Controller\SoapController' shared autowired service.
  4594.      *
  4595.      * @return \WebBundle\Controller\SoapController
  4596.      */
  4597.     protected function getSoapControllerService()
  4598.     {
  4599.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4600.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/SoapController.php';
  4601.         $this->services['WebBundle\\Controller\\SoapController'] = $instance = new \WebBundle\Controller\SoapController();
  4602.         $instance->soapService = ($this->services['web.soap'] ?? $this->getWeb_SoapService());
  4603.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\SoapController'$this));
  4604.         return $instance;
  4605.     }
  4606.     /**
  4607.      * Gets the public 'WebBundle\Controller\SupportController' shared autowired service.
  4608.      *
  4609.      * @return \WebBundle\Controller\SupportController
  4610.      */
  4611.     protected function getSupportControllerService()
  4612.     {
  4613.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4614.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4615.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/SupportController.php';
  4616.         $this->services['WebBundle\\Controller\\SupportController'] = $instance = new \WebBundle\Controller\SupportController();
  4617.         $instance->setContainer($this);
  4618.         return $instance;
  4619.     }
  4620.     /**
  4621.      * Gets the public 'WebBundle\Controller\TableRouterController' shared autowired service.
  4622.      *
  4623.      * @return \WebBundle\Controller\TableRouterController
  4624.      */
  4625.     protected function getTableRouterControllerService()
  4626.     {
  4627.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4628.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4629.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/TableRouterController.php';
  4630.         $this->services['WebBundle\\Controller\\TableRouterController'] = $instance = new \WebBundle\Controller\TableRouterController();
  4631.         $instance->setContainer($this);
  4632.         return $instance;
  4633.     }
  4634.     /**
  4635.      * Gets the public 'WebBundle\Controller\TileController' shared autowired service.
  4636.      *
  4637.      * @return \WebBundle\Controller\TileController
  4638.      */
  4639.     protected function getTileControllerService()
  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/TileController.php';
  4644.         $this->services['WebBundle\\Controller\\TileController'] = $instance = new \WebBundle\Controller\TileController();
  4645.         $instance->articleRepository = ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService());
  4646.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  4647.         $instance->filterRepository = ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService());
  4648.         $instance->ideaRepository = ($this->services['WebBundle\\Repository\\IdeaRepository'] ?? $this->getIdeaRepositoryService());
  4649.         $instance->interiorRepository = ($this->services['WebBundle\\Repository\\InteriorRepository'] ?? $this->getInteriorRepositoryService());
  4650.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  4651.         $instance->visitRepository = ($this->services['WebBundle\\Repository\\VisitRepository'] ?? $this->getVisitRepositoryService());
  4652.         $instance->collectionService = ($this->services['app.service.collection'] ?? $this->getApp_Service_CollectionService());
  4653.         $instance->collectionSettingsService = ($this->services['WebBundle\\Service\\CollectionSettingsService'] ?? $this->getCollectionSettingsServiceService());
  4654.         $instance->reviewsService = ($this->services['app.service.reviews'] ?? $this->getApp_Service_ReviewsService());
  4655.         $instance->searchService = ($this->services['WebBundle\\Service\\SearchService'] ?? $this->getSearchServiceService());
  4656.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  4657.         $instance->googleTranslateService = ($this->services['WebBundle\\Service\\GoogleTranslateService'] ?? $this->getGoogleTranslateServiceService());
  4658.         $instance->setContainer($this);
  4659.         return $instance;
  4660.     }
  4661.     /**
  4662.      * Gets the public 'WebBundle\Controller\TopController' shared autowired service.
  4663.      *
  4664.      * @return \WebBundle\Controller\TopController
  4665.      */
  4666.     protected function getTopControllerService()
  4667.     {
  4668.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4669.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4670.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/TopController.php';
  4671.         $this->services['WebBundle\\Controller\\TopController'] = $instance = new \WebBundle\Controller\TopController(($this->services['app.service.localization'] ?? $this->getApp_Service_LocalizationService()));
  4672.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\TopController'$this));
  4673.         return $instance;
  4674.     }
  4675.     /**
  4676.      * Gets the public 'WebBundle\Controller\TranslateController' shared autowired service.
  4677.      *
  4678.      * @return \WebBundle\Controller\TranslateController
  4679.      */
  4680.     protected function getTranslateControllerService()
  4681.     {
  4682.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4683.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/TranslateController.php';
  4684.         $this->services['WebBundle\\Controller\\TranslateController'] = $instance = new \WebBundle\Controller\TranslateController();
  4685.         $instance->transRepository = ($this->services['WebBundle\\Repository\\TransRepository'] ?? $this->getTransRepositoryService());
  4686.         $instance->translator = ($this->services['translator'] ?? $this->getTranslatorService());
  4687.         $instance->setLangsAvailable('ru|en|it|es|fr|de|pl|nl|fi|sv');
  4688.         $instance->setContainer($this);
  4689.         return $instance;
  4690.     }
  4691.     /**
  4692.      * Gets the public 'WebBundle\Controller\TwilioController' shared autowired service.
  4693.      *
  4694.      * @return \WebBundle\Controller\TwilioController
  4695.      */
  4696.     protected function getTwilioControllerService()
  4697.     {
  4698.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4699.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4700.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/TwilioController.php';
  4701.         $this->services['WebBundle\\Controller\\TwilioController'] = $instance = new \WebBundle\Controller\TwilioController();
  4702.         $instance->setContainer($this);
  4703.         return $instance;
  4704.     }
  4705.     /**
  4706.      * Gets the public 'WebBundle\Controller\UserController' shared autowired service.
  4707.      *
  4708.      * @return \WebBundle\Controller\UserController
  4709.      */
  4710.     protected function getUserControllerService()
  4711.     {
  4712.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4713.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4714.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/UserController.php';
  4715.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  4716.         $this->services['WebBundle\\Controller\\UserController'] = $instance = new \WebBundle\Controller\UserController();
  4717.         $instance->registrationService = ($this->services['app.registration'] ?? $this->getApp_RegistrationService());
  4718.         $instance->userAuthenticator = ($this->privates['security.user_authenticator'] ?? $this->getSecurity_UserAuthenticatorService());
  4719.         $instance->loginFormAuthenticator = ($this->privates['FlexApp\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  4720.         $instance->requestStack = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4721.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4722.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  4723.         $instance->userLogger = ($this->privates['FlexApp\\Service\\ManualReg\\UserLogger'] ?? $this->getUserLoggerService());
  4724.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  4725.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  4726.         $instance->setContainer($this);
  4727.         return $instance;
  4728.     }
  4729.     /**
  4730.      * Gets the public 'WebBundle\Controller\UserProfileController' shared autowired service.
  4731.      *
  4732.      * @return \WebBundle\Controller\UserProfileController
  4733.      */
  4734.     protected function getUserProfileControllerService()
  4735.     {
  4736.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4737.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4738.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/UserProfileController.php';
  4739.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  4740.         $this->services['WebBundle\\Controller\\UserProfileController'] = $instance = new \WebBundle\Controller\UserProfileController();
  4741.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  4742.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4743.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  4744.         $instance->userUpdater = ($this->privates['FlexApp\\Service\\UserUpdater'] ?? $this->getUserUpdaterService());
  4745.         $instance->setContainer($this);
  4746.         return $instance;
  4747.     }
  4748.     /**
  4749.      * Gets the public 'WebBundle\Controller\VacancyController' shared autowired service.
  4750.      *
  4751.      * @return \WebBundle\Controller\VacancyController
  4752.      */
  4753.     protected function getVacancyController2Service()
  4754.     {
  4755.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4756.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4757.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/VacancyController.php';
  4758.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/CareerService.php';
  4759.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/VacancyService.php';
  4760.         $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())));
  4761.         $instance->setContainer($this);
  4762.         return $instance;
  4763.     }
  4764.     /**
  4765.      * Gets the public 'WebBundle\Controller\WidgetsController' shared autowired service.
  4766.      *
  4767.      * @return \WebBundle\Controller\WidgetsController
  4768.      */
  4769.     protected function getWidgetsControllerService()
  4770.     {
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4772.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4773.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/WidgetsController.php';
  4774.         $this->services['WebBundle\\Controller\\WidgetsController'] = $instance = new \WebBundle\Controller\WidgetsController();
  4775.         $instance->serviceReviews = ($this->services['app.service.reviews'] ?? $this->getApp_Service_ReviewsService());
  4776.         $instance->widgetReviewService = ($this->services['app.service.widjet_review'] ?? $this->getApp_Service_WidjetReviewService());
  4777.         $instance->setContainer($this);
  4778.         return $instance;
  4779.     }
  4780.     /**
  4781.      * Gets the public 'WebBundle\Factory\ListMeasureFactory' shared autowired service.
  4782.      *
  4783.      * @return \WebBundle\Factory\ListMeasureFactory
  4784.      */
  4785.     protected function getListMeasureFactoryService()
  4786.     {
  4787.         include_once \dirname(__DIR__4).'/src/WebBundle/Factory/ListMeasureFactory.php';
  4788.         return $this->services['WebBundle\\Factory\\ListMeasureFactory'] = new \WebBundle\Factory\ListMeasureFactory();
  4789.     }
  4790.     /**
  4791.      * Gets the public 'WebBundle\Filler\BuyOrderDeliveryFiller' shared autowired service.
  4792.      *
  4793.      * @return \WebBundle\Filler\BuyOrderDeliveryFiller
  4794.      */
  4795.     protected function getBuyOrderDeliveryFillerService()
  4796.     {
  4797.         include_once \dirname(__DIR__4).'/src/WebBundle/Filler/BuyOrderDeliveryFiller.php';
  4798.         return $this->services['WebBundle\\Filler\\BuyOrderDeliveryFiller'] = new \WebBundle\Filler\BuyOrderDeliveryFiller();
  4799.     }
  4800.     /**
  4801.      * Gets the public 'WebBundle\Filler\ListEmailFiller' shared autowired service.
  4802.      *
  4803.      * @return \WebBundle\Filler\ListEmailFiller
  4804.      */
  4805.     protected function getListEmailFillerService()
  4806.     {
  4807.         include_once \dirname(__DIR__4).'/src/WebBundle/Filler/ListEmailFiller.php';
  4808.         return $this->services['WebBundle\\Filler\\ListEmailFiller'] = new \WebBundle\Filler\ListEmailFiller();
  4809.     }
  4810.     /**
  4811.      * Gets the public 'WebBundle\Filler\MessageFiller' shared autowired service.
  4812.      *
  4813.      * @return \WebBundle\Filler\MessageFiller
  4814.      */
  4815.     protected function getMessageFillerService()
  4816.     {
  4817.         include_once \dirname(__DIR__4).'/src/WebBundle/Filler/MessageFiller.php';
  4818.         return $this->services['WebBundle\\Filler\\MessageFiller'] = new \WebBundle\Filler\MessageFiller(($this->services['translator'] ?? $this->getTranslatorService()));
  4819.     }
  4820.     /**
  4821.      * Gets the public 'WebBundle\Filler\OrderFiller' shared autowired service.
  4822.      *
  4823.      * @return \WebBundle\Filler\OrderFiller
  4824.      */
  4825.     protected function getOrderFillerService()
  4826.     {
  4827.         include_once \dirname(__DIR__4).'/src/WebBundle/Filler/OrderFiller.php';
  4828.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4829.         if (isset($this->services['WebBundle\\Filler\\OrderFiller'])) {
  4830.             return $this->services['WebBundle\\Filler\\OrderFiller'];
  4831.         }
  4832.         $this->services['WebBundle\\Filler\\OrderFiller'] = $instance = new \WebBundle\Filler\OrderFiller($a);
  4833.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  4834.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  4835.         $instance->listVatRepository = ($this->services['WebBundle\\Repository\\ListVatRepository'] ?? $this->getListVatRepositoryService());
  4836.         $instance->warehouseRepository = ($this->services['WebBundle\\Repository\\WarehouseRepository'] ?? $this->getWarehouseRepositoryService());
  4837.         $instance->orderItemService = ($this->services['app.service.order_item'] ?? $this->getApp_Service_OrderItemService());
  4838.         $instance->addressService = ($this->services['app.service.order_address'] ?? $this->getApp_Service_OrderAddressService());
  4839.         $instance->kladrService = ($this->services['web.kladr'] ?? $this->getWeb_KladrService());
  4840.         $instance->vatService = ($this->services['app.service.vat'] ?? $this->getApp_Service_VatService());
  4841.         $instance->orderNormalizer = ($this->services['app.normalizer.order'] ?? $this->getApp_Normalizer_OrderService());
  4842.         $instance->orderItemsFiller = ($this->services['WebBundle\\Filler\\OrderItemsFiller'] ?? $this->getOrderItemsFillerService());
  4843.         return $instance;
  4844.     }
  4845.     /**
  4846.      * Gets the public 'WebBundle\Filler\OrderItemsFiller' shared autowired service.
  4847.      *
  4848.      * @return \WebBundle\Filler\OrderItemsFiller
  4849.      */
  4850.     protected function getOrderItemsFillerService()
  4851.     {
  4852.         include_once \dirname(__DIR__4).'/src/WebBundle/Filler/OrderItemsFiller.php';
  4853.         $this->services['WebBundle\\Filler\\OrderItemsFiller'] = $instance = new \WebBundle\Filler\OrderItemsFiller();
  4854.         $instance->buyOrderArticleRepository = ($this->services['WebBundle\\Repository\\BuyOrderArticleRepository'] ?? $this->getBuyOrderArticleRepositoryService());
  4855.         return $instance;
  4856.     }
  4857.     /**
  4858.      * Gets the public 'WebBundle\Filler\OrderOneCFiller' shared autowired service.
  4859.      *
  4860.      * @return \WebBundle\Filler\OrderOneCFiller
  4861.      */
  4862.     protected function getOrderOneCFillerService()
  4863.     {
  4864.         include_once \dirname(__DIR__4).'/src/WebBundle/Filler/OrderOneCFiller.php';
  4865.         return $this->services['WebBundle\\Filler\\OrderOneCFiller'] = new \WebBundle\Filler\OrderOneCFiller();
  4866.     }
  4867.     /**
  4868.      * Gets the public 'WebBundle\Helper\Mailer' shared autowired service.
  4869.      *
  4870.      * @return \WebBundle\Helper\Mailer
  4871.      */
  4872.     protected function getMailerService()
  4873.     {
  4874.         include_once \dirname(__DIR__4).'/src/WebBundle/Helper/Mailer.php';
  4875.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4876.         if (isset($this->services['WebBundle\\Helper\\Mailer'])) {
  4877.             return $this->services['WebBundle\\Helper\\Mailer'];
  4878.         }
  4879.         $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()));
  4880.         $instance->managerContactsProvider = ($this->privates['FlexApp\\Service\\ManagerContactsProvider'] ?? $this->getManagerContactsProviderService());
  4881.         return $instance;
  4882.     }
  4883.     /**
  4884.      * Gets the public 'WebBundle\Helper\ParticipantHelper' shared autowired service.
  4885.      *
  4886.      * @return \WebBundle\Helper\ParticipantHelper
  4887.      */
  4888.     protected function getParticipantHelperService()
  4889.     {
  4890.         include_once \dirname(__DIR__4).'/src/WebBundle/Helper/ParticipantHelper.php';
  4891.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  4892.         if (isset($this->services['WebBundle\\Helper\\ParticipantHelper'])) {
  4893.             return $this->services['WebBundle\\Helper\\ParticipantHelper'];
  4894.         }
  4895.         return $this->services['WebBundle\\Helper\\ParticipantHelper'] = new \WebBundle\Helper\ParticipantHelper($a);
  4896.     }
  4897.     /**
  4898.      * Gets the public 'WebBundle\Helper\PortalHelper' shared autowired service.
  4899.      *
  4900.      * @return \WebBundle\Helper\PortalHelper
  4901.      */
  4902.     protected function getPortalHelperService()
  4903.     {
  4904.         include_once \dirname(__DIR__4).'/src/WebBundle/Helper/PortalHelper.php';
  4905.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  4906.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  4907.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  4908.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  4909.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  4910.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  4911.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PortalApiClient.php';
  4912.         include_once \dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle/CurlWrapperInterface.php';
  4913.         include_once \dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle/CurlWrapper.php';
  4914.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  4915.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EmailCanonicalizer.php';
  4916.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4917.         if (isset($this->services['WebBundle\\Helper\\PortalHelper'])) {
  4918.             return $this->services['WebBundle\\Helper\\PortalHelper'];
  4919.         }
  4920.         $b = ($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService());
  4921.         if (isset($this->services['WebBundle\\Helper\\PortalHelper'])) {
  4922.             return $this->services['WebBundle\\Helper\\PortalHelper'];
  4923.         }
  4924.         $c = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  4925.         if (isset($this->services['WebBundle\\Helper\\PortalHelper'])) {
  4926.             return $this->services['WebBundle\\Helper\\PortalHelper'];
  4927.         }
  4928.         $d = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  4929.         $e = new \FlexApp\Service\PortalApiClient(($this->privates['FlexApp\\Service\\JsonArrayApiClient'] ?? $this->getJsonArrayApiClientService()), $d$a, new \FlexApp\Service\DailyLogger('portal_api_client'$d$a));
  4930.         $e->mailer $c;
  4931.         return $this->services['WebBundle\\Helper\\PortalHelper'] = new \WebBundle\Helper\PortalHelper('https://tst.remote.team:7003/app_dev.php'$this$a, new \FlexApp\Service\DailyLogger('comment_send_api_client'$d$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())), $e, ($this->privates['FlexApp\\Service\\EmailCanonicalizer'] ?? ($this->privates['FlexApp\\Service\\EmailCanonicalizer'] = new \FlexApp\Service\EmailCanonicalizer())), ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  4932.     }
  4933.     /**
  4934.      * Gets the public 'WebBundle\Helper\TextHelper' shared autowired service.
  4935.      *
  4936.      * @return \WebBundle\Helper\TextHelper
  4937.      */
  4938.     protected function getTextHelperService()
  4939.     {
  4940.         include_once \dirname(__DIR__4).'/src/WebBundle/Helper/TextHelper.php';
  4941.         return $this->services['WebBundle\\Helper\\TextHelper'] = new \WebBundle\Helper\TextHelper();
  4942.     }
  4943.     /**
  4944.      * Gets the public 'WebBundle\Repository\ArticleDetailRepository' shared autowired service.
  4945.      *
  4946.      * @return \WebBundle\Repository\ArticleDetailRepository
  4947.      */
  4948.     protected function getArticleDetailRepositoryService()
  4949.     {
  4950.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ArticleDetailRepository.php';
  4951.         return $this->services['WebBundle\\Repository\\ArticleDetailRepository'] = new \WebBundle\Repository\ArticleDetailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\ArticleDetail');
  4952.     }
  4953.     /**
  4954.      * Gets the public 'WebBundle\Repository\ArticleRepository' shared autowired service.
  4955.      *
  4956.      * @return \WebBundle\Repository\ArticleRepository
  4957.      */
  4958.     protected function getArticleRepositoryService()
  4959.     {
  4960.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ArticleRepository.php';
  4961.         return $this->services['WebBundle\\Repository\\ArticleRepository'] = new \WebBundle\Repository\ArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\Article');
  4962.     }
  4963.     /**
  4964.      * Gets the public 'WebBundle\Repository\BuyOrderArticleHolidayRepository' shared autowired service.
  4965.      *
  4966.      * @return \WebBundle\Repository\BuyOrderArticleHolidayRepository
  4967.      */
  4968.     protected function getBuyOrderArticleHolidayRepositoryService()
  4969.     {
  4970.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/BuyOrderArticleHolidayRepository.php';
  4971.         return $this->services['WebBundle\\Repository\\BuyOrderArticleHolidayRepository'] = new \WebBundle\Repository\BuyOrderArticleHolidayRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\BuyOrderArticleHoliday');
  4972.     }
  4973.     /**
  4974.      * Gets the public 'WebBundle\Repository\BuyOrderArticleRepository' shared autowired service.
  4975.      *
  4976.      * @return \WebBundle\Repository\BuyOrderArticleRepository
  4977.      */
  4978.     protected function getBuyOrderArticleRepositoryService()
  4979.     {
  4980.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/BuyOrderArticleRepository.php';
  4981.         return $this->services['WebBundle\\Repository\\BuyOrderArticleRepository'] = new \WebBundle\Repository\BuyOrderArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\BuyOrderArticle');
  4982.     }
  4983.     /**
  4984.      * Gets the public 'WebBundle\Repository\BuyOrderManagerRepository' shared autowired service.
  4985.      *
  4986.      * @return \WebBundle\Repository\BuyOrderManagerRepository
  4987.      */
  4988.     protected function getBuyOrderManagerRepositoryService()
  4989.     {
  4990.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/BuyOrderManagerRepository.php';
  4991.         return $this->services['WebBundle\\Repository\\BuyOrderManagerRepository'] = new \WebBundle\Repository\BuyOrderManagerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\BuyOrderManager');
  4992.     }
  4993.     /**
  4994.      * Gets the public 'WebBundle\Repository\BuyOrderRepository' shared autowired service.
  4995.      *
  4996.      * @return \WebBundle\Repository\BuyOrderRepository
  4997.      */
  4998.     protected function getBuyOrderRepositoryService()
  4999.     {
  5000.         return $this->services['WebBundle\\Repository\\BuyOrderRepository'] = new \WebBundle\Repository\BuyOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\BuyOrder');
  5001.     }
  5002.     /**
  5003.      * Gets the public 'WebBundle\Repository\CollectionRepository' shared autowired service.
  5004.      *
  5005.      * @return \WebBundle\Repository\CollectionRepository
  5006.      */
  5007.     protected function getCollectionRepositoryService()
  5008.     {
  5009.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  5010.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/CollectionRepository.php';
  5011.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5012.         if (isset($this->services['WebBundle\\Repository\\CollectionRepository'])) {
  5013.             return $this->services['WebBundle\\Repository\\CollectionRepository'];
  5014.         }
  5015.         return $this->services['WebBundle\\Repository\\CollectionRepository'] = $a->getRepository('WebBundle:Collection');
  5016.     }
  5017.     /**
  5018.      * Gets the public 'WebBundle\Repository\ConfirmTimeStatRepository' shared autowired service.
  5019.      *
  5020.      * @return \WebBundle\Repository\ConfirmTimeStatRepository
  5021.      */
  5022.     protected function getConfirmTimeStatRepositoryService()
  5023.     {
  5024.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ConfirmTimeStatRepository.php';
  5025.         return $this->services['WebBundle\\Repository\\ConfirmTimeStatRepository'] = new \WebBundle\Repository\ConfirmTimeStatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\ConfirmTimeStat');
  5026.     }
  5027.     /**
  5028.      * Gets the public 'WebBundle\Repository\DeliveryRequestRepository' shared autowired service.
  5029.      *
  5030.      * @return \WebBundle\Repository\DeliveryRequestRepository
  5031.      */
  5032.     protected function getDeliveryRequestRepositoryService()
  5033.     {
  5034.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  5035.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/DeliveryRequestRepository.php';
  5036.         return $this->services['WebBundle\\Repository\\DeliveryRequestRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('WebBundle:DeliveryRequest');
  5037.     }
  5038.     /**
  5039.      * Gets the public 'WebBundle\Repository\FactoryRepository' shared autowired service.
  5040.      *
  5041.      * @return \WebBundle\Repository\FactoryRepository
  5042.      */
  5043.     protected function getFactoryRepositoryService()
  5044.     {
  5045.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/FactoryRepository.php';
  5046.         return $this->services['WebBundle\\Repository\\FactoryRepository'] = new \WebBundle\Repository\FactoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\Factory');
  5047.     }
  5048.     /**
  5049.      * Gets the public 'WebBundle\Repository\FilterHistorySearchRepository' shared autowired service.
  5050.      *
  5051.      * @return \WebBundle\Repository\FilterHistorySearchRepository
  5052.      */
  5053.     protected function getFilterHistorySearchRepositoryService()
  5054.     {
  5055.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/FilterHistorySearchRepository.php';
  5056.         return $this->services['WebBundle\\Repository\\FilterHistorySearchRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('WebBundle:FilterHistorySearchEntity');
  5057.     }
  5058.     /**
  5059.      * Gets the public 'WebBundle\Repository\FilterRepository' shared autowired service.
  5060.      *
  5061.      * @return \WebBundle\Repository\FilterRepository
  5062.      */
  5063.     protected function getFilterRepositoryService()
  5064.     {
  5065.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/FilterRepository.php';
  5066.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  5067.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CacheService.php';
  5068.         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())));
  5069.     }
  5070.     /**
  5071.      * Gets the public 'WebBundle\Repository\IdeaRepository' shared autowired service.
  5072.      *
  5073.      * @return \WebBundle\Repository\IdeaRepository
  5074.      */
  5075.     protected function getIdeaRepositoryService()
  5076.     {
  5077.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/IdeaRepository.php';
  5078.         return $this->services['WebBundle\\Repository\\IdeaRepository'] = new \WebBundle\Repository\IdeaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\Idea');
  5079.     }
  5080.     /**
  5081.      * Gets the public 'WebBundle\Repository\IdeasShareRepository' shared autowired service.
  5082.      *
  5083.      * @return \WebBundle\Repository\IdeasShareRepository
  5084.      */
  5085.     protected function getIdeasShareRepositoryService()
  5086.     {
  5087.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/IdeasShareRepository.php';
  5088.         return $this->services['WebBundle\\Repository\\IdeasShareRepository'] = new \WebBundle\Repository\IdeasShareRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\IdeasShare');
  5089.     }
  5090.     /**
  5091.      * Gets the public 'WebBundle\Repository\InteriorHistoryRepository' shared autowired service.
  5092.      *
  5093.      * @return \WebBundle\Repository\InteriorHistoryRepository
  5094.      */
  5095.     protected function getInteriorHistoryRepositoryService()
  5096.     {
  5097.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  5098.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/InteriorHistoryRepository.php';
  5099.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5100.         if (isset($this->services['WebBundle\\Repository\\InteriorHistoryRepository'])) {
  5101.             return $this->services['WebBundle\\Repository\\InteriorHistoryRepository'];
  5102.         }
  5103.         return $this->services['WebBundle\\Repository\\InteriorHistoryRepository'] = $a->getRepository('WebBundle:InteriorHistory');
  5104.     }
  5105.     /**
  5106.      * Gets the public 'WebBundle\Repository\InteriorRepository' shared autowired service.
  5107.      *
  5108.      * @return \WebBundle\Repository\InteriorRepository
  5109.      */
  5110.     protected function getInteriorRepositoryService()
  5111.     {
  5112.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/InteriorRepository.php';
  5113.         return $this->services['WebBundle\\Repository\\InteriorRepository'] = new \WebBundle\Repository\InteriorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\Interior');
  5114.     }
  5115.     /**
  5116.      * Gets the public 'WebBundle\Repository\ItalianMunicipalityRepository' shared autowired service.
  5117.      *
  5118.      * @return \WebBundle\Repository\ItalianMunicipalityRepository
  5119.      */
  5120.     protected function getItalianMunicipalityRepositoryService()
  5121.     {
  5122.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ItalianMunicipalityRepository.php';
  5123.         return $this->services['WebBundle\\Repository\\ItalianMunicipalityRepository'] = new \WebBundle\Repository\ItalianMunicipalityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5124.     }
  5125.     /**
  5126.      * Gets the public 'WebBundle\Repository\LastUrlRepository' shared autowired service.
  5127.      *
  5128.      * @return \WebBundle\Repository\LastUrlRepository
  5129.      */
  5130.     protected function getLastUrlRepositoryService()
  5131.     {
  5132.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/LastUrlRepository.php';
  5133.         return $this->services['WebBundle\\Repository\\LastUrlRepository'] = new \WebBundle\Repository\LastUrlRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\LastUrlEntity');
  5134.     }
  5135.     /**
  5136.      * Gets the public 'WebBundle\Repository\ListCountryRepository' shared autowired service.
  5137.      *
  5138.      * @return \WebBundle\Repository\ListCountryRepository
  5139.      */
  5140.     protected function getListCountryRepositoryService()
  5141.     {
  5142.         include_once \dirname(__DIR__4).'/src/WebBundle/Interfaces/ListEntityRepositoryInterface.php';
  5143.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ListCountryRepository.php';
  5144.         return $this->services['WebBundle\\Repository\\ListCountryRepository'] = new \WebBundle\Repository\ListCountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\ListCountry');
  5145.     }
  5146.     /**
  5147.      * Gets the public 'WebBundle\Repository\ListEmailRepository' shared autowired service.
  5148.      *
  5149.      * @return \WebBundle\Repository\ListEmailRepository
  5150.      */
  5151.     protected function getListEmailRepositoryService()
  5152.     {
  5153.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  5154.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ListEmailRepository.php';
  5155.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5156.         if (isset($this->services['WebBundle\\Repository\\ListEmailRepository'])) {
  5157.             return $this->services['WebBundle\\Repository\\ListEmailRepository'];
  5158.         }
  5159.         return $this->services['WebBundle\\Repository\\ListEmailRepository'] = $a->getRepository('WebBundle:ListEmail');
  5160.     }
  5161.     /**
  5162.      * Gets the public 'WebBundle\Repository\ListMaterialRepository' shared autowired service.
  5163.      *
  5164.      * @return \WebBundle\Repository\ListMaterialRepository
  5165.      */
  5166.     protected function getListMaterialRepositoryService()
  5167.     {
  5168.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  5169.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ListEntityRepository.php';
  5170.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ListMaterialRepository.php';
  5171.         return $this->services['WebBundle\\Repository\\ListMaterialRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('WebBundle:ListMaterial');
  5172.     }
  5173.     /**
  5174.      * Gets the public 'WebBundle\Repository\ListMeasureRepository' shared autowired service.
  5175.      *
  5176.      * @return \WebBundle\Repository\ListMeasureRepository
  5177.      */
  5178.     protected function getListMeasureRepositoryService()
  5179.     {
  5180.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  5181.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ListEntityRepository.php';
  5182.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ListMeasureRepository.php';
  5183.         return $this->services['WebBundle\\Repository\\ListMeasureRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('WebBundle:ListMeasure');
  5184.     }
  5185.     /**
  5186.      * Gets the public 'WebBundle\Repository\ListVatRepository' shared autowired service.
  5187.      *
  5188.      * @return \WebBundle\Repository\ListVatRepository
  5189.      */
  5190.     protected function getListVatRepositoryService()
  5191.     {
  5192.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ListVatRepository.php';
  5193.         return $this->services['WebBundle\\Repository\\ListVatRepository'] = new \WebBundle\Repository\ListVatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\ListVat');
  5194.     }
  5195.     /**
  5196.      * Gets the public 'WebBundle\Repository\OrderAddressRepository' shared autowired service.
  5197.      *
  5198.      * @return \WebBundle\Repository\OrderAddressRepository
  5199.      */
  5200.     protected function getOrderAddressRepositoryService()
  5201.     {
  5202.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/OrderAddressRepository.php';
  5203.         return $this->services['WebBundle\\Repository\\OrderAddressRepository'] = new \WebBundle\Repository\OrderAddressRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\OrderAddress');
  5204.     }
  5205.     /**
  5206.      * Gets the public 'WebBundle\Repository\OrderHistoryRepository' shared autowired service.
  5207.      *
  5208.      * @return \WebBundle\Repository\OrderHistoryRepository
  5209.      */
  5210.     protected function getOrderHistoryRepositoryService()
  5211.     {
  5212.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/OrderHistoryRepository.php';
  5213.         return $this->services['WebBundle\\Repository\\OrderHistoryRepository'] = new \WebBundle\Repository\OrderHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\OrderHistory');
  5214.     }
  5215.     /**
  5216.      * Gets the public 'WebBundle\Repository\OrderPaymentRepository' shared autowired service.
  5217.      *
  5218.      * @return \WebBundle\Repository\OrderPaymentRepository
  5219.      */
  5220.     protected function getOrderPaymentRepositoryService()
  5221.     {
  5222.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/OrderPaymentRepository.php';
  5223.         return $this->services['WebBundle\\Repository\\OrderPaymentRepository'] = new \WebBundle\Repository\OrderPaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\OrderPayment');
  5224.     }
  5225.     /**
  5226.      * Gets the public 'WebBundle\Repository\PaymentFromOneCRepository' shared autowired service.
  5227.      *
  5228.      * @return \WebBundle\Repository\PaymentFromOneCRepository
  5229.      */
  5230.     protected function getPaymentFromOneCRepositoryService()
  5231.     {
  5232.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/PaymentFromOneCRepository.php';
  5233.         return $this->services['WebBundle\\Repository\\PaymentFromOneCRepository'] = new \WebBundle\Repository\PaymentFromOneCRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\PaymentFromOneC');
  5234.     }
  5235.     /**
  5236.      * Gets the public 'WebBundle\Repository\ProductReviewsCacheRepository' shared autowired service.
  5237.      *
  5238.      * @return \WebBundle\Repository\ProductReviewsCacheRepository
  5239.      */
  5240.     protected function getProductReviewsCacheRepositoryService()
  5241.     {
  5242.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ProductReviewsCacheRepository.php';
  5243.         return $this->services['WebBundle\\Repository\\ProductReviewsCacheRepository'] = new \WebBundle\Repository\ProductReviewsCacheRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5244.     }
  5245.     /**
  5246.      * Gets the public 'WebBundle\Repository\ProductionRepository' shared autowired service.
  5247.      *
  5248.      * @return \WebBundle\Repository\ProductionRepository
  5249.      */
  5250.     protected function getProductionRepositoryService()
  5251.     {
  5252.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ProductionRepository.php';
  5253.         return $this->services['WebBundle\\Repository\\ProductionRepository'] = new \WebBundle\Repository\ProductionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\Production');
  5254.     }
  5255.     /**
  5256.      * Gets the public 'WebBundle\Repository\ProductionShipmentRepository' shared autowired service.
  5257.      *
  5258.      * @return \WebBundle\Repository\ProductionShipmentRepository
  5259.      */
  5260.     protected function getProductionShipmentRepositoryService()
  5261.     {
  5262.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ProductionShipmentRepository.php';
  5263.         return $this->services['WebBundle\\Repository\\ProductionShipmentRepository'] = new \WebBundle\Repository\ProductionShipmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\ProductionShipment');
  5264.     }
  5265.     /**
  5266.      * Gets the public 'WebBundle\Repository\PublicationRepository' shared autowired service.
  5267.      *
  5268.      * @return \WebBundle\Repository\PublicationRepository
  5269.      */
  5270.     protected function getPublicationRepositoryService()
  5271.     {
  5272.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  5273.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/PublicationRepository.php';
  5274.         return $this->services['WebBundle\\Repository\\PublicationRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('WebBundle:Publication');
  5275.     }
  5276.     /**
  5277.      * Gets the public 'WebBundle\Repository\ReviewsCacheRepository' shared autowired service.
  5278.      *
  5279.      * @return \WebBundle\Repository\ReviewsCacheRepository
  5280.      */
  5281.     protected function getReviewsCacheRepositoryService()
  5282.     {
  5283.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ReviewsCacheRepository.php';
  5284.         return $this->services['WebBundle\\Repository\\ReviewsCacheRepository'] = new \WebBundle\Repository\ReviewsCacheRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5285.     }
  5286.     /**
  5287.      * Gets the public 'WebBundle\Repository\StaticPageRepository' shared autowired service.
  5288.      *
  5289.      * @return \WebBundle\Repository\StaticPageRepository
  5290.      */
  5291.     protected function getStaticPageRepositoryService()
  5292.     {
  5293.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/StaticPageRepository.php';
  5294.         return $this->services['WebBundle\\Repository\\StaticPageRepository'] = new \WebBundle\Repository\StaticPageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\StaticPageEntity');
  5295.     }
  5296.     /**
  5297.      * Gets the public 'WebBundle\Repository\TransRepository' shared autowired service.
  5298.      *
  5299.      * @return \WebBundle\Repository\TransRepository
  5300.      */
  5301.     protected function getTransRepositoryService()
  5302.     {
  5303.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  5304.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/TransRepository.php';
  5305.         return $this->services['WebBundle\\Repository\\TransRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('WebBundle:TransEntity');
  5306.     }
  5307.     /**
  5308.      * Gets the public 'WebBundle\Repository\UserForeignAliasRepository' shared autowired service.
  5309.      *
  5310.      * @return \WebBundle\Repository\UserForeignAliasRepository
  5311.      */
  5312.     protected function getUserForeignAliasRepositoryService()
  5313.     {
  5314.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/UserForeignAliasRepository.php';
  5315.         return $this->services['WebBundle\\Repository\\UserForeignAliasRepository'] = new \WebBundle\Repository\UserForeignAliasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\UserForeignAlias');
  5316.     }
  5317.     /**
  5318.      * Gets the public 'WebBundle\Repository\UserRepository' shared autowired service.
  5319.      *
  5320.      * @return \WebBundle\Repository\UserRepository
  5321.      */
  5322.     protected function getUserRepositoryService()
  5323.     {
  5324.         return $this->services['WebBundle\\Repository\\UserRepository'] = new \WebBundle\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\User');
  5325.     }
  5326.     /**
  5327.      * Gets the public 'WebBundle\Repository\VisitRepository' shared autowired service.
  5328.      *
  5329.      * @return \WebBundle\Repository\VisitRepository
  5330.      */
  5331.     protected function getVisitRepositoryService()
  5332.     {
  5333.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/VisitRepository.php';
  5334.         return $this->services['WebBundle\\Repository\\VisitRepository'] = new \WebBundle\Repository\VisitRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\Visit');
  5335.     }
  5336.     /**
  5337.      * Gets the public 'WebBundle\Repository\WarehouseRepository' shared autowired service.
  5338.      *
  5339.      * @return \WebBundle\Repository\WarehouseRepository
  5340.      */
  5341.     protected function getWarehouseRepositoryService()
  5342.     {
  5343.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/WarehouseRepository.php';
  5344.         return $this->services['WebBundle\\Repository\\WarehouseRepository'] = new \WebBundle\Repository\WarehouseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\WarehouseEntity');
  5345.     }
  5346.     /**
  5347.      * Gets the public 'WebBundle\Service\AlertingService' shared autowired service.
  5348.      *
  5349.      * @return \WebBundle\Service\AlertingService
  5350.      */
  5351.     protected function getAlertingServiceService()
  5352.     {
  5353.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/AlertingService.php';
  5354.         return $this->services['WebBundle\\Service\\AlertingService'] = new \WebBundle\Service\AlertingService();
  5355.     }
  5356.     /**
  5357.      * Gets the public 'WebBundle\Service\AnalyticsService' shared autowired service.
  5358.      *
  5359.      * @return \WebBundle\Service\AnalyticsService
  5360.      */
  5361.     protected function getAnalyticsServiceService()
  5362.     {
  5363.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5364.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  5365.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/Api/ExtendedApiController.php';
  5366.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/AnalyticsService.php';
  5367.         $this->services['WebBundle\\Service\\AnalyticsService'] = $instance = new \WebBundle\Service\AnalyticsService();
  5368.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  5369.         $instance->ideaHistoryRepository = ($this->services['WebBundle\\Repository\\InteriorHistoryRepository'] ?? $this->getInteriorHistoryRepositoryService());
  5370.         $instance->buyOrderArticleRepository = ($this->services['WebBundle\\Repository\\BuyOrderArticleRepository'] ?? $this->getBuyOrderArticleRepositoryService());
  5371.         $instance->articleRepository = ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService());
  5372.         $instance->setContainer($this);
  5373.         return $instance;
  5374.     }
  5375.     /**
  5376.      * Gets the public 'WebBundle\Service\BuyOrderDeliveryService' shared autowired service.
  5377.      *
  5378.      * @return \WebBundle\Service\BuyOrderDeliveryService
  5379.      */
  5380.     protected function getBuyOrderDeliveryServiceService()
  5381.     {
  5382.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/BuyOrderDeliveryService.php';
  5383.         include_once \dirname(__DIR__4).'/src/WebBundle/Filler/BuyOrderDeliveryFiller.php';
  5384.         $this->services['WebBundle\\Service\\BuyOrderDeliveryService'] = $instance = new \WebBundle\Service\BuyOrderDeliveryService();
  5385.         $instance->buyOrderDeliveryFiller = ($this->services['WebBundle\\Filler\\BuyOrderDeliveryFiller'] ?? ($this->services['WebBundle\\Filler\\BuyOrderDeliveryFiller'] = new \WebBundle\Filler\BuyOrderDeliveryFiller()));
  5386.         return $instance;
  5387.     }
  5388.     /**
  5389.      * Gets the public 'WebBundle\Service\BuyOrderManagerService' shared autowired service.
  5390.      *
  5391.      * @return \WebBundle\Service\BuyOrderManagerService
  5392.      */
  5393.     protected function getBuyOrderManagerServiceService()
  5394.     {
  5395.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/BuyOrderManagerService.php';
  5396.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/AlertingService.php';
  5397.         $this->services['WebBundle\\Service\\BuyOrderManagerService'] = $instance = new \WebBundle\Service\BuyOrderManagerService();
  5398.         $instance->buyOrderManagerRepository = ($this->services['WebBundle\\Repository\\BuyOrderManagerRepository'] ?? $this->getBuyOrderManagerRepositoryService());
  5399.         $instance->alertingService = ($this->services['WebBundle\\Service\\AlertingService'] ?? ($this->services['WebBundle\\Service\\AlertingService'] = new \WebBundle\Service\AlertingService()));
  5400.         return $instance;
  5401.     }
  5402.     /**
  5403.      * Gets the public 'WebBundle\Service\CareerService' shared autowired service.
  5404.      *
  5405.      * @return \WebBundle\Service\CareerService
  5406.      */
  5407.     protected function getCareerServiceService()
  5408.     {
  5409.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/CareerService.php';
  5410.         return $this->services['WebBundle\\Service\\CareerService'] = new \WebBundle\Service\CareerService();
  5411.     }
  5412.     /**
  5413.      * Gets the public 'WebBundle\Service\CollectionSettingsService' shared autowired service.
  5414.      *
  5415.      * @return \WebBundle\Service\CollectionSettingsService
  5416.      */
  5417.     protected function getCollectionSettingsServiceService()
  5418.     {
  5419.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  5420.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/CollectionSettingsService.php';
  5421.         $this->services['WebBundle\\Service\\CollectionSettingsService'] = $instance = new \WebBundle\Service\CollectionSettingsService($this);
  5422.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  5423.         return $instance;
  5424.     }
  5425.     /**
  5426.      * Gets the public 'WebBundle\Service\CountryService' shared autowired service.
  5427.      *
  5428.      * @return \WebBundle\Service\CountryService
  5429.      */
  5430.     protected function getCountryServiceService()
  5431.     {
  5432.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/CountryService.php';
  5433.         $this->services['WebBundle\\Service\\CountryService'] = $instance = new \WebBundle\Service\CountryService();
  5434.         $instance->listCountryRepository = ($this->privates['FlexApp\\Repository\\CountryRepository'] ?? $this->getCountryRepositoryService());
  5435.         return $instance;
  5436.     }
  5437.     /**
  5438.      * Gets the public 'WebBundle\Service\GoogleTranslateService' shared autowired service.
  5439.      *
  5440.      * @return \WebBundle\Service\GoogleTranslateService
  5441.      */
  5442.     protected function getGoogleTranslateServiceService()
  5443.     {
  5444.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/GoogleTranslateService.php';
  5445.         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()));
  5446.     }
  5447.     /**
  5448.      * Gets the public 'WebBundle\Service\HomeService' shared autowired service.
  5449.      *
  5450.      * @return \WebBundle\Service\HomeService
  5451.      */
  5452.     protected function getHomeServiceService()
  5453.     {
  5454.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/HomeService.php';
  5455.         return $this->services['WebBundle\\Service\\HomeService'] = new \WebBundle\Service\HomeService(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['FlexApp\\Service\\RedisCachePool'] ?? $this->getRedisCachePoolService()));
  5456.     }
  5457.     /**
  5458.      * Gets the public 'WebBundle\Service\ItalianTaxCodeService' shared autowired service.
  5459.      *
  5460.      * @return \WebBundle\Service\ItalianTaxCodeService
  5461.      */
  5462.     protected function getItalianTaxCodeServiceService()
  5463.     {
  5464.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ItalianTaxCodeService.php';
  5465.         return $this->services['WebBundle\\Service\\ItalianTaxCodeService'] = new \WebBundle\Service\ItalianTaxCodeService(($this->services['WebBundle\\Repository\\ItalianMunicipalityRepository'] ?? $this->getItalianMunicipalityRepositoryService()));
  5466.     }
  5467.     /**
  5468.      * Gets the public 'WebBundle\Service\LanguageService' shared autowired service.
  5469.      *
  5470.      * @return \WebBundle\Service\LanguageService
  5471.      */
  5472.     protected function getLanguageServiceService()
  5473.     {
  5474.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/LanguageService.php';
  5475.         include_once \dirname(__DIR__4).'/src/WebBundle/Helper/TextHelper.php';
  5476.         return $this->services['WebBundle\\Service\\LanguageService'] = new \WebBundle\Service\LanguageService('ru|en|it|es|fr|de|pl|nl|fi|sv|no|da|ua', ($this->services['WebBundle\\Helper\\TextHelper'] ?? ($this->services['WebBundle\\Helper\\TextHelper'] = new \WebBundle\Helper\TextHelper())));
  5477.     }
  5478.     /**
  5479.      * Gets the public 'WebBundle\Service\OrderRefundService' shared autowired service.
  5480.      *
  5481.      * @return \WebBundle\Service\OrderRefundService
  5482.      */
  5483.     protected function getOrderRefundServiceService()
  5484.     {
  5485.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderRefundService.php';
  5486.         $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()));
  5487.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  5488.         $instance->orderOneCService = ($this->services['app.service.order_one_c'] ?? $this->getApp_Service_OrderOneCService());
  5489.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  5490.         $instance->security = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5491.         return $instance;
  5492.     }
  5493.     /**
  5494.      * Gets the public 'WebBundle\Service\PortalService' shared autowired service.
  5495.      *
  5496.      * @return \WebBundle\Service\PortalService
  5497.      */
  5498.     protected function getPortalServiceService()
  5499.     {
  5500.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/PortalService.php';
  5501.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  5502.         if (isset($this->services['WebBundle\\Service\\PortalService'])) {
  5503.             return $this->services['WebBundle\\Service\\PortalService'];
  5504.         }
  5505.         $b = ($this->services['WebBundle\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService());
  5506.         if (isset($this->services['WebBundle\\Service\\PortalService'])) {
  5507.             return $this->services['WebBundle\\Service\\PortalService'];
  5508.         }
  5509.         $c = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  5510.         if (isset($this->services['WebBundle\\Service\\PortalService'])) {
  5511.             return $this->services['WebBundle\\Service\\PortalService'];
  5512.         }
  5513.         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);
  5514.     }
  5515.     /**
  5516.      * Gets the public 'WebBundle\Service\ProformaFileService' shared autowired service.
  5517.      *
  5518.      * @return \WebBundle\Service\ProformaFileService
  5519.      */
  5520.     protected function getProformaFileServiceService()
  5521.     {
  5522.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ProformaFileService.php';
  5523.         return $this->services['WebBundle\\Service\\ProformaFileService'] = new \WebBundle\Service\ProformaFileService(($this->services['logger'] ?? $this->getLoggerService()), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  5524.     }
  5525.     /**
  5526.      * Gets the public 'WebBundle\Service\SearchService' shared autowired service.
  5527.      *
  5528.      * @return \WebBundle\Service\SearchService
  5529.      */
  5530.     protected function getSearchServiceService()
  5531.     {
  5532.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  5533.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SearchService.php';
  5534.         $this->services['WebBundle\\Service\\SearchService'] = $instance = new \WebBundle\Service\SearchService();
  5535.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  5536.         $instance->collRepo = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  5537.         $instance->filterRepo = ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService());
  5538.         $instance->factoryRepository = ($this->services['WebBundle\\Repository\\FactoryRepository'] ?? $this->getFactoryRepositoryService());
  5539.         $instance->articleRepo = ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService());
  5540.         $instance->interiorRepo = ($this->services['WebBundle\\Repository\\InteriorRepository'] ?? $this->getInteriorRepositoryService());
  5541.         $instance->ideaRepository = ($this->services['WebBundle\\Repository\\IdeaRepository'] ?? $this->getIdeaRepositoryService());
  5542.         $instance->collectionAlsoViewedRepository = ($this->privates['WebBundle\\Repository\\CollectionAlsoViewedRepository'] ?? $this->getCollectionAlsoViewedRepositoryService());
  5543.         $instance->interiorHistoryRepository = ($this->services['WebBundle\\Repository\\InteriorHistoryRepository'] ?? $this->getInteriorHistoryRepositoryService());
  5544.         return $instance;
  5545.     }
  5546.     /**
  5547.      * Gets the public 'WebBundle\Service\SeoService' shared autowired service.
  5548.      *
  5549.      * @return \WebBundle\Service\SeoService
  5550.      */
  5551.     protected function getSeoServiceService()
  5552.     {
  5553.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SeoService.php';
  5554.         $this->services['WebBundle\\Service\\SeoService'] = $instance = new \WebBundle\Service\SeoService();
  5555.         $instance->countryService = ($this->services['WebBundle\\Service\\CountryService'] ?? $this->getCountryServiceService());
  5556.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  5557.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  5558.         $instance->filterRepository = ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService());
  5559.         $instance->staticPageRepository = ($this->services['WebBundle\\Repository\\StaticPageRepository'] ?? $this->getStaticPageRepositoryService());
  5560.         $instance->articleRepository = ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService());
  5561.         return $instance;
  5562.     }
  5563.     /**
  5564.      * Gets the public 'WebBundle\Service\SitemapGenerator' shared autowired service.
  5565.      *
  5566.      * @return \WebBundle\Service\SitemapGenerator
  5567.      */
  5568.     protected function getSitemapGeneratorService()
  5569.     {
  5570.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SitemapGenerator.php';
  5571.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/UrlEncoderService.php';
  5572.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AdsFilters/FilterAdsFilesDataService.php';
  5573.         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()));
  5574.     }
  5575.     /**
  5576.      * Gets the public 'WebBundle\Service\SliderService' shared autowired service.
  5577.      *
  5578.      * @return \WebBundle\Service\SliderService
  5579.      */
  5580.     protected function getSliderServiceService()
  5581.     {
  5582.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SliderService.php';
  5583.         $this->services['WebBundle\\Service\\SliderService'] = $instance = new \WebBundle\Service\SliderService(($this->services['translator'] ?? $this->getTranslatorService()));
  5584.         $instance->articleRepository = ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService());
  5585.         $instance->interiorRepository = ($this->services['WebBundle\\Repository\\InteriorRepository'] ?? $this->getInteriorRepositoryService());
  5586.         $instance->ideaRepository = ($this->services['WebBundle\\Repository\\IdeaRepository'] ?? $this->getIdeaRepositoryService());
  5587.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  5588.         $instance->filterRepository = ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService());
  5589.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  5590.         $instance->searchService = ($this->services['WebBundle\\Service\\SearchService'] ?? $this->getSearchServiceService());
  5591.         $instance->sampleService = ($this->services['app.service.sample'] ?? $this->getApp_Service_SampleService());
  5592.         return $instance;
  5593.     }
  5594.     /**
  5595.      * Gets the public 'WebBundle\Service\TranslationService' shared autowired service.
  5596.      *
  5597.      * @return \WebBundle\Service\TranslationService
  5598.      */
  5599.     protected function getTranslationServiceService()
  5600.     {
  5601.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/TranslationService.php';
  5602.         return $this->services['WebBundle\\Service\\TranslationService'] = new \WebBundle\Service\TranslationService(($this->services['translator'] ?? $this->getTranslatorService()));
  5603.     }
  5604.     /**
  5605.      * Gets the public 'WebBundle\Service\WarehouseService' shared autowired service.
  5606.      *
  5607.      * @return \WebBundle\Service\WarehouseService
  5608.      */
  5609.     protected function getWarehouseServiceService()
  5610.     {
  5611.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/WarehouseService.php';
  5612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  5613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  5614.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/WarehouseNormalizer.php';
  5615.         $this->services['WebBundle\\Service\\WarehouseService'] = $instance = new \WebBundle\Service\WarehouseService();
  5616.         $instance->warehouseRepository = ($this->services['WebBundle\\Repository\\WarehouseRepository'] ?? $this->getWarehouseRepositoryService());
  5617.         $instance->warehouseNormalizer = ($this->services['app.normalizer.warehouse'] ?? ($this->services['app.normalizer.warehouse'] = new \WebBundle\Serializer\Normalizer\WarehouseNormalizer()));
  5618.         return $instance;
  5619.     }
  5620.     /**
  5621.      * Gets the public 'WebBundle\Validator\Constraints\CommentValidator' shared autowired service.
  5622.      *
  5623.      * @return \WebBundle\Validator\Constraints\CommentValidator
  5624.      */
  5625.     protected function getCommentValidatorService()
  5626.     {
  5627.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5628.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5629.         include_once \dirname(__DIR__4).'/src/WebBundle/Validator/Constraints/CommentValidator.php';
  5630.         $a = ($this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'] ?? $this->getSourceByCommentTypeDefinerService());
  5631.         if (isset($this->services['WebBundle\\Validator\\Constraints\\CommentValidator'])) {
  5632.             return $this->services['WebBundle\\Validator\\Constraints\\CommentValidator'];
  5633.         }
  5634.         return $this->services['WebBundle\\Validator\\Constraints\\CommentValidator'] = new \WebBundle\Validator\Constraints\CommentValidator($a);
  5635.     }
  5636.     /**
  5637.      * Gets the public 'adm.arr_helper.facade' shared autowired service.
  5638.      *
  5639.      * @return \AdmBundle\Facade\ArrHelperFacade
  5640.      */
  5641.     protected function getAdm_ArrHelper_FacadeService()
  5642.     {
  5643.         include_once \dirname(__DIR__4).'/src/AdmBundle/Facade/ArrHelperFacade.php';
  5644.         return $this->services['adm.arr_helper.facade'] = new \AdmBundle\Facade\ArrHelperFacade();
  5645.     }
  5646.     /**
  5647.      * Gets the public 'adm.repository.measure' shared autowired service.
  5648.      *
  5649.      * @return \AdmBundle\Repository\ListMeasureRepository
  5650.      */
  5651.     protected function getAdm_Repository_MeasureService()
  5652.     {
  5653.         include_once \dirname(__DIR__4).'/src/AdmBundle/Repository/ListMeasureRepository.php';
  5654.         return $this->services['adm.repository.measure'] = new \AdmBundle\Repository\ListMeasureRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5655.     }
  5656.     /**
  5657.      * Gets the public 'adm.request_helper.facade' shared autowired service.
  5658.      *
  5659.      * @return \AdmBundle\Facade\RequestHelperFacade
  5660.      */
  5661.     protected function getAdm_RequestHelper_FacadeService()
  5662.     {
  5663.         include_once \dirname(__DIR__4).'/src/AdmBundle/Facade/RequestHelperFacade.php';
  5664.         return $this->services['adm.request_helper.facade'] = new \AdmBundle\Facade\RequestHelperFacade();
  5665.     }
  5666.     /**
  5667.      * Gets the public 'adm.runtime.facade' shared autowired service.
  5668.      *
  5669.      * @return \AdmBundle\Facade\AdminRuntimeFacade
  5670.      */
  5671.     protected function getAdm_Runtime_FacadeService()
  5672.     {
  5673.         include_once \dirname(__DIR__4).'/src/AdmBundle/Facade/AdminRuntimeFacade.php';
  5674.         return $this->services['adm.runtime.facade'] = new \AdmBundle\Facade\AdminRuntimeFacade();
  5675.     }
  5676.     /**
  5677.      * Gets the public 'adm.service' shared autowired service.
  5678.      *
  5679.      * @return \AdmBundle\Service\AdmService
  5680.      */
  5681.     protected function getAdm_ServiceService()
  5682.     {
  5683.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5684.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/AdmService.php';
  5685.         $this->services['adm.service'] = $instance = new \AdmBundle\Service\AdmService();
  5686.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5687.         return $instance;
  5688.     }
  5689.     /**
  5690.      * Gets the public 'adm.service.article' shared autowired service.
  5691.      *
  5692.      * @return \AdmBundle\Service\ArticleService
  5693.      */
  5694.     protected function getAdm_Service_ArticleService()
  5695.     {
  5696.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5697.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ArticleService.php';
  5698.         $this->services['adm.service.article'] = $instance = new \AdmBundle\Service\ArticleService();
  5699.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5700.         return $instance;
  5701.     }
  5702.     /**
  5703.      * Gets the public 'adm.service.big_size_format' shared autowired service.
  5704.      *
  5705.      * @return \AdmBundle\Service\ListBigSizeFormatService
  5706.      */
  5707.     protected function getAdm_Service_BigSizeFormatService()
  5708.     {
  5709.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5710.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ListBigSizeFormatService.php';
  5711.         $this->services['adm.service.big_size_format'] = $instance = new \AdmBundle\Service\ListBigSizeFormatService();
  5712.         $instance->oServiceTrans = ($this->services['adm.service.trans'] ?? $this->getAdm_Service_TransService());
  5713.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5714.         return $instance;
  5715.     }
  5716.     /**
  5717.      * Gets the public 'adm.service.blog' shared autowired service.
  5718.      *
  5719.      * @return \AdmBundle\Service\BlogService
  5720.      */
  5721.     protected function getAdm_Service_BlogService()
  5722.     {
  5723.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5724.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/BlogService.php';
  5725.         $this->services['adm.service.blog'] = $instance = new \AdmBundle\Service\BlogService();
  5726.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5727.         return $instance;
  5728.     }
  5729.     /**
  5730.      * Gets the public 'adm.service.bool_db_setting' shared autowired service.
  5731.      *
  5732.      * @return \AdmBundle\Service\BoolDBSettingService
  5733.      */
  5734.     protected function getAdm_Service_BoolDbSettingService()
  5735.     {
  5736.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5737.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/BoolDBSettingService.php';
  5738.         $this->services['adm.service.bool_db_setting'] = $instance = new \AdmBundle\Service\BoolDBSettingService();
  5739.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5740.         return $instance;
  5741.     }
  5742.     /**
  5743.      * Gets the public 'adm.service.brand' shared autowired service.
  5744.      *
  5745.      * @return \AdmBundle\Service\BrandService
  5746.      */
  5747.     protected function getAdm_Service_BrandService()
  5748.     {
  5749.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5750.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/BrandService.php';
  5751.         $this->services['adm.service.brand'] = $instance = new \AdmBundle\Service\BrandService();
  5752.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5753.         return $instance;
  5754.     }
  5755.     /**
  5756.      * Gets the public 'adm.service.calendar' shared autowired service.
  5757.      *
  5758.      * @return \AdmBundle\Service\CalendarService
  5759.      */
  5760.     protected function getAdm_Service_CalendarService()
  5761.     {
  5762.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5763.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/CalendarService.php';
  5764.         $this->services['adm.service.calendar'] = $instance = new \AdmBundle\Service\CalendarService();
  5765.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5766.         return $instance;
  5767.     }
  5768.     /**
  5769.      * Gets the public 'adm.service.cfg.page' shared autowired service.
  5770.      *
  5771.      * @return \AdmBundle\Service\AdmCfgPageService
  5772.      */
  5773.     protected function getAdm_Service_Cfg_PageService()
  5774.     {
  5775.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5776.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/AdmCfgPageService.php';
  5777.         $this->services['adm.service.cfg.page'] = $instance = new \AdmBundle\Service\AdmCfgPageService();
  5778.         $instance->repoAdmCfgPage = ($this->privates['FlexApp\\Repository\\AdmCfgPageRepository'] ?? $this->getAdmCfgPageRepositoryService());
  5779.         $instance->admCfgPageService $instance;
  5780.         return $instance;
  5781.     }
  5782.     /**
  5783.      * Gets the public 'adm.service.check_list' shared autowired service.
  5784.      *
  5785.      * @return \AdmBundle\Service\CheckListService
  5786.      */
  5787.     protected function getAdm_Service_CheckListService()
  5788.     {
  5789.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5790.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/CheckListService.php';
  5791.         $this->services['adm.service.check_list'] = $instance = new \AdmBundle\Service\CheckListService();
  5792.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5793.         return $instance;
  5794.     }
  5795.     /**
  5796.      * Gets the public 'adm.service.collection' shared autowired service.
  5797.      *
  5798.      * @return \AdmBundle\Service\CollectionService
  5799.      */
  5800.     protected function getAdm_Service_CollectionService()
  5801.     {
  5802.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5803.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/CollectionService.php';
  5804.         $this->services['adm.service.collection'] = $instance = new \AdmBundle\Service\CollectionService();
  5805.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5806.         return $instance;
  5807.     }
  5808.     /**
  5809.      * Gets the public 'adm.service.comment' shared autowired service.
  5810.      *
  5811.      * @return \AdmBundle\Service\CommentService
  5812.      */
  5813.     protected function getAdm_Service_CommentService()
  5814.     {
  5815.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5816.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/CommentService.php';
  5817.         $a = ($this->privates['FlexApp\\Service\\CommentManager'] ?? $this->getCommentManagerService());
  5818.         $this->services['adm.service.comment'] = $instance = new \AdmBundle\Service\CommentService($a);
  5819.         $instance->repoComment = ($this->services['FlexApp\\Repository\\CommentRepository'] ?? $this->getCommentRepositoryService());
  5820.         $instance->commentManager $a;
  5821.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5822.         return $instance;
  5823.     }
  5824.     /**
  5825.      * Gets the public 'adm.service.consultant' shared autowired service.
  5826.      *
  5827.      * @return \AdmBundle\Service\ConsultantService
  5828.      */
  5829.     protected function getAdm_Service_ConsultantService()
  5830.     {
  5831.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5832.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ConsultantService.php';
  5833.         $this->services['adm.service.consultant'] = $instance = new \AdmBundle\Service\ConsultantService();
  5834.         $instance->repoConsultant = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  5835.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5836.         return $instance;
  5837.     }
  5838.     /**
  5839.      * Gets the public 'adm.service.contact' shared autowired service.
  5840.      *
  5841.      * @return \AdmBundle\Service\ContactService
  5842.      */
  5843.     protected function getAdm_Service_ContactService()
  5844.     {
  5845.         return $this->services['adm.service.contact'] = new \AdmBundle\Service\ContactService();
  5846.     }
  5847.     /**
  5848.      * Gets the public 'adm.service.country' shared autowired service.
  5849.      *
  5850.      * @return \AdmBundle\Service\CountryService
  5851.      */
  5852.     protected function getAdm_Service_CountryService()
  5853.     {
  5854.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5855.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/CountryService.php';
  5856.         $this->services['adm.service.country'] = $instance = new \AdmBundle\Service\CountryService();
  5857.         $instance->oServiceTrans = ($this->services['adm.service.trans'] ?? $this->getAdm_Service_TransService());
  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.country_and_lang_specific_data' shared autowired service.
  5863.      *
  5864.      * @return \AdmBundle\Service\CountryLangSpecificDataAdminService
  5865.      */
  5866.     protected function getAdm_Service_CountryAndLangSpecificDataService()
  5867.     {
  5868.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5869.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/CountryLangSpecificDataAdminService.php';
  5870.         $this->services['adm.service.country_and_lang_specific_data'] = $instance = new \AdmBundle\Service\CountryLangSpecificDataAdminService();
  5871.         $instance->repoCLSpecificData = ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService());
  5872.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5873.         return $instance;
  5874.     }
  5875.     /**
  5876.      * Gets the public 'adm.service.currency_ng' shared autowired service.
  5877.      *
  5878.      * @return \AdmBundle\Service\CurrencyNgService
  5879.      */
  5880.     protected function getAdm_Service_CurrencyNgService()
  5881.     {
  5882.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5883.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/CurrencyNgService.php';
  5884.         $this->services['adm.service.currency_ng'] = $instance = new \AdmBundle\Service\CurrencyNgService();
  5885.         $instance->oServiceTrans = ($this->services['adm.service.trans'] ?? $this->getAdm_Service_TransService());
  5886.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5887.         return $instance;
  5888.     }
  5889.     /**
  5890.      * Gets the public 'adm.service.exh' shared autowired service.
  5891.      *
  5892.      * @return \AdmBundle\Service\ExhService
  5893.      */
  5894.     protected function getAdm_Service_ExhService()
  5895.     {
  5896.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5897.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExhService.php';
  5898.         $this->services['adm.service.exh'] = $instance = new \AdmBundle\Service\ExhService();
  5899.         $instance->repoExh = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhRepository'] ?? $this->getExhRepositoryService());
  5900.         $instance->repoExhBrand = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhBrandRepository'] ?? $this->getExhBrandRepositoryService());
  5901.         $instance->repoExhCollection = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhCollectionRepository'] ?? $this->getExhCollectionRepositoryService());
  5902.         $instance->repoExhImage = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhImageRepository'] ?? $this->getExhImageRepositoryService());
  5903.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5904.         return $instance;
  5905.     }
  5906.     /**
  5907.      * Gets the public 'adm.service.factory_ng' shared autowired service.
  5908.      *
  5909.      * @return \AdmBundle\Service\FactoryNgService
  5910.      */
  5911.     protected function getAdm_Service_FactoryNgService()
  5912.     {
  5913.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5914.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/FactoryNgService.php';
  5915.         $this->services['adm.service.factory_ng'] = $instance = new \AdmBundle\Service\FactoryNgService();
  5916.         $instance->oServiceTrans = ($this->services['adm.service.trans'] ?? $this->getAdm_Service_TransService());
  5917.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5918.         return $instance;
  5919.     }
  5920.     /**
  5921.      * Gets the public 'adm.service.files' shared autowired service.
  5922.      *
  5923.      * @return \AdmBundle\Service\FilesService
  5924.      */
  5925.     protected function getAdm_Service_FilesService()
  5926.     {
  5927.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5928.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/FilesService.php';
  5929.         $this->services['adm.service.files'] = $instance = new \AdmBundle\Service\FilesService();
  5930.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5931.         return $instance;
  5932.     }
  5933.     /**
  5934.      * Gets the public 'adm.service.filter' shared autowired service.
  5935.      *
  5936.      * @return \AdmBundle\Service\FilterService
  5937.      */
  5938.     protected function getAdm_Service_FilterService()
  5939.     {
  5940.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5941.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/FilterService.php';
  5942.         include_once \dirname(__DIR__4).'/src/WebBundle/Helper/TextHelper.php';
  5943.         $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())));
  5944.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5945.         return $instance;
  5946.     }
  5947.     /**
  5948.      * Gets the public 'adm.service.filter.group' shared autowired service.
  5949.      *
  5950.      * @return \AdmBundle\Service\FilterGroupService
  5951.      */
  5952.     protected function getAdm_Service_Filter_GroupService()
  5953.     {
  5954.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5955.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/FilterGroupService.php';
  5956.         $this->services['adm.service.filter.group'] = $instance = new \AdmBundle\Service\FilterGroupService();
  5957.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5958.         return $instance;
  5959.     }
  5960.     /**
  5961.      * Gets the public 'adm.service.geo.country' shared autowired service.
  5962.      *
  5963.      * @return \AdmBundle\Service\GeoCountryAdminService
  5964.      */
  5965.     protected function getAdm_Service_Geo_CountryService()
  5966.     {
  5967.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5968.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/GeoCountryAdminService.php';
  5969.         $this->services['adm.service.geo.country'] = $instance = new \AdmBundle\Service\GeoCountryAdminService();
  5970.         $instance->repoGeoCountry = ($this->privates['FlexApp\\Repository\\GeoCountryRepository'] ?? $this->getGeoCountryRepositoryService());
  5971.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5972.         return $instance;
  5973.     }
  5974.     /**
  5975.      * Gets the public 'adm.service.history' shared autowired service.
  5976.      *
  5977.      * @return \AdmBundle\Service\HistoryService
  5978.      */
  5979.     protected function getAdm_Service_HistoryService()
  5980.     {
  5981.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5982.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/HistoryService.php';
  5983.         $this->services['adm.service.history'] = $instance = new \AdmBundle\Service\HistoryService();
  5984.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5985.         return $instance;
  5986.     }
  5987.     /**
  5988.      * Gets the public 'adm.service.list.email' shared autowired service.
  5989.      *
  5990.      * @return \AdmBundle\Service\ListEmailService
  5991.      */
  5992.     protected function getAdm_Service_List_EmailService()
  5993.     {
  5994.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5995.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ListEmailService.php';
  5996.         $this->services['adm.service.list.email'] = $instance = new \AdmBundle\Service\ListEmailService();
  5997.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5998.         return $instance;
  5999.     }
  6000.     /**
  6001.      * Gets the public 'adm.service.list_country' shared autowired service.
  6002.      *
  6003.      * @return \AdmBundle\Service\ListCountryService
  6004.      */
  6005.     protected function getAdm_Service_ListCountryService()
  6006.     {
  6007.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6008.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ListCountryService.php';
  6009.         $this->services['adm.service.list_country'] = $instance = new \AdmBundle\Service\ListCountryService();
  6010.         $instance->oServiceTrans = ($this->services['adm.service.trans'] ?? $this->getAdm_Service_TransService());
  6011.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6012.         return $instance;
  6013.     }
  6014.     /**
  6015.      * Gets the public 'adm.service.localization' shared autowired service.
  6016.      *
  6017.      * @return \AdmBundle\Service\LocalizationAdminService
  6018.      */
  6019.     protected function getAdm_Service_LocalizationService()
  6020.     {
  6021.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6022.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/LocalizationAdminService.php';
  6023.         $this->services['adm.service.localization'] = $instance = new \AdmBundle\Service\LocalizationAdminService();
  6024.         $instance->repository = ($this->privates['FlexApp\\Repository\\LocaleRepository'] ?? $this->getLocaleRepositoryService());
  6025.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6026.         return $instance;
  6027.     }
  6028.     /**
  6029.      * Gets the public 'adm.service.measure' shared autowired service.
  6030.      *
  6031.      * @return \AdmBundle\Service\MeasureService
  6032.      */
  6033.     protected function getAdm_Service_MeasureService()
  6034.     {
  6035.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6036.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/MeasureService.php';
  6037.         include_once \dirname(__DIR__4).'/src/AdmBundle/Facade/AdminRuntimeFacade.php';
  6038.         include_once \dirname(__DIR__4).'/src/AdmBundle/Facade/RequestHelperFacade.php';
  6039.         $this->services['adm.service.measure'] = $instance = new \AdmBundle\Service\MeasureService();
  6040.         $instance->admRuntime = ($this->services['adm.runtime.facade'] ?? ($this->services['adm.runtime.facade'] = new \AdmBundle\Facade\AdminRuntimeFacade()));
  6041.         $instance->listMeasureRepository = ($this->services['adm.repository.measure'] ?? $this->getAdm_Repository_MeasureService());
  6042.         $instance->requestHelper = ($this->services['adm.request_helper.facade'] ?? ($this->services['adm.request_helper.facade'] = new \AdmBundle\Facade\RequestHelperFacade()));
  6043.         $instance->translateService = ($this->services['adm.service.trans'] ?? $this->getAdm_Service_TransService());
  6044.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6045.         return $instance;
  6046.     }
  6047.     /**
  6048.      * Gets the public 'adm.service.mobile_user_slider' shared autowired service.
  6049.      *
  6050.      * @return \AdmBundle\Service\MobileUserSliderService
  6051.      */
  6052.     protected function getAdm_Service_MobileUserSliderService()
  6053.     {
  6054.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6055.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/MobileUserSliderService.php';
  6056.         $this->services['adm.service.mobile_user_slider'] = $instance = new \AdmBundle\Service\MobileUserSliderService();
  6057.         $instance->mobileUserSliderRepository = ($this->privates['FlexApp\\Repository\\MobileUserSliderRepository'] ?? $this->getMobileUserSliderRepositoryService());
  6058.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6059.         return $instance;
  6060.     }
  6061.     /**
  6062.      * Gets the public 'adm.service.name_ng' shared autowired service.
  6063.      *
  6064.      * @return \AdmBundle\Service\NameNgService
  6065.      */
  6066.     protected function getAdm_Service_NameNgService()
  6067.     {
  6068.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6069.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/NameNgService.php';
  6070.         $this->services['adm.service.name_ng'] = $instance = new \AdmBundle\Service\NameNgService();
  6071.         $instance->oServiceTrans = ($this->services['adm.service.trans'] ?? $this->getAdm_Service_TransService());
  6072.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6073.         return $instance;
  6074.     }
  6075.     /**
  6076.      * Gets the public 'adm.service.order' shared autowired service.
  6077.      *
  6078.      * @return \AdmBundle\Service\BuyOrderService
  6079.      */
  6080.     protected function getAdm_Service_OrderService()
  6081.     {
  6082.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6083.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/BuyOrderService.php';
  6084.         $this->services['adm.service.order'] = $instance = new \AdmBundle\Service\BuyOrderService();
  6085.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6086.         return $instance;
  6087.     }
  6088.     /**
  6089.      * Gets the public 'adm.service.page.meta' shared autowired service.
  6090.      *
  6091.      * @return \AdmBundle\Service\PageMetaService
  6092.      */
  6093.     protected function getAdm_Service_Page_MetaService()
  6094.     {
  6095.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6096.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/PageMetaService.php';
  6097.         $this->services['adm.service.page.meta'] = $instance = new \AdmBundle\Service\PageMetaService();
  6098.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6099.         return $instance;
  6100.     }
  6101.     /**
  6102.      * Gets the public 'adm.service.participant' shared autowired service.
  6103.      *
  6104.      * @return \AdmBundle\Service\ParticipantService
  6105.      */
  6106.     protected function getAdm_Service_ParticipantService()
  6107.     {
  6108.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6109.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ParticipantService.php';
  6110.         $this->services['adm.service.participant'] = $instance = new \AdmBundle\Service\ParticipantService();
  6111.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6112.         return $instance;
  6113.     }
  6114.     /**
  6115.      * Gets the public 'adm.service.poll' shared autowired service.
  6116.      *
  6117.      * @return \AdmBundle\Service\PollService
  6118.      */
  6119.     protected function getAdm_Service_PollService()
  6120.     {
  6121.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6122.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/PollService.php';
  6123.         $this->services['adm.service.poll'] = $instance = new \AdmBundle\Service\PollService();
  6124.         $instance->pollRepository = ($this->privates['FlexApp\\Repository\\PollRepository'] ?? $this->getPollRepositoryService());
  6125.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6126.         return $instance;
  6127.     }
  6128.     /**
  6129.      * Gets the public 'adm.service.stat.orders' shared autowired service.
  6130.      *
  6131.      * @return \AdmBundle\Service\StatOrdersService
  6132.      */
  6133.     protected function getAdm_Service_Stat_OrdersService()
  6134.     {
  6135.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6136.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/StatOrdersService.php';
  6137.         $this->services['adm.service.stat.orders'] = $instance = new \AdmBundle\Service\StatOrdersService();
  6138.         $instance->repoStatOrdersGrouping = ($this->privates['FlexApp\\Repository\\StatOrdersGroupingRepository'] ?? $this->getStatOrdersGroupingRepositoryService());
  6139.         $instance->repoBuyOrder = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  6140.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6141.         return $instance;
  6142.     }
  6143.     /**
  6144.      * Gets the public 'adm.service.stat.views' shared autowired service.
  6145.      *
  6146.      * @return \AdmBundle\Service\StatViewsService
  6147.      */
  6148.     protected function getAdm_Service_Stat_ViewsService()
  6149.     {
  6150.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6151.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/StatViewsService.php';
  6152.         $this->services['adm.service.stat.views'] = $instance = new \AdmBundle\Service\StatViewsService();
  6153.         $instance->repoStatViews = ($this->privates['FlexApp\\Repository\\StatsRepository'] ?? $this->getStatsRepositoryService());
  6154.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6155.         return $instance;
  6156.     }
  6157.     /**
  6158.      * Gets the public 'adm.service.static.page' shared autowired service.
  6159.      *
  6160.      * @return \AdmBundle\Service\StaticPageService
  6161.      */
  6162.     protected function getAdm_Service_Static_PageService()
  6163.     {
  6164.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6165.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/StaticPageService.php';
  6166.         $this->services['adm.service.static.page'] = $instance = new \AdmBundle\Service\StaticPageService();
  6167.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6168.         return $instance;
  6169.     }
  6170.     /**
  6171.      * Gets the public 'adm.service.tools' shared autowired service.
  6172.      *
  6173.      * @return \AdmBundle\Service\ToolsService
  6174.      */
  6175.     protected function getAdm_Service_ToolsService()
  6176.     {
  6177.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6178.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ToolsService.php';
  6179.         $this->services['adm.service.tools'] = $instance = new \AdmBundle\Service\ToolsService();
  6180.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6181.         return $instance;
  6182.     }
  6183.     /**
  6184.      * Gets the public 'adm.service.trans' shared autowired service.
  6185.      *
  6186.      * @return \AdmBundle\Service\TransService
  6187.      */
  6188.     protected function getAdm_Service_TransService()
  6189.     {
  6190.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6191.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/TransService.php';
  6192.         $this->services['adm.service.trans'] = $instance = new \AdmBundle\Service\TransService();
  6193.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6194.         return $instance;
  6195.     }
  6196.     /**
  6197.      * Gets the public 'adm.service.trans.group' shared autowired service.
  6198.      *
  6199.      * @return \AdmBundle\Service\TransGroupService
  6200.      */
  6201.     protected function getAdm_Service_Trans_GroupService()
  6202.     {
  6203.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6204.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/TransGroupService.php';
  6205.         $this->services['adm.service.trans.group'] = $instance = new \AdmBundle\Service\TransGroupService();
  6206.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6207.         return $instance;
  6208.     }
  6209.     /**
  6210.      * Gets the public 'adm.service.trans_ex' shared autowired service.
  6211.      *
  6212.      * @return \AdmBundle\Service\TransExService
  6213.      */
  6214.     protected function getAdm_Service_TransExService()
  6215.     {
  6216.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6217.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/TransExService.php';
  6218.         $this->services['adm.service.trans_ex'] = $instance = new \AdmBundle\Service\TransExService();
  6219.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6220.         return $instance;
  6221.     }
  6222.     /**
  6223.      * Gets the public 'adm.service.users' shared autowired service.
  6224.      *
  6225.      * @return \AdmBundle\Service\UsersService
  6226.      */
  6227.     protected function getAdm_Service_UsersService()
  6228.     {
  6229.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6230.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/UsersService.php';
  6231.         $this->services['adm.service.users'] = $instance = new \AdmBundle\Service\UsersService();
  6232.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  6233.         $instance->userForeignAliasRepository = ($this->services['WebBundle\\Repository\\UserForeignAliasRepository'] ?? $this->getUserForeignAliasRepositoryService());
  6234.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6235.         return $instance;
  6236.     }
  6237.     /**
  6238.      * Gets the public 'adm.service.vacancy' shared autowired service.
  6239.      *
  6240.      * @return \AdmBundle\Service\VacancyService
  6241.      */
  6242.     protected function getAdm_Service_VacancyService()
  6243.     {
  6244.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6245.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/VacancyService.php';
  6246.         $this->services['adm.service.vacancy'] = $instance = new \AdmBundle\Service\VacancyService();
  6247.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6248.         return $instance;
  6249.     }
  6250.     /**
  6251.      * Gets the public 'adm.service.widget' shared autowired service.
  6252.      *
  6253.      * @return \AdmBundle\Service\WidgetService
  6254.      */
  6255.     protected function getAdm_Service_WidgetService()
  6256.     {
  6257.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6258.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/WidgetService.php';
  6259.         $this->services['adm.service.widget'] = $instance = new \AdmBundle\Service\WidgetService();
  6260.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6261.         return $instance;
  6262.     }
  6263.     /**
  6264.      * Gets the public 'app.amazon.personalize' shared autowired service.
  6265.      *
  6266.      * @return \FlexApp\Service\AWS\Personalize
  6267.      */
  6268.     protected function getApp_Amazon_PersonalizeService()
  6269.     {
  6270.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AWS/AbstractBase.php';
  6271.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AWS/Personalize.php';
  6272.         return $this->services['app.amazon.personalize'] = new \FlexApp\Service\AWS\Personalize('Symfony:Component:HttpFoundation:ParameterBag');
  6273.     }
  6274.     /**
  6275.      * Gets the public 'app.amazon_personalize_service' shared autowired service.
  6276.      *
  6277.      * @return \FlexApp\Service\AmazonPersonalizeService
  6278.      */
  6279.     protected function getApp_AmazonPersonalizeServiceService()
  6280.     {
  6281.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AmazonPersonalizeService.php';
  6282.         return $this->services['app.amazon_personalize_service'] = new \FlexApp\Service\AmazonPersonalizeService('WebBundle:Repository:CollectionRepository''WebBundle:Service:CollectionSettingsService''WebBundle:Repository:UserRepository''FlexApp\\Service\\AWS\\Personalize');
  6283.     }
  6284.     /**
  6285.      * Gets the public 'app.encoder.json' shared autowired service.
  6286.      *
  6287.      * @return \Symfony\Component\Serializer\Encoder\JsonEncoder
  6288.      */
  6289.     protected function getApp_Encoder_JsonService()
  6290.     {
  6291.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  6292.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  6293.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  6294.         return $this->services['app.encoder.json'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder();
  6295.     }
  6296.     /**
  6297.      * Gets the public 'app.encoder.xml' shared autowired service.
  6298.      *
  6299.      * @return \Symfony\Component\Serializer\Encoder\XmlEncoder
  6300.      */
  6301.     protected function getApp_Encoder_XmlService()
  6302.     {
  6303.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  6304.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  6305.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  6306.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  6307.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6308.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  6309.         return $this->services['app.encoder.xml'] = new \Symfony\Component\Serializer\Encoder\XmlEncoder();
  6310.     }
  6311.     /**
  6312.      * Gets the public 'app.helper.bbcode' shared autowired service.
  6313.      *
  6314.      * @return \WebBundle\Helper\BBCodeHelper
  6315.      */
  6316.     protected function getApp_Helper_BbcodeService()
  6317.     {
  6318.         include_once \dirname(__DIR__4).'/src/WebBundle/Helper/BBCodeHelper.php';
  6319.         return $this->services['app.helper.bbcode'] = new \WebBundle\Helper\BBCodeHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6320.     }
  6321.     /**
  6322.      * Gets the public 'app.helper.url' shared autowired service.
  6323.      *
  6324.      * @return \WebBundle\Helper\UrlHelper
  6325.      */
  6326.     protected function getApp_Helper_UrlService()
  6327.     {
  6328.         include_once \dirname(__DIR__4).'/src/WebBundle/Helper/UrlHelper.php';
  6329.         return $this->services['app.helper.url'] = new \WebBundle\Helper\UrlHelper();
  6330.     }
  6331.     /**
  6332.      * Gets the public 'app.helper.validator' shared service.
  6333.      *
  6334.      * @return \WebBundle\Helper\ValidatorHelper
  6335.      */
  6336.     protected function getApp_Helper_ValidatorService()
  6337.     {
  6338.         include_once \dirname(__DIR__4).'/src/WebBundle/Helper/ValidatorHelper.php';
  6339.         return $this->services['app.helper.validator'] = new \WebBundle\Helper\ValidatorHelper(($this->services['translator'] ?? $this->getTranslatorService()));
  6340.     }
  6341.     /**
  6342.      * Gets the public 'app.normalizer.collection' shared autowired service.
  6343.      *
  6344.      * @return \WebBundle\Serializer\Normalizer\CollectionNormalizer
  6345.      */
  6346.     protected function getApp_Normalizer_CollectionService()
  6347.     {
  6348.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6349.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/CollectionNormalizer.php';
  6350.         return $this->services['app.normalizer.collection'] = new \WebBundle\Serializer\Normalizer\CollectionNormalizer();
  6351.     }
  6352.     /**
  6353.      * Gets the public 'app.normalizer.date_time' shared autowired service.
  6354.      *
  6355.      * @return \WebBundle\Serializer\Normalizer\DateTimeNormalizer
  6356.      */
  6357.     protected function getApp_Normalizer_DateTimeService()
  6358.     {
  6359.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6360.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  6361.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/DateTimeNormalizer.php';
  6362.         return $this->services['app.normalizer.date_time'] = new \WebBundle\Serializer\Normalizer\DateTimeNormalizer();
  6363.     }
  6364.     /**
  6365.      * Gets the public 'app.normalizer.factory' shared autowired service.
  6366.      *
  6367.      * @return \WebBundle\Serializer\Normalizer\FactoryNormalizer
  6368.      */
  6369.     protected function getApp_Normalizer_FactoryService()
  6370.     {
  6371.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6372.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/FactoryNormalizer.php';
  6373.         return $this->services['app.normalizer.factory'] = new \WebBundle\Serializer\Normalizer\FactoryNormalizer();
  6374.     }
  6375.     /**
  6376.      * Gets the public 'app.normalizer.order' shared autowired service.
  6377.      *
  6378.      * @return \WebBundle\Serializer\Normalizer\OrderNormalizer
  6379.      */
  6380.     protected function getApp_Normalizer_OrderService()
  6381.     {
  6382.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6383.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6384.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderNormalizer.php';
  6385.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderItemNormalizer.php';
  6386.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderHistoryNormalizer.php';
  6387.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderPaymentNormalizer.php';
  6388.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/WarehouseNormalizer.php';
  6389.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  6390.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/DateTimeNormalizer.php';
  6391.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/CollectionNormalizer.php';
  6392.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/FactoryNormalizer.php';
  6393.         $a = ($this->services['app.service.order_payment'] ?? $this->getApp_Service_OrderPaymentService());
  6394.         if (isset($this->services['app.normalizer.order'])) {
  6395.             return $this->services['app.normalizer.order'];
  6396.         }
  6397.         $b = ($this->services['app.normalizer.order_item'] ?? ($this->services['app.normalizer.order_item'] = new \WebBundle\Serializer\Normalizer\OrderItemNormalizer()));
  6398.         $c = ($this->services['app.normalizer.order_address'] ?? $this->getApp_Normalizer_OrderAddressService());
  6399.         $d = ($this->services['app.normalizer.order_history'] ?? ($this->services['app.normalizer.order_history'] = new \WebBundle\Serializer\Normalizer\OrderHistoryNormalizer()));
  6400.         $e = ($this->services['app.normalizer.order_payment'] ?? ($this->services['app.normalizer.order_payment'] = new \WebBundle\Serializer\Normalizer\OrderPaymentNormalizer()));
  6401.         $f = ($this->services['app.normalizer.warehouse'] ?? ($this->services['app.normalizer.warehouse'] = new \WebBundle\Serializer\Normalizer\WarehouseNormalizer()));
  6402.         $g = ($this->services['app.normalizer.date_time'] ?? ($this->services['app.normalizer.date_time'] = new \WebBundle\Serializer\Normalizer\DateTimeNormalizer()));
  6403.         $h = ($this->services['app.service.location'] ?? ($this->services['app.service.location'] = new \WebBundle\Service\LocationService(\dirname(__DIR__4))));
  6404.         $this->services['app.normalizer.order'] = $instance = new \WebBundle\Serializer\Normalizer\OrderNormalizer($b$c$d$e$f$g, ($this->services['app.normalizer.collection'] ?? ($this->services['app.normalizer.collection'] = new \WebBundle\Serializer\Normalizer\CollectionNormalizer())), ($this->services['app.normalizer.factory'] ?? ($this->services['app.normalizer.factory'] = new \WebBundle\Serializer\Normalizer\FactoryNormalizer())), $h$a);
  6405.         $instance->locationService $h;
  6406.         $instance->orderPaymentService $a;
  6407.         $instance->dateTimeNormalizer $g;
  6408.         $instance->warehouseNormalizer $f;
  6409.         $instance->orderAddressNormalizer $c;
  6410.         $instance->orderItemNormalizer $b;
  6411.         $instance->orderHistoryNormalizer $d;
  6412.         $instance->orderPaymentNormalizer $e;
  6413.         return $instance;
  6414.     }
  6415.     /**
  6416.      * Gets the public 'app.normalizer.order_address' shared autowired service.
  6417.      *
  6418.      * @return \WebBundle\Serializer\Normalizer\OrderAddressNormalizer
  6419.      */
  6420.     protected function getApp_Normalizer_OrderAddressService()
  6421.     {
  6422.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6423.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6424.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderAddressNormalizer.php';
  6425.         $this->services['app.normalizer.order_address'] = $instance = new \WebBundle\Serializer\Normalizer\OrderAddressNormalizer();
  6426.         $instance->locationService = ($this->services['app.service.location'] ?? ($this->services['app.service.location'] = new \WebBundle\Service\LocationService(\dirname(__DIR__4))));
  6427.         return $instance;
  6428.     }
  6429.     /**
  6430.      * Gets the public 'app.normalizer.order_history' shared autowired service.
  6431.      *
  6432.      * @return \WebBundle\Serializer\Normalizer\OrderHistoryNormalizer
  6433.      */
  6434.     protected function getApp_Normalizer_OrderHistoryService()
  6435.     {
  6436.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6437.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6438.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderHistoryNormalizer.php';
  6439.         return $this->services['app.normalizer.order_history'] = new \WebBundle\Serializer\Normalizer\OrderHistoryNormalizer();
  6440.     }
  6441.     /**
  6442.      * Gets the public 'app.normalizer.order_item' shared autowired service.
  6443.      *
  6444.      * @return \WebBundle\Serializer\Normalizer\OrderItemNormalizer
  6445.      */
  6446.     protected function getApp_Normalizer_OrderItemService()
  6447.     {
  6448.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6449.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6450.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderItemNormalizer.php';
  6451.         return $this->services['app.normalizer.order_item'] = new \WebBundle\Serializer\Normalizer\OrderItemNormalizer();
  6452.     }
  6453.     /**
  6454.      * Gets the public 'app.normalizer.order_item_discount' shared autowired service.
  6455.      *
  6456.      * @return \WebBundle\Serializer\Normalizer\OrderItemDiscountNormalizer
  6457.      */
  6458.     protected function getApp_Normalizer_OrderItemDiscountService()
  6459.     {
  6460.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6461.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6462.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderItemDiscountNormalizer.php';
  6463.         return $this->services['app.normalizer.order_item_discount'] = new \WebBundle\Serializer\Normalizer\OrderItemDiscountNormalizer();
  6464.     }
  6465.     /**
  6466.      * Gets the public 'app.normalizer.order_list' shared autowired service.
  6467.      *
  6468.      * @return \WebBundle\Serializer\Normalizer\OrderListNormalizer
  6469.      */
  6470.     protected function getApp_Normalizer_OrderListService()
  6471.     {
  6472.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6473.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6474.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderListNormalizer.php';
  6475.         return $this->services['app.normalizer.order_list'] = new \WebBundle\Serializer\Normalizer\OrderListNormalizer();
  6476.     }
  6477.     /**
  6478.      * Gets the public 'app.normalizer.order_payment' shared autowired service.
  6479.      *
  6480.      * @return \WebBundle\Serializer\Normalizer\OrderPaymentNormalizer
  6481.      */
  6482.     protected function getApp_Normalizer_OrderPaymentService()
  6483.     {
  6484.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6485.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6486.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderPaymentNormalizer.php';
  6487.         return $this->services['app.normalizer.order_payment'] = new \WebBundle\Serializer\Normalizer\OrderPaymentNormalizer();
  6488.     }
  6489.     /**
  6490.      * Gets the public 'app.normalizer.warehouse' shared autowired service.
  6491.      *
  6492.      * @return \WebBundle\Serializer\Normalizer\WarehouseNormalizer
  6493.      */
  6494.     protected function getApp_Normalizer_WarehouseService()
  6495.     {
  6496.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6497.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6498.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/WarehouseNormalizer.php';
  6499.         return $this->services['app.normalizer.warehouse'] = new \WebBundle\Serializer\Normalizer\WarehouseNormalizer();
  6500.     }
  6501.     /**
  6502.      * Gets the public 'app.orm.quote.strategy' shared autowired service.
  6503.      *
  6504.      * @return \FlexApp\Extensions\Doctrine\Mapping\AppQuoteStrategy
  6505.      */
  6506.     protected function getApp_Orm_Quote_StrategyService()
  6507.     {
  6508.         return $this->services['app.orm.quote.strategy'] = new \FlexApp\Extensions\Doctrine\Mapping\AppQuoteStrategy();
  6509.     }
  6510.     /**
  6511.      * Gets the public 'app.recaptcha' shared autowired service.
  6512.      *
  6513.      * @return \WebBundle\Service\RecaptchaService
  6514.      */
  6515.     protected function getApp_RecaptchaService()
  6516.     {
  6517.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/RecaptchaService.php';
  6518.         return $this->services['app.recaptcha'] = new \WebBundle\Service\RecaptchaService($this);
  6519.     }
  6520.     /**
  6521.      * Gets the public 'app.registration' shared autowired service.
  6522.      *
  6523.      * @return \WebBundle\Service\RegistrationService
  6524.      */
  6525.     protected function getApp_RegistrationService()
  6526.     {
  6527.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/RegistrationService.php';
  6528.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  6529.         $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()));
  6530.         $instance->userPortalService = ($this->privates['FlexApp\\Service\\UserPortalService'] ?? $this->getUserPortalServiceService());
  6531.         $instance->locationService = ($this->services['app.service.location'] ?? ($this->services['app.service.location'] = new \WebBundle\Service\LocationService(\dirname(__DIR__4))));
  6532.         $instance->mailer = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  6533.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  6534.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  6535.         return $instance;
  6536.     }
  6537.     /**
  6538.      * Gets the public 'app.repo.currency_rate' shared autowired service.
  6539.      *
  6540.      * @return \WebBundle\Repository\CurrencyRateRepository
  6541.      */
  6542.     protected function getApp_Repo_CurrencyRateService()
  6543.     {
  6544.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/CurrencyRateRepository.php';
  6545.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6546.         if (isset($this->services['app.repo.currency_rate'])) {
  6547.             return $this->services['app.repo.currency_rate'];
  6548.         }
  6549.         return $this->services['app.repo.currency_rate'] = $a->getRepository('WebBundle:CurrencyRate');
  6550.     }
  6551.     /**
  6552.      * Gets the public 'app.repo.sample' shared autowired service.
  6553.      *
  6554.      * @return \WebBundle\Repository\SampleRepository
  6555.      */
  6556.     protected function getApp_Repo_SampleService()
  6557.     {
  6558.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/SampleRepository.php';
  6559.         return $this->services['app.repo.sample'] = new \WebBundle\Repository\SampleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\SampleEntity');
  6560.     }
  6561.     /**
  6562.      * Gets the public 'app.request' shared service.
  6563.      *
  6564.      * @return \WebBundle\Listener\RequestListener
  6565.      */
  6566.     protected function getApp_RequestService()
  6567.     {
  6568.         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)))));
  6569.     }
  6570.     /**
  6571.      * Gets the public 'app.response' shared service.
  6572.      *
  6573.      * @return \FlexApp\EventListener\ResponseListener
  6574.      */
  6575.     protected function getApp_ResponseService()
  6576.     {
  6577.         return $this->services['app.response'] = new \FlexApp\EventListener\ResponseListener($this, ($this->services['FlexApp\\Service\\BBCodeManager'] ?? $this->getBBCodeManagerService()));
  6578.     }
  6579.     /**
  6580.      * Gets the public 'app.security.interactive_login_listener' shared autowired service.
  6581.      *
  6582.      * @return \WebBundle\Listener\AuthenticationListener
  6583.      */
  6584.     protected function getApp_Security_InteractiveLoginListenerService()
  6585.     {
  6586.         include_once \dirname(__DIR__4).'/src/WebBundle/Listener/AuthenticationListener.php';
  6587.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6588.         if (isset($this->services['app.security.interactive_login_listener'])) {
  6589.             return $this->services['app.security.interactive_login_listener'];
  6590.         }
  6591.         $b = ($this->privates['FlexApp\\Service\\ChatByTokenResolver'] ?? $this->getChatByTokenResolverService());
  6592.         if (isset($this->services['app.security.interactive_login_listener'])) {
  6593.             return $this->services['app.security.interactive_login_listener'];
  6594.         }
  6595.         $c = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  6596.         if (isset($this->services['app.security.interactive_login_listener'])) {
  6597.             return $this->services['app.security.interactive_login_listener'];
  6598.         }
  6599.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6600.         if (isset($this->services['app.security.interactive_login_listener'])) {
  6601.             return $this->services['app.security.interactive_login_listener'];
  6602.         }
  6603.         $e = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  6604.         if (isset($this->services['app.security.interactive_login_listener'])) {
  6605.             return $this->services['app.security.interactive_login_listener'];
  6606.         }
  6607.         $this->services['app.security.interactive_login_listener'] = $instance = new \WebBundle\Listener\AuthenticationListener($a$b$c, ($this->services['logger'] ?? $this->getLoggerService()), $d$e);
  6608.         $instance->session = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  6609.         $instance->userPortalService = ($this->privates['FlexApp\\Service\\UserPortalService'] ?? $this->getUserPortalServiceService());
  6610.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  6611.         $instance->ideaRepository = ($this->services['WebBundle\\Repository\\IdeaRepository'] ?? $this->getIdeaRepositoryService());
  6612.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  6613.         return $instance;
  6614.     }
  6615.     /**
  6616.      * Gets the public 'app.serializer.default' shared autowired service.
  6617.      *
  6618.      * @return \Symfony\Component\Serializer\Serializer
  6619.      */
  6620.     protected function getApp_Serializer_DefaultService()
  6621.     {
  6622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  6623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  6625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  6626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  6627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  6628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  6629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  6630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  6631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  6632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6633.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderListNormalizer.php';
  6634.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderItemNormalizer.php';
  6635.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderItemDiscountNormalizer.php';
  6636.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderHistoryNormalizer.php';
  6637.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/DateTimeNormalizer.php';
  6638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  6639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  6640.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  6641.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  6642.         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()))]);
  6643.     }
  6644.     /**
  6645.      * Gets the public 'app.service.cache' shared autowired service.
  6646.      *
  6647.      * @return \FlexApp\Service\CacheService
  6648.      */
  6649.     protected function getApp_Service_CacheService()
  6650.     {
  6651.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  6652.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CacheService.php';
  6653.         return $this->services['app.service.cache'] = new \FlexApp\Service\CacheService();
  6654.     }
  6655.     /**
  6656.      * Gets the public 'app.service.collection' shared autowired service.
  6657.      *
  6658.      * @return \WebBundle\Service\CollectionService
  6659.      */
  6660.     protected function getApp_Service_CollectionService()
  6661.     {
  6662.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  6663.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/CollectionService.php';
  6664.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/FiltersService.php';
  6665.         $this->services['app.service.collection'] = $instance = new \WebBundle\Service\CollectionService(($this->services['logger'] ?? $this->getLoggerService()));
  6666.         $instance->lastUrlService = ($this->privates['FlexApp\\Service\\LastUrlService'] ?? $this->getLastUrlServiceService());
  6667.         $instance->filtersService = ($this->services['app.service.filters'] ?? ($this->services['app.service.filters'] = new \WebBundle\Service\FiltersService($this)));
  6668.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  6669.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  6670.         $instance->filterRepository = ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService());
  6671.         $instance->commentRepository = ($this->services['FlexApp\\Repository\\CommentRepository'] ?? $this->getCommentRepositoryService());
  6672.         $instance->messageFiller = ($this->services['WebBundle\\Filler\\MessageFiller'] ?? $this->getMessageFillerService());
  6673.         return $instance;
  6674.     }
  6675.     /**
  6676.      * Gets the public 'app.service.filters' shared autowired service.
  6677.      *
  6678.      * @return \WebBundle\Service\FiltersService
  6679.      */
  6680.     protected function getApp_Service_FiltersService()
  6681.     {
  6682.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  6683.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/FiltersService.php';
  6684.         return $this->services['app.service.filters'] = new \WebBundle\Service\FiltersService($this);
  6685.     }
  6686.     /**
  6687.      * Gets the public 'app.service.follow_theme_service' shared autowired service.
  6688.      *
  6689.      * @return \WebBundle\Service\FollowThemeService
  6690.      */
  6691.     protected function getApp_Service_FollowThemeServiceService()
  6692.     {
  6693.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  6694.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/FollowThemeService.php';
  6695.         return $this->services['app.service.follow_theme_service'] = new \WebBundle\Service\FollowThemeService(($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()));
  6696.     }
  6697.     /**
  6698.      * Gets the public 'app.service.last_url' shared autowired service.
  6699.      *
  6700.      * @return \FlexApp\Service\LastUrlService
  6701.      */
  6702.     protected function getApp_Service_LastUrlService()
  6703.     {
  6704.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  6705.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/LastUrlService.php';
  6706.         return $this->services['app.service.last_url'] = new \FlexApp\Service\LastUrlService(($this->services['WebBundle\\Repository\\LastUrlRepository'] ?? $this->getLastUrlRepositoryService()));
  6707.     }
  6708.     /**
  6709.      * Gets the public 'app.service.leftmenu' shared autowired service.
  6710.      *
  6711.      * @return \WebBundle\Service\LeftMenuService
  6712.      */
  6713.     protected function getApp_Service_LeftmenuService()
  6714.     {
  6715.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/LeftMenuService.php';
  6716.         $this->services['app.service.leftmenu'] = $instance = new \WebBundle\Service\LeftMenuService();
  6717.         $instance->sphinxSearcherService = ($this->services['sphinx_searcher'] ?? $this->getSphinxSearcherService());
  6718.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  6719.         $instance->factoryRepository = ($this->services['WebBundle\\Repository\\FactoryRepository'] ?? $this->getFactoryRepositoryService());
  6720.         $instance->filterRepository = ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService());
  6721.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  6722.         $instance->translator = ($this->services['translator'] ?? $this->getTranslatorService());
  6723.         return $instance;
  6724.     }
  6725.     /**
  6726.      * Gets the public 'app.service.list_email' shared autowired service.
  6727.      *
  6728.      * @return \WebBundle\Service\ListEmailService
  6729.      */
  6730.     protected function getApp_Service_ListEmailService()
  6731.     {
  6732.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ListEmailService.php';
  6733.         include_once \dirname(__DIR__4).'/src/WebBundle/Filler/ListEmailFiller.php';
  6734.         $a = ($this->services['app.service.mail_view'] ?? $this->getApp_Service_MailViewService());
  6735.         if (isset($this->services['app.service.list_email'])) {
  6736.             return $this->services['app.service.list_email'];
  6737.         }
  6738.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6739.         if (isset($this->services['app.service.list_email'])) {
  6740.             return $this->services['app.service.list_email'];
  6741.         }
  6742.         $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()));
  6743.         $instance->listEmailFiller = ($this->services['WebBundle\\Filler\\ListEmailFiller'] ?? ($this->services['WebBundle\\Filler\\ListEmailFiller'] = new \WebBundle\Filler\ListEmailFiller()));
  6744.         $instance->listEmailRepository = ($this->services['WebBundle\\Repository\\ListEmailRepository'] ?? $this->getListEmailRepositoryService());
  6745.         $instance->mailerHelper = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  6746.         return $instance;
  6747.     }
  6748.     /**
  6749.      * Gets the public 'app.service.localization' shared autowired service.
  6750.      *
  6751.      * @return \WebBundle\Service\LocalizationService
  6752.      */
  6753.     protected function getApp_Service_LocalizationService()
  6754.     {
  6755.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/LocalizationService.php';
  6756.         $this->services['app.service.localization'] = $instance = new \WebBundle\Service\LocalizationService();
  6757.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  6758.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  6759.         $instance->orderAddressRepository = ($this->services['WebBundle\\Repository\\OrderAddressRepository'] ?? $this->getOrderAddressRepositoryService());
  6760.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  6761.         return $instance;
  6762.     }
  6763.     /**
  6764.      * Gets the public 'app.service.location' shared autowired service.
  6765.      *
  6766.      * @return \WebBundle\Service\LocationService
  6767.      */
  6768.     protected function getApp_Service_LocationService()
  6769.     {
  6770.         return $this->services['app.service.location'] = new \WebBundle\Service\LocationService(\dirname(__DIR__4));
  6771.     }
  6772.     /**
  6773.      * Gets the public 'app.service.mail_view' shared autowired service.
  6774.      *
  6775.      * @return \WebBundle\Service\MailViewService
  6776.      */
  6777.     protected function getApp_Service_MailViewService()
  6778.     {
  6779.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/MailViewService.php';
  6780.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6781.         if (isset($this->services['app.service.mail_view'])) {
  6782.             return $this->services['app.service.mail_view'];
  6783.         }
  6784.         return $this->services['app.service.mail_view'] = new \WebBundle\Service\MailViewService($this$a);
  6785.     }
  6786.     /**
  6787.      * Gets the public 'app.service.order' shared autowired service.
  6788.      *
  6789.      * @return \WebBundle\Service\OrderService
  6790.      */
  6791.     protected function getApp_Service_OrderService()
  6792.     {
  6793.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  6794.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderService.php';
  6795.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Order/OrderUserService.php';
  6796.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6797.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6798.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderListNormalizer.php';
  6799.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6800.         if (isset($this->services['app.service.order'])) {
  6801.             return $this->services['app.service.order'];
  6802.         }
  6803.         $b = ($this->services['app.service.order_address'] ?? $this->getApp_Service_OrderAddressService());
  6804.         if (isset($this->services['app.service.order'])) {
  6805.             return $this->services['app.service.order'];
  6806.         }
  6807.         $c = ($this->services['app.service.order_history'] ?? $this->getApp_Service_OrderHistoryService());
  6808.         if (isset($this->services['app.service.order'])) {
  6809.             return $this->services['app.service.order'];
  6810.         }
  6811.         $d = ($this->services['app.service.order_payment'] ?? $this->getApp_Service_OrderPaymentService());
  6812.         if (isset($this->services['app.service.order'])) {
  6813.             return $this->services['app.service.order'];
  6814.         }
  6815.         $e = ($this->services['app.service.order_item'] ?? $this->getApp_Service_OrderItemService());
  6816.         if (isset($this->services['app.service.order'])) {
  6817.             return $this->services['app.service.order'];
  6818.         }
  6819.         $f = ($this->services['app.service.order_one_c'] ?? $this->getApp_Service_OrderOneCService());
  6820.         if (isset($this->services['app.service.order'])) {
  6821.             return $this->services['app.service.order'];
  6822.         }
  6823.         $g = ($this->services['app.service.sample'] ?? $this->getApp_Service_SampleService());
  6824.         if (isset($this->services['app.service.order'])) {
  6825.             return $this->services['app.service.order'];
  6826.         }
  6827.         $h = ($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'] ?? $this->getAjaxRegistrationByEmailServiceService());
  6828.         if (isset($this->services['app.service.order'])) {
  6829.             return $this->services['app.service.order'];
  6830.         }
  6831.         $i = ($this->privates['security.user_authenticator'] ?? $this->getSecurity_UserAuthenticatorService());
  6832.         if (isset($this->services['app.service.order'])) {
  6833.             return $this->services['app.service.order'];
  6834.         }
  6835.         $j = ($this->privates['FlexApp\\Service\\UserPortalService'] ?? $this->getUserPortalServiceService());
  6836.         if (isset($this->services['app.service.order'])) {
  6837.             return $this->services['app.service.order'];
  6838.         }
  6839.         $k = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  6840.         if (isset($this->services['app.service.order'])) {
  6841.             return $this->services['app.service.order'];
  6842.         }
  6843.         $l = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6844.         if (isset($this->services['app.service.order'])) {
  6845.             return $this->services['app.service.order'];
  6846.         }
  6847.         $m = ($this->services['logger'] ?? $this->getLoggerService());
  6848.         $n = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  6849.         $this->services['app.service.order'] = $instance = new \WebBundle\Service\OrderService($a$b$c$d$e$f$g, new \FlexApp\Service\Order\OrderUserService($h$m, ($this->privates['FlexApp\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), $i$j$n$k), $l, ($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()), $n, ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService()), $m$k);
  6850.         $instance->orderFiller = ($this->services['WebBundle\\Filler\\OrderFiller'] ?? $this->getOrderFillerService());
  6851.         $instance->orderItemsFiller = ($this->services['WebBundle\\Filler\\OrderItemsFiller'] ?? $this->getOrderItemsFillerService());
  6852.         $instance->currencyRateRepository = ($this->services['app.repo.currency_rate'] ?? $this->getApp_Repo_CurrencyRateService());
  6853.         $instance->listVatRepository = ($this->services['WebBundle\\Repository\\ListVatRepository'] ?? $this->getListVatRepositoryService());
  6854.         $instance->warehouseService = ($this->services['WebBundle\\Service\\WarehouseService'] ?? $this->getWarehouseServiceService());
  6855.         $instance->buyOrderManagerService = ($this->services['WebBundle\\Service\\BuyOrderManagerService'] ?? $this->getBuyOrderManagerServiceService());
  6856.         $instance->buyOrderDeliveryService = ($this->services['WebBundle\\Service\\BuyOrderDeliveryService'] ?? $this->getBuyOrderDeliveryServiceService());
  6857.         $instance->portalService = ($this->services['WebBundle\\Service\\PortalService'] ?? $this->getPortalServiceService());
  6858.         $instance->translationService = ($this->services['WebBundle\\Service\\TranslationService'] ?? $this->getTranslationServiceService());
  6859.         $instance->userService = ($this->services['app.service.user'] ?? $this->getApp_Service_UserService());
  6860.         $instance->italianTaxCodeService = ($this->services['WebBundle\\Service\\ItalianTaxCodeService'] ?? $this->getItalianTaxCodeServiceService());
  6861.         $instance->security = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6862.         return $instance;
  6863.     }
  6864.     /**
  6865.      * Gets the public 'app.service.order_address' shared autowired service.
  6866.      *
  6867.      * @return \WebBundle\Service\OrderAddressService
  6868.      */
  6869.     protected function getApp_Service_OrderAddressService()
  6870.     {
  6871.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderAddressService.php';
  6872.         $a = ($this->services['app.service.user'] ?? $this->getApp_Service_UserService());
  6873.         if (isset($this->services['app.service.order_address'])) {
  6874.             return $this->services['app.service.order_address'];
  6875.         }
  6876.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6877.         if (isset($this->services['app.service.order_address'])) {
  6878.             return $this->services['app.service.order_address'];
  6879.         }
  6880.         return $this->services['app.service.order_address'] = new \WebBundle\Service\OrderAddressService($a$b, ($this->services['WebBundle\\Repository\\OrderAddressRepository'] ?? $this->getOrderAddressRepositoryService()));
  6881.     }
  6882.     /**
  6883.      * Gets the public 'app.service.order_history' shared autowired service.
  6884.      *
  6885.      * @return \WebBundle\Service\OrderHistoryService
  6886.      */
  6887.     protected function getApp_Service_OrderHistoryService()
  6888.     {
  6889.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderHistoryService.php';
  6890.         $a = ($this->services['app.service.list_email'] ?? $this->getApp_Service_ListEmailService());
  6891.         if (isset($this->services['app.service.order_history'])) {
  6892.             return $this->services['app.service.order_history'];
  6893.         }
  6894.         $b = ($this->services['WebBundle\\Repository\\ListEmailRepository'] ?? $this->getListEmailRepositoryService());
  6895.         if (isset($this->services['app.service.order_history'])) {
  6896.             return $this->services['app.service.order_history'];
  6897.         }
  6898.         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()));
  6899.     }
  6900.     /**
  6901.      * Gets the public 'app.service.order_item' shared autowired service.
  6902.      *
  6903.      * @return \WebBundle\Service\OrderItemService
  6904.      */
  6905.     protected function getApp_Service_OrderItemService()
  6906.     {
  6907.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  6908.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderItemService.php';
  6909.         $a = ($this->services['app.service.sample'] ?? $this->getApp_Service_SampleService());
  6910.         if (isset($this->services['app.service.order_item'])) {
  6911.             return $this->services['app.service.order_item'];
  6912.         }
  6913.         $b = ($this->services['app.service.order_history'] ?? $this->getApp_Service_OrderHistoryService());
  6914.         if (isset($this->services['app.service.order_item'])) {
  6915.             return $this->services['app.service.order_item'];
  6916.         }
  6917.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6918.         if (isset($this->services['app.service.order_item'])) {
  6919.             return $this->services['app.service.order_item'];
  6920.         }
  6921.         return $this->services['app.service.order_item'] = new \WebBundle\Service\OrderItemService($a$b$c);
  6922.     }
  6923.     /**
  6924.      * Gets the public 'app.service.order_one_c' shared autowired service.
  6925.      *
  6926.      * @return \WebBundle\Service\OrderOneCService
  6927.      */
  6928.     protected function getApp_Service_OrderOneCService()
  6929.     {
  6930.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderOneCService.php';
  6931.         include_once \dirname(__DIR__4).'/src/WebBundle/Filler/OrderOneCFiller.php';
  6932.         $a = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  6933.         if (isset($this->services['app.service.order_one_c'])) {
  6934.             return $this->services['app.service.order_one_c'];
  6935.         }
  6936.         $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);
  6937.         $instance->redisCachePool = ($this->services['FlexApp\\Service\\RedisCachePool'] ?? $this->getRedisCachePoolService());
  6938.         $instance->orderPaymentService = ($this->services['app.service.order_payment'] ?? $this->getApp_Service_OrderPaymentService());
  6939.         $instance->orderOneCFiller = ($this->services['WebBundle\\Filler\\OrderOneCFiller'] ?? ($this->services['WebBundle\\Filler\\OrderOneCFiller'] = new \WebBundle\Filler\OrderOneCFiller()));
  6940.         return $instance;
  6941.     }
  6942.     /**
  6943.      * Gets the public 'app.service.order_payment' shared autowired service.
  6944.      *
  6945.      * @return \WebBundle\Service\OrderPaymentService
  6946.      */
  6947.     protected function getApp_Service_OrderPaymentService()
  6948.     {
  6949.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  6950.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderPaymentService.php';
  6951.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6952.         if (isset($this->services['app.service.order_payment'])) {
  6953.             return $this->services['app.service.order_payment'];
  6954.         }
  6955.         $this->services['app.service.order_payment'] = $instance = new \WebBundle\Service\OrderPaymentService($a, ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['WebBundle\\Repository\\OrderPaymentRepository'] ?? $this->getOrderPaymentRepositoryService()), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  6956.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  6957.         $instance->orderOneCService = ($this->services['app.service.order_one_c'] ?? $this->getApp_Service_OrderOneCService());
  6958.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  6959.         return $instance;
  6960.     }
  6961.     /**
  6962.      * Gets the public 'app.service.payment' shared autowired service.
  6963.      *
  6964.      * @return \WebBundle\Service\PaymentFromOneCService
  6965.      */
  6966.     protected function getApp_Service_PaymentService()
  6967.     {
  6968.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/PaymentFromOneCService.php';
  6969.         $this->services['app.service.payment'] = $instance = new \WebBundle\Service\PaymentFromOneCService();
  6970.         $instance->paymentFromOneCRepository = ($this->services['WebBundle\\Repository\\PaymentFromOneCRepository'] ?? $this->getPaymentFromOneCRepositoryService());
  6971.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  6972.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  6973.         $instance->paymentBrainTreeService = ($this->services['app.service.payment.brain_tree'] ?? $this->getApp_Service_Payment_BrainTreeService());
  6974.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  6975.         $instance->soapResponseService = ($this->services['app.service.soap_response_service'] ?? $this->getApp_Service_SoapResponseServiceService());
  6976.         return $instance;
  6977.     }
  6978.     /**
  6979.      * Gets the public 'app.service.payment.adyen' shared autowired service.
  6980.      *
  6981.      * @return \WebBundle\Service\PaymentAdyenService
  6982.      */
  6983.     protected function getApp_Service_Payment_AdyenService()
  6984.     {
  6985.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  6986.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderPaymentService.php';
  6987.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/PaymentAdyenService.php';
  6988.         $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()));
  6989.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  6990.         $instance->orderOneCService = ($this->services['app.service.order_one_c'] ?? $this->getApp_Service_OrderOneCService());
  6991.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  6992.         return $instance;
  6993.     }
  6994.     /**
  6995.      * Gets the public 'app.service.payment.brain_tree' shared autowired service.
  6996.      *
  6997.      * @return \WebBundle\Service\PaymentBrainTreeService
  6998.      */
  6999.     protected function getApp_Service_Payment_BrainTreeService()
  7000.     {
  7001.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  7002.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderPaymentService.php';
  7003.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/PaymentBrainTreeService.php';
  7004.         $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()));
  7005.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  7006.         $instance->orderOneCService = ($this->services['app.service.order_one_c'] ?? $this->getApp_Service_OrderOneCService());
  7007.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  7008.         return $instance;
  7009.     }
  7010.     /**
  7011.      * Gets the public 'app.service.payment.pay_pal' shared autowired service.
  7012.      *
  7013.      * @return \WebBundle\Service\PaymentPayPalService
  7014.      */
  7015.     protected function getApp_Service_Payment_PayPalService()
  7016.     {
  7017.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  7018.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderPaymentService.php';
  7019.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/PaymentPayPalService.php';
  7020.         $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()));
  7021.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  7022.         $instance->orderOneCService = ($this->services['app.service.order_one_c'] ?? $this->getApp_Service_OrderOneCService());
  7023.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  7024.         return $instance;
  7025.     }
  7026.     /**
  7027.      * Gets the public 'app.service.payment.sberbank' shared autowired service.
  7028.      *
  7029.      * @return \WebBundle\Service\PaymentSberbankService
  7030.      */
  7031.     protected function getApp_Service_Payment_SberbankService()
  7032.     {
  7033.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  7034.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderPaymentService.php';
  7035.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/PaymentSberbankService.php';
  7036.         $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()));
  7037.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  7038.         $instance->orderOneCService = ($this->services['app.service.order_one_c'] ?? $this->getApp_Service_OrderOneCService());
  7039.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  7040.         return $instance;
  7041.     }
  7042.     /**
  7043.      * Gets the public 'app.service.publication' shared autowired service.
  7044.      *
  7045.      * @return \WebBundle\Service\PublicationService
  7046.      */
  7047.     protected function getApp_Service_PublicationService()
  7048.     {
  7049.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/PublicationService.php';
  7050.         $this->services['app.service.publication'] = $instance = new \WebBundle\Service\PublicationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  7051.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  7052.         $instance->exhRepository = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhRepository'] ?? $this->getExhRepositoryService());
  7053.         return $instance;
  7054.     }
  7055.     /**
  7056.      * Gets the public 'app.service.rank' shared autowired service.
  7057.      *
  7058.      * @return \WebBundle\Service\RankService
  7059.      */
  7060.     protected function getApp_Service_RankService()
  7061.     {
  7062.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/RankService.php';
  7063.         $this->services['app.service.rank'] = $instance = new \WebBundle\Service\RankService($this);
  7064.         $instance->repoStatViews = ($this->privates['FlexApp\\Repository\\StatsRepository'] ?? $this->getStatsRepositoryService());
  7065.         return $instance;
  7066.     }
  7067.     /**
  7068.      * Gets the public 'app.service.request' shared autowired service.
  7069.      *
  7070.      * @return \WebBundle\Service\RequestService
  7071.      */
  7072.     protected function getApp_Service_RequestService()
  7073.     {
  7074.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/RequestService.php';
  7075.         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'], []);
  7076.     }
  7077.     /**
  7078.      * Gets the public 'app.service.review_invitations' shared autowired service.
  7079.      *
  7080.      * @return \WebBundle\Service\ReviewInvitationsService
  7081.      */
  7082.     protected function getApp_Service_ReviewInvitationsService()
  7083.     {
  7084.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  7085.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ReviewInvitationsService.php';
  7086.         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()));
  7087.     }
  7088.     /**
  7089.      * Gets the public 'app.service.reviews' shared autowired service.
  7090.      *
  7091.      * @return \WebBundle\Service\ReviewsService
  7092.      */
  7093.     protected function getApp_Service_ReviewsService()
  7094.     {
  7095.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ReviewsService.php';
  7096.         $this->services['app.service.reviews'] = $instance = new \WebBundle\Service\ReviewsService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7097.         $instance->productReviewsCacheRepository = ($this->services['WebBundle\\Repository\\ProductReviewsCacheRepository'] ?? $this->getProductReviewsCacheRepositoryService());
  7098.         $instance->reviewsCacheRepository = ($this->services['WebBundle\\Repository\\ReviewsCacheRepository'] ?? $this->getReviewsCacheRepositoryService());
  7099.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  7100.         return $instance;
  7101.     }
  7102.     /**
  7103.      * Gets the public 'app.service.sample' shared autowired service.
  7104.      *
  7105.      * @return \WebBundle\Service\SampleService
  7106.      */
  7107.     protected function getApp_Service_SampleService()
  7108.     {
  7109.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SampleService.php';
  7110.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  7111.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CacheService.php';
  7112.         $a = ($this->services['app.repo.currency_rate'] ?? $this->getApp_Repo_CurrencyRateService());
  7113.         if (isset($this->services['app.service.sample'])) {
  7114.             return $this->services['app.service.sample'];
  7115.         }
  7116.         $b = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  7117.         if (isset($this->services['app.service.sample'])) {
  7118.             return $this->services['app.service.sample'];
  7119.         }
  7120.         $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);
  7121.         $instance->sampleRepository = ($this->services['app.repo.sample'] ?? $this->getApp_Repo_SampleService());
  7122.         $instance->articleRepository = ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService());
  7123.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  7124.         return $instance;
  7125.     }
  7126.     /**
  7127.      * Gets the public 'app.service.setting.collection' shared autowired service.
  7128.      *
  7129.      * @return \WebBundle\Service\SetHeaderIntoCollectionHandler
  7130.      */
  7131.     protected function getApp_Service_Setting_CollectionService()
  7132.     {
  7133.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SetHeaderIntoCollectionHandler.php';
  7134.         $this->services['app.service.setting.collection'] = $instance = new \WebBundle\Service\SetHeaderIntoCollectionHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  7135.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  7136.         return $instance;
  7137.     }
  7138.     /**
  7139.      * Gets the public 'app.service.soap_response_service' shared autowired service.
  7140.      *
  7141.      * @return \WebBundle\Service\SoapResponseService
  7142.      */
  7143.     protected function getApp_Service_SoapResponseServiceService()
  7144.     {
  7145.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SoapResponseService.php';
  7146.         include_once \dirname(__DIR__4).'/src/WebBundle/Client/OneCSoapApiClient.php';
  7147.         $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'))));
  7148.         $this->services['app.service.soap_response_service'] = $instance = new \WebBundle\Service\SoapResponseService($a);
  7149.         $instance->oneCSoapApiClient $a;
  7150.         return $instance;
  7151.     }
  7152.     /**
  7153.      * Gets the public 'app.service.te_common_data' shared autowired service.
  7154.      *
  7155.      * @return \WebBundle\Service\CommonDataService
  7156.      */
  7157.     protected function getApp_Service_TeCommonDataService()
  7158.     {
  7159.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/CommonDataService.php';
  7160.         $this->services['app.service.te_common_data'] = $instance = new \WebBundle\Service\CommonDataService();
  7161.         $instance->authorizationChecker = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7162.         $instance->currentUserProvider = ($this->services['FlexApp\\Service\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService());
  7163.         $instance->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  7164.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  7165.         $instance->commentablePageDataProvider = ($this->services['FlexApp\\Service\\CommentablePageDataProvider'] ?? $this->getCommentablePageDataProviderService());
  7166.         $instance->requestStack = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7167.         $instance->localizationService = ($this->services['app.service.localization'] ?? $this->getApp_Service_LocalizationService());
  7168.         return $instance;
  7169.     }
  7170.     /**
  7171.      * Gets the public 'app.service.till_ru' shared autowired service.
  7172.      *
  7173.      * @return \WebBundle\Service\TillRuService
  7174.      */
  7175.     protected function getApp_Service_TillRuService()
  7176.     {
  7177.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/TillRuService.php';
  7178.         return $this->services['app.service.till_ru'] = new \WebBundle\Service\TillRuService(($this->services['logger'] ?? $this->getLoggerService()), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  7179.     }
  7180.     /**
  7181.      * Gets the public 'app.service.user' shared autowired service.
  7182.      *
  7183.      * @return \WebBundle\Service\UserService
  7184.      */
  7185.     protected function getApp_Service_UserService()
  7186.     {
  7187.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  7188.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/UserService.php';
  7189.         $this->services['app.service.user'] = $instance = new \WebBundle\Service\UserService();
  7190.         $instance->translationService = ($this->services['WebBundle\\Service\\TranslationService'] ?? $this->getTranslationServiceService());
  7191.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  7192.         $instance->currentUserProvider = ($this->services['FlexApp\\Service\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService());
  7193.         return $instance;
  7194.     }
  7195.     /**
  7196.      * Gets the public 'app.service.user_profile' shared autowired service.
  7197.      *
  7198.      * @return \WebBundle\Service\UserProfileService
  7199.      */
  7200.     protected function getApp_Service_UserProfileService()
  7201.     {
  7202.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  7203.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/UserProfileService.php';
  7204.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  7205.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7206.         $this->services['app.service.user_profile'] = $instance = new \WebBundle\Service\UserProfileService($a);
  7207.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  7208.         $instance->entityManager $a;
  7209.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  7210.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  7211.         $instance->validator = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  7212.         $instance->userLogger = ($this->privates['FlexApp\\Service\\ManualReg\\UserLogger'] ?? $this->getUserLoggerService());
  7213.         return $instance;
  7214.     }
  7215.     /**
  7216.      * Gets the public 'app.service.vacancy' shared autowired service.
  7217.      *
  7218.      * @return \WebBundle\Service\VacancyService
  7219.      */
  7220.     protected function getApp_Service_VacancyService()
  7221.     {
  7222.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/VacancyService.php';
  7223.         return $this->services['app.service.vacancy'] = new \WebBundle\Service\VacancyService();
  7224.     }
  7225.     /**
  7226.      * Gets the public 'app.service.vat' shared autowired service.
  7227.      *
  7228.      * @return \WebBundle\Service\VatService
  7229.      */
  7230.     protected function getApp_Service_VatService()
  7231.     {
  7232.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/VatService.php';
  7233.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7234.         if (isset($this->services['app.service.vat'])) {
  7235.             return $this->services['app.service.vat'];
  7236.         }
  7237.         $b = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  7238.         if (isset($this->services['app.service.vat'])) {
  7239.             return $this->services['app.service.vat'];
  7240.         }
  7241.         $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);
  7242.         $instance->listVatRepository = ($this->services['WebBundle\\Repository\\ListVatRepository'] ?? $this->getListVatRepositoryService());
  7243.         return $instance;
  7244.     }
  7245.     /**
  7246.      * Gets the public 'app.service.visited' shared autowired service.
  7247.      *
  7248.      * @return \WebBundle\Service\VisitedService
  7249.      */
  7250.     protected function getApp_Service_VisitedService()
  7251.     {
  7252.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/VisitedService.php';
  7253.         return $this->services['app.service.visited'] = new \WebBundle\Service\VisitedService();
  7254.     }
  7255.     /**
  7256.      * Gets the public 'app.service.widjet_review' shared autowired service.
  7257.      *
  7258.      * @return \WebBundle\Service\WidjetReviewService
  7259.      */
  7260.     protected function getApp_Service_WidjetReviewService()
  7261.     {
  7262.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/WidjetReviewService.php';
  7263.         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()));
  7264.     }
  7265.     /**
  7266.      * Gets the public 'app.social_login' shared autowired service.
  7267.      *
  7268.      * @return \WebBundle\Service\SocialLoginService
  7269.      */
  7270.     protected function getApp_SocialLoginService()
  7271.     {
  7272.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SocialLoginService.php';
  7273.         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()));
  7274.     }
  7275.     /**
  7276.      * Gets the public 'app.tg.bot.alert' shared autowired service.
  7277.      *
  7278.      * @return \WebBundle\Client\TelegramApiClient
  7279.      */
  7280.     protected function getApp_Tg_Bot_AlertService()
  7281.     {
  7282.         include_once \dirname(__DIR__4).'/src/WebBundle/Client/TelegramApiClient.php';
  7283.         include_once \dirname(__DIR__4).'/src/WebBundle/Factory/TelegramApiFactory.php';
  7284.         return $this->services['app.tg.bot.alert'] = (new \WebBundle\Factory\TelegramApiFactory())->getRTgClient($this->getEnv('ALERT_TELEGRAM_BOT_TOKEN'), $this->getEnv('ALERT_TELEGRAM_CHAT_ID'));
  7285.     }
  7286.     /**
  7287.      * Gets the public 'app.twig.bbcode_extension' shared service.
  7288.      *
  7289.      * @return \WebBundle\Twig\BBCodeExtension
  7290.      */
  7291.     protected function getApp_Twig_BbcodeExtensionService()
  7292.     {
  7293.         return $this->services['app.twig.bbcode_extension'] = new \WebBundle\Twig\BBCodeExtension($this);
  7294.     }
  7295.     /**
  7296.      * Gets the public 'app.twig.comment_extension' shared service.
  7297.      *
  7298.      * @return \WebBundle\Twig\CommentExtension
  7299.      */
  7300.     protected function getApp_Twig_CommentExtensionService()
  7301.     {
  7302.         return $this->services['app.twig.comment_extension'] = new \WebBundle\Twig\CommentExtension($this);
  7303.     }
  7304.     /**
  7305.      * Gets the public 'app.twig_extension' shared autowired service.
  7306.      *
  7307.      * @return \WebBundle\Twig\AppExtension
  7308.      */
  7309.     protected function getApp_TwigExtensionService()
  7310.     {
  7311.         $this->services['app.twig_extension'] = $instance = new \WebBundle\Twig\AppExtension($this, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()));
  7312.         $a = new \FlexApp\Service\JWTGenerator();
  7313.         $a->parametersProvider = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  7314.         $instance->chatBRepository = ($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService());
  7315.         $instance->chatBMessageRepository = ($this->privates['FlexApp\\Repository\\ChatBMessageRepository'] ?? $this->getChatBMessageRepositoryService());
  7316.         $instance->boolDBSettingRepository = ($this->privates['FlexApp\\Repository\\BoolDBSettingRepository'] ?? $this->getBoolDBSettingRepositoryService());
  7317.         $instance->widgetRepository = ($this->privates['FlexApp\\Repository\\WidgetRepository'] ?? $this->getWidgetRepositoryService());
  7318.         $instance->jwtGenerator $a;
  7319.         return $instance;
  7320.     }
  7321.     /**
  7322.      * Gets the public 'app.validator.unique_participant' shared autowired service.
  7323.      *
  7324.      * @return \WebBundle\Validator\Constraints\UniqueParticipantValidator
  7325.      */
  7326.     protected function getApp_Validator_UniqueParticipantService()
  7327.     {
  7328.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7329.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7330.         include_once \dirname(__DIR__4).'/src/WebBundle/Validator/Constraints/UniqueParticipantValidator.php';
  7331.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7332.         if (isset($this->services['app.validator.unique_participant'])) {
  7333.             return $this->services['app.validator.unique_participant'];
  7334.         }
  7335.         return $this->services['app.validator.unique_participant'] = new \WebBundle\Validator\Constraints\UniqueParticipantValidator($a);
  7336.     }
  7337.     /**
  7338.      * Gets the public 'app.validator.unique_user_email' shared autowired service.
  7339.      *
  7340.      * @return \WebBundle\Validator\Constraints\UniqueUserEmailValidator
  7341.      */
  7342.     protected function getApp_Validator_UniqueUserEmailService()
  7343.     {
  7344.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7345.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7346.         include_once \dirname(__DIR__4).'/src/WebBundle/Validator/Constraints/UniqueUserEmailValidator.php';
  7347.         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())));
  7348.     }
  7349.     /**
  7350.      * Gets the public 'app.validator.validate_user_email' shared autowired service.
  7351.      *
  7352.      * @return \WebBundle\Validator\Constraints\ValidUserEmailValidator
  7353.      */
  7354.     protected function getApp_Validator_ValidateUserEmailService()
  7355.     {
  7356.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7357.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7358.         include_once \dirname(__DIR__4).'/src/WebBundle/Validator/Constraints/ValidUserEmailValidator.php';
  7359.         return $this->services['app.validator.validate_user_email'] = new \WebBundle\Validator\Constraints\ValidUserEmailValidator();
  7360.     }
  7361.     /**
  7362.      * Gets the public 'authentication_handler' shared autowired service.
  7363.      *
  7364.      * @return \WebBundle\Service\AuthenticationHandler
  7365.      */
  7366.     protected function getAuthenticationHandlerService()
  7367.     {
  7368.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  7369.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  7370.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/AuthenticationHandler.php';
  7371.         return $this->services['authentication_handler'] = new \WebBundle\Service\AuthenticationHandler(($this->services['logger'] ?? $this->getLoggerService()), ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), 'dev5.tile.expert');
  7372.     }
  7373.     /**
  7374.      * Gets the public 'bi.v3.command.articles_option' shared service.
  7375.      *
  7376.      * @return \Import1CBundle\Command\CronArticlesOptionCommand
  7377.      */
  7378.     protected function getBi_V3_Command_ArticlesOptionService()
  7379.     {
  7380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7381.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7382.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronArticlesOptionCommand.php';
  7383.         $this->services['bi.v3.command.articles_option'] = $instance = new \Import1CBundle\Command\CronArticlesOptionCommand();
  7384.         $instance->setName('bi:cron:articles_option');
  7385.         return $instance;
  7386.     }
  7387.     /**
  7388.      * Gets the public 'bi.v3.command.bad_image' shared service.
  7389.      *
  7390.      * @return \Import1CBundle\Command\CronMessageSendBadImageInteriorCommand
  7391.      */
  7392.     protected function getBi_V3_Command_BadImageService()
  7393.     {
  7394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7395.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7396.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronMessageSendBadImageInteriorCommand.php';
  7397.         $this->services['bi.v3.command.bad_image'] = $instance = new \Import1CBundle\Command\CronMessageSendBadImageInteriorCommand();
  7398.         $instance->setName('bi:cron:send_bad_image');
  7399.         return $instance;
  7400.     }
  7401.     /**
  7402.      * Gets the public 'bi.v3.command.buy_order' shared service.
  7403.      *
  7404.      * @return \Import1CBundle\Command\OnceRun\GetBuyOrderCommand
  7405.      */
  7406.     protected function getBi_V3_Command_BuyOrderService()
  7407.     {
  7408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7409.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7410.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/GetBuyOrderCommand.php';
  7411.         $this->services['bi.v3.command.buy_order'] = $instance = new \Import1CBundle\Command\OnceRun\GetBuyOrderCommand();
  7412.         $instance->setName('bi:oncerun:buy_order');
  7413.         return $instance;
  7414.     }
  7415.     /**
  7416.      * Gets the public 'bi.v3.command.check_list_report' shared service.
  7417.      *
  7418.      * @return \Import1CBundle\Command\CronCheckListReportCommand
  7419.      */
  7420.     protected function getBi_V3_Command_CheckListReportService()
  7421.     {
  7422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7423.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7424.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronCheckListReportCommand.php';
  7425.         $this->services['bi.v3.command.check_list_report'] = $instance = new \Import1CBundle\Command\CronCheckListReportCommand();
  7426.         $instance->setName('bi:cron:check_list_report');
  7427.         return $instance;
  7428.     }
  7429.     /**
  7430.      * Gets the public 'bi.v3.command.cmyk_source_image' shared service.
  7431.      *
  7432.      * @return \Import1CBundle\Command\OnceRun\SearchCMYKSourceImageCommand
  7433.      */
  7434.     protected function getBi_V3_Command_CmykSourceImageService()
  7435.     {
  7436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7437.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7438.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/SearchCMYKSourceImageCommand.php';
  7439.         $this->services['bi.v3.command.cmyk_source_image'] = $instance = new \Import1CBundle\Command\OnceRun\SearchCMYKSourceImageCommand();
  7440.         $instance->setName('bi:oncerun:search_cmyk_source');
  7441.         return $instance;
  7442.     }
  7443.     /**
  7444.      * Gets the public 'bi.v3.command.collection.set_header' shared service.
  7445.      *
  7446.      * @return \Import1CBundle\Command\CronCollectionHeaderCommand
  7447.      */
  7448.     protected function getBi_V3_Command_Collection_SetHeaderService()
  7449.     {
  7450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7451.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7452.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronCollectionHeaderCommand.php';
  7453.         $this->services['bi.v3.command.collection.set_header'] = $instance = new \Import1CBundle\Command\CronCollectionHeaderCommand();
  7454.         $instance->setName('bi:cron:set_header_collection');
  7455.         return $instance;
  7456.     }
  7457.     /**
  7458.      * Gets the public 'bi.v3.command.collection_video' shared service.
  7459.      *
  7460.      * @return \Import1CBundle\Command\CronCollectionVideoCommand
  7461.      */
  7462.     protected function getBi_V3_Command_CollectionVideoService()
  7463.     {
  7464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7465.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7466.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronCollectionVideoCommand.php';
  7467.         $this->services['bi.v3.command.collection_video'] = $instance = new \Import1CBundle\Command\CronCollectionVideoCommand();
  7468.         $instance->setName('bi:cron:collection_video');
  7469.         return $instance;
  7470.     }
  7471.     /**
  7472.      * Gets the public 'bi.v3.command.data_update_draw' shared service.
  7473.      *
  7474.      * @return \Import1CBundle\Command\CronUpdateDrawCommand
  7475.      */
  7476.     protected function getBi_V3_Command_DataUpdateDrawService()
  7477.     {
  7478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7479.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7480.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateDrawCommand.php';
  7481.         $this->services['bi.v3.command.data_update_draw'] = $instance = new \Import1CBundle\Command\CronUpdateDrawCommand();
  7482.         $instance->setName('bi:cron:data_update_draw');
  7483.         return $instance;
  7484.     }
  7485.     /**
  7486.      * Gets the public 'bi.v3.command.delete_tube' shared service.
  7487.      *
  7488.      * @return \Import1CBundle\Command\Pheanstalk\DeleteTubeCommand
  7489.      */
  7490.     protected function getBi_V3_Command_DeleteTubeService()
  7491.     {
  7492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7493.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/Pheanstalk/DeleteTubeCommand.php';
  7494.         $this->services['bi.v3.command.delete_tube'] = $instance = new \Import1CBundle\Command\Pheanstalk\DeleteTubeCommand();
  7495.         $instance->setName('pheanstalk:delete-tube');
  7496.         return $instance;
  7497.     }
  7498.     /**
  7499.      * Gets the public 'bi.v3.command.factory.set_type' shared service.
  7500.      *
  7501.      * @return \Import1CBundle\Command\CronFactoryTypeCommand
  7502.      */
  7503.     protected function getBi_V3_Command_Factory_SetTypeService()
  7504.     {
  7505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7506.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7507.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFactoryTypeCommand.php';
  7508.         $this->services['bi.v3.command.factory.set_type'] = $instance = new \Import1CBundle\Command\CronFactoryTypeCommand();
  7509.         $instance->setName('bi:cron:set_type_factory');
  7510.         return $instance;
  7511.     }
  7512.     /**
  7513.      * Gets the public 'bi.v3.command.factory_sync' shared service.
  7514.      *
  7515.      * @return \Import1CBundle\Command\OnceRun\FactorySynchroCommand
  7516.      */
  7517.     protected function getBi_V3_Command_FactorySyncService()
  7518.     {
  7519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7520.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7521.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/FactorySynchroCommand.php';
  7522.         $this->services['bi.v3.command.factory_sync'] = $instance = new \Import1CBundle\Command\OnceRun\FactorySynchroCommand();
  7523.         $instance->setName('bi:oncerun:factory_sync');
  7524.         return $instance;
  7525.     }
  7526.     /**
  7527.      * Gets the public 'bi.v3.command.feed_google_custom' shared service.
  7528.      *
  7529.      * @return \Import1CBundle\Command\CronFeedGoogleOneRemarketingCommand
  7530.      */
  7531.     protected function getBi_V3_Command_FeedGoogleCustomService()
  7532.     {
  7533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7534.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7535.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFeedGoogleOneRemarketingCommand.php';
  7536.         $this->services['bi.v3.command.feed_google_custom'] = $instance = new \Import1CBundle\Command\CronFeedGoogleOneRemarketingCommand();
  7537.         $instance->setName('bi:cron:feed_google_remarketing');
  7538.         return $instance;
  7539.     }
  7540.     /**
  7541.      * Gets the public 'bi.v3.command.feed_review' shared service.
  7542.      *
  7543.      * @return \Import1CBundle\Command\CronFeedReviewCommand
  7544.      */
  7545.     protected function getBi_V3_Command_FeedReviewService()
  7546.     {
  7547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7548.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7549.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFeedReviewCommand.php';
  7550.         $this->services['bi.v3.command.feed_review'] = $instance = new \Import1CBundle\Command\CronFeedReviewCommand();
  7551.         $instance->setName('bi:cron:feed_review');
  7552.         return $instance;
  7553.     }
  7554.     /**
  7555.      * Gets the public 'bi.v3.command.feed_shopping_single' shared service.
  7556.      *
  7557.      * @return \Import1CBundle\Command\CronFeedShoppingSingleCommand
  7558.      */
  7559.     protected function getBi_V3_Command_FeedShoppingSingleService()
  7560.     {
  7561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7562.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7563.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFeedShoppingSingleCommand.php';
  7564.         $this->services['bi.v3.command.feed_shopping_single'] = $instance = new \Import1CBundle\Command\CronFeedShoppingSingleCommand();
  7565.         $instance->setName('bi:cron:feed_shopping_single');
  7566.         return $instance;
  7567.     }
  7568.     /**
  7569.      * Gets the public 'bi.v3.command.feed_shopping_w_single' shared service.
  7570.      *
  7571.      * @return \Import1CBundle\Command\CronFeedShoppingWSingleCommand
  7572.      */
  7573.     protected function getBi_V3_Command_FeedShoppingWSingleService()
  7574.     {
  7575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7576.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7577.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFeedShoppingWSingleCommand.php';
  7578.         $this->services['bi.v3.command.feed_shopping_w_single'] = $instance = new \Import1CBundle\Command\CronFeedShoppingWSingleCommand();
  7579.         $instance->setName('bi:cron:feed_shopping_w_single');
  7580.         return $instance;
  7581.     }
  7582.     /**
  7583.      * Gets the public 'bi.v3.command.filter_collection' shared service.
  7584.      *
  7585.      * @return \Import1CBundle\Command\CronFilterCollectionCommand
  7586.      */
  7587.     protected function getBi_V3_Command_FilterCollectionService()
  7588.     {
  7589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7590.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7591.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFilterCollectionCommand.php';
  7592.         $this->services['bi.v3.command.filter_collection'] = $instance = new \Import1CBundle\Command\CronFilterCollectionCommand();
  7593.         $instance->setName('bi:cron:filter_collection');
  7594.         return $instance;
  7595.     }
  7596.     /**
  7597.      * Gets the public 'bi.v3.command.filtered_articles_google_feed' shared service.
  7598.      *
  7599.      * @return \Import1CBundle\Command\CronFilteredArticlesGoogleFeedCommand
  7600.      */
  7601.     protected function getBi_V3_Command_FilteredArticlesGoogleFeedService()
  7602.     {
  7603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7604.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFilteredArticlesGoogleFeedCommand.php';
  7605.         $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()));
  7606.         $instance->setName('bi:cron:feed_filtered_articles');
  7607.         return $instance;
  7608.     }
  7609.     /**
  7610.      * Gets the public 'bi.v3.command.flush_memcache_article' shared service.
  7611.      *
  7612.      * @return \Import1CBundle\Command\CronFlushArticleCodeCommand
  7613.      */
  7614.     protected function getBi_V3_Command_FlushMemcacheArticleService()
  7615.     {
  7616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7617.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  7619.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFlushArticleCodeCommand.php';
  7620.         $this->services['bi.v3.command.flush_memcache_article'] = $instance = new \Import1CBundle\Command\CronFlushArticleCodeCommand();
  7621.         $instance->setName('bi:cron:flush_article_code');
  7622.         return $instance;
  7623.     }
  7624.     /**
  7625.      * Gets the public 'bi.v3.command.google_feed_article_reviews' shared service.
  7626.      *
  7627.      * @return \Import1CBundle\Command\ArticleReviewGoogleFeed\CronArticleReviewFeedCommand
  7628.      */
  7629.     protected function getBi_V3_Command_GoogleFeedArticleReviewsService()
  7630.     {
  7631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7632.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/ArticleReviewGoogleFeed/CronArticleReviewFeedCommand.php';
  7633.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/ArticleReviewGoogleFeed/Service/ReviewsFeedXmlWriter.php';
  7634.         $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()));
  7635.         $instance->setName('bi:cron:article-reviews');
  7636.         return $instance;
  7637.     }
  7638.     /**
  7639.      * Gets the public 'bi.v3.command.holiday' shared service.
  7640.      *
  7641.      * @return \Import1CBundle\Command\CronUpdateHolidaysCommand
  7642.      */
  7643.     protected function getBi_V3_Command_HolidayService()
  7644.     {
  7645.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7646.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7647.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateHolidaysCommand.php';
  7648.         $this->services['bi.v3.command.holiday'] = $instance = new \Import1CBundle\Command\CronUpdateHolidaysCommand();
  7649.         $instance->setName('bi:cron:update_holidays');
  7650.         return $instance;
  7651.     }
  7652.     /**
  7653.      * Gets the public 'bi.v3.command.iamge_more_resolution' shared service.
  7654.      *
  7655.      * @return \Import1CBundle\Command\OnceRun\RecropImagesForMoreResolutionCommand
  7656.      */
  7657.     protected function getBi_V3_Command_IamgeMoreResolutionService()
  7658.     {
  7659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7660.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7661.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/RecropImagesForMoreResolutionCommand.php';
  7662.         $this->services['bi.v3.command.iamge_more_resolution'] = $instance = new \Import1CBundle\Command\OnceRun\RecropImagesForMoreResolutionCommand();
  7663.         $instance->setName('bi:oncerun:image_recrop_resolution');
  7664.         return $instance;
  7665.     }
  7666.     /**
  7667.      * Gets the public 'bi.v3.command.import_queue' shared service.
  7668.      *
  7669.      * @return \Import1CBundle\Command\QueueHandlerCommand
  7670.      */
  7671.     protected function getBi_V3_Command_ImportQueueService()
  7672.     {
  7673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7674.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7675.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/QueueHandlerCommand.php';
  7676.         $this->services['bi.v3.command.import_queue'] = $instance = new \Import1CBundle\Command\QueueHandlerCommand();
  7677.         $instance->setName('import_queue:send_data_for_handler');
  7678.         return $instance;
  7679.     }
  7680.     /**
  7681.      * Gets the public 'bi.v3.command.interior_alt' shared service.
  7682.      *
  7683.      * @return \Import1CBundle\Command\CronInteriorAltCommand
  7684.      */
  7685.     protected function getBi_V3_Command_InteriorAltService()
  7686.     {
  7687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7688.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronInteriorAltCommand.php';
  7689.         $this->services['bi.v3.command.interior_alt'] = $instance = new \Import1CBundle\Command\CronInteriorAltCommand();
  7690.         $instance->setName('bi:cron:set_alt_interior');
  7691.         return $instance;
  7692.     }
  7693.     /**
  7694.      * Gets the public 'bi.v3.command.interior_equivalent_size_image' shared service.
  7695.      *
  7696.      * @return \Import1CBundle\Command\OnceRun\SearchEquivalentSizeImageCommand
  7697.      */
  7698.     protected function getBi_V3_Command_InteriorEquivalentSizeImageService()
  7699.     {
  7700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7701.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7702.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/SearchEquivalentSizeImageCommand.php';
  7703.         $this->services['bi.v3.command.interior_equivalent_size_image'] = $instance = new \Import1CBundle\Command\OnceRun\SearchEquivalentSizeImageCommand();
  7704.         $instance->setName('bi:oncerun:search_equivalent_size_image');
  7705.         return $instance;
  7706.     }
  7707.     /**
  7708.      * Gets the public 'bi.v3.command.interior_re_crop' shared service.
  7709.      *
  7710.      * @return \Import1CBundle\Command\OnceRun\InteriorReCropImagesCommand
  7711.      */
  7712.     protected function getBi_V3_Command_InteriorReCropService()
  7713.     {
  7714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7715.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7716.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/InteriorReCropImagesCommand.php';
  7717.         $this->services['bi.v3.command.interior_re_crop'] = $instance = new \Import1CBundle\Command\OnceRun\InteriorReCropImagesCommand();
  7718.         $instance->setName('bi:oncerun:interior_re_crop');
  7719.         return $instance;
  7720.     }
  7721.     /**
  7722.      * Gets the public 'bi.v3.command.interior_stone_texture' shared service.
  7723.      *
  7724.      * @return \Import1CBundle\Command\OnceRun\SetInteriorStoneTexture
  7725.      */
  7726.     protected function getBi_V3_Command_InteriorStoneTextureService()
  7727.     {
  7728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7729.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7730.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/SetInteriorStoneTexture.php';
  7731.         $this->services['bi.v3.command.interior_stone_texture'] = $instance = new \Import1CBundle\Command\OnceRun\SetInteriorStoneTexture();
  7732.         $instance->setName('bi:oncerun:set_interior_stone_texture');
  7733.         return $instance;
  7734.     }
  7735.     /**
  7736.      * Gets the public 'bi.v3.command.jobs_tube' shared service.
  7737.      *
  7738.      * @return \Import1CBundle\Command\Pheanstalk\JobsTubeCommand
  7739.      */
  7740.     protected function getBi_V3_Command_JobsTubeService()
  7741.     {
  7742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7743.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/Pheanstalk/JobsTubeCommand.php';
  7744.         $this->services['bi.v3.command.jobs_tube'] = $instance = new \Import1CBundle\Command\Pheanstalk\JobsTubeCommand();
  7745.         $instance->setName('pheanstalk:jobs-tube');
  7746.         return $instance;
  7747.     }
  7748.     /**
  7749.      * Gets the public 'bi.v3.command.recomendation_articles' shared service.
  7750.      *
  7751.      * @return \Import1CBundle\Command\CronRecomendationGoogleArticlesCommand
  7752.      */
  7753.     protected function getBi_V3_Command_RecomendationArticlesService()
  7754.     {
  7755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7756.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7757.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronRecomendationGoogleArticlesCommand.php';
  7758.         $this->services['bi.v3.command.recomendation_articles'] = $instance = new \Import1CBundle\Command\CronRecomendationGoogleArticlesCommand();
  7759.         $instance->setName('bi:cron:recomendation_articles');
  7760.         return $instance;
  7761.     }
  7762.     /**
  7763.      * Gets the public 'bi.v3.command.recrop_webp' shared service.
  7764.      *
  7765.      * @return \Import1CBundle\Command\OnceRun\RecropImageWebpCommand
  7766.      */
  7767.     protected function getBi_V3_Command_RecropWebpService()
  7768.     {
  7769.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7770.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7771.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/RecropImageWebpCommand.php';
  7772.         $this->services['bi.v3.command.recrop_webp'] = $instance = new \Import1CBundle\Command\OnceRun\RecropImageWebpCommand();
  7773.         $instance->setName('bi:oncerun:recrop_to_webp');
  7774.         return $instance;
  7775.     }
  7776.     /**
  7777.      * Gets the public 'bi.v3.command.sample_update' shared service.
  7778.      *
  7779.      * @return \Import1CBundle\Command\CronUpdateSampleCommand
  7780.      */
  7781.     protected function getBi_V3_Command_SampleUpdateService()
  7782.     {
  7783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7784.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7785.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateSampleCommand.php';
  7786.         $this->services['bi.v3.command.sample_update'] = $instance = new \Import1CBundle\Command\CronUpdateSampleCommand();
  7787.         $instance->setName('bi:cron:sample_update');
  7788.         return $instance;
  7789.     }
  7790.     /**
  7791.      * Gets the public 'bi.v3.command.save_after_reedit' shared service.
  7792.      *
  7793.      * @return \Import1CBundle\Command\CronImageSaveAfterReEditCommand
  7794.      */
  7795.     protected function getBi_V3_Command_SaveAfterReeditService()
  7796.     {
  7797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7798.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7799.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronImageSaveAfterReEditCommand.php';
  7800.         $this->services['bi.v3.command.save_after_reedit'] = $instance = new \Import1CBundle\Command\CronImageSaveAfterReEditCommand();
  7801.         $instance->setName('bi:cron:save_after_reedit');
  7802.         return $instance;
  7803.     }
  7804.     /**
  7805.      * Gets the public 'bi.v3.command.save_mages_tv' shared service.
  7806.      *
  7807.      * @return \Import1CBundle\Command\CronImageSaveForTVCommand
  7808.      */
  7809.     protected function getBi_V3_Command_SaveMagesTvService()
  7810.     {
  7811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7812.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7813.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronImageSaveForTVCommand.php';
  7814.         $this->services['bi.v3.command.save_mages_tv'] = $instance = new \Import1CBundle\Command\CronImageSaveForTVCommand();
  7815.         $instance->setName('bi:cron:save_images_TV');
  7816.         return $instance;
  7817.     }
  7818.     /**
  7819.      * Gets the public 'bi.v3.command.save_new_images_special' shared service.
  7820.      *
  7821.      * @return \Import1CBundle\Command\CronImageCopyImagesSpecialCommand
  7822.      */
  7823.     protected function getBi_V3_Command_SaveNewImagesSpecialService()
  7824.     {
  7825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7826.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7827.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronImageCopyImagesSpecialCommand.php';
  7828.         $this->services['bi.v3.command.save_new_images_special'] = $instance = new \Import1CBundle\Command\CronImageCopyImagesSpecialCommand();
  7829.         $instance->setName('bi:cron:save_images_special');
  7830.         return $instance;
  7831.     }
  7832.     /**
  7833.      * Gets the public 'bi.v3.command.search_no_source' shared service.
  7834.      *
  7835.      * @return \Import1CBundle\Command\OnceRun\SearchNoSourceImagesForEntityCommand
  7836.      */
  7837.     protected function getBi_V3_Command_SearchNoSourceService()
  7838.     {
  7839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7840.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7841.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/SearchNoSourceImagesForEntityCommand.php';
  7842.         $this->services['bi.v3.command.search_no_source'] = $instance = new \Import1CBundle\Command\OnceRun\SearchNoSourceImagesForEntityCommand();
  7843.         $instance->setName('bi:oncerun:search_entity_source');
  7844.         return $instance;
  7845.     }
  7846.     /**
  7847.      * Gets the public 'bi.v3.command.send_cmyk_convert' shared service.
  7848.      *
  7849.      * @return \Import1CBundle\Command\OnceRun\SendMessageCmykConvertCommand
  7850.      */
  7851.     protected function getBi_V3_Command_SendCmykConvertService()
  7852.     {
  7853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7854.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7855.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/SendMessageCmykConvertCommand.php';
  7856.         $this->services['bi.v3.command.send_cmyk_convert'] = $instance = new \Import1CBundle\Command\OnceRun\SendMessageCmykConvertCommand();
  7857.         $instance->setName('bi:cron:send_cmyk_convert');
  7858.         return $instance;
  7859.     }
  7860.     /**
  7861.      * Gets the public 'bi.v3.command.send_message_cmyk_image' shared service.
  7862.      *
  7863.      * @return \Import1CBundle\Command\CronMessageSendCmykImageCommand
  7864.      */
  7865.     protected function getBi_V3_Command_SendMessageCmykImageService()
  7866.     {
  7867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7868.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7869.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronMessageSendCmykImageCommand.php';
  7870.         $this->services['bi.v3.command.send_message_cmyk_image'] = $instance = new \Import1CBundle\Command\CronMessageSendCmykImageCommand();
  7871.         $instance->setName('bi:cron:send_cmyk_image');
  7872.         return $instance;
  7873.     }
  7874.     /**
  7875.      * Gets the public 'bi.v3.command.send_suspended_message' shared service.
  7876.      *
  7877.      * @return \Import1CBundle\Command\CronMessageSendSuspendedCommand
  7878.      */
  7879.     protected function getBi_V3_Command_SendSuspendedMessageService()
  7880.     {
  7881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7882.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7883.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronMessageSendSuspendedCommand.php';
  7884.         $this->services['bi.v3.command.send_suspended_message'] = $instance = new \Import1CBundle\Command\CronMessageSendSuspendedCommand();
  7885.         $instance->setName('adm:cron:send_suspended');
  7886.         return $instance;
  7887.     }
  7888.     /**
  7889.      * Gets the public 'bi.v3.command.set_article_description' shared service.
  7890.      *
  7891.      * @return \Import1CBundle\Command\OnceRun\SetArticleDescriptionNew
  7892.      */
  7893.     protected function getBi_V3_Command_SetArticleDescriptionService()
  7894.     {
  7895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7896.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7897.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/SetArticleDescriptionNew.php';
  7898.         $this->services['bi.v3.command.set_article_description'] = $instance = new \Import1CBundle\Command\OnceRun\SetArticleDescriptionNew();
  7899.         $instance->setName('bi:oncerun:set_article_description');
  7900.         return $instance;
  7901.     }
  7902.     /**
  7903.      * Gets the public 'bi.v3.command.shopping_update' shared service.
  7904.      *
  7905.      * @return \Import1CBundle\Command\CronFeedShoppingUpdateCommand
  7906.      */
  7907.     protected function getBi_V3_Command_ShoppingUpdateService()
  7908.     {
  7909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7910.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7911.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFeedShoppingUpdateCommand.php';
  7912.         $this->services['bi.v3.command.shopping_update'] = $instance = new \Import1CBundle\Command\CronFeedShoppingUpdateCommand();
  7913.         $instance->setName('bi:cron:feed_shopping_update');
  7914.         return $instance;
  7915.     }
  7916.     /**
  7917.      * Gets the public 'bi.v3.command.stats_tube' shared service.
  7918.      *
  7919.      * @return \Import1CBundle\Command\Pheanstalk\StatsTubeCommand
  7920.      */
  7921.     protected function getBi_V3_Command_StatsTubeService()
  7922.     {
  7923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7924.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/Pheanstalk/StatsTubeCommand.php';
  7925.         $this->services['bi.v3.command.stats_tube'] = $instance = new \Import1CBundle\Command\Pheanstalk\StatsTubeCommand();
  7926.         $instance->setName('pheanstalk:stats-tube');
  7927.         return $instance;
  7928.     }
  7929.     /**
  7930.      * Gets the public 'bi.v3.command.status_factory_change' shared service.
  7931.      *
  7932.      * @return \Import1CBundle\Command\CronChangeStatusFactoryMoreTwoMonthCommand
  7933.      */
  7934.     protected function getBi_V3_Command_StatusFactoryChangeService()
  7935.     {
  7936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7937.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7938.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronChangeStatusFactoryMoreTwoMonthCommand.php';
  7939.         $this->services['bi.v3.command.status_factory_change'] = $instance = new \Import1CBundle\Command\CronChangeStatusFactoryMoreTwoMonthCommand();
  7940.         $instance->setName('bi:cron:factory_status_change');
  7941.         return $instance;
  7942.     }
  7943.     /**
  7944.      * Gets the public 'bi.v3.command.test' shared service.
  7945.      *
  7946.      * @return \Import1CBundle\Command\OnceRun\TestCommand
  7947.      */
  7948.     protected function getBi_V3_Command_TestService()
  7949.     {
  7950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7951.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7952.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/TestCommand.php';
  7953.         $this->services['bi.v3.command.test'] = $instance = new \Import1CBundle\Command\OnceRun\TestCommand();
  7954.         $instance->setName('bi:oncerun:test_command');
  7955.         return $instance;
  7956.     }
  7957.     /**
  7958.      * Gets the public 'bi.v3.command.test_rsync_connection' shared service.
  7959.      *
  7960.      * @return \Import1CBundle\Command\OnceRun\TestRsyncConnectionCommand
  7961.      */
  7962.     protected function getBi_V3_Command_TestRsyncConnectionService()
  7963.     {
  7964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7965.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7966.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/TestRsyncConnectionCommand.php';
  7967.         $this->services['bi.v3.command.test_rsync_connection'] = $instance = new \Import1CBundle\Command\OnceRun\TestRsyncConnectionCommand();
  7968.         $instance->setName('bi:test:rsync_connection');
  7969.         return $instance;
  7970.     }
  7971.     /**
  7972.      * Gets the public 'bi.v3.command.update_article_all' shared service.
  7973.      *
  7974.      * @return \Import1CBundle\Command\CronUpdateArticleAllCommand
  7975.      */
  7976.     protected function getBi_V3_Command_UpdateArticleAllService()
  7977.     {
  7978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7979.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  7981.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateArticleAllCommand.php';
  7982.         $this->services['bi.v3.command.update_article_all'] = $instance = new \Import1CBundle\Command\CronUpdateArticleAllCommand();
  7983.         $instance->setName('adm:cron:update_article_all');
  7984.         return $instance;
  7985.     }
  7986.     /**
  7987.      * Gets the public 'bi.v3.command.update_article_part' shared service.
  7988.      *
  7989.      * @return \Import1CBundle\Command\CronUpdateArticlePartCommand
  7990.      */
  7991.     protected function getBi_V3_Command_UpdateArticlePartService()
  7992.     {
  7993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7994.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  7996.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateArticlePartCommand.php';
  7997.         $this->services['bi.v3.command.update_article_part'] = $instance = new \Import1CBundle\Command\CronUpdateArticlePartCommand();
  7998.         $instance->setName('adm:cron:update_article_part');
  7999.         return $instance;
  8000.     }
  8001.     /**
  8002.      * Gets the public 'bi.v3.command.update_collection_all' shared service.
  8003.      *
  8004.      * @return \Import1CBundle\Command\CronUpdateCollectionCommand
  8005.      */
  8006.     protected function getBi_V3_Command_UpdateCollectionAllService()
  8007.     {
  8008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8009.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  8011.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateCollectionCommand.php';
  8012.         $this->services['bi.v3.command.update_collection_all'] = $instance = new \Import1CBundle\Command\CronUpdateCollectionCommand();
  8013.         $instance->setName('bi:cron:data_update_collection');
  8014.         return $instance;
  8015.     }
  8016.     /**
  8017.      * Gets the public 'bi.v3.command.update_color_factory' shared service.
  8018.      *
  8019.      * @return \Import1CBundle\Command\CronUpdateColorFactoryCommand
  8020.      */
  8021.     protected function getBi_V3_Command_UpdateColorFactoryService()
  8022.     {
  8023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8024.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8025.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateColorFactoryCommand.php';
  8026.         $this->services['bi.v3.command.update_color_factory'] = $instance = new \Import1CBundle\Command\CronUpdateColorFactoryCommand();
  8027.         $instance->setName('bi:cron:data_update_color_factory');
  8028.         return $instance;
  8029.     }
  8030.     /**
  8031.      * Gets the public 'bi.v3.command.update_factory_all' shared service.
  8032.      *
  8033.      * @return \Import1CBundle\Command\CronUpdateFactoryCommand
  8034.      */
  8035.     protected function getBi_V3_Command_UpdateFactoryAllService()
  8036.     {
  8037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8038.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8039.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateFactoryCommand.php';
  8040.         $this->services['bi.v3.command.update_factory_all'] = $instance = new \Import1CBundle\Command\CronUpdateFactoryCommand();
  8041.         $instance->setName('bi:cron:data_update_factory');
  8042.         return $instance;
  8043.     }
  8044.     /**
  8045.      * Gets the public 'bi.v3.command.update_interior' shared service.
  8046.      *
  8047.      * @return \Import1CBundle\Command\CronUpdateInteriorAllCommand
  8048.      */
  8049.     protected function getBi_V3_Command_UpdateInteriorService()
  8050.     {
  8051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8052.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  8054.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateInteriorAllCommand.php';
  8055.         $this->services['bi.v3.command.update_interior'] = $instance = new \Import1CBundle\Command\CronUpdateInteriorAllCommand();
  8056.         $instance->setName('bi:cron:data_update_interior');
  8057.         return $instance;
  8058.     }
  8059.     /**
  8060.      * Gets the public 'bi.v3.command.update_pd' shared service.
  8061.      *
  8062.      * @return \Import1CBundle\Command\CronUpdatePriceDiscountCommand
  8063.      */
  8064.     protected function getBi_V3_Command_UpdatePdService()
  8065.     {
  8066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8067.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8068.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdatePriceDiscountCommand.php';
  8069.         $this->services['bi.v3.command.update_pd'] = $instance = new \Import1CBundle\Command\CronUpdatePriceDiscountCommand();
  8070.         $instance->setName('bi:cron:data_update_update_pd');
  8071.         return $instance;
  8072.     }
  8073.     /**
  8074.      * Gets the public 'bi.v3.repo.article' shared service.
  8075.      *
  8076.      * @return \Import1CBundle\Repository\v3\RepoArticle
  8077.      */
  8078.     protected function getBi_V3_Repo_ArticleService()
  8079.     {
  8080.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8081.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoArticle.php';
  8082.         return $this->services['bi.v3.repo.article'] = new \Import1CBundle\Repository\v3\RepoArticle(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:Article');
  8083.     }
  8084.     /**
  8085.      * Gets the public 'bi.v3.repo.article_detail' shared service.
  8086.      *
  8087.      * @return \Import1CBundle\Repository\v3\RepoArticleDetail
  8088.      */
  8089.     protected function getBi_V3_Repo_ArticleDetailService()
  8090.     {
  8091.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8092.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoArticleDetail.php';
  8093.         return $this->services['bi.v3.repo.article_detail'] = new \Import1CBundle\Repository\v3\RepoArticleDetail(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ArticleDetail');
  8094.     }
  8095.     /**
  8096.      * Gets the public 'bi.v3.repo.bigsize_format' shared service.
  8097.      *
  8098.      * @return \Import1CBundle\Repository\v3\RepoListBigSizeFormat
  8099.      */
  8100.     protected function getBi_V3_Repo_BigsizeFormatService()
  8101.     {
  8102.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8103.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListBigSizeFormat.php';
  8104.         return $this->services['bi.v3.repo.bigsize_format'] = new \Import1CBundle\Repository\v3\RepoListBigSizeFormat(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListBigSizeFormat');
  8105.     }
  8106.     /**
  8107.      * Gets the public 'bi.v3.repo.check_list' shared service.
  8108.      *
  8109.      * @return \Import1CBundle\Repository\v3\RepoChecklist
  8110.      */
  8111.     protected function getBi_V3_Repo_CheckListService()
  8112.     {
  8113.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8114.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoChecklist.php';
  8115.         return $this->services['bi.v3.repo.check_list'] = new \Import1CBundle\Repository\v3\RepoChecklist(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:CheckList');
  8116.     }
  8117.     /**
  8118.      * Gets the public 'bi.v3.repo.collection' shared service.
  8119.      *
  8120.      * @return \Import1CBundle\Repository\v3\RepoCollection
  8121.      */
  8122.     protected function getBi_V3_Repo_CollectionService()
  8123.     {
  8124.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8125.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoCollection.php';
  8126.         return $this->services['bi.v3.repo.collection'] = new \Import1CBundle\Repository\v3\RepoCollection(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:Collection');
  8127.     }
  8128.     /**
  8129.      * Gets the public 'bi.v3.repo.country' shared service.
  8130.      *
  8131.      * @return \Import1CBundle\Repository\v3\RepoCountry
  8132.      */
  8133.     protected function getBi_V3_Repo_CountryService()
  8134.     {
  8135.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8136.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoCountry.php';
  8137.         return $this->services['bi.v3.repo.country'] = new \Import1CBundle\Repository\v3\RepoCountry(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListCountry');
  8138.     }
  8139.     /**
  8140.      * Gets the public 'bi.v3.repo.cvet' shared service.
  8141.      *
  8142.      * @return \Import1CBundle\Repository\v3\RepoCvet
  8143.      */
  8144.     protected function getBi_V3_Repo_CvetService()
  8145.     {
  8146.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8147.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoCvet.php';
  8148.         return $this->services['bi.v3.repo.cvet'] = new \Import1CBundle\Repository\v3\RepoCvet(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8149.     }
  8150.     /**
  8151.      * Gets the public 'bi.v3.repo.description' shared service.
  8152.      *
  8153.      * @return \Import1CBundle\Repository\v3\RepoListDescription
  8154.      */
  8155.     protected function getBi_V3_Repo_DescriptionService()
  8156.     {
  8157.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8158.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListDescription.php';
  8159.         return $this->services['bi.v3.repo.description'] = new \Import1CBundle\Repository\v3\RepoListDescription(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListDescription');
  8160.     }
  8161.     /**
  8162.      * Gets the public 'bi.v3.repo.draw' shared service.
  8163.      *
  8164.      * @return \Import1CBundle\Repository\v3\RepoDraw
  8165.      */
  8166.     protected function getBi_V3_Repo_DrawService()
  8167.     {
  8168.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8169.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoDraw.php';
  8170.         return $this->services['bi.v3.repo.draw'] = new \Import1CBundle\Repository\v3\RepoDraw(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8171.     }
  8172.     /**
  8173.      * Gets the public 'bi.v3.repo.draw_list' shared service.
  8174.      *
  8175.      * @return \Import1CBundle\Repository\v3\RepoListDraw
  8176.      */
  8177.     protected function getBi_V3_Repo_DrawListService()
  8178.     {
  8179.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8180.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListDraw.php';
  8181.         return $this->services['bi.v3.repo.draw_list'] = new \Import1CBundle\Repository\v3\RepoListDraw(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListDraw');
  8182.     }
  8183.     /**
  8184.      * Gets the public 'bi.v3.repo.event' shared service.
  8185.      *
  8186.      * @return \Import1CBundle\Repository\v3\RepoEvent
  8187.      */
  8188.     protected function getBi_V3_Repo_EventService()
  8189.     {
  8190.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8191.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoEvent.php';
  8192.         return $this->services['bi.v3.repo.event'] = new \Import1CBundle\Repository\v3\RepoEvent(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Import1CBundle:EventEntity''logs');
  8193.     }
  8194.     /**
  8195.      * Gets the public 'bi.v3.repo.factory' shared service.
  8196.      *
  8197.      * @return \Import1CBundle\Repository\v3\RepoFactory
  8198.      */
  8199.     protected function getBi_V3_Repo_FactoryService()
  8200.     {
  8201.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8202.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoFactory.php';
  8203.         return $this->services['bi.v3.repo.factory'] = new \Import1CBundle\Repository\v3\RepoFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:Factory');
  8204.     }
  8205.     /**
  8206.      * Gets the public 'bi.v3.repo.factory_color' shared service.
  8207.      *
  8208.      * @return \Import1CBundle\Repository\v3\RepoListFactoryColor
  8209.      */
  8210.     protected function getBi_V3_Repo_FactoryColorService()
  8211.     {
  8212.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8213.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListFactoryColor.php';
  8214.         return $this->services['bi.v3.repo.factory_color'] = new \Import1CBundle\Repository\v3\RepoListFactoryColor(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListFactoryColor');
  8215.     }
  8216.     /**
  8217.      * Gets the public 'bi.v3.repo.factory_user' shared service.
  8218.      *
  8219.      * @return \Import1CBundle\Repository\v3\RepoFactoryUser
  8220.      */
  8221.     protected function getBi_V3_Repo_FactoryUserService()
  8222.     {
  8223.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8224.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoFactoryUser.php';
  8225.         return $this->services['bi.v3.repo.factory_user'] = new \Import1CBundle\Repository\v3\RepoFactoryUser(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:FactoryUser');
  8226.     }
  8227.     /**
  8228.      * Gets the public 'bi.v3.repo.feed' shared service.
  8229.      *
  8230.      * @return \Import1CBundle\Repository\v3\RepoFeed
  8231.      */
  8232.     protected function getBi_V3_Repo_FeedService()
  8233.     {
  8234.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8235.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoFeed.php';
  8236.         return $this->services['bi.v3.repo.feed'] = new \Import1CBundle\Repository\v3\RepoFeed(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Import1CBundle:FeedItemEntity''logs');
  8237.     }
  8238.     /**
  8239.      * Gets the public 'bi.v3.repo.filter' shared service.
  8240.      *
  8241.      * @return \Import1CBundle\Repository\v3\RepoFilter
  8242.      */
  8243.     protected function getBi_V3_Repo_FilterService()
  8244.     {
  8245.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8246.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoFilter.php';
  8247.         return $this->services['bi.v3.repo.filter'] = new \Import1CBundle\Repository\v3\RepoFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:FilterEntity');
  8248.     }
  8249.     /**
  8250.      * Gets the public 'bi.v3.repo.geo_country' shared service.
  8251.      *
  8252.      * @return \Import1CBundle\Repository\v3\RepoGeoCountry
  8253.      */
  8254.     protected function getBi_V3_Repo_GeoCountryService()
  8255.     {
  8256.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8257.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoGeoCountry.php';
  8258.         return $this->services['bi.v3.repo.geo_country'] = new \Import1CBundle\Repository\v3\RepoGeoCountry(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\GeoCountryEntity');
  8259.     }
  8260.     /**
  8261.      * Gets the public 'bi.v3.repo.history' shared service.
  8262.      *
  8263.      * @return \Import1CBundle\Repository\v3\RepoHistory
  8264.      */
  8265.     protected function getBi_V3_Repo_HistoryService()
  8266.     {
  8267.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8268.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoHistory.php';
  8269.         return $this->services['bi.v3.repo.history'] = new \Import1CBundle\Repository\v3\RepoHistory(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Import1CBundle:HistoryStatusEntity''logs');
  8270.     }
  8271.     /**
  8272.      * Gets the public 'bi.v3.repo.holiday' shared service.
  8273.      *
  8274.      * @return \Import1CBundle\Repository\v4\RepoHoliday
  8275.      */
  8276.     protected function getBi_V3_Repo_HolidayService()
  8277.     {
  8278.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8279.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoHoliday.php';
  8280.         return $this->services['bi.v3.repo.holiday'] = new \Import1CBundle\Repository\v4\RepoHoliday(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8281.     }
  8282.     /**
  8283.      * Gets the public 'bi.v3.repo.idea_interior' shared service.
  8284.      *
  8285.      * @return \Import1CBundle\Repository\v3\RepoIdeaInterior
  8286.      */
  8287.     protected function getBi_V3_Repo_IdeaInteriorService()
  8288.     {
  8289.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8290.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoIdeaInterior.php';
  8291.         return $this->services['bi.v3.repo.idea_interior'] = new \Import1CBundle\Repository\v3\RepoIdeaInterior(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8292.     }
  8293.     /**
  8294.      * Gets the public 'bi.v3.repo.image_resolution' shared service.
  8295.      *
  8296.      * @return \Import1CBundle\Repository\v3\RepoImageResolution
  8297.      */
  8298.     protected function getBi_V3_Repo_ImageResolutionService()
  8299.     {
  8300.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8301.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoImageResolution.php';
  8302.         return $this->services['bi.v3.repo.image_resolution'] = new \Import1CBundle\Repository\v3\RepoImageResolution(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Import1CBundle:ImageResolutionEntity''logs');
  8303.     }
  8304.     /**
  8305.      * Gets the public 'bi.v3.repo.interior' shared service.
  8306.      *
  8307.      * @return \Import1CBundle\Repository\v3\RepoInterior
  8308.      */
  8309.     protected function getBi_V3_Repo_InteriorService()
  8310.     {
  8311.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8312.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoInterior.php';
  8313.         return $this->services['bi.v3.repo.interior'] = new \Import1CBundle\Repository\v3\RepoInterior(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:Interior');
  8314.     }
  8315.     /**
  8316.      * Gets the public 'bi.v3.repo.interior_article' shared service.
  8317.      *
  8318.      * @return \Import1CBundle\Repository\v3\RepoInteriorArticle
  8319.      */
  8320.     protected function getBi_V3_Repo_InteriorArticleService()
  8321.     {
  8322.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8323.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoInteriorArticle.php';
  8324.         return $this->services['bi.v3.repo.interior_article'] = new \Import1CBundle\Repository\v3\RepoInteriorArticle(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8325.     }
  8326.     /**
  8327.      * Gets the public 'bi.v3.repo.interior_article_coord' shared service.
  8328.      *
  8329.      * @return \Import1CBundle\Repository\v3\RepoInteriorArticleCoord
  8330.      */
  8331.     protected function getBi_V3_Repo_InteriorArticleCoordService()
  8332.     {
  8333.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8334.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoInteriorArticleCoord.php';
  8335.         return $this->services['bi.v3.repo.interior_article_coord'] = new \Import1CBundle\Repository\v3\RepoInteriorArticleCoord(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:InteriorArticle');
  8336.     }
  8337.     /**
  8338.      * Gets the public 'bi.v3.repo.interior_history' shared service.
  8339.      *
  8340.      * @return \Import1CBundle\Repository\v3\RepoInteriorHistory
  8341.      */
  8342.     protected function getBi_V3_Repo_InteriorHistoryService()
  8343.     {
  8344.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8345.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoInteriorHistory.php';
  8346.         return $this->services['bi.v3.repo.interior_history'] = new \Import1CBundle\Repository\v3\RepoInteriorHistory(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:InteriorHistory');
  8347.     }
  8348.     /**
  8349.      * Gets the public 'bi.v3.repo.list' shared service.
  8350.      *
  8351.      * @return \Import1CBundle\Repository\v3\RepoList
  8352.      */
  8353.     protected function getBi_V3_Repo_ListService()
  8354.     {
  8355.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8356.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoList.php';
  8357.         return $this->services['bi.v3.repo.list'] = new \Import1CBundle\Repository\v3\RepoList(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8358.     }
  8359.     /**
  8360.      * Gets the public 'bi.v3.repo.list_check_list' shared service.
  8361.      *
  8362.      * @return \Import1CBundle\Repository\v3\RepoListChecklist
  8363.      */
  8364.     protected function getBi_V3_Repo_ListCheckListService()
  8365.     {
  8366.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8367.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListChecklist.php';
  8368.         return $this->services['bi.v3.repo.list_check_list'] = new \Import1CBundle\Repository\v3\RepoListChecklist(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListCheckList');
  8369.     }
  8370.     /**
  8371.      * Gets the public 'bi.v3.repo.material' shared service.
  8372.      *
  8373.      * @return \Import1CBundle\Repository\v3\RepoListMaterial
  8374.      */
  8375.     protected function getBi_V3_Repo_MaterialService()
  8376.     {
  8377.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8378.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListMaterial.php';
  8379.         return $this->services['bi.v3.repo.material'] = new \Import1CBundle\Repository\v3\RepoListMaterial(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListMaterial');
  8380.     }
  8381.     /**
  8382.      * Gets the public 'bi.v3.repo.measure_size' shared service.
  8383.      *
  8384.      * @return \Import1CBundle\Repository\v3\RepoListMeasureSize
  8385.      */
  8386.     protected function getBi_V3_Repo_MeasureSizeService()
  8387.     {
  8388.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8389.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListMeasureSize.php';
  8390.         return $this->services['bi.v3.repo.measure_size'] = new \Import1CBundle\Repository\v3\RepoListMeasureSize(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListMeasureSize');
  8391.     }
  8392.     /**
  8393.      * Gets the public 'bi.v3.repo.parser' shared service.
  8394.      *
  8395.      * @return \Import1CBundle\Repository\v3\RepoListBrandParser
  8396.      */
  8397.     protected function getBi_V3_Repo_ParserService()
  8398.     {
  8399.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8400.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListBrandParser.php';
  8401.         return $this->services['bi.v3.repo.parser'] = new \Import1CBundle\Repository\v3\RepoListBrandParser(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListBrandParser');
  8402.     }
  8403.     /**
  8404.      * Gets the public 'bi.v3.repo.proizvod' shared service.
  8405.      *
  8406.      * @return \Import1CBundle\Repository\v3\RepoProizvod
  8407.      */
  8408.     protected function getBi_V3_Repo_ProizvodService()
  8409.     {
  8410.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8411.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoProizvod.php';
  8412.         return $this->services['bi.v3.repo.proizvod'] = new \Import1CBundle\Repository\v3\RepoProizvod(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8413.     }
  8414.     /**
  8415.      * Gets the public 'bi.v3.repo.sample' shared service.
  8416.      *
  8417.      * @return \Import1CBundle\Repository\v3\RepoSample
  8418.      */
  8419.     protected function getBi_V3_Repo_SampleService()
  8420.     {
  8421.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8422.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoSample.php';
  8423.         return $this->services['bi.v3.repo.sample'] = new \Import1CBundle\Repository\v3\RepoSample(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8424.     }
  8425.     /**
  8426.      * Gets the public 'bi.v3.repo.seria' shared service.
  8427.      *
  8428.      * @return \Import1CBundle\Repository\v3\RepoSeria
  8429.      */
  8430.     protected function getBi_V3_Repo_SeriaService()
  8431.     {
  8432.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8433.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoSeria.php';
  8434.         return $this->services['bi.v3.repo.seria'] = new \Import1CBundle\Repository\v3\RepoSeria(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8435.     }
  8436.     /**
  8437.      * Gets the public 'bi.v3.repo.shape' shared service.
  8438.      *
  8439.      * @return \Import1CBundle\Repository\v3\RepoListShape
  8440.      */
  8441.     protected function getBi_V3_Repo_ShapeService()
  8442.     {
  8443.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8444.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListShape.php';
  8445.         return $this->services['bi.v3.repo.shape'] = new \Import1CBundle\Repository\v3\RepoListShape(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListShape');
  8446.     }
  8447.     /**
  8448.      * Gets the public 'bi.v3.repo.texture' shared service.
  8449.      *
  8450.      * @return \Import1CBundle\Repository\v4\RepoListTexture
  8451.      */
  8452.     protected function getBi_V3_Repo_TextureService()
  8453.     {
  8454.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8455.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoListTexture.php';
  8456.         return $this->services['bi.v3.repo.texture'] = new \Import1CBundle\Repository\v4\RepoListTexture(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListTexture');
  8457.     }
  8458.     /**
  8459.      * Gets the public 'bi.v3.repo.tovar' shared service.
  8460.      *
  8461.      * @return \Import1CBundle\Repository\v3\RepoTovar
  8462.      */
  8463.     protected function getBi_V3_Repo_TovarService()
  8464.     {
  8465.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8466.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoTovar.php';
  8467.         return $this->services['bi.v3.repo.tovar'] = new \Import1CBundle\Repository\v3\RepoTovar(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8468.     }
  8469.     /**
  8470.      * Gets the public 'bi.v3.repo.type' shared service.
  8471.      *
  8472.      * @return \Import1CBundle\Repository\v3\RepoListType
  8473.      */
  8474.     protected function getBi_V3_Repo_TypeService()
  8475.     {
  8476.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8477.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListType.php';
  8478.         return $this->services['bi.v3.repo.type'] = new \Import1CBundle\Repository\v3\RepoListType(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListType');
  8479.     }
  8480.     /**
  8481.      * Gets the public 'bi.v3.repo.user' shared service.
  8482.      *
  8483.      * @return \Import1CBundle\Repository\v3\RepoUser
  8484.      */
  8485.     protected function getBi_V3_Repo_UserService()
  8486.     {
  8487.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8488.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoUser.php';
  8489.         return $this->services['bi.v3.repo.user'] = new \Import1CBundle\Repository\v3\RepoUser(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:User');
  8490.     }
  8491.     /**
  8492.      * Gets the public 'bi.v3.service.api' shared service.
  8493.      *
  8494.      * @return \Import1CBundle\Service\v3\ApiService
  8495.      */
  8496.     protected function getBi_V3_Service_ApiService()
  8497.     {
  8498.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8499.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ApiService.php';
  8500.         return $this->services['bi.v3.service.api'] = new \Import1CBundle\Service\v3\ApiService();
  8501.     }
  8502.     /**
  8503.      * Gets the public 'bi.v3.service.article' shared service.
  8504.      *
  8505.      * @return \Import1CBundle\Service\v3\ArticleService
  8506.      */
  8507.     protected function getBi_V3_Service_ArticleService()
  8508.     {
  8509.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8510.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  8511.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerApiTrait.php';
  8512.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerTrait.php';
  8513.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleService.php';
  8514.         return $this->services['bi.v3.service.article'] = new \Import1CBundle\Service\v3\ArticleService();
  8515.     }
  8516.     /**
  8517.      * Gets the public 'bi.v3.service.article_image' shared service.
  8518.      *
  8519.      * @return \Import1CBundle\Service\v3\ArticleImageService
  8520.      */
  8521.     protected function getBi_V3_Service_ArticleImageService()
  8522.     {
  8523.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleImageService.php';
  8524.         return $this->services['bi.v3.service.article_image'] = new \Import1CBundle\Service\v3\ArticleImageService();
  8525.     }
  8526.     /**
  8527.      * Gets the public 'bi.v3.service.article_update' shared service.
  8528.      *
  8529.      * @return \Import1CBundle\Service\v3\UpdateArticleService
  8530.      */
  8531.     protected function getBi_V3_Service_ArticleUpdateService()
  8532.     {
  8533.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UpdateArticleService.php';
  8534.         return $this->services['bi.v3.service.article_update'] = new \Import1CBundle\Service\v3\UpdateArticleService();
  8535.     }
  8536.     /**
  8537.      * Gets the public 'bi.v3.service.checklist' shared service.
  8538.      *
  8539.      * @return \Import1CBundle\Service\v3\CheckListService
  8540.      */
  8541.     protected function getBi_V3_Service_ChecklistService()
  8542.     {
  8543.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CheckListCalculateTrait.php';
  8544.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CheckListHandlerTrait.php';
  8545.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/CheckListService.php';
  8546.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8547.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  8548.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerApiTrait.php';
  8549.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerTrait.php';
  8550.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleService.php';
  8551.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorService.php';
  8552.         $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())));
  8553.         $instance->setListCheckList();
  8554.         return $instance;
  8555.     }
  8556.     /**
  8557.      * Gets the public 'bi.v3.service.collection' shared service.
  8558.      *
  8559.      * @return \Import1CBundle\Service\v3\CollectionService
  8560.      */
  8561.     protected function getBi_V3_Service_CollectionService()
  8562.     {
  8563.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8564.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionServiceTrait.php';
  8565.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionFormTemplateRenderTrait.php';
  8566.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/CollectionService.php';
  8567.         return $this->services['bi.v3.service.collection'] = new \Import1CBundle\Service\v3\CollectionService();
  8568.     }
  8569.     /**
  8570.      * Gets the public 'bi.v3.service.event' shared service.
  8571.      *
  8572.      * @return \Import1CBundle\Service\v3\EventService
  8573.      */
  8574.     protected function getBi_V3_Service_EventService()
  8575.     {
  8576.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8577.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/EventService.php';
  8578.         return $this->services['bi.v3.service.event'] = new \Import1CBundle\Service\v3\EventService();
  8579.     }
  8580.     /**
  8581.      * Gets the public 'bi.v3.service.factory' shared service.
  8582.      *
  8583.      * @return \Import1CBundle\Service\v3\FactoryService
  8584.      */
  8585.     protected function getBi_V3_Service_FactoryService()
  8586.     {
  8587.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8588.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FactoryService.php';
  8589.         return $this->services['bi.v3.service.factory'] = new \Import1CBundle\Service\v3\FactoryService();
  8590.     }
  8591.     /**
  8592.      * Gets the public 'bi.v3.service.feed_filtered_articles' shared autowired service.
  8593.      *
  8594.      * @return \Import1CBundle\Service\v3\FeedFilteredArticlesService
  8595.      */
  8596.     protected function getBi_V3_Service_FeedFilteredArticlesService()
  8597.     {
  8598.         include_once \dirname(__DIR__4).'/src/Import1CBundle/DTO/v3/Feed/BaseFeed.php';
  8599.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedFilteredArticlesService.php';
  8600.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8601.         if (isset($this->services['bi.v3.service.feed_filtered_articles'])) {
  8602.             return $this->services['bi.v3.service.feed_filtered_articles'];
  8603.         }
  8604.         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()));
  8605.     }
  8606.     /**
  8607.      * Gets the public 'bi.v3.service.feed_google_remarketing' shared service.
  8608.      *
  8609.      * @return \Import1CBundle\Service\v3\FeedGoogleOneRemarketingService
  8610.      */
  8611.     protected function getBi_V3_Service_FeedGoogleRemarketingService()
  8612.     {
  8613.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedMainService.php';
  8614.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedGoogleOneRemarketingService.php';
  8615.         return $this->services['bi.v3.service.feed_google_remarketing'] = new \Import1CBundle\Service\v3\FeedGoogleOneRemarketingService();
  8616.     }
  8617.     /**
  8618.      * Gets the public 'bi.v3.service.feed_google_shopping' shared service.
  8619.      *
  8620.      * @return \Import1CBundle\Service\v3\FeedGoogleTwoShoppingService
  8621.      */
  8622.     protected function getBi_V3_Service_FeedGoogleShoppingService()
  8623.     {
  8624.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedMainService.php';
  8625.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedGoogleTwoShoppingService.php';
  8626.         return $this->services['bi.v3.service.feed_google_shopping'] = new \Import1CBundle\Service\v3\FeedGoogleTwoShoppingService();
  8627.     }
  8628.     /**
  8629.      * Gets the public 'bi.v3.service.feed_remarketing' shared service.
  8630.      *
  8631.      * @return \Import1CBundle\Service\v3\FeedRemarketingService
  8632.      */
  8633.     protected function getBi_V3_Service_FeedRemarketingService()
  8634.     {
  8635.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedService.php';
  8636.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedRemarketingService.php';
  8637.         return $this->services['bi.v3.service.feed_remarketing'] = new \Import1CBundle\Service\v3\FeedRemarketingService();
  8638.     }
  8639.     /**
  8640.      * Gets the public 'bi.v3.service.feed_shopping' shared service.
  8641.      *
  8642.      * @return \Import1CBundle\Service\v3\FeedShoppingService
  8643.      */
  8644.     protected function getBi_V3_Service_FeedShoppingService()
  8645.     {
  8646.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedService.php';
  8647.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedShoppingService.php';
  8648.         return $this->services['bi.v3.service.feed_shopping'] = new \Import1CBundle\Service\v3\FeedShoppingService();
  8649.     }
  8650.     /**
  8651.      * Gets the public 'bi.v3.service.feed_shopping_w' shared service.
  8652.      *
  8653.      * @return \Import1CBundle\Service\v3\FeedShoppingWService
  8654.      */
  8655.     protected function getBi_V3_Service_FeedShoppingWService()
  8656.     {
  8657.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedService.php';
  8658.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedShoppingWService.php';
  8659.         return $this->services['bi.v3.service.feed_shopping_w'] = new \Import1CBundle\Service\v3\FeedShoppingWService();
  8660.     }
  8661.     /**
  8662.      * Gets the public 'bi.v3.service.file_system' shared service.
  8663.      *
  8664.      * @return \Import1CBundle\Service\v3\FileSystemService
  8665.      */
  8666.     protected function getBi_V3_Service_FileSystemService()
  8667.     {
  8668.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8669.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FileSystemService.php';
  8670.         return $this->services['bi.v3.service.file_system'] = new \Import1CBundle\Service\v3\FileSystemService();
  8671.     }
  8672.     /**
  8673.      * Gets the public 'bi.v3.service.filter' shared service.
  8674.      *
  8675.      * @return \Import1CBundle\Service\v3\FilterService
  8676.      */
  8677.     protected function getBi_V3_Service_FilterService()
  8678.     {
  8679.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FilterService.php';
  8680.         return $this->services['bi.v3.service.filter'] = new \Import1CBundle\Service\v3\FilterService();
  8681.     }
  8682.     /**
  8683.      * Gets the public 'bi.v3.service.history' shared service.
  8684.      *
  8685.      * @return \Import1CBundle\Service\v3\HistoryService
  8686.      */
  8687.     protected function getBi_V3_Service_HistoryService()
  8688.     {
  8689.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/HistoryService.php';
  8690.         return $this->services['bi.v3.service.history'] = new \Import1CBundle\Service\v3\HistoryService();
  8691.     }
  8692.     /**
  8693.      * Gets the public 'bi.v3.service.image' shared service.
  8694.      *
  8695.      * @return \Import1CBundle\Service\v3\ImageService
  8696.      */
  8697.     protected function getBi_V3_Service_ImageService()
  8698.     {
  8699.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageService.php';
  8700.         return $this->services['bi.v3.service.image'] = new \Import1CBundle\Service\v3\ImageService();
  8701.     }
  8702.     /**
  8703.      * Gets the public 'bi.v3.service.image_converter' shared service.
  8704.      *
  8705.      * @return \Import1CBundle\Service\v3\ImageConverterService
  8706.      */
  8707.     protected function getBi_V3_Service_ImageConverterService()
  8708.     {
  8709.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageConverterService.php';
  8710.         return $this->services['bi.v3.service.image_converter'] = new \Import1CBundle\Service\v3\ImageConverterService();
  8711.     }
  8712.     /**
  8713.      * Gets the public 'bi.v3.service.image_gd' shared service.
  8714.      *
  8715.      * @return \Import1CBundle\Service\v3\ImageGDService
  8716.      */
  8717.     protected function getBi_V3_Service_ImageGdService()
  8718.     {
  8719.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageGDService.php';
  8720.         return $this->services['bi.v3.service.image_gd'] = new \Import1CBundle\Service\v3\ImageGDService();
  8721.     }
  8722.     /**
  8723.      * Gets the public 'bi.v3.service.image_resolution' shared service.
  8724.      *
  8725.      * @return \Import1CBundle\Service\v3\ImageResolutionService
  8726.      */
  8727.     protected function getBi_V3_Service_ImageResolutionService()
  8728.     {
  8729.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageResolutionService.php';
  8730.         return $this->services['bi.v3.service.image_resolution'] = new \Import1CBundle\Service\v3\ImageResolutionService();
  8731.     }
  8732.     /**
  8733.      * Gets the public 'bi.v3.service.interior' shared service.
  8734.      *
  8735.      * @return \Import1CBundle\Service\v3\InteriorService
  8736.      */
  8737.     protected function getBi_V3_Service_InteriorService()
  8738.     {
  8739.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8740.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorService.php';
  8741.         return $this->services['bi.v3.service.interior'] = new \Import1CBundle\Service\v3\InteriorService();
  8742.     }
  8743.     /**
  8744.      * Gets the public 'bi.v3.service.interior_image' shared service.
  8745.      *
  8746.      * @return \Import1CBundle\Service\v3\InteriorImageService
  8747.      */
  8748.     protected function getBi_V3_Service_InteriorImageService()
  8749.     {
  8750.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8751.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorImageService.php';
  8752.         return $this->services['bi.v3.service.interior_image'] = new \Import1CBundle\Service\v3\InteriorImageService();
  8753.     }
  8754.     /**
  8755.      * Gets the public 'bi.v3.service.message' shared service.
  8756.      *
  8757.      * @return \Import1CBundle\Service\v3\MessageService
  8758.      */
  8759.     protected function getBi_V3_Service_MessageService()
  8760.     {
  8761.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/MessageService.php';
  8762.         return $this->services['bi.v3.service.message'] = new \Import1CBundle\Service\v3\MessageService();
  8763.     }
  8764.     /**
  8765.      * Gets the public 'bi.v3.service.once_run' shared service.
  8766.      *
  8767.      * @return \Import1CBundle\Service\v3\OnceRunService
  8768.      */
  8769.     protected function getBi_V3_Service_OnceRunService()
  8770.     {
  8771.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/OnceRunService.php';
  8772.         return $this->services['bi.v3.service.once_run'] = new \Import1CBundle\Service\v3\OnceRunService();
  8773.     }
  8774.     /**
  8775.      * Gets the public 'bi.v3.service.one_c' shared service.
  8776.      *
  8777.      * @return \Import1CBundle\Service\v3\OneCService
  8778.      */
  8779.     protected function getBi_V3_Service_OneCService()
  8780.     {
  8781.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/OneCService.php';
  8782.         return $this->services['bi.v3.service.one_c'] = new \Import1CBundle\Service\v3\OneCService();
  8783.     }
  8784.     /**
  8785.      * Gets the public 'bi.v3.service.queue' shared service.
  8786.      *
  8787.      * @return \Import1CBundle\Service\v3\QueueService
  8788.      */
  8789.     protected function getBi_V3_Service_QueueService()
  8790.     {
  8791.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/QueueService.php';
  8792.         return $this->services['bi.v3.service.queue'] = new \Import1CBundle\Service\v3\QueueService();
  8793.     }
  8794.     /**
  8795.      * Gets the public 'bi.v3.service.report' shared service.
  8796.      *
  8797.      * @return \Import1CBundle\Service\v3\ReportService
  8798.      */
  8799.     protected function getBi_V3_Service_ReportService()
  8800.     {
  8801.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ReportService.php';
  8802.         return $this->services['bi.v3.service.report'] = new \Import1CBundle\Service\v3\ReportService();
  8803.     }
  8804.     /**
  8805.      * Gets the public 'bi.v3.service.slider' shared service.
  8806.      *
  8807.      * @return \Import1CBundle\Service\v3\SliderService
  8808.      */
  8809.     protected function getBi_V3_Service_SliderService()
  8810.     {
  8811.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/SliderService.php';
  8812.         return $this->services['bi.v3.service.slider'] = new \Import1CBundle\Service\v3\SliderService();
  8813.     }
  8814.     /**
  8815.      * Gets the public 'bi.v3.service.suspend' shared service.
  8816.      *
  8817.      * @return \Import1CBundle\Service\v3\SuspendService
  8818.      */
  8819.     protected function getBi_V3_Service_SuspendService()
  8820.     {
  8821.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/SuspendService.php';
  8822.         return $this->services['bi.v3.service.suspend'] = new \Import1CBundle\Service\v3\SuspendService();
  8823.     }
  8824.     /**
  8825.      * Gets the public 'bi.v3.service.update' shared service.
  8826.      *
  8827.      * @return \Import1CBundle\Service\v3\UpdateService
  8828.      */
  8829.     protected function getBi_V3_Service_UpdateService()
  8830.     {
  8831.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateArticleTrait.php';
  8832.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/_UpdateArticleSqlTrait.php';
  8833.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  8834.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateInteriorTrait.php';
  8835.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateCollectionTrait.php';
  8836.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateFactoryTrait.php';
  8837.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UpdateService.php';
  8838.         return $this->services['bi.v3.service.update'] = new \Import1CBundle\Service\v3\UpdateService();
  8839.     }
  8840.     /**
  8841.      * Gets the public 'bi.v3.service.upload' shared service.
  8842.      *
  8843.      * @return \Import1CBundle\Service\v3\UploadService
  8844.      */
  8845.     protected function getBi_V3_Service_UploadService()
  8846.     {
  8847.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UploadService.php';
  8848.         return $this->services['bi.v3.service.upload'] = new \Import1CBundle\Service\v3\UploadService();
  8849.     }
  8850.     /**
  8851.      * Gets the public 'bi.v3.service.user' shared service.
  8852.      *
  8853.      * @return \Import1CBundle\Service\v3\UserService
  8854.      */
  8855.     protected function getBi_V3_Service_UserService()
  8856.     {
  8857.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8858.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UserService.php';
  8859.         return $this->services['bi.v3.service.user'] = new \Import1CBundle\Service\v3\UserService();
  8860.     }
  8861.     /**
  8862.      * Gets the public 'bi.v3.service.validate' shared service.
  8863.      *
  8864.      * @return \Import1CBundle\Service\v3\ValidateService
  8865.      */
  8866.     protected function getBi_V3_Service_ValidateService()
  8867.     {
  8868.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ValidateService.php';
  8869.         return $this->services['bi.v3.service.validate'] = new \Import1CBundle\Service\v3\ValidateService();
  8870.     }
  8871.     /**
  8872.      * Gets the public 'bi.v4.repo.article_description' shared service.
  8873.      *
  8874.      * @return \Import1CBundle\Repository\v4\RepoArticleDescriptionEntity
  8875.      */
  8876.     protected function getBi_V4_Repo_ArticleDescriptionService()
  8877.     {
  8878.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8879.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoArticleDescriptionEntity.php';
  8880.         return $this->services['bi.v4.repo.article_description'] = new \Import1CBundle\Repository\v4\RepoArticleDescriptionEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\Article\\ArticleDescriptionEntity');
  8881.     }
  8882.     /**
  8883.      * Gets the public 'bi.v4.repo.article_discount' shared service.
  8884.      *
  8885.      * @return \Import1CBundle\Repository\v4\RepoArticleDiscountEntity
  8886.      */
  8887.     protected function getBi_V4_Repo_ArticleDiscountService()
  8888.     {
  8889.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8890.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoArticleDiscountEntity.php';
  8891.         return $this->services['bi.v4.repo.article_discount'] = new \Import1CBundle\Repository\v4\RepoArticleDiscountEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\Article\\ArticleDiscountEntity');
  8892.     }
  8893.     /**
  8894.      * Gets the public 'bi.v4.repo.article_price' shared service.
  8895.      *
  8896.      * @return \Import1CBundle\Repository\v4\RepoArticlePriceEntity
  8897.      */
  8898.     protected function getBi_V4_Repo_ArticlePriceService()
  8899.     {
  8900.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8901.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoArticlePriceEntity.php';
  8902.         return $this->services['bi.v4.repo.article_price'] = new \Import1CBundle\Repository\v4\RepoArticlePriceEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\Article\\ArticlePriceEntity');
  8903.     }
  8904.     /**
  8905.      * Gets the public 'bi.v4.repo.article_square' shared service.
  8906.      *
  8907.      * @return \Import1CBundle\Repository\v4\RepoSquareEntity
  8908.      */
  8909.     protected function getBi_V4_Repo_ArticleSquareService()
  8910.     {
  8911.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8912.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoSquareEntity.php';
  8913.         return $this->services['bi.v4.repo.article_square'] = new \Import1CBundle\Repository\v4\RepoSquareEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\SquareEntity');
  8914.     }
  8915.     /**
  8916.      * Gets the public 'bi.v4.repo.country' shared service.
  8917.      *
  8918.      * @return \Import1CBundle\Repository\v4\RepoCountryEntity
  8919.      */
  8920.     protected function getBi_V4_Repo_CountryService()
  8921.     {
  8922.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8923.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoCountryEntity.php';
  8924.         return $this->services['bi.v4.repo.country'] = new \Import1CBundle\Repository\v4\RepoCountryEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\CountryEntity');
  8925.     }
  8926.     /**
  8927.      * Gets the public 'bi.v4.repo.currency' shared service.
  8928.      *
  8929.      * @return \Import1CBundle\Repository\v4\RepoCurrencyEntity
  8930.      */
  8931.     protected function getBi_V4_Repo_CurrencyService()
  8932.     {
  8933.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8934.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoCurrencyEntity.php';
  8935.         return $this->services['bi.v4.repo.currency'] = new \Import1CBundle\Repository\v4\RepoCurrencyEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\CurrencyEntity');
  8936.     }
  8937.     /**
  8938.      * Gets the public 'bi.v4.repo.history' shared service.
  8939.      *
  8940.      * @return \Import1CBundle\Repository\v4\RepoHistory
  8941.      */
  8942.     protected function getBi_V4_Repo_HistoryService()
  8943.     {
  8944.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8945.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoHistory.php';
  8946.         return $this->services['bi.v4.repo.history'] = new \Import1CBundle\Repository\v4\RepoHistory(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Import1CBundle:HistoryStatusEntity''logs');
  8947.     }
  8948.     /**
  8949.      * Gets the public 'bi.v4.repo.locale' shared service.
  8950.      *
  8951.      * @return \Import1CBundle\Repository\v4\RepoLocaleEntity
  8952.      */
  8953.     protected function getBi_V4_Repo_LocaleService()
  8954.     {
  8955.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8956.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoLocaleEntity.php';
  8957.         return $this->services['bi.v4.repo.locale'] = new \Import1CBundle\Repository\v4\RepoLocaleEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\LocaleEntity');
  8958.     }
  8959.     /**
  8960.      * Gets the public 'bi.v4.repo.ng_factory' shared service.
  8961.      *
  8962.      * @return \Import1CBundle\Repository\v4\RepoFactoryEntity
  8963.      */
  8964.     protected function getBi_V4_Repo_NgFactoryService()
  8965.     {
  8966.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8967.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoFactoryEntity.php';
  8968.         return $this->services['bi.v4.repo.ng_factory'] = new \Import1CBundle\Repository\v4\RepoFactoryEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\FactoryEntity');
  8969.     }
  8970.     /**
  8971.      * Gets the public 'bi.v4.repo.tovar' shared service.
  8972.      *
  8973.      * @return \Import1CBundle\Repository\v4\RepoTovar
  8974.      */
  8975.     protected function getBi_V4_Repo_TovarService()
  8976.     {
  8977.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8978.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoTovar.php';
  8979.         return $this->services['bi.v4.repo.tovar'] = new \Import1CBundle\Repository\v4\RepoTovar(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8980.     }
  8981.     /**
  8982.      * Gets the public 'bi.v4.repo.volumeprc' shared service.
  8983.      *
  8984.      * @return \Import1CBundle\Repository\v4\RepoVolumeprc
  8985.      */
  8986.     protected function getBi_V4_Repo_VolumeprcService()
  8987.     {
  8988.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8989.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoVolumeprc.php';
  8990.         return $this->services['bi.v4.repo.volumeprc'] = new \Import1CBundle\Repository\v4\RepoVolumeprc(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8991.     }
  8992.     /**
  8993.      * Gets the public 'bi.v4.service.citrix' shared service.
  8994.      *
  8995.      * @return \Import1CBundle\Service\v4\CitrixService
  8996.      */
  8997.     protected function getBi_V4_Service_CitrixService()
  8998.     {
  8999.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/CitrixService.php';
  9000.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/QueueService.php';
  9001.         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()));
  9002.     }
  9003.     /**
  9004.      * Gets the public 'bi.v4.service.file_system' shared service.
  9005.      *
  9006.      * @return \Import1CBundle\Service\v4\FileSystemService
  9007.      */
  9008.     protected function getBi_V4_Service_FileSystemService()
  9009.     {
  9010.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/FileSystemService.php';
  9011.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/ImageConverterService.php';
  9012.         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('gd'))));
  9013.     }
  9014.     /**
  9015.      * Gets the public 'bi.v4.service.holiday' shared service.
  9016.      *
  9017.      * @return \Import1CBundle\Service\v4\HolidayService
  9018.      */
  9019.     protected function getBi_V4_Service_HolidayService()
  9020.     {
  9021.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/HolidayService.php';
  9022.         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()));
  9023.     }
  9024.     /**
  9025.      * Gets the public 'bi.v4.service.image' shared service.
  9026.      *
  9027.      * @return \Import1CBundle\Service\v4\ImageService
  9028.      */
  9029.     protected function getBi_V4_Service_ImageService()
  9030.     {
  9031.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/ImageService.php';
  9032.         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()));
  9033.     }
  9034.     /**
  9035.      * Gets the public 'bi.v4.service.image_converter' shared service.
  9036.      *
  9037.      * @return \Import1CBundle\Service\v4\ImageConverterService
  9038.      */
  9039.     protected function getBi_V4_Service_ImageConverterService()
  9040.     {
  9041.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/ImageConverterService.php';
  9042.         return $this->services['bi.v4.service.image_converter'] = new \Import1CBundle\Service\v4\ImageConverterService('gd');
  9043.     }
  9044.     /**
  9045.      * Gets the public 'bi.v4.service.image_resolution' shared service.
  9046.      *
  9047.      * @return \Import1CBundle\Service\v4\ImageResolutionService
  9048.      */
  9049.     protected function getBi_V4_Service_ImageResolutionService()
  9050.     {
  9051.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/ImageResolutionService.php';
  9052.         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()));
  9053.     }
  9054.     /**
  9055.      * Gets the public 'bi.v4.service.queue' shared service.
  9056.      *
  9057.      * @return \Import1CBundle\Service\v4\QueueService
  9058.      */
  9059.     protected function getBi_V4_Service_QueueService()
  9060.     {
  9061.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/QueueService.php';
  9062.         return $this->services['bi.v4.service.queue'] = new \Import1CBundle\Service\v4\QueueService();
  9063.     }
  9064.     /**
  9065.      * Gets the public 'bi.v4.service.update' shared service.
  9066.      *
  9067.      * @return \Import1CBundle\Service\v4\UpdateService
  9068.      */
  9069.     protected function getBi_V4_Service_UpdateService()
  9070.     {
  9071.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/v4/UpdateArticleTrait.php';
  9072.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/v4/UpdateCollectionTrait.php';
  9073.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/v4/UpdateInteriorTrait.php';
  9074.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/v4/UpdateArticleDetailsTrait.php';
  9075.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/UpdateService.php';
  9076.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  9077.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/EventService.php';
  9078.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/QueueService.php';
  9079.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorImageService.php';
  9080.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/HistoryService.php';
  9081.         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()));
  9082.     }
  9083.     /**
  9084.      * Gets the public 'bi.v4.service.upload' shared service.
  9085.      *
  9086.      * @return \Import1CBundle\Service\v4\UploadService
  9087.      */
  9088.     protected function getBi_V4_Service_UploadService()
  9089.     {
  9090.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/UploadService.php';
  9091.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/QueueService.php';
  9092.         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()));
  9093.     }
  9094.     /**
  9095.      * Gets the public 'cache.app' shared service.
  9096.      *
  9097.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9098.      */
  9099.     protected function getCache_AppService()
  9100.     {
  9101.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('XFY4nUNfDZ'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  9102.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  9103.         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));
  9104.     }
  9105.     /**
  9106.      * Gets the public 'cache.app_clearer' shared service.
  9107.      *
  9108.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  9109.      */
  9110.     protected function getCache_AppClearerService()
  9111.     {
  9112.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  9113.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  9114.         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())]);
  9115.     }
  9116.     /**
  9117.      * Gets the public 'cache.global_clearer' shared service.
  9118.      *
  9119.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  9120.      */
  9121.     protected function getCache_GlobalClearerService()
  9122.     {
  9123.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  9124.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  9125.         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())]);
  9126.     }
  9127.     /**
  9128.      * Gets the public 'cache.system' shared service.
  9129.      *
  9130.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9131.      */
  9132.     protected function getCache_SystemService()
  9133.     {
  9134.         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('SJPtmkCRRn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  9135.     }
  9136.     /**
  9137.      * Gets the public 'cache.system_clearer' shared service.
  9138.      *
  9139.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  9140.      */
  9141.     protected function getCache_SystemClearerService()
  9142.     {
  9143.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  9144.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  9145.         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())]);
  9146.     }
  9147.     /**
  9148.      * Gets the public 'cache.validator_expression_language' shared service.
  9149.      *
  9150.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9151.      */
  9152.     protected function getCache_ValidatorExpressionLanguageService()
  9153.     {
  9154.         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('r3HyAZ6Rgd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  9155.     }
  9156.     /**
  9157.      * Gets the public 'cache_warmer' shared service.
  9158.      *
  9159.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  9160.      */
  9161.     protected function getCacheWarmerService()
  9162.     {
  9163.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9164.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  9165.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  9166.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  9167.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  9168.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  9169.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  9170.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  9171.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  9172.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  9173.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  9174.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  9175.         }, 9), true, ($this->targetDir.''.'/FlexApp_KernelTe_devDebugContainerDeprecations.log'));
  9176.     }
  9177.     /**
  9178.      * Gets the public 'console.command.public_alias.FlexApp\Command\SyncAllCommentsCommand' shared autowired service.
  9179.      *
  9180.      * @return \FlexApp\Command\SyncAllCommentsCommand
  9181.      */
  9182.     protected function getSyncAllCommentsCommandService()
  9183.     {
  9184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9185.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/SyncAllCommentsCommand.php';
  9186.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/GeneralDataRepo.php';
  9187.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/SQLRunner.php';
  9188.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AllDataBaseCommentsValidator.php';
  9189.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9190.         $b = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  9191.         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()));
  9192.     }
  9193.     /**
  9194.      * Gets the public 'console.command.public_alias.WebBundle\Command\CollectionImgCommand' shared service.
  9195.      *
  9196.      * @return \WebBundle\Command\CollectionImgCommand
  9197.      */
  9198.     protected function getCollectionImgCommandService()
  9199.     {
  9200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9201.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CollectionImgCommand.php';
  9202.         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()));
  9203.     }
  9204.     /**
  9205.      * Gets the public 'console.command.public_alias.WebBundle\Command\UpdateCountryFreeSampleDeliveryCommand' shared service.
  9206.      *
  9207.      * @return \WebBundle\Command\UpdateCountryFreeSampleDeliveryCommand
  9208.      */
  9209.     protected function getUpdateCountryFreeSampleDeliveryCommandService()
  9210.     {
  9211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9212.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/UpdateCountryFreeSampleDeliveryCommand.php';
  9213.         return $this->services['console.command.public_alias.WebBundle\\Command\\UpdateCountryFreeSampleDeliveryCommand'] = new \WebBundle\Command\UpdateCountryFreeSampleDeliveryCommand();
  9214.     }
  9215.     /**
  9216.      * Gets the public 'console.command.public_alias.app.command.article.update_textures' shared service.
  9217.      *
  9218.      * @return \WebBundle\Command\Disposable\CombineTextureWithStoneTextureCommand
  9219.      */
  9220.     protected function getConsole_Command_PublicAlias_App_Command_Article_UpdateTexturesService()
  9221.     {
  9222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9223.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/Disposable/CombineTextureWithStoneTextureCommand.php';
  9224.         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()));
  9225.     }
  9226.     /**
  9227.      * Gets the public 'console.command.public_alias.app.command.check_onec_service' shared service.
  9228.      *
  9229.      * @return \WebBundle\Command\CheckOneCServiceCommand
  9230.      */
  9231.     protected function getConsole_Command_PublicAlias_App_Command_CheckOnecServiceService()
  9232.     {
  9233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9234.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CheckOneCServiceCommand.php';
  9235.         return $this->services['console.command.public_alias.app.command.check_onec_service'] = new \WebBundle\Command\CheckOneCServiceCommand();
  9236.     }
  9237.     /**
  9238.      * Gets the public 'console.command.public_alias.app.command.check_rating' shared service.
  9239.      *
  9240.      * @return \WebBundle\Command\CheckRatingCollectionCommand
  9241.      */
  9242.     protected function getConsole_Command_PublicAlias_App_Command_CheckRatingService()
  9243.     {
  9244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9245.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CheckRatingCollectionCommand.php';
  9246.         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);
  9247.     }
  9248.     /**
  9249.      * Gets the public 'console.command.public_alias.app.command.clear.history' shared service.
  9250.      *
  9251.      * @return \WebBundle\Command\ClearHistoryCommand
  9252.      */
  9253.     protected function getConsole_Command_PublicAlias_App_Command_Clear_HistoryService()
  9254.     {
  9255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9256.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ClearHistoryCommand.php';
  9257.         return $this->services['console.command.public_alias.app.command.clear.history'] = new \WebBundle\Command\ClearHistoryCommand($this);
  9258.     }
  9259.     /**
  9260.      * Gets the public 'console.command.public_alias.app.command.clear_article_dublicate' shared service.
  9261.      *
  9262.      * @return \WebBundle\Command\ClearArticleDuplicateCommand
  9263.      */
  9264.     protected function getConsole_Command_PublicAlias_App_Command_ClearArticleDublicateService()
  9265.     {
  9266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9267.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ClearArticleDuplicateCommand.php';
  9268.         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);
  9269.     }
  9270.     /**
  9271.      * Gets the public 'console.command.public_alias.app.command.collection_video' shared service.
  9272.      *
  9273.      * @return \WebBundle\Command\CollectionVideoCommand
  9274.      */
  9275.     protected function getConsole_Command_PublicAlias_App_Command_CollectionVideoService()
  9276.     {
  9277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9278.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CollectionVideoCommand.php';
  9279.         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);
  9280.     }
  9281.     /**
  9282.      * Gets the public 'console.command.public_alias.app.command.cron.synch' shared service.
  9283.      *
  9284.      * @return \WebBundle\Command\SynchronizeCommand
  9285.      */
  9286.     protected function getConsole_Command_PublicAlias_App_Command_Cron_SynchService()
  9287.     {
  9288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9289.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SynchronizeCommand.php';
  9290.         return $this->services['console.command.public_alias.app.command.cron.synch'] = new \WebBundle\Command\SynchronizeCommand($this);
  9291.     }
  9292.     /**
  9293.      * Gets the public 'console.command.public_alias.app.command.cur_rate.update' shared service.
  9294.      *
  9295.      * @return \WebBundle\Command\CurRateUpdateCommand
  9296.      */
  9297.     protected function getConsole_Command_PublicAlias_App_Command_CurRate_UpdateService()
  9298.     {
  9299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9300.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CurRateUpdateCommand.php';
  9301.         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);
  9302.     }
  9303.     /**
  9304.      * Gets the public 'console.command.public_alias.app.command.factory.statupd' shared service.
  9305.      *
  9306.      * @return \WebBundle\Command\FactoryIdeasAndReviewsActualize
  9307.      */
  9308.     protected function getConsole_Command_PublicAlias_App_Command_Factory_StatupdService()
  9309.     {
  9310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9311.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/FactoryIdeasAndReviewsActualize.php';
  9312.         return $this->services['console.command.public_alias.app.command.factory.statupd'] = new \WebBundle\Command\FactoryIdeasAndReviewsActualize();
  9313.     }
  9314.     /**
  9315.      * Gets the public 'console.command.public_alias.app.command.fosub_migration_command' shared service.
  9316.      *
  9317.      * @return \WebBundle\Command\FosubMigrateCommand
  9318.      */
  9319.     protected function getConsole_Command_PublicAlias_App_Command_FosubMigrationCommandService()
  9320.     {
  9321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9322.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/FosubMigrateCommand.php';
  9323.         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()));
  9324.     }
  9325.     /**
  9326.      * Gets the public 'console.command.public_alias.app.command.idea' shared service.
  9327.      *
  9328.      * @return \WebBundle\Command\IdeaCommand
  9329.      */
  9330.     protected function getConsole_Command_PublicAlias_App_Command_IdeaService()
  9331.     {
  9332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9333.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/IdeaCommand.php';
  9334.         return $this->services['console.command.public_alias.app.command.idea'] = new \WebBundle\Command\IdeaCommand();
  9335.     }
  9336.     /**
  9337.      * Gets the public 'console.command.public_alias.app.command.idearename' shared service.
  9338.      *
  9339.      * @return \WebBundle\Command\IdeaRepDupNames
  9340.      */
  9341.     protected function getConsole_Command_PublicAlias_App_Command_IdearenameService()
  9342.     {
  9343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9344.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/IdeaRepDupNames.php';
  9345.         return $this->services['console.command.public_alias.app.command.idearename'] = new \WebBundle\Command\IdeaRepDupNames();
  9346.     }
  9347.     /**
  9348.      * Gets the public 'console.command.public_alias.app.command.msh.run' shared service.
  9349.      *
  9350.      * @return \WebBundle\Command\MshirninCommand
  9351.      */
  9352.     protected function getConsole_Command_PublicAlias_App_Command_Msh_RunService()
  9353.     {
  9354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9355.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/MshirninCommand.php';
  9356.         return $this->services['console.command.public_alias.app.command.msh.run'] = new \WebBundle\Command\MshirninCommand($this);
  9357.     }
  9358.     /**
  9359.      * Gets the public 'console.command.public_alias.app.command.order' shared service.
  9360.      *
  9361.      * @return \WebBundle\Command\OrderCommand
  9362.      */
  9363.     protected function getConsole_Command_PublicAlias_App_Command_OrderService()
  9364.     {
  9365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9366.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/OrderCommand.php';
  9367.         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()));
  9368.     }
  9369.     /**
  9370.      * Gets the public 'console.command.public_alias.app.command.order.resend1C' shared service.
  9371.      *
  9372.      * @return \WebBundle\Command\OrderReSendToOneCCommand
  9373.      */
  9374.     protected function getConsole_Command_PublicAlias_App_Command_Order_Resend1CService()
  9375.     {
  9376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9377.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/OrderReSendToOneCCommand.php';
  9378.         return $this->services['console.command.public_alias.app.command.order.resend1C'] = new \WebBundle\Command\OrderReSendToOneCCommand(($this->services['app.service.order'] ?? $this->getApp_Service_OrderService()));
  9379.     }
  9380.     /**
  9381.      * Gets the public 'console.command.public_alias.app.command.order.send-email' shared service.
  9382.      *
  9383.      * @return \WebBundle\Command\OrderSendEmailCommand
  9384.      */
  9385.     protected function getConsole_Command_PublicAlias_App_Command_Order_SendemailService()
  9386.     {
  9387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9388.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/OrderSendEmailCommand.php';
  9389.         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()));
  9390.     }
  9391.     /**
  9392.      * Gets the public 'console.command.public_alias.app.command.pars_country.command' shared service.
  9393.      *
  9394.      * @return \WebBundle\Command\ParsCountryCommand
  9395.      */
  9396.     protected function getConsole_Command_PublicAlias_App_Command_ParsCountry_CommandService()
  9397.     {
  9398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9399.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ParsCountryCommand.php';
  9400.         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);
  9401.     }
  9402.     /**
  9403.      * Gets the public 'console.command.public_alias.app.command.payment_from_one_c' shared service.
  9404.      *
  9405.      * @return \WebBundle\Command\PaymentFromOneCCommand
  9406.      */
  9407.     protected function getConsole_Command_PublicAlias_App_Command_PaymentFromOneCService()
  9408.     {
  9409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9410.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/PaymentFromOneCCommand.php';
  9411.         return $this->services['console.command.public_alias.app.command.payment_from_one_c'] = new \WebBundle\Command\PaymentFromOneCCommand();
  9412.     }
  9413.     /**
  9414.      * Gets the public 'console.command.public_alias.app.command.publiccation_fix_path' shared service.
  9415.      *
  9416.      * @return \WebBundle\Command\PublicationFixPathCommand
  9417.      */
  9418.     protected function getConsole_Command_PublicAlias_App_Command_PubliccationFixPathService()
  9419.     {
  9420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9421.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/PublicationFixPathCommand.php';
  9422.         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);
  9423.     }
  9424.     /**
  9425.      * Gets the public 'console.command.public_alias.app.command.reviews_old.command' shared service.
  9426.      *
  9427.      * @return \WebBundle\Command\ReviewsDownloadsCommand
  9428.      */
  9429.     protected function getConsole_Command_PublicAlias_App_Command_ReviewsOld_CommandService()
  9430.     {
  9431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9432.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ReviewsDownloadsCommand.php';
  9433.         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()));
  9434.     }
  9435.     /**
  9436.      * Gets the public 'console.command.public_alias.app.command.send_email_list' shared service.
  9437.      *
  9438.      * @return \WebBundle\Command\SendEmailListCommand
  9439.      */
  9440.     protected function getConsole_Command_PublicAlias_App_Command_SendEmailListService()
  9441.     {
  9442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9443.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SendEmailListCommand.php';
  9444.         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);
  9445.     }
  9446.     /**
  9447.      * Gets the public 'console.command.public_alias.app.command.send_review_invitations' shared service.
  9448.      *
  9449.      * @return \WebBundle\Command\SendReviewInvitationsCommand
  9450.      */
  9451.     protected function getConsole_Command_PublicAlias_App_Command_SendReviewInvitationsService()
  9452.     {
  9453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9454.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SendReviewInvitationsCommand.php';
  9455.         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()));
  9456.     }
  9457.     /**
  9458.      * Gets the public 'console.command.public_alias.app.command.set_coord_append_command' shared service.
  9459.      *
  9460.      * @return \WebBundle\Command\SetCoordAppendDataCommand
  9461.      */
  9462.     protected function getConsole_Command_PublicAlias_App_Command_SetCoordAppendCommandService()
  9463.     {
  9464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9465.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SetCoordAppendDataCommand.php';
  9466.         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);
  9467.     }
  9468.     /**
  9469.      * Gets the public 'console.command.public_alias.app.command.set_coord_fix_command' shared service.
  9470.      *
  9471.      * @return \WebBundle\Command\SetCoordFixDataCommand
  9472.      */
  9473.     protected function getConsole_Command_PublicAlias_App_Command_SetCoordFixCommandService()
  9474.     {
  9475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9476.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SetCoordFixDataCommand.php';
  9477.         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);
  9478.     }
  9479.     /**
  9480.      * Gets the public 'console.command.public_alias.app.command.site_collection' shared service.
  9481.      *
  9482.      * @return \WebBundle\Command\SiteCollectionCommand
  9483.      */
  9484.     protected function getConsole_Command_PublicAlias_App_Command_SiteCollectionService()
  9485.     {
  9486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9487.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SiteCollectionCommand.php';
  9488.         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);
  9489.     }
  9490.     /**
  9491.      * Gets the public 'console.command.public_alias.app.command.social.stat' shared service.
  9492.      *
  9493.      * @return \WebBundle\Command\SocialStatCommand
  9494.      */
  9495.     protected function getConsole_Command_PublicAlias_App_Command_Social_StatService()
  9496.     {
  9497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9498.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SocialStatCommand.php';
  9499.         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);
  9500.     }
  9501.     /**
  9502.      * Gets the public 'console.command.public_alias.app.command.update_user' shared service.
  9503.      *
  9504.      * @return \WebBundle\Command\UserUpdatePortalCommand
  9505.      */
  9506.     protected function getConsole_Command_PublicAlias_App_Command_UpdateUserService()
  9507.     {
  9508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9509.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/UserUpdatePortalCommand.php';
  9510.         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);
  9511.     }
  9512.     /**
  9513.      * Gets the public 'console.command.public_alias.app.command.user_resend' shared service.
  9514.      *
  9515.      * @return \WebBundle\Command\UserResendCommand
  9516.      */
  9517.     protected function getConsole_Command_PublicAlias_App_Command_UserResendService()
  9518.     {
  9519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9520.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/UserResendCommand.php';
  9521.         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()));
  9522.     }
  9523.     /**
  9524.      * Gets the public 'console.command.public_alias.app.setting.collection.command' shared service.
  9525.      *
  9526.      * @return \WebBundle\Command\SetHeaderIntoCollectionCommand
  9527.      */
  9528.     protected function getConsole_Command_PublicAlias_App_Setting_Collection_CommandService()
  9529.     {
  9530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9531.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SetHeaderIntoCollectionCommand.php';
  9532.         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()));
  9533.     }
  9534.     /**
  9535.      * Gets the public 'console.command.public_alias.command.cache.clear' shared service.
  9536.      *
  9537.      * @return \WebBundle\Command\CacheClearCommand
  9538.      */
  9539.     protected function getConsole_Command_PublicAlias_Command_Cache_ClearService()
  9540.     {
  9541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9542.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ExtendedCommand.php';
  9543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  9544.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CacheClearCommand.php';
  9545.         return $this->services['console.command.public_alias.command.cache.clear'] = new \WebBundle\Command\CacheClearCommand();
  9546.     }
  9547.     /**
  9548.      * Gets the public 'console.command.public_alias.command.collection.check' shared service.
  9549.      *
  9550.      * @return \WebBundle\Command\CollectionCheckCommand
  9551.      */
  9552.     protected function getConsole_Command_PublicAlias_Command_Collection_CheckService()
  9553.     {
  9554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9555.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CollectionCheckCommand.php';
  9556.         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);
  9557.     }
  9558.     /**
  9559.      * Gets the public 'console.command.public_alias.command.discuss.user_unid_clear' shared service.
  9560.      *
  9561.      * @return \WebBundle\Command\ClearUserInfoUserUnidCommand
  9562.      */
  9563.     protected function getConsole_Command_PublicAlias_Command_Discuss_UserUnidClearService()
  9564.     {
  9565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9566.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ClearUserInfoUserUnidCommand.php';
  9567.         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);
  9568.     }
  9569.     /**
  9570.      * Gets the public 'console.command.public_alias.command.img.check' shared service.
  9571.      *
  9572.      * @return \WebBundle\Command\ImgCheckCommand
  9573.      */
  9574.     protected function getConsole_Command_PublicAlias_Command_Img_CheckService()
  9575.     {
  9576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9577.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ImgCheckCommand.php';
  9578.         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);
  9579.     }
  9580.     /**
  9581.      * Gets the public 'console.command.public_alias.command.main.check' shared service.
  9582.      *
  9583.      * @return \WebBundle\Command\MainCheckCommand
  9584.      */
  9585.     protected function getConsole_Command_PublicAlias_Command_Main_CheckService()
  9586.     {
  9587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9588.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/MainCheckCommand.php';
  9589.         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);
  9590.     }
  9591.     /**
  9592.      * Gets the public 'console.command_loader' shared service.
  9593.      *
  9594.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  9595.      */
  9596.     protected function getConsole_CommandLoaderService()
  9597.     {
  9598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  9599.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  9600.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9601.             'FlexApp\\Command\\AddExhibitionDataCommand' => ['privates''FlexApp\\Command\\AddExhibitionDataCommand''getAddExhibitionDataCommandService'false],
  9602.             'FlexApp\\Command\\AddFilterToAdminPanelCommand' => ['privates''FlexApp\\Command\\AddFilterToAdminPanelCommand''getAddFilterToAdminPanelCommandService'false],
  9603.             'FlexApp\\Command\\AddPortalTaskIfFailsExistCommand' => ['privates''FlexApp\\Command\\AddPortalTaskIfFailsExistCommand''getAddPortalTaskIfFailsExistCommandService'false],
  9604.             'FlexApp\\Command\\AutoResendAfterFailsCommand' => ['privates''FlexApp\\Command\\AutoResendAfterFailsCommand''getAutoResendAfterFailsCommandService'false],
  9605.             'FlexApp\\Command\\BindReviewsCommand' => ['privates''FlexApp\\Command\\BindReviewsCommand''getBindReviewsCommandService'false],
  9606.             'FlexApp\\Command\\BuildCollectionSettnigsCommand' => ['privates''FlexApp\\Command\\BuildCollectionSettnigsCommand''getBuildCollectionSettnigsCommandService'false],
  9607.             'FlexApp\\Command\\CalendarCommand' => ['privates''FlexApp\\Command\\CalendarCommand''getCalendarCommandService'false],
  9608.             'FlexApp\\Command\\ChatBCommand' => ['privates''FlexApp\\Command\\ChatBCommand''getChatBCommandService'false],
  9609.             'FlexApp\\Command\\ChatBDispatchErrorEventCommand' => ['privates''FlexApp\\Command\\ChatBDispatchErrorEventCommand''getChatBDispatchErrorEventCommandService'false],
  9610.             'FlexApp\\Command\\CheckActualTranslationsCommand' => ['privates''FlexApp\\Command\\CheckActualTranslationsCommand''getCheckActualTranslationsCommandService'false],
  9611.             'FlexApp\\Command\\CheckGoogleGmailEventsCommand' => ['privates''FlexApp\\Command\\CheckGoogleGmailEventsCommand''getCheckGoogleGmailEventsCommandService'false],
  9612.             'FlexApp\\Command\\ClearCustomLogCommand' => ['privates''FlexApp\\Command\\ClearCustomLogCommand''getClearCustomLogCommandService'false],
  9613.             'FlexApp\\Command\\CommentsAddTaskForCommentsWithoutAnswerCommand' => ['privates''FlexApp\\Command\\CommentsAddTaskForCommentsWithoutAnswerCommand''getCommentsAddTaskForCommentsWithoutAnswerCommandService'false],
  9614.             'FlexApp\\Command\\ConsumeTokensCommand' => ['privates''FlexApp\\Command\\ConsumeTokensCommand''getConsumeTokensCommandService'false],
  9615.             'FlexApp\\Command\\Cron\\CronAdminJobsCommand' => ['privates''FlexApp\\Command\\Cron\\CronAdminJobsCommand''getCronAdminJobsCommandService'false],
  9616.             'FlexApp\\Command\\Cron\\CronExhSetReferenceCommand' => ['privates''FlexApp\\Command\\Cron\\CronExhSetReferenceCommand''getCronExhSetReferenceCommandService'false],
  9617.             'FlexApp\\Command\\Cron\\CronFoundAndFixRelationCommand' => ['privates''FlexApp\\Command\\Cron\\CronFoundAndFixRelationCommand''getCronFoundAndFixRelationCommandService'false],
  9618.             'FlexApp\\Command\\Cron\\CronListForGoogleAdsCommand' => ['privates''FlexApp\\Command\\Cron\\CronListForGoogleAdsCommand''getCronListForGoogleAdsCommandService'false],
  9619.             'FlexApp\\Command\\Cron\\CronParseHtmlBadLinkCommand' => ['privates''FlexApp\\Command\\Cron\\CronParseHtmlBadLinkCommand''getCronParseHtmlBadLinkCommandService'false],
  9620.             'FlexApp\\Command\\Cron\\CronParseVideoBadLinkCommand' => ['privates''FlexApp\\Command\\Cron\\CronParseVideoBadLinkCommand''getCronParseVideoBadLinkCommandService'false],
  9621.             'FlexApp\\Command\\Cron\\CronTransExCommand' => ['privates''FlexApp\\Command\\Cron\\CronTransExCommand''getCronTransExCommandService'false],
  9622.             'FlexApp\\Command\\Cron\\CrontabFillCollectionCommand' => ['privates''.FlexApp\\Command\\Cron\\CrontabFillCollectionCommand.lazy''getCrontabFillCollectionCommand_LazyService'false],
  9623.             'FlexApp\\Command\\Cron\\CrontabFillCountryCommand' => ['privates''.FlexApp\\Command\\Cron\\CrontabFillCountryCommand.lazy''getCrontabFillCountryCommand_LazyService'false],
  9624.             'FlexApp\\Command\\Cron\\CrontabFillFactoryCommand' => ['privates''.FlexApp\\Command\\Cron\\CrontabFillFactoryCommand.lazy''getCrontabFillFactoryCommand_LazyService'false],
  9625.             'FlexApp\\Command\\Cron\\CrontabFillReviewsCommand' => ['privates''.FlexApp\\Command\\Cron\\CrontabFillReviewsCommand.lazy''getCrontabFillReviewsCommand_LazyService'false],
  9626.             'FlexApp\\Command\\ExportArticleSchemeToCsvCommand' => ['privates''FlexApp\\Command\\ExportArticleSchemeToCsvCommand''getExportArticleSchemeToCsvCommandService'false],
  9627.             'FlexApp\\Command\\ExportArticlesToJsonForGoogleCommand' => ['privates''FlexApp\\Command\\ExportArticlesToJsonForGoogleCommand''getExportArticlesToJsonForGoogleCommandService'false],
  9628.             'FlexApp\\Command\\ExportCollectionsToAmazonPersonalizeCommand' => ['privates''FlexApp\\Command\\ExportCollectionsToAmazonPersonalizeCommand''getExportCollectionsToAmazonPersonalizeCommandService'false],
  9629.             'FlexApp\\Command\\ExportUserItemToAmazonPersonalizeCommand' => ['privates''FlexApp\\Command\\ExportUserItemToAmazonPersonalizeCommand''getExportUserItemToAmazonPersonalizeCommandService'false],
  9630.             'FlexApp\\Command\\ExportUsersToAmazonPersonalizeCommand' => ['privates''FlexApp\\Command\\ExportUsersToAmazonPersonalizeCommand''getExportUsersToAmazonPersonalizeCommandService'false],
  9631.             'FlexApp\\Command\\FillCapitalsCommand' => ['privates''FlexApp\\Command\\FillCapitalsCommand''getFillCapitalsCommandService'false],
  9632.             'FlexApp\\Command\\FillHolidaysCommand' => ['privates''FlexApp\\Command\\FillHolidaysCommand''getFillHolidaysCommandService'false],
  9633.             'FlexApp\\Command\\FixLocalesInLocalChangeStatisticCommand' => ['privates''FlexApp\\Command\\FixLocalesInLocalChangeStatisticCommand''getFixLocalesInLocalChangeStatisticCommandService'false],
  9634.             'FlexApp\\Command\\GetCollectionThemesStatCommand' => ['privates''FlexApp\\Command\\GetCollectionThemesStatCommand''getGetCollectionThemesStatCommandService'false],
  9635.             'FlexApp\\Command\\ImgProcessCommand' => ['privates''FlexApp\\Command\\ImgProcessCommand''getImgProcessCommandService'false],
  9636.             'FlexApp\\Command\\ImportOldSubscribersCommand' => ['privates''FlexApp\\Command\\ImportOldSubscribersCommand''getImportOldSubscribersCommandService'false],
  9637.             'FlexApp\\Command\\ImportProdDBCommand' => ['privates''FlexApp\\Command\\ImportProdDBCommand''getImportProdDBCommandService'false],
  9638.             'FlexApp\\Command\\ManualTestUnreadCountCommand' => ['privates''FlexApp\\Command\\ManualTestUnreadCountCommand''getManualTestUnreadCountCommandService'false],
  9639.             'FlexApp\\Command\\ManualTestingCommand' => ['privates''FlexApp\\Command\\ManualTestingCommand''getManualTestingCommandService'false],
  9640.             'FlexApp\\Command\\MergeContactsOnPortalCommand' => ['privates''FlexApp\\Command\\MergeContactsOnPortalCommand''getMergeContactsOnPortalCommandService'false],
  9641.             'FlexApp\\Command\\OnceLoadCurrenciesCommand' => ['privates''.FlexApp\\Command\\OnceLoadCurrenciesCommand.lazy''getOnceLoadCurrenciesCommand_LazyService'false],
  9642.             'FlexApp\\Command\\OnceLoadMeasuresCommand' => ['privates''.FlexApp\\Command\\OnceLoadMeasuresCommand.lazy''getOnceLoadMeasuresCommand_LazyService'false],
  9643.             'FlexApp\\Command\\PluralizationExampleCommand' => ['privates''FlexApp\\Command\\PluralizationExampleCommand''getPluralizationExampleCommandService'false],
  9644.             'FlexApp\\Command\\PushTestByFCMTokenCommand' => ['privates''FlexApp\\Command\\PushTestByFCMTokenCommand''getPushTestByFCMTokenCommandService'false],
  9645.             'FlexApp\\Command\\PushTestByTeTokenCommand' => ['privates''FlexApp\\Command\\PushTestByTeTokenCommand''getPushTestByTeTokenCommandService'false],
  9646.             'FlexApp\\Command\\PushTestByUserCommand' => ['privates''FlexApp\\Command\\PushTestByUserCommand''getPushTestByUserCommandService'false],
  9647.             'FlexApp\\Command\\RemoveOldComparesCommand' => ['privates''FlexApp\\Command\\RemoveOldComparesCommand''getRemoveOldComparesCommandService'false],
  9648.             'FlexApp\\Command\\RenameImageExhCommand' => ['privates''FlexApp\\Command\\RenameImageExhCommand''getRenameImageExhCommandService'false],
  9649.             'FlexApp\\Command\\SendTestEmailCommand' => ['privates''FlexApp\\Command\\SendTestEmailCommand''getSendTestEmailCommandService'false],
  9650.             'FlexApp\\Command\\SendToChatCommand' => ['privates''FlexApp\\Command\\SendToChatCommand''getSendToChatCommandService'false],
  9651.             'FlexApp\\Command\\SetSkuCommand' => ['privates''FlexApp\\Command\\SetSkuCommand''getSetSkuCommandService'false],
  9652.             'FlexApp\\Command\\TestSentryCommand' => ['privates''FlexApp\\Command\\TestSentryCommand''getTestSentryCommandService'false],
  9653.             'FlexApp\\Command\\TransferUserCountryToOrderAddressCommand' => ['privates''FlexApp\\Command\\TransferUserCountryToOrderAddressCommand''getTransferUserCountryToOrderAddressCommandService'false],
  9654.             'FlexApp\\Command\\TranslitBuildFilesCommand' => ['privates''FlexApp\\Command\\TranslitBuildFilesCommand''getTranslitBuildFilesCommandService'false],
  9655.             'FlexApp\\Command\\TretoToTeCommand' => ['privates''FlexApp\\Command\\TretoToTeCommand''getTretoToTeCommandService'false],
  9656.             'FlexApp\\Command\\UpdateInvitationEmailDeliveryStatsCommand' => ['privates''FlexApp\\Command\\UpdateInvitationEmailDeliveryStatsCommand''getUpdateInvitationEmailDeliveryStatsCommandService'false],
  9657.             'FlexApp\\Command\\UpdateUserOnPortalCommand' => ['privates''FlexApp\\Command\\UpdateUserOnPortalCommand''getUpdateUserOnPortalCommandService'false],
  9658.             'FlexApp\\Command\\UserEnteredChatCommand' => ['privates''FlexApp\\Command\\UserEnteredChatCommand''getUserEnteredChatCommandService'false],
  9659.             'FlexApp\\Command\\UserLeftChatCommand' => ['privates''FlexApp\\Command\\UserLeftChatCommand''getUserLeftChatCommandService'false],
  9660.             'FlexApp\\Command\\VisitCommand' => ['privates''FlexApp\\Command\\VisitCommand''getVisitCommandService'false],
  9661.             'bi.v3.command.sample_update' => ['services''bi.v3.command.sample_update''getBi_V3_Command_SampleUpdateService'false],
  9662.             'bi.v3.command.update_pd' => ['services''bi.v3.command.update_pd''getBi_V3_Command_UpdatePdService'false],
  9663.             'bi.v3.command.save_after_reedit' => ['services''bi.v3.command.save_after_reedit''getBi_V3_Command_SaveAfterReeditService'false],
  9664.             'bi.v3.command.save_mages_tv' => ['services''bi.v3.command.save_mages_tv''getBi_V3_Command_SaveMagesTvService'false],
  9665.             'bi.v3.command.factory.set_type' => ['services''bi.v3.command.factory.set_type''getBi_V3_Command_Factory_SetTypeService'false],
  9666.             'bi.v3.command.collection.set_header' => ['services''bi.v3.command.collection.set_header''getBi_V3_Command_Collection_SetHeaderService'false],
  9667.             'bi.v3.command.check_list_report' => ['services''bi.v3.command.check_list_report''getBi_V3_Command_CheckListReportService'false],
  9668.             'bi.v3.command.save_new_images_special' => ['services''bi.v3.command.save_new_images_special''getBi_V3_Command_SaveNewImagesSpecialService'false],
  9669.             'bi.v3.command.update_collection_all' => ['services''bi.v3.command.update_collection_all''getBi_V3_Command_UpdateCollectionAllService'false],
  9670.             'bi.v3.command.update_factory_all' => ['services''bi.v3.command.update_factory_all''getBi_V3_Command_UpdateFactoryAllService'false],
  9671.             'bi.v3.command.interior_alt' => ['services''bi.v3.command.interior_alt''getBi_V3_Command_InteriorAltService'false],
  9672.             'bi.v3.command.send_suspended_message' => ['services''bi.v3.command.send_suspended_message''getBi_V3_Command_SendSuspendedMessageService'false],
  9673.             'bi.v3.command.update_color_factory' => ['services''bi.v3.command.update_color_factory''getBi_V3_Command_UpdateColorFactoryService'false],
  9674.             'bi.v3.command.update_interior' => ['services''bi.v3.command.update_interior''getBi_V3_Command_UpdateInteriorService'false],
  9675.             'bi.v3.command.feed_google_custom' => ['services''bi.v3.command.feed_google_custom''getBi_V3_Command_FeedGoogleCustomService'false],
  9676.             'bi.v3.command.send_message_cmyk_image' => ['services''bi.v3.command.send_message_cmyk_image''getBi_V3_Command_SendMessageCmykImageService'false],
  9677.             'bi.v3.command.filter_collection' => ['services''bi.v3.command.filter_collection''getBi_V3_Command_FilterCollectionService'false],
  9678.             'bi.v3.command.data_update_draw' => ['services''bi.v3.command.data_update_draw''getBi_V3_Command_DataUpdateDrawService'false],
  9679.             'bi.v3.command.feed_shopping_single' => ['services''bi.v3.command.feed_shopping_single''getBi_V3_Command_FeedShoppingSingleService'false],
  9680.             'bi.v3.command.feed_shopping_w_single' => ['services''bi.v3.command.feed_shopping_w_single''getBi_V3_Command_FeedShoppingWSingleService'false],
  9681.             'bi.v3.command.holiday' => ['services''bi.v3.command.holiday''getBi_V3_Command_HolidayService'false],
  9682.             'bi.v3.command.shopping_update' => ['services''bi.v3.command.shopping_update''getBi_V3_Command_ShoppingUpdateService'false],
  9683.             'bi.v3.command.status_factory_change' => ['services''bi.v3.command.status_factory_change''getBi_V3_Command_StatusFactoryChangeService'false],
  9684.             'bi.v3.command.collection_video' => ['services''bi.v3.command.collection_video''getBi_V3_Command_CollectionVideoService'false],
  9685.             'bi.v3.command.feed_review' => ['services''bi.v3.command.feed_review''getBi_V3_Command_FeedReviewService'false],
  9686.             'bi.v3.command.bad_image' => ['services''bi.v3.command.bad_image''getBi_V3_Command_BadImageService'false],
  9687.             'bi.v3.command.flush_memcache_article' => ['services''bi.v3.command.flush_memcache_article''getBi_V3_Command_FlushMemcacheArticleService'false],
  9688.             'bi.v3.command.update_article_all' => ['services''bi.v3.command.update_article_all''getBi_V3_Command_UpdateArticleAllService'false],
  9689.             'bi.v3.command.update_article_part' => ['services''bi.v3.command.update_article_part''getBi_V3_Command_UpdateArticlePartService'false],
  9690.             'bi.v3.command.recomendation_articles' => ['services''bi.v3.command.recomendation_articles''getBi_V3_Command_RecomendationArticlesService'false],
  9691.             'bi.v3.command.articles_option' => ['services''bi.v3.command.articles_option''getBi_V3_Command_ArticlesOptionService'false],
  9692.             'bi.v3.command.filtered_articles_google_feed' => ['services''bi.v3.command.filtered_articles_google_feed''getBi_V3_Command_FilteredArticlesGoogleFeedService'false],
  9693.             'bi.v3.command.jobs_tube' => ['services''bi.v3.command.jobs_tube''getBi_V3_Command_JobsTubeService'false],
  9694.             'bi.v3.command.delete_tube' => ['services''bi.v3.command.delete_tube''getBi_V3_Command_DeleteTubeService'false],
  9695.             'bi.v3.command.stats_tube' => ['services''bi.v3.command.stats_tube''getBi_V3_Command_StatsTubeService'false],
  9696.             'bi.v3.command.import_queue' => ['services''bi.v3.command.import_queue''getBi_V3_Command_ImportQueueService'false],
  9697.             'bi.v3.command.test' => ['services''bi.v3.command.test''getBi_V3_Command_TestService'false],
  9698.             'bi.v3.command.search_no_source' => ['services''bi.v3.command.search_no_source''getBi_V3_Command_SearchNoSourceService'false],
  9699.             'bi.v3.command.buy_order' => ['services''bi.v3.command.buy_order''getBi_V3_Command_BuyOrderService'false],
  9700.             'bi.v3.command.iamge_more_resolution' => ['services''bi.v3.command.iamge_more_resolution''getBi_V3_Command_IamgeMoreResolutionService'false],
  9701.             'bi.v3.command.recrop_webp' => ['services''bi.v3.command.recrop_webp''getBi_V3_Command_RecropWebpService'false],
  9702.             'bi.v3.command.interior_stone_texture' => ['services''bi.v3.command.interior_stone_texture''getBi_V3_Command_InteriorStoneTextureService'false],
  9703.             'bi.v3.command.interior_equivalent_size_image' => ['services''bi.v3.command.interior_equivalent_size_image''getBi_V3_Command_InteriorEquivalentSizeImageService'false],
  9704.             'bi.v3.command.cmyk_source_image' => ['services''bi.v3.command.cmyk_source_image''getBi_V3_Command_CmykSourceImageService'false],
  9705.             'bi.v3.command.set_article_description' => ['services''bi.v3.command.set_article_description''getBi_V3_Command_SetArticleDescriptionService'false],
  9706.             'bi.v3.command.send_cmyk_convert' => ['services''bi.v3.command.send_cmyk_convert''getBi_V3_Command_SendCmykConvertService'false],
  9707.             'bi.v3.command.interior_re_crop' => ['services''bi.v3.command.interior_re_crop''getBi_V3_Command_InteriorReCropService'false],
  9708.             'bi.v3.command.factory_sync' => ['services''bi.v3.command.factory_sync''getBi_V3_Command_FactorySyncService'false],
  9709.             'bi.v3.command.google_feed_article_reviews' => ['services''bi.v3.command.google_feed_article_reviews''getBi_V3_Command_GoogleFeedArticleReviewsService'false],
  9710.             'Import1CBundle\\Command\\SyncListMeasureWithEdinicaCommand' => ['services''Import1CBundle\\Command\\SyncListMeasureWithEdinicaCommand''getSyncListMeasureWithEdinicaCommandService'false],
  9711.             'bi.v3.command.test_rsync_connection' => ['services''bi.v3.command.test_rsync_connection''getBi_V3_Command_TestRsyncConnectionService'false],
  9712.             'app.command.generate_sitemap' => ['privates''app.command.generate_sitemap''getApp_Command_GenerateSitemapService'false],
  9713.             'app.command.sphinx.article' => ['privates''app.command.sphinx.article''getApp_Command_Sphinx_ArticleService'false],
  9714.             'app.command.sphinx.count' => ['privates''app.command.sphinx.count''getApp_Command_Sphinx_CountService'false],
  9715.             'app.command.export.filters' => ['privates''app.command.export.filters''getApp_Command_Export_FiltersService'false],
  9716.             'app.command.copy.visit.visit.all' => ['privates''app.command.copy.visit.visit.all''getApp_Command_Copy_Visit_Visit_AllService'false],
  9717.             'app.command.recommendation.visit' => ['privates''app.command.recommendation.visit''getApp_Command_Recommendation_VisitService'false],
  9718.             'app.command.recommendation.order' => ['privates''app.command.recommendation.order''getApp_Command_Recommendation_OrderService'false],
  9719.             'app.command.recommendation.filter' => ['privates''app.command.recommendation.filter''getApp_Command_Recommendation_FilterService'false],
  9720.             'app.command.recommendation.unified' => ['privates''app.command.recommendation.unified''getApp_Command_Recommendation_UnifiedService'false],
  9721.             'app.command.recommendation.unified.optimized' => ['privates''app.command.recommendation.unified.optimized''getApp_Command_Recommendation_Unified_OptimizedService'false],
  9722.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  9723.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  9724.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  9725.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  9726.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  9727.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  9728.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  9729.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  9730.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  9731.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  9732.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  9733.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  9734.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  9735.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  9736.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  9737.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  9738.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  9739.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  9740.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  9741.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  9742.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  9743.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  9744.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  9745.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  9746.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  9747.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  9748.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  9749.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  9750.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  9751.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  9752.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  9753.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  9754.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  9755.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  9756.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  9757.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  9758.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  9759.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  9760.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  9761.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  9762.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  9763.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  9764.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  9765.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  9766.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  9767.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  9768.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  9769.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  9770.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  9771.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  9772.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  9773.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  9774.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  9775.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  9776.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  9777.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  9778.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  9779.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  9780.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  9781.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  9782.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  9783.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  9784.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  9785.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  9786.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  9787.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  9788.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  9789.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  9790.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  9791.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  9792.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  9793.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  9794.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  9795.             '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],
  9796.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  9797.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates''Sentry\\SentryBundle\\Command\\SentryTestCommand''getSentryTestCommandService'false],
  9798.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  9799.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  9800.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  9801.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  9802.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  9803.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  9804.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  9805.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  9806.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  9807.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  9808.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  9809.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  9810.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  9811.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  9812.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  9813.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  9814.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  9815.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  9816.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  9817.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  9818.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  9819.         ], [
  9820.             'FlexApp\\Command\\AddExhibitionDataCommand' => 'FlexApp\\Command\\AddExhibitionDataCommand',
  9821.             'FlexApp\\Command\\AddFilterToAdminPanelCommand' => 'FlexApp\\Command\\AddFilterToAdminPanelCommand',
  9822.             'FlexApp\\Command\\AddPortalTaskIfFailsExistCommand' => 'FlexApp\\Command\\AddPortalTaskIfFailsExistCommand',
  9823.             'FlexApp\\Command\\AutoResendAfterFailsCommand' => 'FlexApp\\Command\\AutoResendAfterFailsCommand',
  9824.             'FlexApp\\Command\\BindReviewsCommand' => 'FlexApp\\Command\\BindReviewsCommand',
  9825.             'FlexApp\\Command\\BuildCollectionSettnigsCommand' => 'FlexApp\\Command\\BuildCollectionSettnigsCommand',
  9826.             'FlexApp\\Command\\CalendarCommand' => 'FlexApp\\Command\\CalendarCommand',
  9827.             'FlexApp\\Command\\ChatBCommand' => 'FlexApp\\Command\\ChatBCommand',
  9828.             'FlexApp\\Command\\ChatBDispatchErrorEventCommand' => 'FlexApp\\Command\\ChatBDispatchErrorEventCommand',
  9829.             'FlexApp\\Command\\CheckActualTranslationsCommand' => 'FlexApp\\Command\\CheckActualTranslationsCommand',
  9830.             'FlexApp\\Command\\CheckGoogleGmailEventsCommand' => 'FlexApp\\Command\\CheckGoogleGmailEventsCommand',
  9831.             'FlexApp\\Command\\ClearCustomLogCommand' => 'FlexApp\\Command\\ClearCustomLogCommand',
  9832.             'FlexApp\\Command\\CommentsAddTaskForCommentsWithoutAnswerCommand' => 'FlexApp\\Command\\CommentsAddTaskForCommentsWithoutAnswerCommand',
  9833.             'FlexApp\\Command\\ConsumeTokensCommand' => 'FlexApp\\Command\\ConsumeTokensCommand',
  9834.             'FlexApp\\Command\\Cron\\CronAdminJobsCommand' => 'FlexApp\\Command\\Cron\\CronAdminJobsCommand',
  9835.             'FlexApp\\Command\\Cron\\CronExhSetReferenceCommand' => 'FlexApp\\Command\\Cron\\CronExhSetReferenceCommand',
  9836.             'FlexApp\\Command\\Cron\\CronFoundAndFixRelationCommand' => 'FlexApp\\Command\\Cron\\CronFoundAndFixRelationCommand',
  9837.             'FlexApp\\Command\\Cron\\CronListForGoogleAdsCommand' => 'FlexApp\\Command\\Cron\\CronListForGoogleAdsCommand',
  9838.             'FlexApp\\Command\\Cron\\CronParseHtmlBadLinkCommand' => 'FlexApp\\Command\\Cron\\CronParseHtmlBadLinkCommand',
  9839.             'FlexApp\\Command\\Cron\\CronParseVideoBadLinkCommand' => 'FlexApp\\Command\\Cron\\CronParseVideoBadLinkCommand',
  9840.             'FlexApp\\Command\\Cron\\CronTransExCommand' => 'FlexApp\\Command\\Cron\\CronTransExCommand',
  9841.             'FlexApp\\Command\\Cron\\CrontabFillCollectionCommand' => '?',
  9842.             'FlexApp\\Command\\Cron\\CrontabFillCountryCommand' => '?',
  9843.             'FlexApp\\Command\\Cron\\CrontabFillFactoryCommand' => '?',
  9844.             'FlexApp\\Command\\Cron\\CrontabFillReviewsCommand' => '?',
  9845.             'FlexApp\\Command\\ExportArticleSchemeToCsvCommand' => 'FlexApp\\Command\\ExportArticleSchemeToCsvCommand',
  9846.             'FlexApp\\Command\\ExportArticlesToJsonForGoogleCommand' => 'FlexApp\\Command\\ExportArticlesToJsonForGoogleCommand',
  9847.             'FlexApp\\Command\\ExportCollectionsToAmazonPersonalizeCommand' => 'FlexApp\\Command\\ExportCollectionsToAmazonPersonalizeCommand',
  9848.             'FlexApp\\Command\\ExportUserItemToAmazonPersonalizeCommand' => 'FlexApp\\Command\\ExportUserItemToAmazonPersonalizeCommand',
  9849.             'FlexApp\\Command\\ExportUsersToAmazonPersonalizeCommand' => 'FlexApp\\Command\\ExportUsersToAmazonPersonalizeCommand',
  9850.             'FlexApp\\Command\\FillCapitalsCommand' => 'FlexApp\\Command\\FillCapitalsCommand',
  9851.             'FlexApp\\Command\\FillHolidaysCommand' => 'FlexApp\\Command\\FillHolidaysCommand',
  9852.             'FlexApp\\Command\\FixLocalesInLocalChangeStatisticCommand' => 'FlexApp\\Command\\FixLocalesInLocalChangeStatisticCommand',
  9853.             'FlexApp\\Command\\GetCollectionThemesStatCommand' => 'FlexApp\\Command\\GetCollectionThemesStatCommand',
  9854.             'FlexApp\\Command\\ImgProcessCommand' => 'FlexApp\\Command\\ImgProcessCommand',
  9855.             'FlexApp\\Command\\ImportOldSubscribersCommand' => 'FlexApp\\Command\\ImportOldSubscribersCommand',
  9856.             'FlexApp\\Command\\ImportProdDBCommand' => 'FlexApp\\Command\\ImportProdDBCommand',
  9857.             'FlexApp\\Command\\ManualTestUnreadCountCommand' => 'FlexApp\\Command\\ManualTestUnreadCountCommand',
  9858.             'FlexApp\\Command\\ManualTestingCommand' => 'FlexApp\\Command\\ManualTestingCommand',
  9859.             'FlexApp\\Command\\MergeContactsOnPortalCommand' => 'FlexApp\\Command\\MergeContactsOnPortalCommand',
  9860.             'FlexApp\\Command\\OnceLoadCurrenciesCommand' => '?',
  9861.             'FlexApp\\Command\\OnceLoadMeasuresCommand' => '?',
  9862.             'FlexApp\\Command\\PluralizationExampleCommand' => 'FlexApp\\Command\\PluralizationExampleCommand',
  9863.             'FlexApp\\Command\\PushTestByFCMTokenCommand' => 'FlexApp\\Command\\PushTestByFCMTokenCommand',
  9864.             'FlexApp\\Command\\PushTestByTeTokenCommand' => 'FlexApp\\Command\\PushTestByTeTokenCommand',
  9865.             'FlexApp\\Command\\PushTestByUserCommand' => 'FlexApp\\Command\\PushTestByUserCommand',
  9866.             'FlexApp\\Command\\RemoveOldComparesCommand' => 'FlexApp\\Command\\RemoveOldComparesCommand',
  9867.             'FlexApp\\Command\\RenameImageExhCommand' => 'FlexApp\\Command\\RenameImageExhCommand',
  9868.             'FlexApp\\Command\\SendTestEmailCommand' => 'FlexApp\\Command\\SendTestEmailCommand',
  9869.             'FlexApp\\Command\\SendToChatCommand' => 'FlexApp\\Command\\SendToChatCommand',
  9870.             'FlexApp\\Command\\SetSkuCommand' => 'FlexApp\\Command\\SetSkuCommand',
  9871.             'FlexApp\\Command\\TestSentryCommand' => 'FlexApp\\Command\\TestSentryCommand',
  9872.             'FlexApp\\Command\\TransferUserCountryToOrderAddressCommand' => 'FlexApp\\Command\\TransferUserCountryToOrderAddressCommand',
  9873.             'FlexApp\\Command\\TranslitBuildFilesCommand' => 'FlexApp\\Command\\TranslitBuildFilesCommand',
  9874.             'FlexApp\\Command\\TretoToTeCommand' => 'FlexApp\\Command\\TretoToTeCommand',
  9875.             'FlexApp\\Command\\UpdateInvitationEmailDeliveryStatsCommand' => 'FlexApp\\Command\\UpdateInvitationEmailDeliveryStatsCommand',
  9876.             'FlexApp\\Command\\UpdateUserOnPortalCommand' => 'FlexApp\\Command\\UpdateUserOnPortalCommand',
  9877.             'FlexApp\\Command\\UserEnteredChatCommand' => 'FlexApp\\Command\\UserEnteredChatCommand',
  9878.             'FlexApp\\Command\\UserLeftChatCommand' => 'FlexApp\\Command\\UserLeftChatCommand',
  9879.             'FlexApp\\Command\\VisitCommand' => 'FlexApp\\Command\\VisitCommand',
  9880.             'bi.v3.command.sample_update' => 'Import1CBundle\\Command\\CronUpdateSampleCommand',
  9881.             'bi.v3.command.update_pd' => 'Import1CBundle\\Command\\CronUpdatePriceDiscountCommand',
  9882.             'bi.v3.command.save_after_reedit' => 'Import1CBundle\\Command\\CronImageSaveAfterReEditCommand',
  9883.             'bi.v3.command.save_mages_tv' => 'Import1CBundle\\Command\\CronImageSaveForTVCommand',
  9884.             'bi.v3.command.factory.set_type' => 'Import1CBundle\\Command\\CronFactoryTypeCommand',
  9885.             'bi.v3.command.collection.set_header' => 'Import1CBundle\\Command\\CronCollectionHeaderCommand',
  9886.             'bi.v3.command.check_list_report' => 'Import1CBundle\\Command\\CronCheckListReportCommand',
  9887.             'bi.v3.command.save_new_images_special' => 'Import1CBundle\\Command\\CronImageCopyImagesSpecialCommand',
  9888.             'bi.v3.command.update_collection_all' => 'Import1CBundle\\Command\\CronUpdateCollectionCommand',
  9889.             'bi.v3.command.update_factory_all' => 'Import1CBundle\\Command\\CronUpdateFactoryCommand',
  9890.             'bi.v3.command.interior_alt' => 'Import1CBundle\\Command\\CronInteriorAltCommand',
  9891.             'bi.v3.command.send_suspended_message' => 'Import1CBundle\\Command\\CronMessageSendSuspendedCommand',
  9892.             'bi.v3.command.update_color_factory' => 'Import1CBundle\\Command\\CronUpdateColorFactoryCommand',
  9893.             'bi.v3.command.update_interior' => 'Import1CBundle\\Command\\CronUpdateInteriorAllCommand',
  9894.             'bi.v3.command.feed_google_custom' => 'Import1CBundle\\Command\\CronFeedGoogleOneRemarketingCommand',
  9895.             'bi.v3.command.send_message_cmyk_image' => 'Import1CBundle\\Command\\CronMessageSendCmykImageCommand',
  9896.             'bi.v3.command.filter_collection' => 'Import1CBundle\\Command\\CronFilterCollectionCommand',
  9897.             'bi.v3.command.data_update_draw' => 'Import1CBundle\\Command\\CronUpdateDrawCommand',
  9898.             'bi.v3.command.feed_shopping_single' => 'Import1CBundle\\Command\\CronFeedShoppingSingleCommand',
  9899.             'bi.v3.command.feed_shopping_w_single' => 'Import1CBundle\\Command\\CronFeedShoppingWSingleCommand',
  9900.             'bi.v3.command.holiday' => 'Import1CBundle\\Command\\CronUpdateHolidaysCommand',
  9901.             'bi.v3.command.shopping_update' => 'Import1CBundle\\Command\\CronFeedShoppingUpdateCommand',
  9902.             'bi.v3.command.status_factory_change' => 'Import1CBundle\\Command\\CronChangeStatusFactoryMoreTwoMonthCommand',
  9903.             'bi.v3.command.collection_video' => 'Import1CBundle\\Command\\CronCollectionVideoCommand',
  9904.             'bi.v3.command.feed_review' => 'Import1CBundle\\Command\\CronFeedReviewCommand',
  9905.             'bi.v3.command.bad_image' => 'Import1CBundle\\Command\\CronMessageSendBadImageInteriorCommand',
  9906.             'bi.v3.command.flush_memcache_article' => 'Import1CBundle\\Command\\CronFlushArticleCodeCommand',
  9907.             'bi.v3.command.update_article_all' => 'Import1CBundle\\Command\\CronUpdateArticleAllCommand',
  9908.             'bi.v3.command.update_article_part' => 'Import1CBundle\\Command\\CronUpdateArticlePartCommand',
  9909.             'bi.v3.command.recomendation_articles' => 'Import1CBundle\\Command\\CronRecomendationGoogleArticlesCommand',
  9910.             'bi.v3.command.articles_option' => 'Import1CBundle\\Command\\CronArticlesOptionCommand',
  9911.             'bi.v3.command.filtered_articles_google_feed' => 'Import1CBundle\\Command\\CronFilteredArticlesGoogleFeedCommand',
  9912.             'bi.v3.command.jobs_tube' => 'Import1CBundle\\Command\\Pheanstalk\\JobsTubeCommand',
  9913.             'bi.v3.command.delete_tube' => 'Import1CBundle\\Command\\Pheanstalk\\DeleteTubeCommand',
  9914.             'bi.v3.command.stats_tube' => 'Import1CBundle\\Command\\Pheanstalk\\StatsTubeCommand',
  9915.             'bi.v3.command.import_queue' => 'Import1CBundle\\Command\\QueueHandlerCommand',
  9916.             'bi.v3.command.test' => 'Import1CBundle\\Command\\OnceRun\\TestCommand',
  9917.             'bi.v3.command.search_no_source' => 'Import1CBundle\\Command\\OnceRun\\SearchNoSourceImagesForEntityCommand',
  9918.             'bi.v3.command.buy_order' => 'Import1CBundle\\Command\\OnceRun\\GetBuyOrderCommand',
  9919.             'bi.v3.command.iamge_more_resolution' => 'Import1CBundle\\Command\\OnceRun\\RecropImagesForMoreResolutionCommand',
  9920.             'bi.v3.command.recrop_webp' => 'Import1CBundle\\Command\\OnceRun\\RecropImageWebpCommand',
  9921.             'bi.v3.command.interior_stone_texture' => 'Import1CBundle\\Command\\OnceRun\\SetInteriorStoneTexture',
  9922.             'bi.v3.command.interior_equivalent_size_image' => 'Import1CBundle\\Command\\OnceRun\\SearchEquivalentSizeImageCommand',
  9923.             'bi.v3.command.cmyk_source_image' => 'Import1CBundle\\Command\\OnceRun\\SearchCMYKSourceImageCommand',
  9924.             'bi.v3.command.set_article_description' => 'Import1CBundle\\Command\\OnceRun\\SetArticleDescriptionNew',
  9925.             'bi.v3.command.send_cmyk_convert' => 'Import1CBundle\\Command\\OnceRun\\SendMessageCmykConvertCommand',
  9926.             'bi.v3.command.interior_re_crop' => 'Import1CBundle\\Command\\OnceRun\\InteriorReCropImagesCommand',
  9927.             'bi.v3.command.factory_sync' => 'Import1CBundle\\Command\\OnceRun\\FactorySynchroCommand',
  9928.             'bi.v3.command.google_feed_article_reviews' => 'Import1CBundle\\Command\\ArticleReviewGoogleFeed\\CronArticleReviewFeedCommand',
  9929.             'Import1CBundle\\Command\\SyncListMeasureWithEdinicaCommand' => 'Import1CBundle\\Command\\SyncListMeasureWithEdinicaCommand',
  9930.             'bi.v3.command.test_rsync_connection' => 'Import1CBundle\\Command\\OnceRun\\TestRsyncConnectionCommand',
  9931.             'app.command.generate_sitemap' => 'WebBundle\\Command\\GenerateSitemapCommand',
  9932.             'app.command.sphinx.article' => 'WebBundle\\Command\\SphinxArticleCommand',
  9933.             'app.command.sphinx.count' => 'WebBundle\\Command\\SphinxCountFilterCommand',
  9934.             'app.command.export.filters' => 'WebBundle\\Command\\ExportFiltersCommand',
  9935.             'app.command.copy.visit.visit.all' => 'WebBundle\\Command\\CopyVisitToVisitAllCommand',
  9936.             'app.command.recommendation.visit' => 'WebBundle\\Command\\RecommendationVisitCommand',
  9937.             'app.command.recommendation.order' => 'WebBundle\\Command\\RecommendationOrderCommand',
  9938.             'app.command.recommendation.filter' => 'WebBundle\\Command\\RecommendationFilterCommand',
  9939.             'app.command.recommendation.unified' => 'WebBundle\\Command\\RecommendationUnifiedCommand',
  9940.             'app.command.recommendation.unified.optimized' => 'WebBundle\\Command\\RecommendationUnifiedOptimizedCommand',
  9941.             'console.command.about' => '?',
  9942.             'console.command.assets_install' => '?',
  9943.             'console.command.cache_clear' => '?',
  9944.             'console.command.cache_pool_clear' => '?',
  9945.             'console.command.cache_pool_prune' => '?',
  9946.             'console.command.cache_pool_delete' => '?',
  9947.             'console.command.cache_pool_list' => '?',
  9948.             'console.command.cache_warmup' => '?',
  9949.             'console.command.config_debug' => '?',
  9950.             'console.command.config_dump_reference' => '?',
  9951.             'console.command.container_debug' => '?',
  9952.             'console.command.container_lint' => '?',
  9953.             'console.command.debug_autowiring' => '?',
  9954.             'console.command.dotenv_debug' => '?',
  9955.             'console.command.event_dispatcher_debug' => '?',
  9956.             'console.command.messenger_consume_messages' => '?',
  9957.             'console.command.messenger_setup_transports' => '?',
  9958.             'console.command.messenger_debug' => '?',
  9959.             'console.command.messenger_stop_workers' => '?',
  9960.             'console.command.router_debug' => '?',
  9961.             'console.command.router_match' => '?',
  9962.             'console.command.translation_debug' => '?',
  9963.             'console.command.translation_extract' => '?',
  9964.             'console.command.validator_debug' => '?',
  9965.             'console.command.translation_pull' => '?',
  9966.             'console.command.translation_push' => '?',
  9967.             'console.command.xliff_lint' => '?',
  9968.             'console.command.yaml_lint' => '?',
  9969.             'console.command.form_debug' => '?',
  9970.             'console.command.secrets_set' => '?',
  9971.             'console.command.secrets_remove' => '?',
  9972.             'console.command.secrets_generate_key' => '?',
  9973.             'console.command.secrets_list' => '?',
  9974.             'console.command.secrets_decrypt_to_local' => '?',
  9975.             'console.command.secrets_encrypt_from_local' => '?',
  9976.             'twig.command.debug' => '?',
  9977.             'twig.command.lint' => '?',
  9978.             'security.command.debug_firewall' => '?',
  9979.             'security.command.user_password_encoder' => '?',
  9980.             'security.command.user_password_hash' => '?',
  9981.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  9982.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  9983.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  9984.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  9985.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  9986.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  9987.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  9988.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  9989.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  9990.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  9991.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  9992.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  9993.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  9994.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  9995.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  9996.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  9997.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  9998.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  9999.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  10000.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  10001.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  10002.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  10003.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  10004.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  10005.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  10006.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  10007.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  10008.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  10009.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  10010.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  10011.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  10012.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  10013.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  10014.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'Hautelook\\AliceBundle\\Console\\Command\\Doctrine\\DoctrineOrmLoadDataFixturesCommand',
  10015.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  10016.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  10017.             'maker.auto_command.make_auth' => '?',
  10018.             'maker.auto_command.make_command' => '?',
  10019.             'maker.auto_command.make_controller' => '?',
  10020.             'maker.auto_command.make_crud' => '?',
  10021.             'maker.auto_command.make_docker_database' => '?',
  10022.             'maker.auto_command.make_entity' => '?',
  10023.             'maker.auto_command.make_fixtures' => '?',
  10024.             'maker.auto_command.make_form' => '?',
  10025.             'maker.auto_command.make_message' => '?',
  10026.             'maker.auto_command.make_messenger_middleware' => '?',
  10027.             'maker.auto_command.make_registration_form' => '?',
  10028.             'maker.auto_command.make_reset_password' => '?',
  10029.             'maker.auto_command.make_serializer_encoder' => '?',
  10030.             'maker.auto_command.make_serializer_normalizer' => '?',
  10031.             'maker.auto_command.make_subscriber' => '?',
  10032.             'maker.auto_command.make_twig_extension' => '?',
  10033.             'maker.auto_command.make_test' => '?',
  10034.             'maker.auto_command.make_validator' => '?',
  10035.             'maker.auto_command.make_voter' => '?',
  10036.             'maker.auto_command.make_user' => '?',
  10037.             'maker.auto_command.make_migration' => '?',
  10038.         ]), ['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-capitals' => 'FlexApp\\Command\\FillCapitalsCommand''app:fill-holidays' => 'FlexApp\\Command\\FillHolidaysCommand''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-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']);
  10039.     }
  10040.     /**
  10041.      * Gets the public 'console.error_listener' shared service.
  10042.      *
  10043.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  10044.      */
  10045.     protected function getConsole_ErrorListenerService()
  10046.     {
  10047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  10048.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  10049.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10050.         $a->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  10051.         $a->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  10052.         $a->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  10053.         $a->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  10054.         $a->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  10055.         $a->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  10056.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  10057.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  10058.         $a->pushHandler(($this->privates['monolog.handler.doctrine'] ?? $this->getMonolog_Handler_DoctrineService()));
  10059.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10060.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  10061.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10062.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10063.         return $this->services['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  10064.     }
  10065.     /**
  10066.      * Gets the public 'container.env_var_processors_locator' shared service.
  10067.      *
  10068.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10069.      */
  10070.     protected function getContainer_EnvVarProcessorsLocatorService()
  10071.     {
  10072.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10073.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10074.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10075.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10076.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10077.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10078.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10079.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10080.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10081.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10082.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10083.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10084.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10085.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10086.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10087.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10088.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10089.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10090.         ], [
  10091.             'base64' => '?',
  10092.             'bool' => '?',
  10093.             'const' => '?',
  10094.             'csv' => '?',
  10095.             'default' => '?',
  10096.             'file' => '?',
  10097.             'float' => '?',
  10098.             'int' => '?',
  10099.             'json' => '?',
  10100.             'key' => '?',
  10101.             'not' => '?',
  10102.             'query_string' => '?',
  10103.             'require' => '?',
  10104.             'resolve' => '?',
  10105.             'string' => '?',
  10106.             'trim' => '?',
  10107.             'url' => '?',
  10108.         ]);
  10109.     }
  10110.     /**
  10111.      * Gets the public 'doctrine' shared service.
  10112.      *
  10113.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  10114.      */
  10115.     protected function getDoctrineService()
  10116.     {
  10117.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  10118.     }
  10119.     /**
  10120.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  10121.      *
  10122.      * @return \Doctrine\DBAL\Connection
  10123.      */
  10124.     protected function getDoctrine_Dbal_DefaultConnectionService()
  10125.     {
  10126.         $a = new \Doctrine\DBAL\Configuration();
  10127.         $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()))]));
  10128.         $this->services['doctrine.dbal.default_connection'] = $instance = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql''host' => '127.0.0.1''port' => NULL'dbname' => 'te5''user' => 'root''password' => 'MySQL20203030root_1##''charset' => 'UTF8mb4''driverOptions' => [], 'serverVersion' => 'mariadb-10.5.8''defaultTableOptions' => ['charset' => 'UTF8mb4''collate' => 'UTF8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10129.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => ['privates''FlexApp\\EventSubscriber\\RemoveUserSubscriber''getRemoveUserSubscriberService'false],
  10130.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  10131.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  10132.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  10133.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  10134.             'gedmo.listener.timestampable' => ['privates''gedmo.listener.timestampable''getGedmo_Listener_TimestampableService'false],
  10135.         ], [
  10136.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => '?',
  10137.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  10138.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  10139.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  10140.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  10141.             'gedmo.listener.timestampable' => '?',
  10142.         ]), [=> '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']);
  10143.         ($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\ConnectionConfigurator'] ?? $this->getConnectionConfiguratorService())->configure($instance);
  10144.         return $instance;
  10145.     }
  10146.     /**
  10147.      * Gets the public 'doctrine.dbal.logs_connection' shared service.
  10148.      *
  10149.      * @return \Doctrine\DBAL\Connection
  10150.      */
  10151.     protected function getDoctrine_Dbal_LogsConnectionService()
  10152.     {
  10153.         $a = new \Doctrine\DBAL\Configuration();
  10154.         $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()))]));
  10155.         $this->services['doctrine.dbal.logs_connection'] = $instance = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql''host' => '127.0.0.1''port' => NULL'dbname' => 'adm_te''user' => 'root''password' => 'MySQL20203030root_1##''charset' => 'UTF8mb4''driverOptions' => [], 'serverVersion' => 'mariadb-10.5.12''defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10156.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => ['privates''FlexApp\\EventSubscriber\\RemoveUserSubscriber''getRemoveUserSubscriberService'false],
  10157.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  10158.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  10159.             'doctrine.orm.logs_listeners.attach_entity_listeners' => ['privates''doctrine.orm.logs_listeners.attach_entity_listeners''getDoctrine_Orm_LogsListeners_AttachEntityListenersService'false],
  10160.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  10161.         ], [
  10162.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => '?',
  10163.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  10164.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  10165.             'doctrine.orm.logs_listeners.attach_entity_listeners' => '?',
  10166.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  10167.         ]), [=> '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']]), []);
  10168.         ($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\ConnectionConfigurator'] ?? $this->getConnectionConfiguratorService())->configure($instance);
  10169.         return $instance;
  10170.     }
  10171.     /**
  10172.      * Gets the public 'doctrine.dbal.oneC_connection' shared service.
  10173.      *
  10174.      * @return \Doctrine\DBAL\Connection
  10175.      */
  10176.     protected function getDoctrine_Dbal_OneCConnectionService()
  10177.     {
  10178.         $a = new \Doctrine\DBAL\Configuration();
  10179.         $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()))]));
  10180.         $this->services['doctrine.dbal.oneC_connection'] = $instance = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql''host' => '127.0.0.1''port' => NULL'dbname' => '1c''user' => 'root''password' => 'MySQL20203030root_1##''charset' => 'UTF8mb4''driverOptions' => [], 'serverVersion' => 'mariadb-10.5.12''defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10181.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => ['privates''FlexApp\\EventSubscriber\\RemoveUserSubscriber''getRemoveUserSubscriberService'false],
  10182.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  10183.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  10184.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  10185.             'doctrine.orm.oneC_listeners.attach_entity_listeners' => ['privates''doctrine.orm.oneC_listeners.attach_entity_listeners''getDoctrine_Orm_OneCListeners_AttachEntityListenersService'false],
  10186.         ], [
  10187.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => '?',
  10188.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  10189.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  10190.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  10191.             'doctrine.orm.oneC_listeners.attach_entity_listeners' => '?',
  10192.         ]), [=> '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']]), []);
  10193.         ($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\ConnectionConfigurator'] ?? $this->getConnectionConfiguratorService())->configure($instance);
  10194.         return $instance;
  10195.     }
  10196.     /**
  10197.      * Gets the public 'doctrine.dbal.unbuffered_connection' shared service.
  10198.      *
  10199.      * @return \Doctrine\DBAL\Connection
  10200.      */
  10201.     protected function getDoctrine_Dbal_UnbufferedConnectionService()
  10202.     {
  10203.         $a = new \Doctrine\DBAL\Configuration();
  10204.         $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()))]));
  10205.         $this->services['doctrine.dbal.unbuffered_connection'] = $instance = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql''host' => '127.0.0.1''port' => NULL'dbname' => 'te5''user' => 'root''password' => 'MySQL20203030root_1##''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, [
  10206.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => ['privates''FlexApp\\EventSubscriber\\RemoveUserSubscriber''getRemoveUserSubscriberService'false],
  10207.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  10208.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  10209.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  10210.         ], [
  10211.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => '?',
  10212.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  10213.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  10214.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  10215.         ]), [=> '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']);
  10216.         ($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\ConnectionConfigurator'] ?? $this->getConnectionConfiguratorService())->configure($instance);
  10217.         return $instance;
  10218.     }
  10219.     /**
  10220.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  10221.      *
  10222.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  10223.      */
  10224.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  10225.     {
  10226.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10227.             'orm_transexentity_listener' => ['services''orm_transexentity_listener''getOrmTransexentityListenerService'false],
  10228.         ], [
  10229.             'orm_transexentity_listener' => '?',
  10230.         ]));
  10231.         $instance->registerService('FlexApp\\EventListener\\ORM\\TransExEntityListener''orm_transexentity_listener');
  10232.         return $instance;
  10233.     }
  10234.     /**
  10235.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  10236.      *
  10237.      * @return \Doctrine\ORM\EntityManager
  10238.      */
  10239.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  10240.     {
  10241.         if ($lazyLoad) {
  10242.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  10243.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  10244.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  10245.                     $proxy->setProxyInitializer(null);
  10246.                     return true;
  10247.                 });
  10248.             });
  10249.         }
  10250.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  10251.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  10252.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  10253.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  10254.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  10255.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  10256.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  10257.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  10258.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  10259.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  10260.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  10261.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  10262.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  10263.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  10264.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  10265.         $a = new \Doctrine\ORM\Configuration();
  10266.         $b = ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService());
  10267.         $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  10268.         $d = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  10269.         $c->addDriver($d'WebBundle\\Entity');
  10270.         $c->addDriver($d'FlexApp\\Entity\\');
  10271.         $a->setEntityNamespaces(['WebBundle' => 'WebBundle\\Entity''custom_mapping' => 'FlexApp\\Entity\\']);
  10272.         $a->setMetadataCache($b);
  10273.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap($b));
  10274.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['doctrine.redis_cache_pool.traceable'] ?? $this->getDoctrine_RedisCachePool_TraceableService())));
  10275.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  10276.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  10277.         $a->setProxyNamespace('Proxies');
  10278.         $a->setAutoGenerateProxyClasses(true);
  10279.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  10280.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  10281.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  10282.         $a->setQuoteStrategy(($this->services['app.orm.quote.strategy'] ?? ($this->services['app.orm.quote.strategy'] = new \FlexApp\Extensions\Doctrine\Mapping\AppQuoteStrategy())));
  10283.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  10284.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  10285.         $a->addCustomStringFunction('replace''WebBundle\\DoctrineExtensions\\Query\\DqlReplaceHelper');
  10286.         $a->addCustomStringFunction('collate''WebBundle\\DoctrineExtensions\\Query\\CollateFunction');
  10287.         $a->addCustomStringFunction('regexp''WebBundle\\DoctrineExtensions\\Query\\Regexp');
  10288.         $a->addCustomStringFunction('FIELD''DoctrineExtensions\\Query\\Mysql\\Field');
  10289.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  10290.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  10291.         return $instance;
  10292.     }
  10293.     /**
  10294.      * Gets the public 'doctrine.orm.logs_entity_manager' shared service.
  10295.      *
  10296.      * @return \Doctrine\ORM\EntityManager
  10297.      */
  10298.     protected function getDoctrine_Orm_LogsEntityManagerService($lazyLoad true)
  10299.     {
  10300.         if ($lazyLoad) {
  10301.             return $this->services['doctrine.orm.logs_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  10302.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  10303.                     $wrappedInstance $this->getDoctrine_Orm_LogsEntityManagerService(false);
  10304.                     $proxy->setProxyInitializer(null);
  10305.                     return true;
  10306.                 });
  10307.             });
  10308.         }
  10309.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  10310.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  10311.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  10312.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  10313.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  10314.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  10315.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  10316.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  10317.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  10318.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  10319.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  10320.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  10321.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  10322.         $a = new \Doctrine\ORM\Configuration();
  10323.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  10324.         $c = ($this->privates['doctrine.orm.logs_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_LogsAnnotationMetadataDriverService());
  10325.         $b->addDriver($c'Import1CBundle\\Entity');
  10326.         $b->addDriver($c'AdmBundle\\Entity');
  10327.         $b->addDriver($c'FlexApp\\Entity\\');
  10328.         $a->setEntityNamespaces(['Import1CBundle' => 'Import1CBundle\\Entity''AdmBundle' => 'AdmBundle\\Entity''custom_mapping' => 'FlexApp\\Entity\\']);
  10329.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  10330.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.logs.query.traceable'] ?? $this->getCache_Doctrine_Orm_Logs_Query_TraceableService())));
  10331.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.logs.result.traceable'] ?? $this->getCache_Doctrine_Orm_Logs_Result_TraceableService())));
  10332.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  10333.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  10334.         $a->setProxyNamespace('Proxies');
  10335.         $a->setAutoGenerateProxyClasses(true);
  10336.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  10337.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  10338.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  10339.         $a->setQuoteStrategy(($this->services['app.orm.quote.strategy'] ?? ($this->services['app.orm.quote.strategy'] = new \FlexApp\Extensions\Doctrine\Mapping\AppQuoteStrategy())));
  10340.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  10341.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  10342.         $a->addCustomStringFunction('replace''WebBundle\\DoctrineExtensions\\Query\\DqlReplaceHelper');
  10343.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.logs_connection'] ?? $this->getDoctrine_Dbal_LogsConnectionService()), $a);
  10344.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  10345.         return $instance;
  10346.     }
  10347.     /**
  10348.      * Gets the public 'doctrine.orm.oneC_entity_manager' shared service.
  10349.      *
  10350.      * @return \Doctrine\ORM\EntityManager
  10351.      */
  10352.     protected function getDoctrine_Orm_OneCEntityManagerService($lazyLoad true)
  10353.     {
  10354.         if ($lazyLoad) {
  10355.             return $this->services['doctrine.orm.oneC_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  10356.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  10357.                     $wrappedInstance $this->getDoctrine_Orm_OneCEntityManagerService(false);
  10358.                     $proxy->setProxyInitializer(null);
  10359.                     return true;
  10360.                 });
  10361.             });
  10362.         }
  10363.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  10364.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  10365.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  10366.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  10367.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  10368.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  10369.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  10370.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  10371.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  10372.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  10373.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  10374.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  10375.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  10376.         $a = new \Doctrine\ORM\Configuration();
  10377.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  10378.         $c = ($this->privates['doctrine.orm.oneC_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_OneCAnnotationMetadataDriverService());
  10379.         $b->addDriver($c'WebBundle\\Entity');
  10380.         $b->addDriver($c'Import1CBundle\\Entity');
  10381.         $b->addDriver($c'FlexApp\\Entity\\');
  10382.         $a->setEntityNamespaces(['WebBundle' => 'WebBundle\\Entity''Import1CBundle' => 'Import1CBundle\\Entity''custom_mapping' => 'FlexApp\\Entity\\']);
  10383.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  10384.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.oneC.query.traceable'] ?? $this->getCache_Doctrine_Orm_OneC_Query_TraceableService())));
  10385.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.oneC.result.traceable'] ?? $this->getCache_Doctrine_Orm_OneC_Result_TraceableService())));
  10386.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  10387.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  10388.         $a->setProxyNamespace('Proxies');
  10389.         $a->setAutoGenerateProxyClasses(true);
  10390.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  10391.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  10392.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  10393.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  10394.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  10395.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  10396.         $a->addCustomStringFunction('replace''WebBundle\\DoctrineExtensions\\Query\\DqlReplaceHelper');
  10397.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.oneC_connection'] ?? $this->getDoctrine_Dbal_OneCConnectionService()), $a);
  10398.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  10399.         return $instance;
  10400.     }
  10401.     /**
  10402.      * Gets the public 'error_controller' shared service.
  10403.      *
  10404.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  10405.      */
  10406.     protected function getErrorControllerService()
  10407.     {
  10408.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  10409.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  10410.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  10411.         include_once \dirname(__DIR__4).'/src/FlexApp/Classes/TwigErrorRenderer.php';
  10412.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  10413.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10414.         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)));
  10415.     }
  10416.     /**
  10417.      * Gets the public 'event_dispatcher' shared service.
  10418.      *
  10419.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  10420.      */
  10421.     protected function getEventDispatcherService()
  10422.     {
  10423.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  10424.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10425.         $a->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  10426.         $a->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  10427.         $a->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  10428.         $a->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  10429.         $a->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  10430.         $a->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  10431.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  10432.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  10433.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  10434.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10435.         $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())));
  10436.         $instance->addListener('FlexApp\\Events\\Style43\\CommentSendToPortalFailedEvent', [=> function () {
  10437.             return ($this->privates['FlexApp\\EventListener\\CommentErrorListener'] ?? $this->getCommentErrorListenerService());
  10438.         }, => 'onSendToPortalFailed'], 0);
  10439.         $instance->addListener('FlexApp\\Events\\Style43\\CommentErrorEvent', [=> function () {
  10440.             return ($this->privates['FlexApp\\EventListener\\CommentErrorListener'] ?? $this->getCommentErrorListenerService());
  10441.         }, => 'onCommentError'], 0);
  10442.         $instance->addListener('Import1CBundle\\Event\\CollectionStatusChangeEvent', [=> function () {
  10443.             return ($this->services['Import1CBundle\\EventListener\\CollectionStatusChangeListener'] ?? ($this->services['Import1CBundle\\EventListener\\CollectionStatusChangeListener'] = new \Import1CBundle\EventListener\CollectionStatusChangeListener()));
  10444.         }, => 'onCommentError'], 0);
  10445.         $instance->addListener('Import1CBundle\\Event\\ArticleUpdateEvent', [=> function () {
  10446.             return ($this->services['Import1CBundle\\EventListener\\ArticleUpdateListener'] ?? ($this->services['Import1CBundle\\EventListener\\ArticleUpdateListener'] = new \Import1CBundle\EventListener\ArticleUpdateListener()));
  10447.         }, => 'onArticleUpdate'], 0);
  10448.         $instance->addListener('Import1CBundle\\Event\\ArticleUpdateAdding', [=> function () {
  10449.             return ($this->services['Import1CBundle\\EventListener\\ArticleUpdateAddingListener'] ?? ($this->services['Import1CBundle\\EventListener\\ArticleUpdateAddingListener'] = new \Import1CBundle\EventListener\ArticleUpdateAddingListener()));
  10450.         }, => 'onArticleUpdate'], 0);
  10451.         $instance->addListener('kernel.request', [=> function () {
  10452.             return ($this->services['app.request'] ?? $this->getApp_RequestService());
  10453.         }, => 'onKernelRequest'], 0);
  10454.         $instance->addListener('kernel.response', [=> function () {
  10455.             return ($this->services['app.response'] ?? $this->getApp_ResponseService());
  10456.         }, => 'onKernelResponse'], 0);
  10457.         $instance->addListener('security.interactive_login', [=> function () {
  10458.             return ($this->services['app.security.interactive_login_listener'] ?? $this->getApp_Security_InteractiveLoginListenerService());
  10459.         }, => 'onAuthenticationSuccess'], 0);
  10460.         $instance->addListener('kernel.controller', [=> function () {
  10461.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  10462.         }, => 'onKernelController'], 0);
  10463.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  10464.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  10465.         }, => 'checkPassport'], 1024);
  10466.         $instance->addListener('kernel.response', [=> function () {
  10467.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10468.         }, => 'onKernelResponse'], 0);
  10469.         $instance->addListener('kernel.request', [=> function () {
  10470.             return ($this->privates['mobile_detect.request_listener'] ?? $this->getMobileDetect_RequestListenerService());
  10471.         }, => 'handleRequest'], 1);
  10472.         $instance->addListener('kernel.response', [=> function () {
  10473.             return ($this->privates['mobile_detect.request_listener'] ?? $this->getMobileDetect_RequestListenerService());
  10474.         }, => 'handleResponse'], 0);
  10475.         $instance->addListener('console.command', [=> function () {
  10476.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  10477.         }, => 'handleConsoleCommandEvent'], 128);
  10478.         $instance->addListener('console.terminate', [=> function () {
  10479.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  10480.         }, => 'handleConsoleTerminateEvent'], -64);
  10481.         $instance->addListener('console.error', [=> function () {
  10482.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  10483.         }, => 'handleConsoleErrorEvent'], -64);
  10484.         $instance->addListener('kernel.exception', [=> function () {
  10485.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  10486.         }, => 'handleExceptionEvent'], 128);
  10487.         $instance->addListener('kernel.request', [=> function () {
  10488.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  10489.         }, => 'handleKernelRequestEvent'], 5);
  10490.         $instance->addListener('kernel.controller', [=> function () {
  10491.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  10492.         }, => 'handleKernelControllerEvent'], 10);
  10493.         $instance->addListener('kernel.request', [=> function () {
  10494.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  10495.         }, => 'handleKernelRequestEvent'], 3);
  10496.         $instance->addListener('kernel.finish_request', [=> function () {
  10497.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  10498.         }, => 'handleKernelFinishRequestEvent'], 5);
  10499.         $instance->addListener('kernel.request', [=> function () {
  10500.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  10501.         }, => 'handleKernelRequestEvent'], 4);
  10502.         $instance->addListener('kernel.response', [=> function () {
  10503.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  10504.         }, => 'handleKernelResponseEvent'], 15);
  10505.         $instance->addListener('kernel.terminate', [=> function () {
  10506.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  10507.         }, => 'handleKernelTerminateEvent'], 5);
  10508.         $instance->addListener('kernel.request', [=> function () {
  10509.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  10510.         }, => 'handleKernelRequestEvent'], 2);
  10511.         $instance->addListener('kernel.finish_request', [=> function () {
  10512.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  10513.         }, => 'handleKernelFinishRequestEvent'], 10);
  10514.         $instance->addListener('kernel.response', [=> function () {
  10515.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  10516.         }, => 'handleKernelResponseEvent'], 15);
  10517.         $instance->addListener('console.command', [=> function () {
  10518.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  10519.         }, => 'handleConsoleCommandEvent'], 118);
  10520.         $instance->addListener('console.terminate', [=> function () {
  10521.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  10522.         }, => 'handleConsoleTerminateEvent'], -54);
  10523.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  10524.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  10525.         }, => 'handleWorkerMessageFailedEvent'], 50);
  10526.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  10527.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  10528.         }, => 'handleWorkerMessageHandledEvent'], 50);
  10529.         $instance->addListener('kernel.request', [=> function () {
  10530.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  10531.         }, => 'handleKernelRequestEvent'], 0);
  10532.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  10533.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  10534.         }, => 'handleLoginSuccessEvent'], 0);
  10535.         $instance->addListener('kernel.request', [=> function () {
  10536.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  10537.         }, => 'onKernelRequest'], 250);
  10538.         $instance->addListener('kernel.response', [=> function () {
  10539.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  10540.         }, => 'onKernelResponse'], 0);
  10541.         $instance->addListener('kernel.response', [=> function () {
  10542.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  10543.         }, => 'onResponse'], -10);
  10544.         $instance->addListener('FlexApp\\Events\\Style43\\UserUsedStopWordsEvent', [=> function () {
  10545.             return ($this->privates['FlexApp\\EventSubscriber\\BanIpSubscriber'] ?? $this->getBanIpSubscriberService());
  10546.         }, => 'banUserIps'], 0);
  10547.         $instance->addListener('FlexApp\\Events\\Style43\\NewCommentSavedEvent', [=> function () {
  10548.             return ($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'] ?? $this->getCommentNotifyClientsSubscriberService());
  10549.         }, => 'notifyUsers'], 10);
  10550.         $instance->addListener('FlexApp\\Events\\Style43\\CommentCreateFromFormSavedSuccessfullyEvent', [=> function () {
  10551.             return ($this->privates['FlexApp\\EventSubscriber\\CommentSendToPortalSubscriber'] ?? $this->getCommentSendToPortalSubscriberService());
  10552.         }, => 'send'], -5);
  10553.         $instance->addListener('FlexApp\\Events\\Style43\\CommentUpdateFromFormSavedSuccessfullyEvent', [=> function () {
  10554.             return ($this->privates['FlexApp\\EventSubscriber\\CommentSendToPortalSubscriber'] ?? $this->getCommentSendToPortalSubscriberService());
  10555.         }, => 'send'], -5);
  10556.         $instance->addListener('FlexApp\\Events\\Style43\\ExistingCommentSavedEvent', [=> function () {
  10557.             return ($this->privates['FlexApp\\EventSubscriber\\CommentSendToPortalSubscriber'] ?? $this->getCommentSendToPortalSubscriberService());
  10558.         }, => 'sendExistingComment'], 0);
  10559.         $instance->addListener('kernel.request', [=> function () {
  10560.             return ($this->privates['FlexApp\\EventSubscriber\\EmailClickSubscriber'] ?? $this->getEmailClickSubscriberService());
  10561.         }, => 'onKernelRequest'], 2048);
  10562.         $instance->addListener('FlexApp\\Events\\Style43\\CommentErrorEvent', [=> function () {
  10563.             return ($this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'] ?? $this->getErrorNotifierSubscriberService());
  10564.         }, => 'notifyAboutCommentComponentError'], 0);
  10565.         $instance->addListener('FlexApp\\Events\\Style43\\UserErrorEvent', [=> function () {
  10566.             return ($this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'] ?? $this->getErrorNotifierSubscriberService());
  10567.         }, => 'notifyAboutUserComponentError'], 0);
  10568.         $instance->addListener('FlexApp\\Events\\Style43\\GeneralErrorEvent', [=> function () {
  10569.             return ($this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'] ?? $this->getErrorNotifierSubscriberService());
  10570.         }, => 'notifyAboutGeneralError'], 0);
  10571.         $instance->addListener('FlexApp\\Events\\Style43\\NotValidPortalApiServerRequestEvent', [=> function () {
  10572.             return ($this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'] ?? $this->getErrorNotifierSubscriberService());
  10573.         }, => 'notifyAboutGeneralError'], 0);
  10574.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  10575.             return ($this->privates['FlexApp\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  10576.         }, => 'onLogoutEvent'], 0);
  10577.         $instance->addListener('FlexApp\\Events\\UserHasEnteredTheChatEvent', [=> function () {
  10578.             return ($this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber'] ?? $this->getPortalNotifierAboutJobSeekerHasEnteredTheChatSubscriberService());
  10579.         }, => 'notifyPortal'], 0);
  10580.         $instance->addListener('FlexApp\\Events\\UserLeftChatEvent', [=> function () {
  10581.             return ($this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerLeftChatSubscriber'] ?? $this->getPortalNotifierAboutJobSeekerLeftChatSubscriberService());
  10582.         }, => 'onUserLeftChatEvent'], 0);
  10583.         $instance->addListener('FlexApp\\Events\\PortalThemeEvent', [=> function () {
  10584.             return ($this->privates['FlexApp\\EventSubscriber\\PortalThemeSetterSubscriber'] ?? $this->getPortalThemeSetterSubscriberService());
  10585.         }, => 'setThemeUnid'], 0);
  10586.         $instance->addListener('FlexApp\\Events\\Style43\\RegistrationSuccessEvent', [=> function () {
  10587.             return ($this->privates['FlexApp\\EventSubscriber\\RetieChatMessagesOnPortalSubscriber'] ?? $this->getRetieChatMessagesOnPortalSubscriberService());
  10588.         }, => 'retieChatMessagesOnPortal'], 0);
  10589.         $instance->addListener('kernel.terminate', [=> function () {
  10590.             return ($this->privates['FlexApp\\Sentry\\SentryFlushSubscriber'] ?? $this->getSentryFlushSubscriberService());
  10591.         }, => 'flush'], -1024);
  10592.         $instance->addListener('console.terminate', [=> function () {
  10593.             return ($this->privates['FlexApp\\Sentry\\SentryFlushSubscriber'] ?? $this->getSentryFlushSubscriberService());
  10594.         }, => 'flush'], -1024);
  10595.         $instance->addListener('kernel.response', [=> function () {
  10596.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  10597.         }, => 'onKernelResponse'], 0);
  10598.         $instance->addListener('kernel.response', [=> function () {
  10599.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  10600.         }, => 'onKernelResponse'], -1024);
  10601.         $instance->addListener('kernel.request', [=> function () {
  10602.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  10603.         }, => 'setDefaultLocale'], 100);
  10604.         $instance->addListener('kernel.request', [=> function () {
  10605.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  10606.         }, => 'onKernelRequest'], 16);
  10607.         $instance->addListener('kernel.finish_request', [=> function () {
  10608.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  10609.         }, => 'onKernelFinishRequest'], 0);
  10610.         $instance->addListener('kernel.request', [=> function () {
  10611.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  10612.         }, => 'onKernelRequest'], 256);
  10613.         $instance->addListener('kernel.response', [=> function () {
  10614.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  10615.         }, => 'onResponse'], -255);
  10616.         $instance->addListener('kernel.controller_arguments', [=> function () {
  10617.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  10618.         }, => 'onControllerArguments'], 0);
  10619.         $instance->addListener('kernel.exception', [=> function () {
  10620.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  10621.         }, => 'logKernelException'], 0);
  10622.         $instance->addListener('kernel.exception', [=> function () {
  10623.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  10624.         }, => 'onKernelException'], -128);
  10625.         $instance->addListener('kernel.response', [=> function () {
  10626.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  10627.         }, => 'removeCspHeader'], -128);
  10628.         $instance->addListener('kernel.request', [=> function () {
  10629.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  10630.         }, => 'onKernelRequest'], 15);
  10631.         $instance->addListener('kernel.finish_request', [=> function () {
  10632.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  10633.         }, => 'onKernelFinishRequest'], -15);
  10634.         $instance->addListener('console.error', [=> function () {
  10635.             return ($this->services['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  10636.         }, => 'onConsoleError'], -128);
  10637.         $instance->addListener('console.terminate', [=> function () {
  10638.             return ($this->services['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  10639.         }, => 'onConsoleTerminate'], -128);
  10640.         $instance->addListener('console.error', [=> function () {
  10641.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  10642.         }, => 'onConsoleError'], 0);
  10643.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  10644.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  10645.         }, => 'onMessage'], -255);
  10646.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  10647.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  10648.         }, => 'onMessage'], -255);
  10649.         $instance->addListener('kernel.response', [=> function () {
  10650.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  10651.         }, => 'onKernelResponse'], 0);
  10652.         $instance->addListener('kernel.request', [=> function () {
  10653.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  10654.         }, => 'onKernelRequest'], 48);
  10655.         $instance->addListener('kernel.request', [=> function () {
  10656.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  10657.         }, => 'configure'], 2048);
  10658.         $instance->addListener('console.command', [=> function () {
  10659.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  10660.         }, => 'configure'], 2048);
  10661.         $instance->addListener('kernel.request', [=> function () {
  10662.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  10663.         }, => 'onKernelRequest'], 32);
  10664.         $instance->addListener('kernel.finish_request', [=> function () {
  10665.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  10666.         }, => 'onKernelFinishRequest'], 0);
  10667.         $instance->addListener('kernel.exception', [=> function () {
  10668.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  10669.         }, => 'onKernelException'], -64);
  10670.         $instance->addListener('kernel.request', [=> function () {
  10671.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  10672.         }, => 'onKernelRequest'], 128);
  10673.         $instance->addListener('kernel.response', [=> function () {
  10674.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  10675.         }, => 'onKernelResponse'], -1000);
  10676.         $instance->addListener('kernel.finish_request', [=> function () {
  10677.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  10678.         }, => 'onFinishRequest'], 0);
  10679.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  10680.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  10681.         }, => 'onMessageFailed'], 100);
  10682.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  10683.             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()));
  10684.         }, => 'onMessageFailed'], 200);
  10685.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  10686.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  10687.         }, => 'onWorkerRunning'], 100);
  10688.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  10689.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  10690.         }, => 'onWorkerStarted'], 0);
  10691.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  10692.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  10693.         }, => 'onWorkerRunning'], 0);
  10694.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  10695.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  10696.         }, => 'onWorkerStarted'], 100);
  10697.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  10698.             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()));
  10699.         }, => 'onMessageFailed'], 0);
  10700.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  10701.             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()));
  10702.         }, => 'onWorkerRunning'], 0);
  10703.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  10704.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  10705.         }, => 'onNotification'], -255);
  10706.         $instance->addListener('kernel.response', [=> function () {
  10707.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  10708.         }, => 'onKernelResponse'], -100);
  10709.         $instance->addListener('kernel.exception', [=> function () {
  10710.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  10711.         }, => 'onKernelException'], 0);
  10712.         $instance->addListener('kernel.terminate', [=> function () {
  10713.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  10714.         }, => 'onKernelTerminate'], -1024);
  10715.         $instance->addListener('kernel.controller', [=> function () {
  10716.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  10717.         }, => 'onKernelController'], 0);
  10718.         $instance->addListener('kernel.response', [=> function () {
  10719.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  10720.         }, => 'onKernelResponse'], 0);
  10721.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  10722.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  10723.         }, => 'onMessage'], 0);
  10724.         $instance->addListener('kernel.response', [=> function () {
  10725.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  10726.         }, => 'onKernelResponse'], 0);
  10727.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  10728.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  10729.         }, => 'checkPassport'], 0);
  10730.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  10731.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  10732.         }, => 'onLoginSuccess'], 0);
  10733.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  10734.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  10735.         }, => 'onVoterVote'], 0);
  10736.         $instance->addListener('kernel.request', [=> function () {
  10737.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  10738.         }, => 'configureLogoutUrlGenerator'], 8);
  10739.         $instance->addListener('kernel.request', [=> function () {
  10740.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  10741.         }, => 'onKernelRequest'], 8);
  10742.         $instance->addListener('kernel.finish_request', [=> function () {
  10743.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  10744.         }, => 'onKernelFinishRequest'], 0);
  10745.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  10746.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  10747.         }, => 'onWorkerMessageHandled'], 0);
  10748.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  10749.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  10750.         }, => 'onWorkerMessageFailed'], 0);
  10751.         $instance->addListener('kernel.controller', [=> function () {
  10752.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  10753.         }, => 'onKernelController'], 0);
  10754.         $instance->addListener('kernel.controller', [=> function () {
  10755.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  10756.         }, => 'onKernelController'], 0);
  10757.         $instance->addListener('kernel.controller', [=> function () {
  10758.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  10759.         }, => 'onKernelController'], -128);
  10760.         $instance->addListener('kernel.view', [=> function () {
  10761.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  10762.         }, => 'onKernelView'], 0);
  10763.         $instance->addListener('kernel.controller', [=> function () {
  10764.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  10765.         }, => 'onKernelController'], 0);
  10766.         $instance->addListener('kernel.response', [=> function () {
  10767.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  10768.         }, => 'onKernelResponse'], 0);
  10769.         $instance->addListener('kernel.controller_arguments', [=> function () {
  10770.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  10771.         }, => 'onKernelControllerArguments'], 0);
  10772.         $instance->addListener('kernel.controller_arguments', [=> function () {
  10773.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  10774.         }, => 'onKernelControllerArguments'], 0);
  10775.         $instance->addListener('kernel.view', [=> function () {
  10776.             return ($this->privates['sensio_framework_extra.psr7.listener.response'] ?? $this->getSensioFrameworkExtra_Psr7_Listener_ResponseService());
  10777.         }, => 'onKernelView'], 0);
  10778.         $instance->addListener('console.command', [=> function () {
  10779.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  10780.         }, => 'onCommand'], 255);
  10781.         $instance->addListener('console.terminate', [=> function () {
  10782.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  10783.         }, => 'onTerminate'], -255);
  10784.         $instance->addListener('kernel.exception', [=> function () {
  10785.             return ($this->services['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  10786.         }, => 'onException'], 0);
  10787.         $instance->addListener('kernel.terminate', [=> function () {
  10788.             return ($this->services['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  10789.         }, => 'onTerminate'], 0);
  10790.         $instance->addListener('console.error', [=> function () {
  10791.             return ($this->services['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  10792.         }, => 'onException'], 0);
  10793.         $instance->addListener('console.terminate', [=> function () {
  10794.             return ($this->services['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  10795.         }, => 'onTerminate'], 0);
  10796.         $instance->addListener('kernel.response', [=> function () {
  10797.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  10798.         }, => 'onKernelResponse'], -128);
  10799.         $instance->addListener('console.error', [=> function () {
  10800.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  10801.         }, => 'onConsoleError'], 0);
  10802.         $instance->addListener('console.terminate', [=> function () {
  10803.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  10804.         }, => 'onConsoleTerminate'], 0);
  10805.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  10806.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  10807.         }, => 'checkPassport'], 512);
  10808.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  10809.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  10810.         }, => 'onLogout'], 0);
  10811.         return $instance;
  10812.     }
  10813.     /**
  10814.      * Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
  10815.      *
  10816.      * @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
  10817.      */
  10818.     protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad true)
  10819.     {
  10820.         if ($lazyLoad) {
  10821.             return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
  10822.                 return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  10823.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
  10824.                     $proxy->setProxyInitializer(null);
  10825.                     return true;
  10826.                 });
  10827.             });
  10828.         }
  10829.         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()));
  10830.     }
  10831.     /**
  10832.      * Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
  10833.      *
  10834.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
  10835.      */
  10836.     protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad true)
  10837.     {
  10838.         if ($lazyLoad) {
  10839.             return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
  10840.                 return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  10841.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
  10842.                     $proxy->setProxyInitializer(null);
  10843.                     return true;
  10844.                 });
  10845.             });
  10846.         }
  10847.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10848.     }
  10849.     /**
  10850.      * Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
  10851.      *
  10852.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
  10853.      */
  10854.     protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad true)
  10855.     {
  10856.         if ($lazyLoad) {
  10857.             return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
  10858.                 return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  10859.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
  10860.                     $proxy->setProxyInitializer(null);
  10861.                     return true;
  10862.                 });
  10863.             });
  10864.         }
  10865.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10866.     }
  10867.     /**
  10868.      * Gets the public 'full_text_searcher' shared autowired service.
  10869.      *
  10870.      * @return \WebBundle\Service\FullTextSearchService
  10871.      */
  10872.     protected function getFullTextSearcherService()
  10873.     {
  10874.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/FullTextSearchService.php';
  10875.         $this->services['full_text_searcher'] = $instance = new \WebBundle\Service\FullTextSearchService(($this->services['sphinx_ql'] ?? $this->getSphinxQlService()));
  10876.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  10877.         return $instance;
  10878.     }
  10879.     /**
  10880.      * Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
  10881.      *
  10882.      * @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
  10883.      */
  10884.     protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
  10885.     {
  10886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10887.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
  10888.         $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()));
  10889.         $instance->setName('hautelook:fixtures:load');
  10890.         return $instance;
  10891.     }
  10892.     /**
  10893.      * Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
  10894.      *
  10895.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  10896.      */
  10897.     protected function getHautelookAlice_DataFixtures_AppendLoaderService()
  10898.     {
  10899.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  10900.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  10901.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  10902.         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))))));
  10903.     }
  10904.     /**
  10905.      * Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
  10906.      *
  10907.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  10908.      */
  10909.     protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
  10910.     {
  10911.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  10912.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  10913.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  10914.         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))))));
  10915.     }
  10916.     /**
  10917.      * Gets the public 'hautelook_alice.loader' shared service.
  10918.      *
  10919.      * @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
  10920.      */
  10921.     protected function getHautelookAlice_LoaderService()
  10922.     {
  10923.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
  10924.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
  10925.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
  10926.         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()));
  10927.     }
  10928.     /**
  10929.      * Gets the public 'hautelook_alice.locator' shared service.
  10930.      *
  10931.      * @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
  10932.      */
  10933.     protected function getHautelookAlice_LocatorService()
  10934.     {
  10935.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
  10936.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
  10937.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
  10938.         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']));
  10939.     }
  10940.     /**
  10941.      * Gets the public 'hautelook_alice.resolver.bundle' shared service.
  10942.      *
  10943.      * @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
  10944.      */
  10945.     protected function getHautelookAlice_Resolver_BundleService()
  10946.     {
  10947.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
  10948.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
  10949.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
  10950.         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))));
  10951.     }
  10952.     /**
  10953.      * Gets the public 'hautelook_alice.resolver.file' shared service.
  10954.      *
  10955.      * @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
  10956.      */
  10957.     protected function getHautelookAlice_Resolver_FileService()
  10958.     {
  10959.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  10960.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  10961.         return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1)));
  10962.     }
  10963.     /**
  10964.      * Gets the public 'http_kernel' shared service.
  10965.      *
  10966.      * @return \Symfony\Component\HttpKernel\HttpKernel
  10967.      */
  10968.     protected function getHttpKernelService()
  10969.     {
  10970.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10971.         if (isset($this->services['http_kernel'])) {
  10972.             return $this->services['http_kernel'];
  10973.         }
  10974.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  10975.         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 () {
  10976.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  10977.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  10978.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  10979.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  10980.             yield => ($this->privates['debug.FlexApp\\ArgumentResolver\\RequestDtoArgumentResolver'] ?? $this->getRequestDtoArgumentResolverService());
  10981.             yield => ($this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] ?? $this->getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService());
  10982.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  10983.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  10984.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  10985.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  10986.         }, 10)), $b));
  10987.     }
  10988.     /**
  10989.      * Gets the public 'knp_snappy.image' shared service.
  10990.      *
  10991.      * @return \Knp\Snappy\Image
  10992.      */
  10993.     protected function getKnpSnappy_ImageService()
  10994.     {
  10995.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  10996.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  10997.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  10998.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image('wkhtmltoimage', [], []);
  10999.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  11000.         return $instance;
  11001.     }
  11002.     /**
  11003.      * Gets the public 'knp_snappy.pdf' shared service.
  11004.      *
  11005.      * @return \Knp\Snappy\Pdf
  11006.      */
  11007.     protected function getKnpSnappy_PdfService()
  11008.     {
  11009.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  11010.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  11011.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  11012.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf('wkhtmltopdf'$this->parameters['knp_snappy.pdf.options'], []);
  11013.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  11014.         return $instance;
  11015.     }
  11016.     /**
  11017.      * Gets the public 'kreait_firebase.push.auth' shared service.
  11018.      *
  11019.      * @return \Kreait\Firebase\Auth
  11020.      */
  11021.     protected function getKreaitFirebase_Push_AuthService()
  11022.     {
  11023.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Auth.php';
  11024.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Auth.php';
  11025.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11026.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11027.         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]);
  11028.     }
  11029.     /**
  11030.      * Gets the public 'kreait_firebase.push.database' shared service.
  11031.      *
  11032.      * @return \Kreait\Firebase\Database
  11033.      */
  11034.     protected function getKreaitFirebase_Push_DatabaseService()
  11035.     {
  11036.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Database.php';
  11037.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Database.php';
  11038.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11039.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11040.         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]);
  11041.     }
  11042.     /**
  11043.      * Gets the public 'kreait_firebase.push.dynamic_links' shared service.
  11044.      *
  11045.      * @return \Kreait\Firebase\DynamicLinks
  11046.      */
  11047.     protected function getKreaitFirebase_Push_DynamicLinksService()
  11048.     {
  11049.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/DynamicLinks.php';
  11050.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/DynamicLinks.php';
  11051.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11052.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11053.         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]);
  11054.     }
  11055.     /**
  11056.      * Gets the public 'kreait_firebase.push.firestore' shared service.
  11057.      *
  11058.      * @return \Kreait\Firebase\Firestore
  11059.      */
  11060.     protected function getKreaitFirebase_Push_FirestoreService()
  11061.     {
  11062.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Firestore.php';
  11063.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Firestore.php';
  11064.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11065.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11066.         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]);
  11067.     }
  11068.     /**
  11069.      * Gets the public 'kreait_firebase.push.messaging' shared service.
  11070.      *
  11071.      * @return \Kreait\Firebase\Messaging
  11072.      */
  11073.     protected function getKreaitFirebase_Push_MessagingService()
  11074.     {
  11075.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Messaging.php';
  11076.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Messaging.php';
  11077.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11078.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11079.         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]);
  11080.     }
  11081.     /**
  11082.      * Gets the public 'kreait_firebase.push.remote_config' shared service.
  11083.      *
  11084.      * @return \Kreait\Firebase\RemoteConfig
  11085.      */
  11086.     protected function getKreaitFirebase_Push_RemoteConfigService()
  11087.     {
  11088.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/RemoteConfig.php';
  11089.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/RemoteConfig.php';
  11090.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11091.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11092.         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]);
  11093.     }
  11094.     /**
  11095.      * Gets the public 'kreait_firebase.push.storage' shared service.
  11096.      *
  11097.      * @return \Kreait\Firebase\Storage
  11098.      */
  11099.     protected function getKreaitFirebase_Push_StorageService()
  11100.     {
  11101.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Storage.php';
  11102.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Storage.php';
  11103.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11104.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11105.         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]);
  11106.     }
  11107.     /**
  11108.      * Gets the public 'leezy.pheanstalk.command.delete_job' shared service.
  11109.      *
  11110.      * @return \Leezy\PheanstalkBundle\Command\DeleteJobCommand
  11111.      */
  11112.     protected function getLeezy_Pheanstalk_Command_DeleteJobService()
  11113.     {
  11114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11115.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11116.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/DeleteJobCommand.php';
  11117.         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())));
  11118.     }
  11119.     /**
  11120.      * Gets the public 'leezy.pheanstalk.command.flush_tube' shared service.
  11121.      *
  11122.      * @return \Leezy\PheanstalkBundle\Command\FlushTubeCommand
  11123.      */
  11124.     protected function getLeezy_Pheanstalk_Command_FlushTubeService()
  11125.     {
  11126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11127.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11128.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/FlushTubeCommand.php';
  11129.         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())));
  11130.     }
  11131.     /**
  11132.      * Gets the public 'leezy.pheanstalk.command.kick' shared service.
  11133.      *
  11134.      * @return \Leezy\PheanstalkBundle\Command\KickCommand
  11135.      */
  11136.     protected function getLeezy_Pheanstalk_Command_KickService()
  11137.     {
  11138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11139.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11140.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/KickCommand.php';
  11141.         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())));
  11142.     }
  11143.     /**
  11144.      * Gets the public 'leezy.pheanstalk.command.kick_job' shared service.
  11145.      *
  11146.      * @return \Leezy\PheanstalkBundle\Command\KickJobCommand
  11147.      */
  11148.     protected function getLeezy_Pheanstalk_Command_KickJobService()
  11149.     {
  11150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11151.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11152.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/KickJobCommand.php';
  11153.         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())));
  11154.     }
  11155.     /**
  11156.      * Gets the public 'leezy.pheanstalk.command.list_tube' shared service.
  11157.      *
  11158.      * @return \Leezy\PheanstalkBundle\Command\ListTubeCommand
  11159.      */
  11160.     protected function getLeezy_Pheanstalk_Command_ListTubeService()
  11161.     {
  11162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11163.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11164.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/ListTubeCommand.php';
  11165.         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())));
  11166.     }
  11167.     /**
  11168.      * Gets the public 'leezy.pheanstalk.command.next_ready' shared service.
  11169.      *
  11170.      * @return \Leezy\PheanstalkBundle\Command\NextReadyCommand
  11171.      */
  11172.     protected function getLeezy_Pheanstalk_Command_NextReadyService()
  11173.     {
  11174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11175.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11176.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/NextReadyCommand.php';
  11177.         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())));
  11178.     }
  11179.     /**
  11180.      * Gets the public 'leezy.pheanstalk.command.pause_tube' shared service.
  11181.      *
  11182.      * @return \Leezy\PheanstalkBundle\Command\PauseTubeCommand
  11183.      */
  11184.     protected function getLeezy_Pheanstalk_Command_PauseTubeService()
  11185.     {
  11186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11187.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11188.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/PauseTubeCommand.php';
  11189.         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())));
  11190.     }
  11191.     /**
  11192.      * Gets the public 'leezy.pheanstalk.command.peek' shared service.
  11193.      *
  11194.      * @return \Leezy\PheanstalkBundle\Command\PeekCommand
  11195.      */
  11196.     protected function getLeezy_Pheanstalk_Command_PeekService()
  11197.     {
  11198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11199.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11200.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/PeekCommand.php';
  11201.         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())));
  11202.     }
  11203.     /**
  11204.      * Gets the public 'leezy.pheanstalk.command.peek_tube' shared service.
  11205.      *
  11206.      * @return \Leezy\PheanstalkBundle\Command\PeekTubeCommand
  11207.      */
  11208.     protected function getLeezy_Pheanstalk_Command_PeekTubeService()
  11209.     {
  11210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11211.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11212.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/PeekTubeCommand.php';
  11213.         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())));
  11214.     }
  11215.     /**
  11216.      * Gets the public 'leezy.pheanstalk.command.put' shared service.
  11217.      *
  11218.      * @return \Leezy\PheanstalkBundle\Command\PutCommand
  11219.      */
  11220.     protected function getLeezy_Pheanstalk_Command_PutService()
  11221.     {
  11222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11223.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11224.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/PutCommand.php';
  11225.         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())));
  11226.     }
  11227.     /**
  11228.      * Gets the public 'leezy.pheanstalk.command.stats' shared service.
  11229.      *
  11230.      * @return \Leezy\PheanstalkBundle\Command\StatsCommand
  11231.      */
  11232.     protected function getLeezy_Pheanstalk_Command_StatsService()
  11233.     {
  11234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11235.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11236.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/StatsCommand.php';
  11237.         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())));
  11238.     }
  11239.     /**
  11240.      * Gets the public 'leezy.pheanstalk.command.stats_job' shared service.
  11241.      *
  11242.      * @return \Leezy\PheanstalkBundle\Command\StatsJobCommand
  11243.      */
  11244.     protected function getLeezy_Pheanstalk_Command_StatsJobService()
  11245.     {
  11246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11247.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11248.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/StatsJobCommand.php';
  11249.         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())));
  11250.     }
  11251.     /**
  11252.      * Gets the public 'leezy.pheanstalk.command.stats_tube' shared service.
  11253.      *
  11254.      * @return \Leezy\PheanstalkBundle\Command\StatsTubeCommand
  11255.      */
  11256.     protected function getLeezy_Pheanstalk_Command_StatsTubeService()
  11257.     {
  11258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11259.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11260.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/StatsTubeCommand.php';
  11261.         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())));
  11262.     }
  11263.     /**
  11264.      * Gets the public 'leezy.pheanstalk.proxy.default' shared service.
  11265.      *
  11266.      * @return \Leezy\PheanstalkBundle\Proxy\PheanstalkProxy
  11267.      */
  11268.     protected function getLeezy_Pheanstalk_Proxy_DefaultService()
  11269.     {
  11270.         include_once \dirname(__DIR__4).'/vendor/pda/pheanstalk/src/Contract/PheanstalkInterface.php';
  11271.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Proxy/PheanstalkProxyInterface.php';
  11272.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Proxy/PheanstalkProxy.php';
  11273.         $this->services['leezy.pheanstalk.proxy.default'] = $instance = new \Leezy\PheanstalkBundle\Proxy\PheanstalkProxy();
  11274.         if ($this->has('event_dispatcher')) {
  11275.             $instance->setDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11276.         }
  11277.         return $instance;
  11278.     }
  11279.     /**
  11280.      * Gets the public 'liform.guesser.validator' shared service.
  11281.      *
  11282.      * @return \Limenius\Liform\Guesser\ValidatorGuesser
  11283.      */
  11284.     protected function getLiform_Guesser_ValidatorService()
  11285.     {
  11286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  11287.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  11288.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Guesser/ValidatorGuesser.php';
  11289.         return $this->services['liform.guesser.validator'] = new \Limenius\Liform\Guesser\ValidatorGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  11290.     }
  11291.     /**
  11292.      * Gets the public 'logger' shared service.
  11293.      *
  11294.      * @return \Symfony\Bridge\Monolog\Logger
  11295.      */
  11296.     protected function getLoggerService()
  11297.     {
  11298.         $this->services['logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  11299.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11300.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  11301.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  11302.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  11303.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  11304.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  11305.         $instance->useMicrosecondTimestamps(true);
  11306.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  11307.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  11308.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  11309.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11310.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  11311.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11312.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11313.         return $instance;
  11314.     }
  11315.     /**
  11316.      * Gets the public 'manager.translate' shared autowired service.
  11317.      *
  11318.      * @return \FlexApp\Service\TransManager
  11319.      */
  11320.     protected function getManager_TranslateService()
  11321.     {
  11322.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TransManager.php';
  11323.         return $this->services['manager.translate'] = new \FlexApp\Service\TransManager();
  11324.     }
  11325.     /**
  11326.      * Gets the public 'messenger.default_bus' shared service.
  11327.      *
  11328.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  11329.      */
  11330.     protected function getMessenger_DefaultBusService()
  11331.     {
  11332.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  11333.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  11334.             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')));
  11335.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  11336.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  11337.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  11338.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  11339.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  11340.         }, 7)));
  11341.     }
  11342.     /**
  11343.      * Gets the public 'metaer_curl_wrapper.curl_wrapper.default' shared service.
  11344.      *
  11345.      * @return \Metaer\CurlWrapperBundle\CurlWrapper
  11346.      */
  11347.     protected function getMetaerCurlWrapper_CurlWrapper_DefaultService()
  11348.     {
  11349.         include_once \dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle/CurlWrapperInterface.php';
  11350.         include_once \dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle/CurlWrapper.php';
  11351.         return $this->services['metaer_curl_wrapper.curl_wrapper.default'] = new \Metaer\CurlWrapperBundle\CurlWrapper();
  11352.     }
  11353.     /**
  11354.      * Gets the public 'mobile_detect.mobile_detector.default' shared service.
  11355.      *
  11356.      * @return \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector
  11357.      */
  11358.     protected function getMobileDetect_MobileDetector_DefaultService()
  11359.     {
  11360.         return $this->services['mobile_detect.mobile_detector.default'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector();
  11361.     }
  11362.     /**
  11363.      * Gets the public 'monolog.logger.catalog' shared service.
  11364.      *
  11365.      * @return \Symfony\Bridge\Monolog\Logger
  11366.      */
  11367.     protected function getMonolog_Logger_CatalogService()
  11368.     {
  11369.         $this->services['monolog.logger.catalog'] = $instance = new \Symfony\Bridge\Monolog\Logger('catalog');
  11370.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11371.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  11372.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  11373.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  11374.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  11375.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  11376.         $instance->pushHandler(($this->privates['monolog.handler.catalog'] ?? $this->getMonolog_Handler_CatalogService()));
  11377.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11378.         return $instance;
  11379.     }
  11380.     /**
  11381.      * Gets the public 'monolog.logger.collection' shared service.
  11382.      *
  11383.      * @return \Symfony\Bridge\Monolog\Logger
  11384.      */
  11385.     protected function getMonolog_Logger_CollectionService()
  11386.     {
  11387.         $this->services['monolog.logger.collection'] = $instance = new \Symfony\Bridge\Monolog\Logger('collection');
  11388.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11389.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  11390.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  11391.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  11392.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  11393.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  11394.         $instance->pushHandler(($this->privates['monolog.handler.collection'] ?? $this->getMonolog_Handler_CollectionService()));
  11395.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11396.         return $instance;
  11397.     }
  11398.     /**
  11399.      * Gets the public 'monolog.logger.search' shared service.
  11400.      *
  11401.      * @return \Symfony\Bridge\Monolog\Logger
  11402.      */
  11403.     protected function getMonolog_Logger_SearchService()
  11404.     {
  11405.         $this->services['monolog.logger.search'] = $instance = new \Symfony\Bridge\Monolog\Logger('search');
  11406.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11407.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  11408.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  11409.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  11410.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  11411.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  11412.         $instance->pushHandler(($this->privates['monolog.handler.search'] ?? $this->getMonolog_Handler_SearchService()));
  11413.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11414.         return $instance;
  11415.     }
  11416.     /**
  11417.      * Gets the public 'nelmio_alice.data_loader' shared service.
  11418.      *
  11419.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  11420.      */
  11421.     protected function getNelmioAlice_DataLoaderService()
  11422.     {
  11423.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  11424.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  11425.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  11426.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  11427.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  11428.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  11429.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  11430.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  11431.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  11432.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  11433.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  11434.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  11435.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  11436.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  11437.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  11438.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  11439.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  11440.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  11441.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  11442.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  11443.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  11444.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  11445.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  11446.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  11447.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  11448.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  11449.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  11450.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  11451.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  11452.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  11453.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  11454.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  11455.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  11456.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  11457.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  11458.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  11459.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  11460.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  11461.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  11462.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  11463.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  11464.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  11465.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  11466.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  11467.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  11468.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  11469.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  11470.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  11471.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  11472.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  11473.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  11474.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  11475.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  11476.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  11477.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  11478.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  11479.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  11480.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  11481.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  11482.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  11483.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  11484.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  11485.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  11486.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  11487.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  11488.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  11489.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  11490.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  11491.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  11492.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  11493.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  11494.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  11495.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  11496.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  11497.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  11498.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  11499.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  11500.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  11501.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  11502.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  11503.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  11504.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  11505.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  11506.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  11507.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  11508.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  11509.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  11510.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  11511.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  11512.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  11513.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  11514.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  11515.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  11516.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  11517.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  11518.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  11519.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  11520.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  11521.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  11522.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  11523.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  11524.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  11525.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  11526.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  11527.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  11528.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  11529.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  11530.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  11531.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  11532.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  11533.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  11534.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  11535.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  11536.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  11537.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  11538.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  11539.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  11540.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  11541.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  11542.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  11543.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  11544.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  11545.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  11546.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  11547.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  11548.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  11549.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  11550.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  11551.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  11552.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  11553.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  11554.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  11555.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  11556.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  11557.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  11558.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  11559.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  11560.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  11561.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  11562.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  11563.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  11564.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  11565.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  11566.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  11567.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  11568.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  11569.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
  11570.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  11571.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  11572.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  11573.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  11574.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  11575.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  11576.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  11577.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  11578.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  11579.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  11580.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  11581.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  11582.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  11583.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  11584.         $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()]));
  11585.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  11586.         $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()]))))));
  11587.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  11588.         $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()]);
  11589.         $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);
  11590.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  11591.         $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()]);
  11592.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  11593.         $j = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
  11594.         $j->setContainer($this);
  11595.         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)))));
  11596.     }
  11597.     /**
  11598.      * Gets the public 'nelmio_alice.file_loader' shared service.
  11599.      *
  11600.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  11601.      */
  11602.     protected function getNelmioAlice_FileLoaderService()
  11603.     {
  11604.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  11605.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  11606.         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()));
  11607.     }
  11608.     /**
  11609.      * Gets the public 'nelmio_alice.files_loader' shared service.
  11610.      *
  11611.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  11612.      */
  11613.     protected function getNelmioAlice_FilesLoaderService()
  11614.     {
  11615.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  11616.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  11617.         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()));
  11618.     }
  11619.     /**
  11620.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  11621.      *
  11622.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  11623.      */
  11624.     protected function getNelmioApiDoc_Command_DumpService()
  11625.     {
  11626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11627.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Command/DumpCommand.php';
  11628.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  11629.         $instance->setName('nelmio:apidoc:dump');
  11630.         return $instance;
  11631.     }
  11632.     /**
  11633.      * Gets the public 'nelmio_api_doc.controller.redocly' shared service.
  11634.      *
  11635.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  11636.      */
  11637.     protected function getNelmioApiDoc_Controller_RedoclyService()
  11638.     {
  11639.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  11640.         return $this->services['nelmio_api_doc.controller.redocly'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'redocly');
  11641.     }
  11642.     /**
  11643.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  11644.      *
  11645.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  11646.      */
  11647.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  11648.     {
  11649.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/DocumentationController.php';
  11650.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  11651.     }
  11652.     /**
  11653.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  11654.      *
  11655.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  11656.      */
  11657.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  11658.     {
  11659.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  11660.         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');
  11661.     }
  11662.     /**
  11663.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  11664.      *
  11665.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  11666.      */
  11667.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  11668.     {
  11669.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/YamlDocumentationController.php';
  11670.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  11671.     }
  11672.     /**
  11673.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  11674.      *
  11675.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  11676.      */
  11677.     protected function getNelmioApiDoc_Generator_DefaultService()
  11678.     {
  11679.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
  11680.         include_once \dirname(__DIR__4).'/vendor/zircote/swagger-php/src/Generator.php';
  11681.         include_once \dirname(__DIR__4).'/vendor/zircote/swagger-php/src/Processors/ProcessorInterface.php';
  11682.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Processor/NullablePropertyProcessor.php';
  11683.         $a = new \OpenApi\Generator();
  11684.         $a->addProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL);
  11685.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  11686.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  11687.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  11688.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  11689.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  11690.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  11691.         }, 5), new RewindableGenerator(function () {
  11692.             yield => ($this->privates['nelmio_api_doc.model_describers.self_describing'] ?? ($this->privates['nelmio_api_doc.model_describers.self_describing'] = new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()));
  11693.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  11694.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  11695.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  11696.         }, 4), NULL'openapi_doc.default'$a);
  11697.         $b = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  11698.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11699.         $b->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  11700.         $b->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  11701.         $b->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  11702.         $b->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  11703.         $b->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  11704.         $b->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  11705.         $b->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  11706.         $b->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  11707.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11708.         $b->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  11709.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11710.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  11711.         $instance->setAlternativeNames([]);
  11712.         $instance->setMediaTypes([=> 'json']);
  11713.         $instance->setLogger($b);
  11714.         $instance->setOpenApiVersion(NULL);
  11715.         return $instance;
  11716.     }
  11717.     /**
  11718.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  11719.      *
  11720.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  11721.      */
  11722.     protected function getNelmioApiDoc_RenderDocsService()
  11723.     {
  11724.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/RenderOpenApi.php';
  11725.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/OpenApiRenderer.php';
  11726.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Json/JsonOpenApiRenderer.php';
  11727.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Yaml/YamlOpenApiRenderer.php';
  11728.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/HtmlOpenApiRenderer.php';
  11729.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11730.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  11731.         ], [
  11732.             'default' => '?',
  11733.         ]), 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())));
  11734.     }
  11735.     /**
  11736.      * Gets the public 'orm_transexentity_listener' shared service.
  11737.      *
  11738.      * @return \FlexApp\EventListener\ORM\TransExEntityListener
  11739.      */
  11740.     protected function getOrmTransexentityListenerService()
  11741.     {
  11742.         include_once \dirname(__DIR__4).'/src/FlexApp/EventListener/ORM/TransExEntityListener.php';
  11743.         return $this->services['orm_transexentity_listener'] = new \FlexApp\EventListener\ORM\TransExEntityListener();
  11744.     }
  11745.     /**
  11746.      * Gets the public 'request_stack' shared service.
  11747.      *
  11748.      * @return \Symfony\Component\HttpFoundation\RequestStack
  11749.      */
  11750.     protected function getRequestStackService()
  11751.     {
  11752.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  11753.     }
  11754.     /**
  11755.      * Gets the public 'routing.loader' shared service.
  11756.      *
  11757.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  11758.      */
  11759.     protected function getRouting_LoaderService()
  11760.     {
  11761.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  11762.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  11763.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  11764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  11765.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  11766.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  11767.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  11768.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  11769.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  11770.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  11771.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  11772.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  11773.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  11774.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  11775.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  11776.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  11777.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  11778.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  11779.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  11780.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  11781.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  11782.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  11783.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  11784.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  11785.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  11786.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  11787.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'te_dev');
  11788.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'te_dev'));
  11789.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'te_dev'));
  11790.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'te_dev'));
  11791.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'te_dev'));
  11792.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'te_dev'));
  11793.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11794.             'kernel' => ['services''kernel''getKernelService'false],
  11795.         ], [
  11796.             'kernel' => 'FlexApp\\Kernel',
  11797.         ]), 'te_dev'));
  11798.         $a->addLoader($c);
  11799.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  11800.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  11801.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  11802.     }
  11803.     /**
  11804.      * Gets the public 'security.authentication_utils' shared service.
  11805.      *
  11806.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  11807.      */
  11808.     protected function getSecurity_AuthenticationUtilsService()
  11809.     {
  11810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  11811.         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())));
  11812.     }
  11813.     /**
  11814.      * Gets the public 'sentry.hub' shared service.
  11815.      *
  11816.      * @return \Sentry\State\HubInterface
  11817.      */
  11818.     protected function getSentry_HubService()
  11819.     {
  11820.         $this->services['sentry.hub'] = $instance = \Sentry\State\HubAdapter::getInstance();
  11821.         $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/pear'=> '/usr/share/php'=> '/usr/share/pear'=> '/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' => []]);
  11822.         $b = new \Sentry\ClientBuilder($a);
  11823.         $c = ($this->privates['http_discovery.psr17_factory'] ?? ($this->privates['http_discovery.psr17_factory'] = new \Http\Discovery\Psr17Factory()));
  11824.         $b->setSdkIdentifier('sentry.php.symfony');
  11825.         $b->setSdkVersion('4.14.0');
  11826.         $b->setTransportFactory(new \FlexApp\Sentry\SpoolTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c$c$c$cNULLNULL)));
  11827.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  11828.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  11829.         if ($this->has('Psr\\Log\\NullLogger')) {
  11830.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  11831.         }
  11832.         $instance->bindClient($b->getClient());
  11833.         return $instance;
  11834.     }
  11835.     /**
  11836.      * Gets the public 'services.catalog_sphinx_resul' shared autowired service.
  11837.      *
  11838.      * @return \FlexApp\Service\CatalogSphinxResultService
  11839.      */
  11840.     protected function getServices_CatalogSphinxResulService()
  11841.     {
  11842.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CatalogSphinxResultService.php';
  11843.         return $this->services['services.catalog_sphinx_resul'] = new \FlexApp\Service\CatalogSphinxResultService();
  11844.     }
  11845.     /**
  11846.      * Gets the public 'services_resetter' shared service.
  11847.      *
  11848.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  11849.      */
  11850.     protected function getServicesResetterService()
  11851.     {
  11852.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  11853.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  11854.             if (isset($this->services['cache.app'])) {
  11855.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  11856.             }
  11857.             if (isset($this->services['cache.system'])) {
  11858.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  11859.             }
  11860.             if (isset($this->privates['cache.validator.traceable'])) {
  11861.                 yield 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? null);
  11862.             }
  11863.             if (isset($this->privates['cache.serializer.traceable'])) {
  11864.                 yield 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? null);
  11865.             }
  11866.             if (isset($this->privates['cache.annotations.traceable'])) {
  11867.                 yield 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? null);
  11868.             }
  11869.             if (isset($this->privates['cache.property_info.traceable'])) {
  11870.                 yield 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? null);
  11871.             }
  11872.             if (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) {
  11873.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? null);
  11874.             }
  11875.             if (isset($this->privates['.debug.http_client'])) {
  11876.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  11877.             }
  11878.             if (isset($this->privates['mailer.message_logger_listener'])) {
  11879.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  11880.             }
  11881.             if (isset($this->privates['debug.stopwatch'])) {
  11882.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  11883.             }
  11884.             if (isset($this->services['event_dispatcher'])) {
  11885.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  11886.             }
  11887.             if (isset($this->privates['doctrine.system_cache_pool.traceable'])) {
  11888.                 yield 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool.traceable'] ?? null);
  11889.             }
  11890.             if (isset($this->privates['doctrine.redis_cache_pool.traceable'])) {
  11891.                 yield 'doctrine.redis_cache_pool' => ($this->privates['doctrine.redis_cache_pool.traceable'] ?? null);
  11892.             }
  11893.             if (isset($this->privates['chatb_cache_pool.traceable'])) {
  11894.                 yield 'chatb_cache_pool' => ($this->privates['chatb_cache_pool.traceable'] ?? null);
  11895.             }
  11896.             if (isset($this->privates['redis_cache_pool.traceable'])) {
  11897.                 yield 'redis_cache_pool' => ($this->privates['redis_cache_pool.traceable'] ?? null);
  11898.             }
  11899.             if (isset($this->privates['session_listener'])) {
  11900.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  11901.             }
  11902.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  11903.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  11904.             }
  11905.             if (isset($this->services['cache.validator_expression_language'])) {
  11906.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  11907.             }
  11908.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  11909.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  11910.             }
  11911.             if (isset($this->services['.container.private.profiler'])) {
  11912.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  11913.             }
  11914.             if (isset($this->services['.container.private.validator'])) {
  11915.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  11916.             }
  11917.             if (isset($this->privates['twig.form.engine'])) {
  11918.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  11919.             }
  11920.             if (isset($this->services['.container.private.security.token_storage'])) {
  11921.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  11922.             }
  11923.             if (isset($this->privates['cache.security_expression_language.traceable'])) {
  11924.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? null);
  11925.             }
  11926.             if (isset($this->privates['debug.security.firewall'])) {
  11927.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  11928.             }
  11929.             if (isset($this->privates['cache.security_token_verifier.traceable'])) {
  11930.                 yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier.traceable'] ?? null);
  11931.             }
  11932.             if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  11933.                 yield 'debug.security.firewall.authenticator.main' => ($this->privates['debug.security.firewall.authenticator.main'] ?? null);
  11934.             }
  11935.             if (isset($this->services['doctrine'])) {
  11936.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  11937.             }
  11938.             if (isset($this->privates['form.type.entity'])) {
  11939.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  11940.             }
  11941.             if (isset($this->privates['monolog.handler.catalog'])) {
  11942.                 yield 'monolog.handler.catalog' => ($this->privates['monolog.handler.catalog'] ?? null);
  11943.             }
  11944.             if (isset($this->privates['monolog.handler.collection'])) {
  11945.                 yield 'monolog.handler.collection' => ($this->privates['monolog.handler.collection'] ?? null);
  11946.             }
  11947.             if (isset($this->privates['monolog.handler.search'])) {
  11948.                 yield 'monolog.handler.search' => ($this->privates['monolog.handler.search'] ?? null);
  11949.             }
  11950.             if (isset($this->privates['monolog.handler.main'])) {
  11951.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  11952.             }
  11953.             if (isset($this->privates['monolog.handler.nested'])) {
  11954.                 yield 'monolog.handler.nested' => ($this->privates['monolog.handler.nested'] ?? null);
  11955.             }
  11956.             if (isset($this->privates['monolog.handler.console'])) {
  11957.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  11958.             }
  11959.             if (isset($this->privates['monolog.handler.doctrine'])) {
  11960.                 yield 'monolog.handler.doctrine' => ($this->privates['monolog.handler.doctrine'] ?? null);
  11961.             }
  11962.             if (isset($this->privates['monolog.handler.error'])) {
  11963.                 yield 'monolog.handler.error' => ($this->privates['monolog.handler.error'] ?? null);
  11964.             }
  11965.             if (isset($this->privates['monolog.handler.info'])) {
  11966.                 yield 'monolog.handler.info' => ($this->privates['monolog.handler.info'] ?? null);
  11967.             }
  11968.             if (isset($this->privates['monolog.handler.alert'])) {
  11969.                 yield 'monolog.handler.alert' => ($this->privates['monolog.handler.alert'] ?? null);
  11970.             }
  11971.             if (isset($this->services['swiftmailer.email_sender.listener'])) {
  11972.                 yield 'swiftmailer.email_sender.listener' => ($this->services['swiftmailer.email_sender.listener'] ?? null);
  11973.             }
  11974.             if (isset($this->privates['.debug.http_client'])) {
  11975.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  11976.             }
  11977.         }, function () {
  11978.             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']));
  11979.         }), ['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']]);
  11980.     }
  11981.     /**
  11982.      * Gets the public 'sphinx_ql' shared autowired service.
  11983.      *
  11984.      * @return \WebBundle\Service\SphinxQLService
  11985.      */
  11986.     protected function getSphinxQlService()
  11987.     {
  11988.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SphinxQLService.php';
  11989.         return $this->services['sphinx_ql'] = new \WebBundle\Service\SphinxQLService('127.0.0.1'9306'te''root''MySQL20203030root_1##', ($this->services['logger'] ?? $this->getLoggerService()));
  11990.     }
  11991.     /**
  11992.      * Gets the public 'sphinx_searcher' shared autowired service.
  11993.      *
  11994.      * @return \WebBundle\Service\SphinxSearcherService
  11995.      */
  11996.     protected function getSphinxSearcherService()
  11997.     {
  11998.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SphinxSearcherService.php';
  11999.         $this->services['sphinx_searcher'] = $instance = new \WebBundle\Service\SphinxSearcherService($this, ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService()));
  12000.         $instance->listMeasureRepository = ($this->services['WebBundle\\Repository\\ListMeasureRepository'] ?? $this->getListMeasureRepositoryService());
  12001.         $instance->listMaterialRepository = ($this->services['WebBundle\\Repository\\ListMaterialRepository'] ?? $this->getListMaterialRepositoryService());
  12002.         return $instance;
  12003.     }
  12004.     /**
  12005.      * Gets the public 'swiftmailer.email_sender.listener' shared service.
  12006.      *
  12007.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  12008.      */
  12009.     protected function getSwiftmailer_EmailSender_ListenerService()
  12010.     {
  12011.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  12012.         return $this->services['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->services['logger'] ?? $this->getLoggerService()));
  12013.     }
  12014.     /**
  12015.      * Gets the public 'swiftmailer.mailer.default' shared service.
  12016.      *
  12017.      * @return \Swift_Mailer
  12018.      */
  12019.     protected function getSwiftmailer_Mailer_DefaultService()
  12020.     {
  12021.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  12022.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.mailer.default.transport'] ?? $this->getSwiftmailer_Mailer_Default_TransportService()));
  12023.     }
  12024.     /**
  12025.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  12026.      *
  12027.      * @return \Swift_Plugins_MessageLogger
  12028.      */
  12029.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  12030.     {
  12031.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  12032.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  12033.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  12034.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  12035.     }
  12036.     /**
  12037.      * Gets the public 'swiftmailer.mailer.default.transport' shared service.
  12038.      *
  12039.      * @return \Swift_Transport_EsmtpTransport
  12040.      */
  12041.     protected function getSwiftmailer_Mailer_Default_TransportService()
  12042.     {
  12043.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  12044.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php';
  12045.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php';
  12046.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php';
  12047.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php';
  12048.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php';
  12049.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php';
  12050.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php';
  12051.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php';
  12052.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php';
  12053.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php';
  12054.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php';
  12055.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php';
  12056.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php';
  12057.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php';
  12058.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php';
  12059.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php';
  12060.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php';
  12061.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php';
  12062.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  12063.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  12064.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  12065.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  12066.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php';
  12067.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SmtpTransportConfigurator.php';
  12068.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  12069.         $a = new \Swift_Transport_Esmtp_AuthHandler([=> new \Swift_Transport_Esmtp_Auth_CramMd5Authenticator(), => new \Swift_Transport_Esmtp_Auth_LoginAuthenticator(), => new \Swift_Transport_Esmtp_Auth_PlainAuthenticator(), => new \Swift_Transport_Esmtp_Auth_NTLMAuthenticator()]);
  12070.         $a->setUsername(NULL);
  12071.         $a->setPassword(NULL);
  12072.         $a->setAuthMode(NULL);
  12073.         $this->services['swiftmailer.mailer.default.transport'] = $instance = new \Swift_Transport_EsmtpTransport(new \Swift_Transport_StreamBuffer(new \Swift_StreamFilters_StringReplacementFilterFactory()), [=> $a], new \Swift_Events_SimpleEventDispatcher());
  12074.         $instance->setHost('136.243.132.177');
  12075.         $instance->setPort(8825);
  12076.         $instance->setEncryption(NULL);
  12077.         $instance->setTimeout(30);
  12078.         $instance->setSourceIp(NULL);
  12079.         $instance->registerPlugin(new \Swift_Plugins_RedirectingPlugin($this->parameters['swiftmailer.mailer.default.delivery_addresses'], []));
  12080.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  12081.         (new \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SmtpTransportConfigurator(NULL, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())))->configure($instance);
  12082.         return $instance;
  12083.     }
  12084.     /**
  12085.      * Gets the public 'translator' shared service.
  12086.      *
  12087.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  12088.      */
  12089.     protected function getTranslatorService()
  12090.     {
  12091.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  12092.     }
  12093.     /**
  12094.      * Gets the public 'validator.captcha' shared service.
  12095.      *
  12096.      * @return \WebBundle\Validator\Constraints\CaptchaValidator
  12097.      */
  12098.     protected function getValidator_CaptchaService()
  12099.     {
  12100.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12101.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12102.         include_once \dirname(__DIR__4).'/src/WebBundle/Validator/Constraints/CaptchaValidator.php';
  12103.         return $this->services['validator.captcha'] = new \WebBundle\Validator\Constraints\CaptchaValidator($this);
  12104.     }
  12105.     /**
  12106.      * Gets the public 'validator.equal_to_field' shared service.
  12107.      *
  12108.      * @return \WebBundle\Validator\Constraints\EqualToFieldValidator
  12109.      */
  12110.     protected function getValidator_EqualToFieldService()
  12111.     {
  12112.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12113.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12114.         include_once \dirname(__DIR__4).'/src/WebBundle/Validator/Constraints/EqualToFieldValidator.php';
  12115.         return $this->services['validator.equal_to_field'] = new \WebBundle\Validator\Constraints\EqualToFieldValidator();
  12116.     }
  12117.     /**
  12118.      * Gets the public 'web.delivery_check_status' shared autowired service.
  12119.      *
  12120.      * @return \WebBundle\Service\DeliveryCheckStatusService
  12121.      */
  12122.     protected function getWeb_DeliveryCheckStatusService()
  12123.     {
  12124.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/DeliveryCheckStatusService.php';
  12125.         return $this->services['web.delivery_check_status'] = new \WebBundle\Service\DeliveryCheckStatusService();
  12126.     }
  12127.     /**
  12128.      * Gets the public 'web.delivery_request' shared autowired service.
  12129.      *
  12130.      * @return \WebBundle\Service\DeliveryRequestService
  12131.      */
  12132.     protected function getWeb_DeliveryRequestService()
  12133.     {
  12134.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/DeliveryRequestService.php';
  12135.         $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()));
  12136.         $instance->deliveryRequestRepository = ($this->services['WebBundle\\Repository\\DeliveryRequestRepository'] ?? $this->getDeliveryRequestRepositoryService());
  12137.         return $instance;
  12138.     }
  12139.     /**
  12140.      * Gets the public 'web.kladr' shared autowired service.
  12141.      *
  12142.      * @return \WebBundle\Service\KladrService
  12143.      */
  12144.     protected function getWeb_KladrService()
  12145.     {
  12146.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/KladrService.php';
  12147.         return $this->services['web.kladr'] = new \WebBundle\Service\KladrService(($this->services['logger'] ?? $this->getLoggerService()), $this);
  12148.     }
  12149.     /**
  12150.      * Gets the public 'web.soap' shared autowired service.
  12151.      *
  12152.      * @return \WebBundle\Service\SoapService
  12153.      */
  12154.     protected function getWeb_SoapService()
  12155.     {
  12156.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SoapService.php';
  12157.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/DeliveryCheckStatusService.php';
  12158.         $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()));
  12159.         $instance->orderFiller = ($this->services['WebBundle\\Filler\\OrderFiller'] ?? $this->getOrderFillerService());
  12160.         return $instance;
  12161.     }
  12162.     /**
  12163.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  12164.      *
  12165.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  12166.      */
  12167.     protected function getWebProfiler_Controller_ExceptionPanelService()
  12168.     {
  12169.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  12170.         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()));
  12171.     }
  12172.     /**
  12173.      * Gets the public 'web_profiler.controller.profiler' shared service.
  12174.      *
  12175.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  12176.      */
  12177.     protected function getWebProfiler_Controller_ProfilerService()
  12178.     {
  12179.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  12180.         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));
  12181.     }
  12182.     /**
  12183.      * Gets the public 'web_profiler.controller.router' shared service.
  12184.      *
  12185.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  12186.      */
  12187.     protected function getWebProfiler_Controller_RouterService()
  12188.     {
  12189.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  12190.         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 () {
  12191.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  12192.         }, 1));
  12193.     }
  12194.     /**
  12195.      * Gets the private '.FlexApp\Command\Cron\CrontabFillCollectionCommand.lazy' shared service.
  12196.      *
  12197.      * @return \Symfony\Component\Console\Command\LazyCommand
  12198.      */
  12199.     protected function getCrontabFillCollectionCommand_LazyService()
  12200.     {
  12201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12203.         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 {
  12204.             return ($this->privates['FlexApp\\Command\\Cron\\CrontabFillCollectionCommand'] ?? $this->getCrontabFillCollectionCommandService());
  12205.         });
  12206.     }
  12207.     /**
  12208.      * Gets the private '.FlexApp\Command\Cron\CrontabFillCountryCommand.lazy' shared service.
  12209.      *
  12210.      * @return \Symfony\Component\Console\Command\LazyCommand
  12211.      */
  12212.     protected function getCrontabFillCountryCommand_LazyService()
  12213.     {
  12214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12216.         return $this->privates['.FlexApp\\Command\\Cron\\CrontabFillCountryCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cron:fill-country', [], 'Заполнение стран и их названий.'false, function (): \FlexApp\Command\Cron\CrontabFillCountryCommand {
  12217.             return ($this->privates['FlexApp\\Command\\Cron\\CrontabFillCountryCommand'] ?? $this->getCrontabFillCountryCommandService());
  12218.         });
  12219.     }
  12220.     /**
  12221.      * Gets the private '.FlexApp\Command\Cron\CrontabFillFactoryCommand.lazy' shared service.
  12222.      *
  12223.      * @return \Symfony\Component\Console\Command\LazyCommand
  12224.      */
  12225.     protected function getCrontabFillFactoryCommand_LazyService()
  12226.     {
  12227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12229.         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 {
  12230.             return ($this->privates['FlexApp\\Command\\Cron\\CrontabFillFactoryCommand'] ?? $this->getCrontabFillFactoryCommandService());
  12231.         });
  12232.     }
  12233.     /**
  12234.      * Gets the private '.FlexApp\Command\Cron\CrontabFillReviewsCommand.lazy' shared service.
  12235.      *
  12236.      * @return \Symfony\Component\Console\Command\LazyCommand
  12237.      */
  12238.     protected function getCrontabFillReviewsCommand_LazyService()
  12239.     {
  12240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12242.         return $this->privates['.FlexApp\\Command\\Cron\\CrontabFillReviewsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cron:fill-review', [], 'Обновление отзывов.'false, function (): \FlexApp\Command\Cron\CrontabFillReviewsCommand {
  12243.             return ($this->privates['FlexApp\\Command\\Cron\\CrontabFillReviewsCommand'] ?? $this->getCrontabFillReviewsCommandService());
  12244.         });
  12245.     }
  12246.     /**
  12247.      * Gets the private '.FlexApp\Command\OnceLoadCurrenciesCommand.lazy' shared service.
  12248.      *
  12249.      * @return \Symfony\Component\Console\Command\LazyCommand
  12250.      */
  12251.     protected function getOnceLoadCurrenciesCommand_LazyService()
  12252.     {
  12253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12255.         return $this->privates['.FlexApp\\Command\\OnceLoadCurrenciesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('command:load-currencies', [], 'Единоразовая заливка валют'false, function (): \FlexApp\Command\OnceLoadCurrenciesCommand {
  12256.             return ($this->privates['FlexApp\\Command\\OnceLoadCurrenciesCommand'] ?? $this->getOnceLoadCurrenciesCommandService());
  12257.         });
  12258.     }
  12259.     /**
  12260.      * Gets the private '.FlexApp\Command\OnceLoadMeasuresCommand.lazy' shared service.
  12261.      *
  12262.      * @return \Symfony\Component\Console\Command\LazyCommand
  12263.      */
  12264.     protected function getOnceLoadMeasuresCommand_LazyService()
  12265.     {
  12266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12268.         return $this->privates['.FlexApp\\Command\\OnceLoadMeasuresCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('command:load-measures', [], 'Единоразовая заливка площадей'false, function (): \FlexApp\Command\OnceLoadMeasuresCommand {
  12269.             return ($this->privates['FlexApp\\Command\\OnceLoadMeasuresCommand'] ?? $this->getOnceLoadMeasuresCommandService());
  12270.         });
  12271.     }
  12272.     /**
  12273.      * Gets the private '.cache_connection.8t9AUts' shared service.
  12274.      *
  12275.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  12276.      */
  12277.     protected function get_CacheConnection_8t9AUtsService()
  12278.     {
  12279.         return $this->privates['.cache_connection.8t9AUts'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection($this->getEnv('REDIS_CACHE_POOL'), ['lazy' => true]);
  12280.     }
  12281.     /**
  12282.      * Gets the private '.console.command.about.lazy' shared service.
  12283.      *
  12284.      * @return \Symfony\Component\Console\Command\LazyCommand
  12285.      */
  12286.     protected function get_Console_Command_About_LazyService()
  12287.     {
  12288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12290.         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 {
  12291.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  12292.         });
  12293.     }
  12294.     /**
  12295.      * Gets the private '.console.command.assets_install.lazy' shared service.
  12296.      *
  12297.      * @return \Symfony\Component\Console\Command\LazyCommand
  12298.      */
  12299.     protected function get_Console_Command_AssetsInstall_LazyService()
  12300.     {
  12301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12303.         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 {
  12304.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  12305.         });
  12306.     }
  12307.     /**
  12308.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  12309.      *
  12310.      * @return \Symfony\Component\Console\Command\LazyCommand
  12311.      */
  12312.     protected function get_Console_Command_CacheClear_LazyService()
  12313.     {
  12314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12316.         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 {
  12317.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  12318.         });
  12319.     }
  12320.     /**
  12321.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  12322.      *
  12323.      * @return \Symfony\Component\Console\Command\LazyCommand
  12324.      */
  12325.     protected function get_Console_Command_CachePoolClear_LazyService()
  12326.     {
  12327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12329.         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 {
  12330.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  12331.         });
  12332.     }
  12333.     /**
  12334.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  12335.      *
  12336.      * @return \Symfony\Component\Console\Command\LazyCommand
  12337.      */
  12338.     protected function get_Console_Command_CachePoolDelete_LazyService()
  12339.     {
  12340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12342.         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 {
  12343.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  12344.         });
  12345.     }
  12346.     /**
  12347.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  12348.      *
  12349.      * @return \Symfony\Component\Console\Command\LazyCommand
  12350.      */
  12351.     protected function get_Console_Command_CachePoolList_LazyService()
  12352.     {
  12353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12355.         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 {
  12356.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  12357.         });
  12358.     }
  12359.     /**
  12360.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  12361.      *
  12362.      * @return \Symfony\Component\Console\Command\LazyCommand
  12363.      */
  12364.     protected function get_Console_Command_CachePoolPrune_LazyService()
  12365.     {
  12366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12368.         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 {
  12369.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  12370.         });
  12371.     }
  12372.     /**
  12373.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  12374.      *
  12375.      * @return \Symfony\Component\Console\Command\LazyCommand
  12376.      */
  12377.     protected function get_Console_Command_CacheWarmup_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['.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 {
  12382.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  12383.         });
  12384.     }
  12385.     /**
  12386.      * Gets the private '.console.command.config_debug.lazy' shared service.
  12387.      *
  12388.      * @return \Symfony\Component\Console\Command\LazyCommand
  12389.      */
  12390.     protected function get_Console_Command_ConfigDebug_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['.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 {
  12395.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  12396.         });
  12397.     }
  12398.     /**
  12399.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  12400.      *
  12401.      * @return \Symfony\Component\Console\Command\LazyCommand
  12402.      */
  12403.     protected function get_Console_Command_ConfigDumpReference_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['.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 {
  12408.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  12409.         });
  12410.     }
  12411.     /**
  12412.      * Gets the private '.console.command.container_debug.lazy' shared service.
  12413.      *
  12414.      * @return \Symfony\Component\Console\Command\LazyCommand
  12415.      */
  12416.     protected function get_Console_Command_ContainerDebug_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['.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 {
  12421.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  12422.         });
  12423.     }
  12424.     /**
  12425.      * Gets the private '.console.command.container_lint.lazy' shared service.
  12426.      *
  12427.      * @return \Symfony\Component\Console\Command\LazyCommand
  12428.      */
  12429.     protected function get_Console_Command_ContainerLint_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['.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 {
  12434.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  12435.         });
  12436.     }
  12437.     /**
  12438.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  12439.      *
  12440.      * @return \Symfony\Component\Console\Command\LazyCommand
  12441.      */
  12442.     protected function get_Console_Command_DebugAutowiring_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['.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 {
  12447.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  12448.         });
  12449.     }
  12450.     /**
  12451.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  12452.      *
  12453.      * @return \Symfony\Component\Console\Command\LazyCommand
  12454.      */
  12455.     protected function get_Console_Command_DotenvDebug_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['.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 {
  12460.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  12461.         });
  12462.     }
  12463.     /**
  12464.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  12465.      *
  12466.      * @return \Symfony\Component\Console\Command\LazyCommand
  12467.      */
  12468.     protected function get_Console_Command_EventDispatcherDebug_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['.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 {
  12473.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  12474.         });
  12475.     }
  12476.     /**
  12477.      * Gets the private '.console.command.form_debug.lazy' shared service.
  12478.      *
  12479.      * @return \Symfony\Component\Console\Command\LazyCommand
  12480.      */
  12481.     protected function get_Console_Command_FormDebug_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['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  12486.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  12487.         });
  12488.     }
  12489.     /**
  12490.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  12491.      *
  12492.      * @return \Symfony\Component\Console\Command\LazyCommand
  12493.      */
  12494.     protected function get_Console_Command_MessengerConsumeMessages_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['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages'false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
  12499.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  12500.         });
  12501.     }
  12502.     /**
  12503.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  12504.      *
  12505.      * @return \Symfony\Component\Console\Command\LazyCommand
  12506.      */
  12507.     protected function get_Console_Command_MessengerDebug_LazyService()
  12508.     {
  12509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12511.         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 {
  12512.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  12513.         });
  12514.     }
  12515.     /**
  12516.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  12517.      *
  12518.      * @return \Symfony\Component\Console\Command\LazyCommand
  12519.      */
  12520.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  12521.     {
  12522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12524.         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 {
  12525.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  12526.         });
  12527.     }
  12528.     /**
  12529.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  12530.      *
  12531.      * @return \Symfony\Component\Console\Command\LazyCommand
  12532.      */
  12533.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  12534.     {
  12535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12537.         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 {
  12538.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  12539.         });
  12540.     }
  12541.     /**
  12542.      * Gets the private '.console.command.router_debug.lazy' shared service.
  12543.      *
  12544.      * @return \Symfony\Component\Console\Command\LazyCommand
  12545.      */
  12546.     protected function get_Console_Command_RouterDebug_LazyService()
  12547.     {
  12548.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12550.         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 {
  12551.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  12552.         });
  12553.     }
  12554.     /**
  12555.      * Gets the private '.console.command.router_match.lazy' shared service.
  12556.      *
  12557.      * @return \Symfony\Component\Console\Command\LazyCommand
  12558.      */
  12559.     protected function get_Console_Command_RouterMatch_LazyService()
  12560.     {
  12561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12563.         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 {
  12564.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  12565.         });
  12566.     }
  12567.     /**
  12568.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  12569.      *
  12570.      * @return \Symfony\Component\Console\Command\LazyCommand
  12571.      */
  12572.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  12573.     {
  12574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12576.         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 {
  12577.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  12578.         });
  12579.     }
  12580.     /**
  12581.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  12582.      *
  12583.      * @return \Symfony\Component\Console\Command\LazyCommand
  12584.      */
  12585.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  12586.     {
  12587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12589.         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 {
  12590.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  12591.         });
  12592.     }
  12593.     /**
  12594.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  12595.      *
  12596.      * @return \Symfony\Component\Console\Command\LazyCommand
  12597.      */
  12598.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  12599.     {
  12600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12602.         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 {
  12603.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  12604.         });
  12605.     }
  12606.     /**
  12607.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  12608.      *
  12609.      * @return \Symfony\Component\Console\Command\LazyCommand
  12610.      */
  12611.     protected function get_Console_Command_SecretsList_LazyService()
  12612.     {
  12613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12615.         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 {
  12616.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  12617.         });
  12618.     }
  12619.     /**
  12620.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  12621.      *
  12622.      * @return \Symfony\Component\Console\Command\LazyCommand
  12623.      */
  12624.     protected function get_Console_Command_SecretsRemove_LazyService()
  12625.     {
  12626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12628.         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 {
  12629.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  12630.         });
  12631.     }
  12632.     /**
  12633.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  12634.      *
  12635.      * @return \Symfony\Component\Console\Command\LazyCommand
  12636.      */
  12637.     protected function get_Console_Command_SecretsSet_LazyService()
  12638.     {
  12639.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12641.         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 {
  12642.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  12643.         });
  12644.     }
  12645.     /**
  12646.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  12647.      *
  12648.      * @return \Symfony\Component\Console\Command\LazyCommand
  12649.      */
  12650.     protected function get_Console_Command_TranslationDebug_LazyService()
  12651.     {
  12652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12654.         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 {
  12655.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  12656.         });
  12657.     }
  12658.     /**
  12659.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  12660.      *
  12661.      * @return \Symfony\Component\Console\Command\LazyCommand
  12662.      */
  12663.     protected function get_Console_Command_TranslationExtract_LazyService()
  12664.     {
  12665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12667.         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 {
  12668.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  12669.         });
  12670.     }
  12671.     /**
  12672.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  12673.      *
  12674.      * @return \Symfony\Component\Console\Command\LazyCommand
  12675.      */
  12676.     protected function get_Console_Command_TranslationPull_LazyService()
  12677.     {
  12678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12680.         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 {
  12681.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  12682.         });
  12683.     }
  12684.     /**
  12685.      * Gets the private '.console.command.translation_push.lazy' shared service.
  12686.      *
  12687.      * @return \Symfony\Component\Console\Command\LazyCommand
  12688.      */
  12689.     protected function get_Console_Command_TranslationPush_LazyService()
  12690.     {
  12691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12693.         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 {
  12694.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  12695.         });
  12696.     }
  12697.     /**
  12698.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  12699.      *
  12700.      * @return \Symfony\Component\Console\Command\LazyCommand
  12701.      */
  12702.     protected function get_Console_Command_ValidatorDebug_LazyService()
  12703.     {
  12704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12706.         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 {
  12707.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  12708.         });
  12709.     }
  12710.     /**
  12711.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  12712.      *
  12713.      * @return \Symfony\Component\Console\Command\LazyCommand
  12714.      */
  12715.     protected function get_Console_Command_XliffLint_LazyService()
  12716.     {
  12717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12719.         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 {
  12720.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  12721.         });
  12722.     }
  12723.     /**
  12724.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  12725.      *
  12726.      * @return \Symfony\Component\Console\Command\LazyCommand
  12727.      */
  12728.     protected function get_Console_Command_YamlLint_LazyService()
  12729.     {
  12730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12732.         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 {
  12733.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  12734.         });
  12735.     }
  12736.     /**
  12737.      * Gets the private '.debug.http_client' shared service.
  12738.      *
  12739.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  12740.      */
  12741.     protected function get_Debug_HttpClientService()
  12742.     {
  12743.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  12744.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  12745.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12746.         $b->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  12747.         $b->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  12748.         $b->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  12749.         $b->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  12750.         $b->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  12751.         $b->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  12752.         $b->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  12753.         $b->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  12754.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12755.         $b->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  12756.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12757.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  12758.         $a->setLogger($b);
  12759.         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))));
  12760.     }
  12761.     /**
  12762.      * Gets the private '.errored..service_locator.7IjMiEo.WebBundle\Entity\BuyOrder' shared service.
  12763.      *
  12764.      * @return \WebBundle\Entity\BuyOrder
  12765.      */
  12766.     protected function getBuyOrderService()
  12767.     {
  12768.         $this->throw('Cannot autowire service ".service_locator.7IjMiEo": it references class "WebBundle\\Entity\\BuyOrder" but no such service exists.');
  12769.     }
  12770.     /**
  12771.      * Gets the private '.errored..service_locator.7ceurz2.WebBundle\Entity\Collection' shared service.
  12772.      *
  12773.      * @return \WebBundle\Entity\Collection
  12774.      */
  12775.     protected function getCollectionService()
  12776.     {
  12777.         $this->throw('Cannot autowire service ".service_locator.7ceurz2": it references class "WebBundle\\Entity\\Collection" but no such service exists.');
  12778.     }
  12779.     /**
  12780.      * Gets the private '.errored..service_locator.EeYTVlv.WebBundle\Entity\BuyOrder' shared service.
  12781.      *
  12782.      * @return \WebBundle\Entity\BuyOrder
  12783.      */
  12784.     protected function getBuyOrder2Service()
  12785.     {
  12786.         $this->throw('Cannot autowire service ".service_locator.EeYTVlv": it references class "WebBundle\\Entity\\BuyOrder" but no such service exists.');
  12787.     }
  12788.     /**
  12789.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  12790.      *
  12791.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  12792.      */
  12793.     protected function getLoaderInterfaceService()
  12794.     {
  12795.         $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".');
  12796.     }
  12797.     /**
  12798.      * Gets the private '.errored..service_locator.RcHiBlc.WebBundle\Entity\BuyOrder' shared service.
  12799.      *
  12800.      * @return \WebBundle\Entity\BuyOrder
  12801.      */
  12802.     protected function getBuyOrder3Service()
  12803.     {
  12804.         $this->throw('Cannot autowire service ".service_locator.RcHiBlc": it references class "WebBundle\\Entity\\BuyOrder" but no such service exists.');
  12805.     }
  12806.     /**
  12807.      * Gets the private '.errored..service_locator.fK..wmx.WebBundle\Entity\Factory' shared service.
  12808.      *
  12809.      * @return \WebBundle\Entity\Factory
  12810.      */
  12811.     protected function getFactoryService()
  12812.     {
  12813.         $this->throw('Cannot autowire service ".service_locator.fK..wmx": it references class "WebBundle\\Entity\\Factory" but no such service exists.');
  12814.     }
  12815.     /**
  12816.      * Gets the private '.errored..service_locator.iaYccUP.WebBundle\Entity\BuyOrder' shared service.
  12817.      *
  12818.      * @return \WebBundle\Entity\BuyOrder
  12819.      */
  12820.     protected function getBuyOrder4Service()
  12821.     {
  12822.         $this->throw('Cannot autowire service ".service_locator.iaYccUP": it references class "WebBundle\\Entity\\BuyOrder" but no such service exists.');
  12823.     }
  12824.     /**
  12825.      * Gets the private '.errored..service_locator.u47of.0.Symfony\Component\DependencyInjection\ContainerBuilder' shared service.
  12826.      *
  12827.      * @return \Symfony\Component\DependencyInjection\ContainerBuilder
  12828.      */
  12829.     protected function getContainerBuilderService()
  12830.     {
  12831.         $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".');
  12832.     }
  12833.     /**
  12834.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  12835.      *
  12836.      * @return \Symfony\Component\Console\Command\LazyCommand
  12837.      */
  12838.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  12839.     {
  12840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12842.         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 {
  12843.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  12844.         });
  12845.     }
  12846.     /**
  12847.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  12848.      *
  12849.      * @return \Symfony\Component\Console\Command\LazyCommand
  12850.      */
  12851.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  12852.     {
  12853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12855.         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 {
  12856.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  12857.         });
  12858.     }
  12859.     /**
  12860.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  12861.      *
  12862.      * @return \Symfony\Component\Console\Command\LazyCommand
  12863.      */
  12864.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  12865.     {
  12866.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12868.         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 {
  12869.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  12870.         });
  12871.     }
  12872.     /**
  12873.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  12874.      *
  12875.      * @return \Symfony\Component\Console\Command\LazyCommand
  12876.      */
  12877.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  12878.     {
  12879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12881.         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 {
  12882.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  12883.         });
  12884.     }
  12885.     /**
  12886.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  12887.      *
  12888.      * @return \Symfony\Component\Console\Command\LazyCommand
  12889.      */
  12890.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  12891.     {
  12892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12894.         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 {
  12895.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  12896.         });
  12897.     }
  12898.     /**
  12899.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  12900.      *
  12901.      * @return \Symfony\Component\Console\Command\LazyCommand
  12902.      */
  12903.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  12904.     {
  12905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12907.         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 {
  12908.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  12909.         });
  12910.     }
  12911.     /**
  12912.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  12913.      *
  12914.      * @return \Symfony\Component\Console\Command\LazyCommand
  12915.      */
  12916.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  12917.     {
  12918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12920.         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 {
  12921.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  12922.         });
  12923.     }
  12924.     /**
  12925.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  12926.      *
  12927.      * @return \Symfony\Component\Console\Command\LazyCommand
  12928.      */
  12929.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  12930.     {
  12931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12933.         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 {
  12934.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  12935.         });
  12936.     }
  12937.     /**
  12938.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  12939.      *
  12940.      * @return \Symfony\Component\Console\Command\LazyCommand
  12941.      */
  12942.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  12943.     {
  12944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12946.         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 {
  12947.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  12948.         });
  12949.     }
  12950.     /**
  12951.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  12952.      *
  12953.      * @return \Symfony\Component\Console\Command\LazyCommand
  12954.      */
  12955.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  12956.     {
  12957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12959.         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 {
  12960.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  12961.         });
  12962.     }
  12963.     /**
  12964.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  12965.      *
  12966.      * @return \Symfony\Component\Console\Command\LazyCommand
  12967.      */
  12968.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  12969.     {
  12970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12972.         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 {
  12973.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  12974.         });
  12975.     }
  12976.     /**
  12977.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  12978.      *
  12979.      * @return \Symfony\Component\Console\Command\LazyCommand
  12980.      */
  12981.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  12982.     {
  12983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12985.         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 {
  12986.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  12987.         });
  12988.     }
  12989.     /**
  12990.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  12991.      *
  12992.      * @return \Symfony\Component\Console\Command\LazyCommand
  12993.      */
  12994.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  12995.     {
  12996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12998.         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 {
  12999.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  13000.         });
  13001.     }
  13002.     /**
  13003.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  13004.      *
  13005.      * @return \Symfony\Component\Console\Command\LazyCommand
  13006.      */
  13007.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  13008.     {
  13009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13011.         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 {
  13012.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  13013.         });
  13014.     }
  13015.     /**
  13016.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  13017.      *
  13018.      * @return \Symfony\Component\Console\Command\LazyCommand
  13019.      */
  13020.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  13021.     {
  13022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13024.         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 {
  13025.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  13026.         });
  13027.     }
  13028.     /**
  13029.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  13030.      *
  13031.      * @return \Symfony\Component\Console\Command\LazyCommand
  13032.      */
  13033.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  13034.     {
  13035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13037.         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 {
  13038.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  13039.         });
  13040.     }
  13041.     /**
  13042.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  13043.      *
  13044.      * @return \Symfony\Component\Console\Command\LazyCommand
  13045.      */
  13046.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  13047.     {
  13048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13050.         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 {
  13051.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  13052.         });
  13053.     }
  13054.     /**
  13055.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  13056.      *
  13057.      * @return \Symfony\Component\Console\Command\LazyCommand
  13058.      */
  13059.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  13060.     {
  13061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13063.         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 {
  13064.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  13065.         });
  13066.     }
  13067.     /**
  13068.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  13069.      *
  13070.      * @return \Symfony\Component\Console\Command\LazyCommand
  13071.      */
  13072.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  13073.     {
  13074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13076.         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 {
  13077.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  13078.         });
  13079.     }
  13080.     /**
  13081.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  13082.      *
  13083.      * @return \Symfony\Component\Console\Command\LazyCommand
  13084.      */
  13085.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  13086.     {
  13087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13089.         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 {
  13090.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  13091.         });
  13092.     }
  13093.     /**
  13094.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  13095.      *
  13096.      * @return \Symfony\Component\Console\Command\LazyCommand
  13097.      */
  13098.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  13099.     {
  13100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13102.         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 {
  13103.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  13104.         });
  13105.     }
  13106.     /**
  13107.      * Gets the private '.messenger.handler_descriptor.1ugBLLC' shared service.
  13108.      *
  13109.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13110.      */
  13111.     protected function get_Messenger_HandlerDescriptor_1ugBLLCService()
  13112.     {
  13113.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13114.         $a = ($this->services['Import1CBundle\\MessageHandler\\Feed\\ProcessFeedLinksBatchHandler'] ?? $this->getProcessFeedLinksBatchHandlerService());
  13115.         if (isset($this->privates['.messenger.handler_descriptor.1ugBLLC'])) {
  13116.             return $this->privates['.messenger.handler_descriptor.1ugBLLC'];
  13117.         }
  13118.         return $this->privates['.messenger.handler_descriptor.1ugBLLC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  13119.     }
  13120.     /**
  13121.      * Gets the private '.messenger.handler_descriptor.IxMdnTR' shared service.
  13122.      *
  13123.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13124.      */
  13125.     protected function get_Messenger_HandlerDescriptor_IxMdnTRService()
  13126.     {
  13127.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13128.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13129.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/UserJoinedChatNotificationHandler.php';
  13130.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13131.         if (isset($this->privates['.messenger.handler_descriptor.IxMdnTR'])) {
  13132.             return $this->privates['.messenger.handler_descriptor.IxMdnTR'];
  13133.         }
  13134.         return $this->privates['.messenger.handler_descriptor.IxMdnTR'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \FlexApp\Service\UserJoinedChatNotificationHandler($a), []);
  13135.     }
  13136.     /**
  13137.      * Gets the private '.messenger.handler_descriptor.Lml2ICs' shared service.
  13138.      *
  13139.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13140.      */
  13141.     protected function get_Messenger_HandlerDescriptor_Lml2ICsService()
  13142.     {
  13143.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13144.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  13145.         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())), []);
  13146.     }
  13147.     /**
  13148.      * Gets the private '.messenger.handler_descriptor.XZowc.T' shared service.
  13149.      *
  13150.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13151.      */
  13152.     protected function get_Messenger_HandlerDescriptor_XZowc_TService()
  13153.     {
  13154.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13155.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  13156.         $a = ($this->privates['texter.transports'] ?? $this->getTexter_TransportsService());
  13157.         if (isset($this->privates['.messenger.handler_descriptor.XZowc.T'])) {
  13158.             return $this->privates['.messenger.handler_descriptor.XZowc.T'];
  13159.         }
  13160.         return $this->privates['.messenger.handler_descriptor.XZowc.T'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler($a), []);
  13161.     }
  13162.     /**
  13163.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  13164.      *
  13165.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13166.      */
  13167.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  13168.     {
  13169.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13170.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  13171.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  13172.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  13173.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  13174.         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 () {
  13175.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  13176.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  13177.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  13178.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  13179.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')])), []);
  13180.     }
  13181.     /**
  13182.      * Gets the private '.messenger.handler_descriptor.vMw0m61' shared service.
  13183.      *
  13184.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13185.      */
  13186.     protected function get_Messenger_HandlerDescriptor_VMw0m61Service()
  13187.     {
  13188.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13189.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  13190.         $a = ($this->privates['chatter.transports'] ?? $this->getChatter_TransportsService());
  13191.         if (isset($this->privates['.messenger.handler_descriptor.vMw0m61'])) {
  13192.             return $this->privates['.messenger.handler_descriptor.vMw0m61'];
  13193.         }
  13194.         return $this->privates['.messenger.handler_descriptor.vMw0m61'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler($a), []);
  13195.     }
  13196.     /**
  13197.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  13198.      *
  13199.      * @return \Symfony\Component\Console\Command\LazyCommand
  13200.      */
  13201.     protected function get_Security_Command_DebugFirewall_LazyService()
  13202.     {
  13203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13205.         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 {
  13206.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  13207.         });
  13208.     }
  13209.     /**
  13210.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  13211.      *
  13212.      * @return \Symfony\Component\Console\Command\LazyCommand
  13213.      */
  13214.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  13215.     {
  13216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13218.         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 {
  13219.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  13220.         });
  13221.     }
  13222.     /**
  13223.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  13224.      *
  13225.      * @return \Symfony\Component\Console\Command\LazyCommand
  13226.      */
  13227.     protected function get_Security_Command_UserPasswordHash_LazyService()
  13228.     {
  13229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13231.         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 {
  13232.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  13233.         });
  13234.     }
  13235.     /**
  13236.      * Gets the private '.service_locator.31EwQnO' shared service.
  13237.      *
  13238.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13239.      */
  13240.     protected function get_ServiceLocator_31EwQnOService()
  13241.     {
  13242.         return $this->privates['.service_locator.31EwQnO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13243.             'changeInterviewDateTimeHandler' => ['privates''FlexApp\\Service\\ChangeInterviewDateTimeHandler''getChangeInterviewDateTimeHandlerService'false],
  13244.         ], [
  13245.             'changeInterviewDateTimeHandler' => 'FlexApp\\Service\\ChangeInterviewDateTimeHandler',
  13246.         ]);
  13247.     }
  13248.     /**
  13249.      * Gets the private '.service_locator.31WHGot' shared service.
  13250.      *
  13251.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13252.      */
  13253.     protected function get_ServiceLocator_31WHGotService()
  13254.     {
  13255.         return $this->privates['.service_locator.31WHGot'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13256.             'buyOrderRepository' => ['services''WebBundle\\Repository\\BuyOrderRepository''getBuyOrderRepositoryService'false],
  13257.         ], [
  13258.             'buyOrderRepository' => 'WebBundle\\Repository\\BuyOrderRepository',
  13259.         ]);
  13260.     }
  13261.     /**
  13262.      * Gets the private '.service_locator.5usv1bv' shared service.
  13263.      *
  13264.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13265.      */
  13266.     protected function get_ServiceLocator_5usv1bvService()
  13267.     {
  13268.         return $this->privates['.service_locator.5usv1bv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13269.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  13270.         ], [
  13271.             'eventDispatcher' => '?',
  13272.         ]);
  13273.     }
  13274.     /**
  13275.      * Gets the private '.service_locator.7IjMiEo' shared service.
  13276.      *
  13277.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13278.      */
  13279.     protected function get_ServiceLocator_7IjMiEoService()
  13280.     {
  13281.         return $this->privates['.service_locator.7IjMiEo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13282.             '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.'],
  13283.         ], [
  13284.             'order' => 'WebBundle\\Entity\\BuyOrder',
  13285.         ]);
  13286.     }
  13287.     /**
  13288.      * Gets the private '.service_locator.7ceurz2' shared service.
  13289.      *
  13290.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13291.      */
  13292.     protected function get_ServiceLocator_7ceurz2Service()
  13293.     {
  13294.         return $this->privates['.service_locator.7ceurz2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13295.             '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.'],
  13296.             'containerProvider' => ['privates''FlexApp\\Service\\ManualReg\\ContainerProvider''getContainerProviderService'false],
  13297.         ], [
  13298.             'collection' => 'WebBundle\\Entity\\Collection',
  13299.             'containerProvider' => 'FlexApp\\Service\\ManualReg\\ContainerProvider',
  13300.         ]);
  13301.     }
  13302.     /**
  13303.      * Gets the private '.service_locator.7uVzC5h' shared service.
  13304.      *
  13305.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13306.      */
  13307.     protected function get_ServiceLocator_7uVzC5hService()
  13308.     {
  13309.         return $this->privates['.service_locator.7uVzC5h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13310.             'localizationService' => ['services''app.service.localization''getApp_Service_LocalizationService'false],
  13311.         ], [
  13312.             'localizationService' => '?',
  13313.         ]);
  13314.     }
  13315.     /**
  13316.      * Gets the private '.service_locator.8AU8A83' shared service.
  13317.      *
  13318.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13319.      */
  13320.     protected function get_ServiceLocator_8AU8A83Service()
  13321.     {
  13322.         return $this->privates['.service_locator.8AU8A83'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13323.             'telegramNotifier' => ['privates''FlexApp\\Service\\TelegramNotifier''getTelegramNotifierService'false],
  13324.         ], [
  13325.             'telegramNotifier' => 'FlexApp\\Service\\TelegramNotifier',
  13326.         ]);
  13327.     }
  13328.     /**
  13329.      * Gets the private '.service_locator.ADMykfM' shared service.
  13330.      *
  13331.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13332.      */
  13333.     protected function get_ServiceLocator_ADMykfMService()
  13334.     {
  13335.         return $this->privates['.service_locator.ADMykfM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13336.             'commentFormHandlerService' => ['privates''FlexApp\\Service\\CommentFormHandlerService''getCommentFormHandlerServiceService'false],
  13337.         ], [
  13338.             'commentFormHandlerService' => 'FlexApp\\Service\\CommentFormHandlerService',
  13339.         ]);
  13340.     }
  13341.     /**
  13342.      * Gets the private '.service_locator.CVjbUqn' shared service.
  13343.      *
  13344.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13345.      */
  13346.     protected function get_ServiceLocator_CVjbUqnService()
  13347.     {
  13348.         return $this->privates['.service_locator.CVjbUqn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13349.             'bbCodeManager' => ['services''FlexApp\\Service\\BBCodeManager''getBBCodeManagerService'false],
  13350.         ], [
  13351.             'bbCodeManager' => 'FlexApp\\Service\\BBCodeManager',
  13352.         ]);
  13353.     }
  13354.     /**
  13355.      * Gets the private '.service_locator.CeXTwng' shared service.
  13356.      *
  13357.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13358.      */
  13359.     protected function get_ServiceLocator_CeXTwngService()
  13360.     {
  13361.         return $this->privates['.service_locator.CeXTwng'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13362.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  13363.             'userPasswordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  13364.         ], [
  13365.             'doctrine' => '?',
  13366.             'userPasswordHasher' => '?',
  13367.         ]);
  13368.     }
  13369.     /**
  13370.      * Gets the private '.service_locator.EeYTVlv' shared service.
  13371.      *
  13372.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13373.      */
  13374.     protected function get_ServiceLocator_EeYTVlvService()
  13375.     {
  13376.         return $this->privates['.service_locator.EeYTVlv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13377.             'currentUserProvider' => ['services''FlexApp\\Service\\CurrentUserProvider''getCurrentUserProviderService'false],
  13378.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  13379.             '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.'],
  13380.             'router' => ['services''FlexApp\\Extensions\\RouterDecorator''getRouterDecoratorService'false],
  13381.         ], [
  13382.             'currentUserProvider' => 'FlexApp\\Service\\CurrentUserProvider',
  13383.             'entityManager' => '?',
  13384.             'order' => 'WebBundle\\Entity\\BuyOrder',
  13385.             'router' => '?',
  13386.         ]);
  13387.     }
  13388.     /**
  13389.      * Gets the private '.service_locator.GNc8e5B' shared service.
  13390.      *
  13391.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13392.      */
  13393.     protected function get_ServiceLocator_GNc8e5BService()
  13394.     {
  13395.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13396.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  13397.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  13398.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  13399.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  13400.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  13401.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  13402.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  13403.             'router' => ['services''FlexApp\\Extensions\\RouterDecorator''getRouterDecoratorService'false],
  13404.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  13405.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  13406.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  13407.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  13408.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  13409.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  13410.         ], [
  13411.             'doctrine' => '?',
  13412.             'form.factory' => '?',
  13413.             'http_kernel' => '?',
  13414.             'message_bus' => '?',
  13415.             'messenger.default_bus' => '?',
  13416.             'parameter_bag' => '?',
  13417.             'request_stack' => '?',
  13418.             'router' => '?',
  13419.             'security.authorization_checker' => '?',
  13420.             'security.csrf.token_manager' => '?',
  13421.             'security.token_storage' => '?',
  13422.             'serializer' => '?',
  13423.             'session' => '.session.deprecated',
  13424.             'twig' => '?',
  13425.         ]);
  13426.     }
  13427.     /**
  13428.      * Gets the private '.service_locator.GnxS8oS' shared service.
  13429.      *
  13430.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13431.      */
  13432.     protected function get_ServiceLocator_GnxS8oSService()
  13433.     {
  13434.         return $this->privates['.service_locator.GnxS8oS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13435.             'confirmInterviewHandler' => ['privates''FlexApp\\Service\\ConfirmInterviewHandler''getConfirmInterviewHandlerService'false],
  13436.         ], [
  13437.             'confirmInterviewHandler' => 'FlexApp\\Service\\ConfirmInterviewHandler',
  13438.         ]);
  13439.     }
  13440.     /**
  13441.      * Gets the private '.service_locator.JHkM04s' shared service.
  13442.      *
  13443.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13444.      */
  13445.     protected function get_ServiceLocator_JHkM04sService()
  13446.     {
  13447.         return $this->privates['.service_locator.JHkM04s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13448.             'mailing' => ['privates''FlexApp\\Entity\\Mailing''getMailingService'false],
  13449.             'reviewsRepo' => ['services''WebBundle\\Repository\\ProductReviewsCacheRepository''getProductReviewsCacheRepositoryService'false],
  13450.         ], [
  13451.             'mailing' => 'FlexApp\\Entity\\Mailing',
  13452.             'reviewsRepo' => 'WebBundle\\Repository\\ProductReviewsCacheRepository',
  13453.         ]);
  13454.     }
  13455.     /**
  13456.      * Gets the private '.service_locator.JUJPX_J' shared service.
  13457.      *
  13458.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13459.      */
  13460.     protected function get_ServiceLocator_JUJPXJService()
  13461.     {
  13462.         return $this->privates['.service_locator.JUJPX_J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13463.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  13464.             'interviewChatManager' => ['privates''FlexApp\\Service\\InterviewChatManager''getInterviewChatManagerService'false],
  13465.         ], [
  13466.             'eventDispatcher' => '?',
  13467.             'interviewChatManager' => 'FlexApp\\Service\\InterviewChatManager',
  13468.         ]);
  13469.     }
  13470.     /**
  13471.      * Gets the private '.service_locator.Jtq9G8N' shared service.
  13472.      *
  13473.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13474.      */
  13475.     protected function get_ServiceLocator_Jtq9G8NService()
  13476.     {
  13477.         return $this->privates['.service_locator.Jtq9G8N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13478.             'currentUserProvider' => ['services''FlexApp\\Service\\CurrentUserProvider''getCurrentUserProviderService'false],
  13479.         ], [
  13480.             'currentUserProvider' => 'FlexApp\\Service\\CurrentUserProvider',
  13481.         ]);
  13482.     }
  13483.     /**
  13484.      * Gets the private '.service_locator.KLVvNIq' shared service.
  13485.      *
  13486.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13487.      */
  13488.     protected function get_ServiceLocator_KLVvNIqService()
  13489.     {
  13490.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13491.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  13492.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  13493.         ], [
  13494.             'doctrine.ulid_generator' => '?',
  13495.             'doctrine.uuid_generator' => '?',
  13496.         ]);
  13497.     }
  13498.     /**
  13499.      * Gets the private '.service_locator.K_PEUO7' shared service.
  13500.      *
  13501.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13502.      */
  13503.     protected function get_ServiceLocator_KPEUO7Service()
  13504.     {
  13505.         return $this->privates['.service_locator.K_PEUO7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13506.             'productReviewOrdersService' => ['privates''FlexApp\\Service\\ProductReviewOrdersService''getProductReviewOrdersServiceService'false],
  13507.             '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.'],
  13508.         ], [
  13509.             'productReviewOrdersService' => 'FlexApp\\Service\\ProductReviewOrdersService',
  13510.             'requestDto' => 'FlexApp\\DTO\\OneC\\OneCReviewRequestDto',
  13511.         ]);
  13512.     }
  13513.     /**
  13514.      * Gets the private '.service_locator.KfbR3DY' shared service.
  13515.      *
  13516.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13517.      */
  13518.     protected function get_ServiceLocator_KfbR3DYService()
  13519.     {
  13520.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13521.             '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".'],
  13522.         ], [
  13523.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  13524.         ]);
  13525.     }
  13526.     /**
  13527.      * Gets the private '.service_locator.L5Z933B' shared service.
  13528.      *
  13529.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13530.      */
  13531.     protected function get_ServiceLocator_L5Z933BService()
  13532.     {
  13533.         return $this->privates['.service_locator.L5Z933B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13534.             'previewGenerator' => ['privates''FlexApp\\Service\\PreviewGenerator''getPreviewGeneratorService'false],
  13535.         ], [
  13536.             'previewGenerator' => 'FlexApp\\Service\\PreviewGenerator',
  13537.         ]);
  13538.     }
  13539.     /**
  13540.      * Gets the private '.service_locator.N16BrtF' shared service.
  13541.      *
  13542.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13543.      */
  13544.     protected function get_ServiceLocator_N16BrtFService()
  13545.     {
  13546.         return $this->privates['.service_locator.N16BrtF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13547.             'listCountryRepository' => ['services''WebBundle\\Repository\\ListCountryRepository''getListCountryRepositoryService'false],
  13548.         ], [
  13549.             'listCountryRepository' => 'WebBundle\\Repository\\ListCountryRepository',
  13550.         ]);
  13551.     }
  13552.     /**
  13553.      * Gets the private '.service_locator.NaONczX' shared service.
  13554.      *
  13555.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13556.      */
  13557.     protected function get_ServiceLocator_NaONczXService()
  13558.     {
  13559.         return $this->privates['.service_locator.NaONczX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13560.             'interviewLinkHandler' => ['privates''FlexApp\\Service\\InterviewLinkHandler''getInterviewLinkHandlerService'false],
  13561.         ], [
  13562.             'interviewLinkHandler' => 'FlexApp\\Service\\InterviewLinkHandler',
  13563.         ]);
  13564.     }
  13565.     /**
  13566.      * Gets the private '.service_locator.Nzwfc8r' shared service.
  13567.      *
  13568.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13569.      */
  13570.     protected function get_ServiceLocator_Nzwfc8rService()
  13571.     {
  13572.         return $this->privates['.service_locator.Nzwfc8r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13573.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  13574.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  13575.         ], [
  13576.             'entityManager' => '?',
  13577.             'serializer' => '?',
  13578.         ]);
  13579.     }
  13580.     /**
  13581.      * Gets the private '.service_locator.O7Avvig' shared service.
  13582.      *
  13583.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13584.      */
  13585.     protected function get_ServiceLocator_O7AvvigService()
  13586.     {
  13587.         return $this->privates['.service_locator.O7Avvig'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13588.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  13589.         ], [
  13590.             'validator' => '?',
  13591.         ]);
  13592.     }
  13593.     /**
  13594.      * Gets the private '.service_locator.RcHiBlc' shared service.
  13595.      *
  13596.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13597.      */
  13598.     protected function get_ServiceLocator_RcHiBlcService()
  13599.     {
  13600.         return $this->privates['.service_locator.RcHiBlc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13601.             'currentUserProvider' => ['services''FlexApp\\Service\\CurrentUserProvider''getCurrentUserProviderService'false],
  13602.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  13603.             '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.'],
  13604.         ], [
  13605.             'currentUserProvider' => 'FlexApp\\Service\\CurrentUserProvider',
  13606.             'entityManager' => '?',
  13607.             'order' => 'WebBundle\\Entity\\BuyOrder',
  13608.         ]);
  13609.     }
  13610.     /**
  13611.      * Gets the private '.service_locator.ZbYzcTr' shared service.
  13612.      *
  13613.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13614.      */
  13615.     protected function get_ServiceLocator_ZbYzcTrService()
  13616.     {
  13617.         return $this->privates['.service_locator.ZbYzcTr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13618.             'mailer' => ['services''WebBundle\\Helper\\Mailer''getMailerService'false],
  13619.             'portalHelper' => ['services''WebBundle\\Helper\\PortalHelper''getPortalHelperService'false],
  13620.             'setIsReadLogger' => ['privates''FlexApp\\Service\\ManualReg\\SetIsReadLogger''getSetIsReadLoggerService'false],
  13621.         ], [
  13622.             'mailer' => 'WebBundle\\Helper\\Mailer',
  13623.             'portalHelper' => 'WebBundle\\Helper\\PortalHelper',
  13624.             'setIsReadLogger' => 'FlexApp\\Service\\ManualReg\\SetIsReadLogger',
  13625.         ]);
  13626.     }
  13627.     /**
  13628.      * Gets the private '.service_locator._glSbVM' shared service.
  13629.      *
  13630.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13631.      */
  13632.     protected function get_ServiceLocator_GlSbVMService()
  13633.     {
  13634.         return $this->privates['.service_locator._glSbVM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13635.             'visitRepository' => ['services''WebBundle\\Repository\\VisitRepository''getVisitRepositoryService'false],
  13636.         ], [
  13637.             'visitRepository' => 'WebBundle\\Repository\\VisitRepository',
  13638.         ]);
  13639.     }
  13640.     /**
  13641.      * Gets the private '.service_locator._h1tp28' shared service.
  13642.      *
  13643.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13644.      */
  13645.     protected function get_ServiceLocator_H1tp28Service()
  13646.     {
  13647.         return $this->privates['.service_locator._h1tp28'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13648.             'interviewIsOverHandler' => ['privates''FlexApp\\Service\\InterviewIsOverHandler''getInterviewIsOverHandlerService'false],
  13649.         ], [
  13650.             'interviewIsOverHandler' => 'FlexApp\\Service\\InterviewIsOverHandler',
  13651.         ]);
  13652.     }
  13653.     /**
  13654.      * Gets the private '.service_locator.bRe.sy5' shared service.
  13655.      *
  13656.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13657.      */
  13658.     protected function get_ServiceLocator_BRe_Sy5Service()
  13659.     {
  13660.         return $this->privates['.service_locator.bRe.sy5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13661.             'currentUserProvider' => ['services''FlexApp\\Service\\CurrentUserProvider''getCurrentUserProviderService'false],
  13662.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  13663.             'mailingRepository' => ['privates''FlexApp\\Repository\\MailingRepository''getMailingRepositoryService'false],
  13664.         ], [
  13665.             'currentUserProvider' => 'FlexApp\\Service\\CurrentUserProvider',
  13666.             'entityManager' => '?',
  13667.             'mailingRepository' => 'FlexApp\\Repository\\MailingRepository',
  13668.         ]);
  13669.     }
  13670.     /**
  13671.      * Gets the private '.service_locator.fK..wmx' shared service.
  13672.      *
  13673.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13674.      */
  13675.     protected function get_ServiceLocator_FK__WmxService()
  13676.     {
  13677.         return $this->privates['.service_locator.fK..wmx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13678.             '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.'],
  13679.         ], [
  13680.             'factory' => 'WebBundle\\Entity\\Factory',
  13681.         ]);
  13682.     }
  13683.     /**
  13684.      * Gets the private '.service_locator.fWuW_eP' shared service.
  13685.      *
  13686.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13687.      */
  13688.     protected function get_ServiceLocator_FWuWEPService()
  13689.     {
  13690.         return $this->privates['.service_locator.fWuW_eP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13691.             'vacancySlider' => ['privates''FlexApp\\Entity\\VacancySliderEntity''getVacancySliderEntityService'false],
  13692.         ], [
  13693.             'vacancySlider' => 'FlexApp\\Entity\\VacancySliderEntity',
  13694.         ]);
  13695.     }
  13696.     /**
  13697.      * Gets the private '.service_locator.iaYccUP' shared service.
  13698.      *
  13699.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13700.      */
  13701.     protected function get_ServiceLocator_IaYccUPService()
  13702.     {
  13703.         return $this->privates['.service_locator.iaYccUP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13704.             '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.'],
  13705.         ], [
  13706.             'orderEntity' => 'WebBundle\\Entity\\BuyOrder',
  13707.         ]);
  13708.     }
  13709.     /**
  13710.      * Gets the private '.service_locator.jlyTfzM' shared service.
  13711.      *
  13712.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13713.      */
  13714.     protected function get_ServiceLocator_JlyTfzMService()
  13715.     {
  13716.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13717.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  13718.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  13719.         ], [
  13720.             'event_dispatcher' => '?',
  13721.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  13722.         ]);
  13723.     }
  13724.     /**
  13725.      * Gets the private '.service_locator.l6ER0ut' shared service.
  13726.      *
  13727.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13728.      */
  13729.     protected function get_ServiceLocator_L6ER0utService()
  13730.     {
  13731.         return $this->privates['.service_locator.l6ER0ut'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13732.             'emailCanonicalizer' => ['privates''FlexApp\\Service\\EmailCanonicalizer''getEmailCanonicalizerService'false],
  13733.         ], [
  13734.             'emailCanonicalizer' => 'FlexApp\\Service\\EmailCanonicalizer',
  13735.         ]);
  13736.     }
  13737.     /**
  13738.      * Gets the private '.service_locator.m16PEf8' shared service.
  13739.      *
  13740.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13741.      */
  13742.     protected function get_ServiceLocator_M16PEf8Service()
  13743.     {
  13744.         return $this->privates['.service_locator.m16PEf8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13745.             'AdmBundle\\Controller\\ListEmailController::previewAction' => ['privates''.service_locator.CVjbUqn''get_ServiceLocator_CVjbUqnService'false],
  13746.             'FlexApp\\Controller\\AmazonPersonalizeController::getRecommendations' => ['privates''.service_locator.O7Avvig''get_ServiceLocator_O7AvvigService'false],
  13747.             'FlexApp\\Controller\\AmazonPersonalizeController::putEvent' => ['privates''.service_locator.O7Avvig''get_ServiceLocator_O7AvvigService'false],
  13748.             'FlexApp\\Controller\\Api\\UserApiController::sendAccessDataAction' => ['privates''.service_locator.maxEfDy''get_ServiceLocator_MaxEfDyService'false],
  13749.             'FlexApp\\Controller\\Api\\UserApiController::updateUserBrandAction' => ['privates''.service_locator.CeXTwng''get_ServiceLocator_CeXTwngService'false],
  13750.             'FlexApp\\Controller\\CareerController::employerDeleteAction' => ['privates''.service_locator.fWuW_eP''get_ServiceLocator_FWuWEPService'false],
  13751.             'FlexApp\\Controller\\CareerController::employerEditAction' => ['privates''.service_locator.fWuW_eP''get_ServiceLocator_FWuWEPService'false],
  13752.             'FlexApp\\Controller\\CareerController::employerShowAction' => ['privates''.service_locator.fWuW_eP''get_ServiceLocator_FWuWEPService'false],
  13753.             'FlexApp\\Controller\\ChatBController::ajaxFileUpload' => ['privates''.service_locator.L5Z933B''get_ServiceLocator_L5Z933BService'false],
  13754.             'FlexApp\\Controller\\ChatBController::chatBPage' => ['privates''.service_locator.ywhNcuo''get_ServiceLocator_YwhNcuoService'false],
  13755.             'FlexApp\\Controller\\ChatBController::notifyAboutConnectionFail' => ['privates''.service_locator.8AU8A83''get_ServiceLocator_8AU8A83Service'false],
  13756.             'FlexApp\\Controller\\ChatBController::setIsRead' => ['privates''.service_locator.ZbYzcTr''get_ServiceLocator_ZbYzcTrService'false],
  13757.             'FlexApp\\Controller\\ChatBController::unsubscribe' => ['privates''.service_locator.spy9j7Z''get_ServiceLocator_Spy9j7ZService'false],
  13758.             'FlexApp\\Controller\\CollectionReviewController::factoryReviews' => ['privates''.service_locator.fK..wmx''get_ServiceLocator_FK__WmxService'false],
  13759.             'FlexApp\\Controller\\CollectionReviewController::preData' => ['privates''.service_locator.7ceurz2''get_ServiceLocator_7ceurz2Service'false],
  13760.             'FlexApp\\Controller\\CollectionReviewController::reviewsByCollection' => ['privates''.service_locator.7ceurz2''get_ServiceLocator_7ceurz2Service'false],
  13761.             'FlexApp\\Controller\\CommentController::ajaxCreateAction' => ['privates''.service_locator.pCMJEaO''get_ServiceLocator_PCMJEaOService'false],
  13762.             'FlexApp\\Controller\\CommentController::ajaxSubscribeAction' => ['privates''.service_locator.ADMykfM''get_ServiceLocator_ADMykfMService'false],
  13763.             'FlexApp\\Controller\\EmailTrackingController::open' => ['privates''.service_locator.uwDytMH''get_ServiceLocator_UwDytMHService'false],
  13764.             'FlexApp\\Controller\\HeaderApiController::countries' => ['privates''.service_locator.N16BrtF''get_ServiceLocator_N16BrtFService'false],
  13765.             'FlexApp\\Controller\\HeaderApiController::favorites' => ['privates''.service_locator.qSzDqfH''get_ServiceLocator_QSzDqfHService'false],
  13766.             'FlexApp\\Controller\\HeaderApiController::history' => ['privates''.service_locator._glSbVM''get_ServiceLocator_GlSbVMService'false],
  13767.             'FlexApp\\Controller\\HeaderApiController::localesForSelect' => ['privates''.service_locator.7uVzC5h''get_ServiceLocator_7uVzC5hService'false],
  13768.             'FlexApp\\Controller\\HeaderOrderApiController::orders' => ['privates''.service_locator.31WHGot''get_ServiceLocator_31WHGotService'false],
  13769.             'FlexApp\\Controller\\InterviewController::changeInterviewDateTime' => ['privates''.service_locator.31EwQnO''get_ServiceLocator_31EwQnOService'false],
  13770.             'FlexApp\\Controller\\InterviewController::changeInterviewDateTimeApiMethod' => ['privates''.service_locator.31EwQnO''get_ServiceLocator_31EwQnOService'false],
  13771.             'FlexApp\\Controller\\InterviewController::confirmInterview' => ['privates''.service_locator.GnxS8oS''get_ServiceLocator_GnxS8oSService'false],
  13772.             'FlexApp\\Controller\\InterviewController::interviewAlreadyConfirmed' => ['privates''.service_locator.JUJPX_J''get_ServiceLocator_JUJPXJService'false],
  13773.             'FlexApp\\Controller\\InterviewController::interviewIsOver' => ['privates''.service_locator._h1tp28''get_ServiceLocator_H1tp28Service'false],
  13774.             'FlexApp\\Controller\\InterviewController::interviewLink' => ['privates''.service_locator.NaONczX''get_ServiceLocator_NaONczXService'false],
  13775.             'FlexApp\\Controller\\LeaveReviewController::addExistingReviewsToEachCollection' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13776.             'FlexApp\\Controller\\LeaveReviewController::emailView' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13777.             'FlexApp\\Controller\\LeaveReviewController::getCollections' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13778.             'FlexApp\\Controller\\LeaveReviewController::getCollectionsIds' => ['privates''.service_locator.iaYccUP''get_ServiceLocator_IaYccUPService'false],
  13779.             'FlexApp\\Controller\\LeaveReviewController::review' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13780.             'FlexApp\\Controller\\MailingReportController::checkAccess' => ['privates''.service_locator.Jtq9G8N''get_ServiceLocator_Jtq9G8NService'false],
  13781.             'FlexApp\\Controller\\MailingReportController::handleMailing' => ['privates''.service_locator.JHkM04s''get_ServiceLocator_JHkM04sService'false],
  13782.             'FlexApp\\Controller\\MailingReportController::index' => ['privates''.service_locator.bRe.sy5''get_ServiceLocator_BRe_Sy5Service'false],
  13783.             'FlexApp\\Controller\\MailingReportController::mailingApi' => ['privates''.service_locator.zxvOa6h''get_ServiceLocator_ZxvOa6hService'false],
  13784.             'FlexApp\\Controller\\MailingReportController::mailingsListApi' => ['privates''.service_locator.bRe.sy5''get_ServiceLocator_BRe_Sy5Service'false],
  13785.             'FlexApp\\Controller\\MailingReportController::orderShow' => ['privates''.service_locator.RcHiBlc''get_ServiceLocator_RcHiBlcService'false],
  13786.             'FlexApp\\Controller\\MailingReportController::orderShowApi' => ['privates''.service_locator.EeYTVlv''get_ServiceLocator_EeYTVlvService'false],
  13787.             'FlexApp\\Controller\\MailingReportController::show' => ['privates''.service_locator.zxvOa6h''get_ServiceLocator_ZxvOa6hService'false],
  13788.             'FlexApp\\Controller\\NewUserProfileController::changeEmail' => ['privates''.service_locator.l6ER0ut''get_ServiceLocator_L6ER0utService'false],
  13789.             'FlexApp\\Controller\\NewUserProfileController::countries' => ['privates''.service_locator.N16BrtF''get_ServiceLocator_N16BrtFService'false],
  13790.             'FlexApp\\Controller\\NewUserProfileController::createAddress' => ['privates''.service_locator.Nzwfc8r''get_ServiceLocator_Nzwfc8rService'false],
  13791.             'FlexApp\\Controller\\NewUserProfileController::editAddress' => ['privates''.service_locator.Nzwfc8r''get_ServiceLocator_Nzwfc8rService'false],
  13792.             'FlexApp\\Controller\\NewUserProfileController::getUndeliveredOrders' => ['privates''.service_locator.31WHGot''get_ServiceLocator_31WHGotService'false],
  13793.             'FlexApp\\Controller\\NotExtend\\ManualTestController::testFailsNotifies' => ['privates''.service_locator.5usv1bv''get_ServiceLocator_5usv1bvService'false],
  13794.             'FlexApp\\Controller\\OneCController::getReviewOrderAction' => ['privates''.service_locator.K_PEUO7''get_ServiceLocator_KPEUO7Service'false],
  13795.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  13796.             'kernel::process' => ['privates''.service_locator.u47of.0''get_ServiceLocator_U47of_0Service'false],
  13797.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  13798.             'AdmBundle\\Controller\\ListEmailController:previewAction' => ['privates''.service_locator.CVjbUqn''get_ServiceLocator_CVjbUqnService'false],
  13799.             'FlexApp\\Controller\\AmazonPersonalizeController:getRecommendations' => ['privates''.service_locator.O7Avvig''get_ServiceLocator_O7AvvigService'false],
  13800.             'FlexApp\\Controller\\AmazonPersonalizeController:putEvent' => ['privates''.service_locator.O7Avvig''get_ServiceLocator_O7AvvigService'false],
  13801.             'FlexApp\\Controller\\Api\\UserApiController:sendAccessDataAction' => ['privates''.service_locator.maxEfDy''get_ServiceLocator_MaxEfDyService'false],
  13802.             'FlexApp\\Controller\\Api\\UserApiController:updateUserBrandAction' => ['privates''.service_locator.CeXTwng''get_ServiceLocator_CeXTwngService'false],
  13803.             'FlexApp\\Controller\\CareerController:employerDeleteAction' => ['privates''.service_locator.fWuW_eP''get_ServiceLocator_FWuWEPService'false],
  13804.             'FlexApp\\Controller\\CareerController:employerEditAction' => ['privates''.service_locator.fWuW_eP''get_ServiceLocator_FWuWEPService'false],
  13805.             'FlexApp\\Controller\\CareerController:employerShowAction' => ['privates''.service_locator.fWuW_eP''get_ServiceLocator_FWuWEPService'false],
  13806.             'FlexApp\\Controller\\ChatBController:ajaxFileUpload' => ['privates''.service_locator.L5Z933B''get_ServiceLocator_L5Z933BService'false],
  13807.             'FlexApp\\Controller\\ChatBController:chatBPage' => ['privates''.service_locator.ywhNcuo''get_ServiceLocator_YwhNcuoService'false],
  13808.             'FlexApp\\Controller\\ChatBController:notifyAboutConnectionFail' => ['privates''.service_locator.8AU8A83''get_ServiceLocator_8AU8A83Service'false],
  13809.             'FlexApp\\Controller\\ChatBController:setIsRead' => ['privates''.service_locator.ZbYzcTr''get_ServiceLocator_ZbYzcTrService'false],
  13810.             'FlexApp\\Controller\\ChatBController:unsubscribe' => ['privates''.service_locator.spy9j7Z''get_ServiceLocator_Spy9j7ZService'false],
  13811.             'FlexApp\\Controller\\CollectionReviewController:factoryReviews' => ['privates''.service_locator.fK..wmx''get_ServiceLocator_FK__WmxService'false],
  13812.             'FlexApp\\Controller\\CollectionReviewController:preData' => ['privates''.service_locator.7ceurz2''get_ServiceLocator_7ceurz2Service'false],
  13813.             'FlexApp\\Controller\\CollectionReviewController:reviewsByCollection' => ['privates''.service_locator.7ceurz2''get_ServiceLocator_7ceurz2Service'false],
  13814.             'FlexApp\\Controller\\CommentController:ajaxCreateAction' => ['privates''.service_locator.pCMJEaO''get_ServiceLocator_PCMJEaOService'false],
  13815.             'FlexApp\\Controller\\CommentController:ajaxSubscribeAction' => ['privates''.service_locator.ADMykfM''get_ServiceLocator_ADMykfMService'false],
  13816.             'FlexApp\\Controller\\EmailTrackingController:open' => ['privates''.service_locator.uwDytMH''get_ServiceLocator_UwDytMHService'false],
  13817.             'FlexApp\\Controller\\HeaderApiController:countries' => ['privates''.service_locator.N16BrtF''get_ServiceLocator_N16BrtFService'false],
  13818.             'FlexApp\\Controller\\HeaderApiController:favorites' => ['privates''.service_locator.qSzDqfH''get_ServiceLocator_QSzDqfHService'false],
  13819.             'FlexApp\\Controller\\HeaderApiController:history' => ['privates''.service_locator._glSbVM''get_ServiceLocator_GlSbVMService'false],
  13820.             'FlexApp\\Controller\\HeaderApiController:localesForSelect' => ['privates''.service_locator.7uVzC5h''get_ServiceLocator_7uVzC5hService'false],
  13821.             'FlexApp\\Controller\\HeaderOrderApiController:orders' => ['privates''.service_locator.31WHGot''get_ServiceLocator_31WHGotService'false],
  13822.             'FlexApp\\Controller\\InterviewController:changeInterviewDateTime' => ['privates''.service_locator.31EwQnO''get_ServiceLocator_31EwQnOService'false],
  13823.             'FlexApp\\Controller\\InterviewController:changeInterviewDateTimeApiMethod' => ['privates''.service_locator.31EwQnO''get_ServiceLocator_31EwQnOService'false],
  13824.             'FlexApp\\Controller\\InterviewController:confirmInterview' => ['privates''.service_locator.GnxS8oS''get_ServiceLocator_GnxS8oSService'false],
  13825.             'FlexApp\\Controller\\InterviewController:interviewAlreadyConfirmed' => ['privates''.service_locator.JUJPX_J''get_ServiceLocator_JUJPXJService'false],
  13826.             'FlexApp\\Controller\\InterviewController:interviewIsOver' => ['privates''.service_locator._h1tp28''get_ServiceLocator_H1tp28Service'false],
  13827.             'FlexApp\\Controller\\InterviewController:interviewLink' => ['privates''.service_locator.NaONczX''get_ServiceLocator_NaONczXService'false],
  13828.             'FlexApp\\Controller\\LeaveReviewController:addExistingReviewsToEachCollection' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13829.             'FlexApp\\Controller\\LeaveReviewController:emailView' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13830.             'FlexApp\\Controller\\LeaveReviewController:getCollections' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13831.             'FlexApp\\Controller\\LeaveReviewController:getCollectionsIds' => ['privates''.service_locator.iaYccUP''get_ServiceLocator_IaYccUPService'false],
  13832.             'FlexApp\\Controller\\LeaveReviewController:review' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13833.             'FlexApp\\Controller\\MailingReportController:checkAccess' => ['privates''.service_locator.Jtq9G8N''get_ServiceLocator_Jtq9G8NService'false],
  13834.             'FlexApp\\Controller\\MailingReportController:handleMailing' => ['privates''.service_locator.JHkM04s''get_ServiceLocator_JHkM04sService'false],
  13835.             'FlexApp\\Controller\\MailingReportController:index' => ['privates''.service_locator.bRe.sy5''get_ServiceLocator_BRe_Sy5Service'false],
  13836.             'FlexApp\\Controller\\MailingReportController:mailingApi' => ['privates''.service_locator.zxvOa6h''get_ServiceLocator_ZxvOa6hService'false],
  13837.             'FlexApp\\Controller\\MailingReportController:mailingsListApi' => ['privates''.service_locator.bRe.sy5''get_ServiceLocator_BRe_Sy5Service'false],
  13838.             'FlexApp\\Controller\\MailingReportController:orderShow' => ['privates''.service_locator.RcHiBlc''get_ServiceLocator_RcHiBlcService'false],
  13839.             'FlexApp\\Controller\\MailingReportController:orderShowApi' => ['privates''.service_locator.EeYTVlv''get_ServiceLocator_EeYTVlvService'false],
  13840.             'FlexApp\\Controller\\MailingReportController:show' => ['privates''.service_locator.zxvOa6h''get_ServiceLocator_ZxvOa6hService'false],
  13841.             'FlexApp\\Controller\\NewUserProfileController:changeEmail' => ['privates''.service_locator.l6ER0ut''get_ServiceLocator_L6ER0utService'false],
  13842.             'FlexApp\\Controller\\NewUserProfileController:countries' => ['privates''.service_locator.N16BrtF''get_ServiceLocator_N16BrtFService'false],
  13843.             'FlexApp\\Controller\\NewUserProfileController:createAddress' => ['privates''.service_locator.Nzwfc8r''get_ServiceLocator_Nzwfc8rService'false],
  13844.             'FlexApp\\Controller\\NewUserProfileController:editAddress' => ['privates''.service_locator.Nzwfc8r''get_ServiceLocator_Nzwfc8rService'false],
  13845.             'FlexApp\\Controller\\NewUserProfileController:getUndeliveredOrders' => ['privates''.service_locator.31WHGot''get_ServiceLocator_31WHGotService'false],
  13846.             'FlexApp\\Controller\\NotExtend\\ManualTestController:testFailsNotifies' => ['privates''.service_locator.5usv1bv''get_ServiceLocator_5usv1bvService'false],
  13847.             'FlexApp\\Controller\\OneCController:getReviewOrderAction' => ['privates''.service_locator.K_PEUO7''get_ServiceLocator_KPEUO7Service'false],
  13848.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  13849.             'kernel:process' => ['privates''.service_locator.u47of.0''get_ServiceLocator_U47of_0Service'false],
  13850.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  13851.         ], [
  13852.             'AdmBundle\\Controller\\ListEmailController::previewAction' => '?',
  13853.             'FlexApp\\Controller\\AmazonPersonalizeController::getRecommendations' => '?',
  13854.             'FlexApp\\Controller\\AmazonPersonalizeController::putEvent' => '?',
  13855.             'FlexApp\\Controller\\Api\\UserApiController::sendAccessDataAction' => '?',
  13856.             'FlexApp\\Controller\\Api\\UserApiController::updateUserBrandAction' => '?',
  13857.             'FlexApp\\Controller\\CareerController::employerDeleteAction' => '?',
  13858.             'FlexApp\\Controller\\CareerController::employerEditAction' => '?',
  13859.             'FlexApp\\Controller\\CareerController::employerShowAction' => '?',
  13860.             'FlexApp\\Controller\\ChatBController::ajaxFileUpload' => '?',
  13861.             'FlexApp\\Controller\\ChatBController::chatBPage' => '?',
  13862.             'FlexApp\\Controller\\ChatBController::notifyAboutConnectionFail' => '?',
  13863.             'FlexApp\\Controller\\ChatBController::setIsRead' => '?',
  13864.             'FlexApp\\Controller\\ChatBController::unsubscribe' => '?',
  13865.             'FlexApp\\Controller\\CollectionReviewController::factoryReviews' => '?',
  13866.             'FlexApp\\Controller\\CollectionReviewController::preData' => '?',
  13867.             'FlexApp\\Controller\\CollectionReviewController::reviewsByCollection' => '?',
  13868.             'FlexApp\\Controller\\CommentController::ajaxCreateAction' => '?',
  13869.             'FlexApp\\Controller\\CommentController::ajaxSubscribeAction' => '?',
  13870.             'FlexApp\\Controller\\EmailTrackingController::open' => '?',
  13871.             'FlexApp\\Controller\\HeaderApiController::countries' => '?',
  13872.             'FlexApp\\Controller\\HeaderApiController::favorites' => '?',
  13873.             'FlexApp\\Controller\\HeaderApiController::history' => '?',
  13874.             'FlexApp\\Controller\\HeaderApiController::localesForSelect' => '?',
  13875.             'FlexApp\\Controller\\HeaderOrderApiController::orders' => '?',
  13876.             'FlexApp\\Controller\\InterviewController::changeInterviewDateTime' => '?',
  13877.             'FlexApp\\Controller\\InterviewController::changeInterviewDateTimeApiMethod' => '?',
  13878.             'FlexApp\\Controller\\InterviewController::confirmInterview' => '?',
  13879.             'FlexApp\\Controller\\InterviewController::interviewAlreadyConfirmed' => '?',
  13880.             'FlexApp\\Controller\\InterviewController::interviewIsOver' => '?',
  13881.             'FlexApp\\Controller\\InterviewController::interviewLink' => '?',
  13882.             'FlexApp\\Controller\\LeaveReviewController::addExistingReviewsToEachCollection' => '?',
  13883.             'FlexApp\\Controller\\LeaveReviewController::emailView' => '?',
  13884.             'FlexApp\\Controller\\LeaveReviewController::getCollections' => '?',
  13885.             'FlexApp\\Controller\\LeaveReviewController::getCollectionsIds' => '?',
  13886.             'FlexApp\\Controller\\LeaveReviewController::review' => '?',
  13887.             'FlexApp\\Controller\\MailingReportController::checkAccess' => '?',
  13888.             'FlexApp\\Controller\\MailingReportController::handleMailing' => '?',
  13889.             'FlexApp\\Controller\\MailingReportController::index' => '?',
  13890.             'FlexApp\\Controller\\MailingReportController::mailingApi' => '?',
  13891.             'FlexApp\\Controller\\MailingReportController::mailingsListApi' => '?',
  13892.             'FlexApp\\Controller\\MailingReportController::orderShow' => '?',
  13893.             'FlexApp\\Controller\\MailingReportController::orderShowApi' => '?',
  13894.             'FlexApp\\Controller\\MailingReportController::show' => '?',
  13895.             'FlexApp\\Controller\\NewUserProfileController::changeEmail' => '?',
  13896.             'FlexApp\\Controller\\NewUserProfileController::countries' => '?',
  13897.             'FlexApp\\Controller\\NewUserProfileController::createAddress' => '?',
  13898.             'FlexApp\\Controller\\NewUserProfileController::editAddress' => '?',
  13899.             'FlexApp\\Controller\\NewUserProfileController::getUndeliveredOrders' => '?',
  13900.             'FlexApp\\Controller\\NotExtend\\ManualTestController::testFailsNotifies' => '?',
  13901.             'FlexApp\\Controller\\OneCController::getReviewOrderAction' => '?',
  13902.             'kernel::loadRoutes' => '?',
  13903.             'kernel::process' => '?',
  13904.             'kernel::registerContainerConfiguration' => '?',
  13905.             'AdmBundle\\Controller\\ListEmailController:previewAction' => '?',
  13906.             'FlexApp\\Controller\\AmazonPersonalizeController:getRecommendations' => '?',
  13907.             'FlexApp\\Controller\\AmazonPersonalizeController:putEvent' => '?',
  13908.             'FlexApp\\Controller\\Api\\UserApiController:sendAccessDataAction' => '?',
  13909.             'FlexApp\\Controller\\Api\\UserApiController:updateUserBrandAction' => '?',
  13910.             'FlexApp\\Controller\\CareerController:employerDeleteAction' => '?',
  13911.             'FlexApp\\Controller\\CareerController:employerEditAction' => '?',
  13912.             'FlexApp\\Controller\\CareerController:employerShowAction' => '?',
  13913.             'FlexApp\\Controller\\ChatBController:ajaxFileUpload' => '?',
  13914.             'FlexApp\\Controller\\ChatBController:chatBPage' => '?',
  13915.             'FlexApp\\Controller\\ChatBController:notifyAboutConnectionFail' => '?',
  13916.             'FlexApp\\Controller\\ChatBController:setIsRead' => '?',
  13917.             'FlexApp\\Controller\\ChatBController:unsubscribe' => '?',
  13918.             'FlexApp\\Controller\\CollectionReviewController:factoryReviews' => '?',
  13919.             'FlexApp\\Controller\\CollectionReviewController:preData' => '?',
  13920.             'FlexApp\\Controller\\CollectionReviewController:reviewsByCollection' => '?',
  13921.             'FlexApp\\Controller\\CommentController:ajaxCreateAction' => '?',
  13922.             'FlexApp\\Controller\\CommentController:ajaxSubscribeAction' => '?',
  13923.             'FlexApp\\Controller\\EmailTrackingController:open' => '?',
  13924.             'FlexApp\\Controller\\HeaderApiController:countries' => '?',
  13925.             'FlexApp\\Controller\\HeaderApiController:favorites' => '?',
  13926.             'FlexApp\\Controller\\HeaderApiController:history' => '?',
  13927.             'FlexApp\\Controller\\HeaderApiController:localesForSelect' => '?',
  13928.             'FlexApp\\Controller\\HeaderOrderApiController:orders' => '?',
  13929.             'FlexApp\\Controller\\InterviewController:changeInterviewDateTime' => '?',
  13930.             'FlexApp\\Controller\\InterviewController:changeInterviewDateTimeApiMethod' => '?',
  13931.             'FlexApp\\Controller\\InterviewController:confirmInterview' => '?',
  13932.             'FlexApp\\Controller\\InterviewController:interviewAlreadyConfirmed' => '?',
  13933.             'FlexApp\\Controller\\InterviewController:interviewIsOver' => '?',
  13934.             'FlexApp\\Controller\\InterviewController:interviewLink' => '?',
  13935.             'FlexApp\\Controller\\LeaveReviewController:addExistingReviewsToEachCollection' => '?',
  13936.             'FlexApp\\Controller\\LeaveReviewController:emailView' => '?',
  13937.             'FlexApp\\Controller\\LeaveReviewController:getCollections' => '?',
  13938.             'FlexApp\\Controller\\LeaveReviewController:getCollectionsIds' => '?',
  13939.             'FlexApp\\Controller\\LeaveReviewController:review' => '?',
  13940.             'FlexApp\\Controller\\MailingReportController:checkAccess' => '?',
  13941.             'FlexApp\\Controller\\MailingReportController:handleMailing' => '?',
  13942.             'FlexApp\\Controller\\MailingReportController:index' => '?',
  13943.             'FlexApp\\Controller\\MailingReportController:mailingApi' => '?',
  13944.             'FlexApp\\Controller\\MailingReportController:mailingsListApi' => '?',
  13945.             'FlexApp\\Controller\\MailingReportController:orderShow' => '?',
  13946.             'FlexApp\\Controller\\MailingReportController:orderShowApi' => '?',
  13947.             'FlexApp\\Controller\\MailingReportController:show' => '?',
  13948.             'FlexApp\\Controller\\NewUserProfileController:changeEmail' => '?',
  13949.             'FlexApp\\Controller\\NewUserProfileController:countries' => '?',
  13950.             'FlexApp\\Controller\\NewUserProfileController:createAddress' => '?',
  13951.             'FlexApp\\Controller\\NewUserProfileController:editAddress' => '?',
  13952.             'FlexApp\\Controller\\NewUserProfileController:getUndeliveredOrders' => '?',
  13953.             'FlexApp\\Controller\\NotExtend\\ManualTestController:testFailsNotifies' => '?',
  13954.             'FlexApp\\Controller\\OneCController:getReviewOrderAction' => '?',
  13955.             'kernel:loadRoutes' => '?',
  13956.             'kernel:process' => '?',
  13957.             'kernel:registerContainerConfiguration' => '?',
  13958.         ]);
  13959.     }
  13960.     /**
  13961.      * Gets the private '.service_locator.maxEfDy' shared service.
  13962.      *
  13963.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13964.      */
  13965.     protected function get_ServiceLocator_MaxEfDyService()
  13966.     {
  13967.         return $this->privates['.service_locator.maxEfDy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13968.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  13969.             'mailer' => ['services''WebBundle\\Helper\\Mailer''getMailerService'false],
  13970.             'parametersProvider' => ['privates''FlexApp\\Service\\ParametersProvider''getParametersProviderService'false],
  13971.             'userPasswordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  13972.         ], [
  13973.             'doctrine' => '?',
  13974.             'mailer' => 'WebBundle\\Helper\\Mailer',
  13975.             'parametersProvider' => 'FlexApp\\Service\\ParametersProvider',
  13976.             'userPasswordHasher' => '?',
  13977.         ]);
  13978.     }
  13979.     /**
  13980.      * Gets the private '.service_locator.pCMJEaO' shared service.
  13981.      *
  13982.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13983.      */
  13984.     protected function get_ServiceLocator_PCMJEaOService()
  13985.     {
  13986.         return $this->privates['.service_locator.pCMJEaO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13987.             'commentFormHandlerService' => ['privates''FlexApp\\Service\\CommentFormHandlerService''getCommentFormHandlerServiceService'false],
  13988.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  13989.         ], [
  13990.             'commentFormHandlerService' => 'FlexApp\\Service\\CommentFormHandlerService',
  13991.             'eventDispatcher' => '?',
  13992.         ]);
  13993.     }
  13994.     /**
  13995.      * Gets the private '.service_locator.qSzDqfH' shared service.
  13996.      *
  13997.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13998.      */
  13999.     protected function get_ServiceLocator_QSzDqfHService()
  14000.     {
  14001.         return $this->privates['.service_locator.qSzDqfH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14002.             'ideaRepository' => ['services''WebBundle\\Repository\\IdeaRepository''getIdeaRepositoryService'false],
  14003.         ], [
  14004.             'ideaRepository' => 'WebBundle\\Repository\\IdeaRepository',
  14005.         ]);
  14006.     }
  14007.     /**
  14008.      * Gets the private '.service_locator.spy9j7Z' shared service.
  14009.      *
  14010.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14011.      */
  14012.     protected function get_ServiceLocator_Spy9j7ZService()
  14013.     {
  14014.         return $this->privates['.service_locator.spy9j7Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14015.             'subscriptionsEntityRepository' => ['privates''FlexApp\\Repository\\SubscriptionsEntityRepository''getSubscriptionsEntityRepositoryService'false],
  14016.         ], [
  14017.             'subscriptionsEntityRepository' => 'FlexApp\\Repository\\SubscriptionsEntityRepository',
  14018.         ]);
  14019.     }
  14020.     /**
  14021.      * Gets the private '.service_locator.u47of.0' shared service.
  14022.      *
  14023.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14024.      */
  14025.     protected function get_ServiceLocator_U47of_0Service()
  14026.     {
  14027.         return $this->privates['.service_locator.u47of.0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14028.             '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".'],
  14029.         ], [
  14030.             'container' => 'Symfony\\Component\\DependencyInjection\\ContainerBuilder',
  14031.         ]);
  14032.     }
  14033.     /**
  14034.      * Gets the private '.service_locator.uwDytMH' shared service.
  14035.      *
  14036.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14037.      */
  14038.     protected function get_ServiceLocator_UwDytMHService()
  14039.     {
  14040.         return $this->privates['.service_locator.uwDytMH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14041.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14042.             'repository' => ['privates''FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository''getInvitationEmailDeliveryStatsRepositoryService'false],
  14043.         ], [
  14044.             'em' => '?',
  14045.             'repository' => 'FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository',
  14046.         ]);
  14047.     }
  14048.     /**
  14049.      * Gets the private '.service_locator.xALKTpt' shared service.
  14050.      *
  14051.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14052.      */
  14053.     protected function get_ServiceLocator_XALKTptService()
  14054.     {
  14055.         return $this->privates['.service_locator.xALKTpt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14056.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  14057.             'google_feed' => ['privates''messenger.transport.google_feed''getMessenger_Transport_GoogleFeedService'false],
  14058.             'logs' => ['privates''messenger.transport.logs''getMessenger_Transport_LogsService'false],
  14059.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  14060.             'messenger.transport.google_feed' => ['privates''messenger.transport.google_feed''getMessenger_Transport_GoogleFeedService'false],
  14061.             'messenger.transport.logs' => ['privates''messenger.transport.logs''getMessenger_Transport_LogsService'false],
  14062.         ], [
  14063.             'async' => '?',
  14064.             'google_feed' => '?',
  14065.             'logs' => '?',
  14066.             'messenger.transport.async' => '?',
  14067.             'messenger.transport.google_feed' => '?',
  14068.             'messenger.transport.logs' => '?',
  14069.         ]);
  14070.     }
  14071.     /**
  14072.      * Gets the private '.service_locator.ywhNcuo' shared service.
  14073.      *
  14074.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14075.      */
  14076.     protected function get_ServiceLocator_YwhNcuoService()
  14077.     {
  14078.         return $this->privates['.service_locator.ywhNcuo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14079.             'boolDBSettingRepository' => ['privates''FlexApp\\Repository\\BoolDBSettingRepository''getBoolDBSettingRepositoryService'false],
  14080.             'translator' => ['services''translator''getTranslatorService'false],
  14081.             'welcomeInfoDataGenerator' => ['privates''FlexApp\\Service\\WelcomeInfoDataGenerator''getWelcomeInfoDataGeneratorService'false],
  14082.         ], [
  14083.             'boolDBSettingRepository' => 'FlexApp\\Repository\\BoolDBSettingRepository',
  14084.             'translator' => '?',
  14085.             'welcomeInfoDataGenerator' => 'FlexApp\\Service\\WelcomeInfoDataGenerator',
  14086.         ]);
  14087.     }
  14088.     /**
  14089.      * Gets the private '.service_locator.zJyh7qS' shared service.
  14090.      *
  14091.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14092.      */
  14093.     protected function get_ServiceLocator_ZJyh7qSService()
  14094.     {
  14095.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14096.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  14097.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  14098.         ], [
  14099.             'security.firewall.map.context.dev' => '?',
  14100.             'security.firewall.map.context.main' => '?',
  14101.         ]);
  14102.     }
  14103.     /**
  14104.      * Gets the private '.service_locator.zxvOa6h' shared service.
  14105.      *
  14106.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14107.      */
  14108.     protected function get_ServiceLocator_ZxvOa6hService()
  14109.     {
  14110.         return $this->privates['.service_locator.zxvOa6h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14111.             'currentUserProvider' => ['services''FlexApp\\Service\\CurrentUserProvider''getCurrentUserProviderService'false],
  14112.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14113.             'mailing' => ['privates''FlexApp\\Entity\\Mailing''getMailingService'false],
  14114.         ], [
  14115.             'currentUserProvider' => 'FlexApp\\Service\\CurrentUserProvider',
  14116.             'entityManager' => '?',
  14117.             'mailing' => 'FlexApp\\Entity\\Mailing',
  14118.         ]);
  14119.     }
  14120.     /**
  14121.      * Gets the private '.session.deprecated' shared service.
  14122.      *
  14123.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  14124.      */
  14125.     protected function get_Session_DeprecatedService()
  14126.     {
  14127.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  14128.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  14129.         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();
  14130.     }
  14131.     /**
  14132.      * Gets the private '.twig.command.debug.lazy' shared service.
  14133.      *
  14134.      * @return \Symfony\Component\Console\Command\LazyCommand
  14135.      */
  14136.     protected function get_Twig_Command_Debug_LazyService()
  14137.     {
  14138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  14140.         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 {
  14141.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  14142.         });
  14143.     }
  14144.     /**
  14145.      * Gets the private '.twig.command.lint.lazy' shared service.
  14146.      *
  14147.      * @return \Symfony\Component\Console\Command\LazyCommand
  14148.      */
  14149.     protected function get_Twig_Command_Lint_LazyService()
  14150.     {
  14151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  14153.         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 {
  14154.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  14155.         });
  14156.     }
  14157.     /**
  14158.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  14159.      *
  14160.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  14161.      */
  14162.     protected function getManagerRegistryAwareConnectionProviderService()
  14163.     {
  14164.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  14165.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  14166.         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'));
  14167.     }
  14168.     /**
  14169.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  14170.      *
  14171.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  14172.      */
  14173.     protected function getRunSqlCommandService()
  14174.     {
  14175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14176.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  14177.         $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()));
  14178.         $instance->setName('dbal:run-sql');
  14179.         return $instance;
  14180.     }
  14181.     /**
  14182.      * Gets the private 'FlexApp\Command\AddExhibitionDataCommand' shared autowired service.
  14183.      *
  14184.      * @return \FlexApp\Command\AddExhibitionDataCommand
  14185.      */
  14186.     protected function getAddExhibitionDataCommandService()
  14187.     {
  14188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14189.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/AddExhibitionDataCommand.php';
  14190.         $this->privates['FlexApp\\Command\\AddExhibitionDataCommand'] = $instance = new \FlexApp\Command\AddExhibitionDataCommand(($this->privates['FlexApp\\Repository\\Exhibition\\ExhRepository'] ?? $this->getExhRepositoryService()));
  14191.         $instance->setName('te:add:exhibition_data');
  14192.         return $instance;
  14193.     }
  14194.     /**
  14195.      * Gets the private 'FlexApp\Command\AddFilterToAdminPanelCommand' shared autowired service.
  14196.      *
  14197.      * @return \FlexApp\Command\AddFilterToAdminPanelCommand
  14198.      */
  14199.     protected function getAddFilterToAdminPanelCommandService()
  14200.     {
  14201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14202.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/AddFilterToAdminPanelCommand.php';
  14203.         $this->privates['FlexApp\\Command\\AddFilterToAdminPanelCommand'] = $instance = new \FlexApp\Command\AddFilterToAdminPanelCommand(($this->services['adm.service.filter'] ?? $this->getAdm_Service_FilterService()));
  14204.         $instance->setName('adm.command:add.filter');
  14205.         return $instance;
  14206.     }
  14207.     /**
  14208.      * Gets the private 'FlexApp\Command\AddPortalTaskIfFailsExistCommand' shared autowired service.
  14209.      *
  14210.      * @return \FlexApp\Command\AddPortalTaskIfFailsExistCommand
  14211.      */
  14212.     protected function getAddPortalTaskIfFailsExistCommandService()
  14213.     {
  14214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14215.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/AddPortalTaskIfFailsExistCommand.php';
  14216.         $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()));
  14217.         $instance->setName('create-portal-task-if-there-are-chat-fails');
  14218.         return $instance;
  14219.     }
  14220.     /**
  14221.      * Gets the private 'FlexApp\Command\AutoResendAfterFailsCommand' shared autowired service.
  14222.      *
  14223.      * @return \FlexApp\Command\AutoResendAfterFailsCommand
  14224.      */
  14225.     protected function getAutoResendAfterFailsCommandService()
  14226.     {
  14227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14228.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/AutoResendAfterFailsCommand.php';
  14229.         $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()));
  14230.         $instance->setName('auto-resend-after-fails-command');
  14231.         return $instance;
  14232.     }
  14233.     /**
  14234.      * Gets the private 'FlexApp\Command\BindReviewsCommand' shared autowired service.
  14235.      *
  14236.      * @return \FlexApp\Command\BindReviewsCommand
  14237.      */
  14238.     protected function getBindReviewsCommandService()
  14239.     {
  14240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14241.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/BindReviewsCommand.php';
  14242.         $this->privates['FlexApp\\Command\\BindReviewsCommand'] = $instance = new \FlexApp\Command\BindReviewsCommand();
  14243.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14244.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  14245.         $instance->setName('app:bind-reviews');
  14246.         return $instance;
  14247.     }
  14248.     /**
  14249.      * Gets the private 'FlexApp\Command\BuildCollectionSettnigsCommand' shared autowired service.
  14250.      *
  14251.      * @return \FlexApp\Command\BuildCollectionSettnigsCommand
  14252.      */
  14253.     protected function getBuildCollectionSettnigsCommandService()
  14254.     {
  14255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14256.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/BuildCollectionSettnigsCommand.php';
  14257.         $this->privates['FlexApp\\Command\\BuildCollectionSettnigsCommand'] = $instance = new \FlexApp\Command\BuildCollectionSettnigsCommand($this);
  14258.         $instance->setName('te:build:collection.settnigs');
  14259.         return $instance;
  14260.     }
  14261.     /**
  14262.      * Gets the private 'FlexApp\Command\CalendarCommand' shared autowired service.
  14263.      *
  14264.      * @return \FlexApp\Command\CalendarCommand
  14265.      */
  14266.     protected function getCalendarCommandService()
  14267.     {
  14268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14269.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/CalendarCommand.php';
  14270.         $this->privates['FlexApp\\Command\\CalendarCommand'] = $instance = new \FlexApp\Command\CalendarCommand();
  14271.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14272.         $instance->setName('app:calendar');
  14273.         return $instance;
  14274.     }
  14275.     /**
  14276.      * Gets the private 'FlexApp\Command\ChatBCommand' shared autowired service.
  14277.      *
  14278.      * @return \FlexApp\Command\ChatBCommand
  14279.      */
  14280.     protected function getChatBCommandService()
  14281.     {
  14282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14283.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ChatBCommand.php';
  14284.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/WsServerFactory.php';
  14285.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  14286.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  14287.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  14288.         include_once \dirname(__DIR__4).'/src/FlexApp/Traits/TokenByMsg.php';
  14289.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatBService.php';
  14290.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  14291.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  14292.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  14293.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  14294.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  14295.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  14296.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/WsServerLogger.php';
  14297.         $a = new \FlexApp\Service\ChatBService();
  14298.         $b = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  14299.         $c = new \FlexApp\Service\WsServerLogger('ws_server'$b, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  14300.         $a->logger $c;
  14301.         $a->parametersProvider $b;
  14302.         $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()));
  14303.         $instance->setName('wsserver');
  14304.         return $instance;
  14305.     }
  14306.     /**
  14307.      * Gets the private 'FlexApp\Command\ChatBDispatchErrorEventCommand' shared autowired service.
  14308.      *
  14309.      * @return \FlexApp\Command\ChatBDispatchErrorEventCommand
  14310.      */
  14311.     protected function getChatBDispatchErrorEventCommandService()
  14312.     {
  14313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14314.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ChatBDispatchErrorEventCommand.php';
  14315.         $this->privates['FlexApp\\Command\\ChatBDispatchErrorEventCommand'] = $instance = new \FlexApp\Command\ChatBDispatchErrorEventCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  14316.         $instance->setName('dispatch-general-error-event-in-child-process');
  14317.         return $instance;
  14318.     }
  14319.     /**
  14320.      * Gets the private 'FlexApp\Command\CheckActualTranslationsCommand' shared autowired service.
  14321.      *
  14322.      * @return \FlexApp\Command\CheckActualTranslationsCommand
  14323.      */
  14324.     protected function getCheckActualTranslationsCommandService()
  14325.     {
  14326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14327.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/CheckActualTranslationsCommand.php';
  14328.         $this->privates['FlexApp\\Command\\CheckActualTranslationsCommand'] = $instance = new \FlexApp\Command\CheckActualTranslationsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  14329.         $instance->setName('app:check-actual-translations');
  14330.         return $instance;
  14331.     }
  14332.     /**
  14333.      * Gets the private 'FlexApp\Command\CheckGoogleGmailEventsCommand' shared autowired service.
  14334.      *
  14335.      * @return \FlexApp\Command\CheckGoogleGmailEventsCommand
  14336.      */
  14337.     protected function getCheckGoogleGmailEventsCommandService()
  14338.     {
  14339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14340.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/CheckGoogleGmailEventsCommand.php';
  14341.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/GoogleGmailEventsService.php';
  14342.         $this->privates['FlexApp\\Command\\CheckGoogleGmailEventsCommand'] = $instance = new \FlexApp\Command\CheckGoogleGmailEventsCommand(($this->privates['FlexApp\\Service\\GoogleGmailEventsService'] ?? ($this->privates['FlexApp\\Service\\GoogleGmailEventsService'] = new \FlexApp\Service\GoogleGmailEventsService())));
  14343.         $instance->setName('app:check-google-gmail-events');
  14344.         return $instance;
  14345.     }
  14346.     /**
  14347.      * Gets the private 'FlexApp\Command\ClearCustomLogCommand' shared autowired service.
  14348.      *
  14349.      * @return \FlexApp\Command\ClearCustomLogCommand
  14350.      */
  14351.     protected function getClearCustomLogCommandService()
  14352.     {
  14353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14354.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ClearCustomLogCommand.php';
  14355.         $this->privates['FlexApp\\Command\\ClearCustomLogCommand'] = $instance = new \FlexApp\Command\ClearCustomLogCommand();
  14356.         $instance->parametersProvider = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  14357.         $instance->setName('app:clear-custom-log');
  14358.         return $instance;
  14359.     }
  14360.     /**
  14361.      * Gets the private 'FlexApp\Command\CommentsAddTaskForCommentsWithoutAnswerCommand' shared autowired service.
  14362.      *
  14363.      * @return \FlexApp\Command\CommentsAddTaskForCommentsWithoutAnswerCommand
  14364.      */
  14365.     protected function getCommentsAddTaskForCommentsWithoutAnswerCommandService()
  14366.     {
  14367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14368.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/CommentsAddTaskForCommentsWithoutAnswerCommand.php';
  14369.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  14370.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/VacancyRepository.php';
  14371.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/LocaleTextRepository.php';
  14372.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PortalLinkGenerator.php';
  14373.         $this->privates['FlexApp\\Command\\CommentsAddTaskForCommentsWithoutAnswerCommand'] = $instance = new \FlexApp\Command\CommentsAddTaskForCommentsWithoutAnswerCommand();
  14374.         $a = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  14375.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14376.         $c $b->getRepository('WebBundle:LocaleTextEntity');
  14377.         $c->setParametersProvider($a);
  14378.         $instance->portalHelper = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  14379.         $instance->participantHelper = ($this->services['WebBundle\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService());
  14380.         $instance->parametersProvider $a;
  14381.         $instance->eventDispatcher = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14382.         $instance->commentRepository = ($this->services['FlexApp\\Repository\\CommentRepository'] ?? $this->getCommentRepositoryService());
  14383.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  14384.         $instance->vacancyRepository $b->getRepository('WebBundle:Vacancy');
  14385.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  14386.         $instance->localeTextRepository $c;
  14387.         $instance->sourceByCommentTypeDefiner = ($this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'] ?? $this->getSourceByCommentTypeDefinerService());
  14388.         $instance->portalLinkGenerator = new \FlexApp\Service\PortalLinkGenerator($a);
  14389.         $instance->entityManager $b;
  14390.         $instance->setName('comments:add-task-for-comments-without-answer');
  14391.         return $instance;
  14392.     }
  14393.     /**
  14394.      * Gets the private 'FlexApp\Command\ConsumeTokensCommand' shared autowired service.
  14395.      *
  14396.      * @return \FlexApp\Command\ConsumeTokensCommand
  14397.      */
  14398.     protected function getConsumeTokensCommandService()
  14399.     {
  14400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14401.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ConsumeTokensCommand.php';
  14402.         $this->privates['FlexApp\\Command\\ConsumeTokensCommand'] = $instance = new \FlexApp\Command\ConsumeTokensCommand();
  14403.         $instance->parametersProvider = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  14404.         $instance->eventDispatcher = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14405.         $instance->messageBus = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  14406.         $instance->setName('app:consume-tokens');
  14407.         return $instance;
  14408.     }
  14409.     /**
  14410.      * Gets the private 'FlexApp\Command\Cron\CronAdminJobsCommand' shared autowired service.
  14411.      *
  14412.      * @return \FlexApp\Command\Cron\CronAdminJobsCommand
  14413.      */
  14414.     protected function getCronAdminJobsCommandService()
  14415.     {
  14416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14417.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronAdminJobsCommand.php';
  14418.         $this->privates['FlexApp\\Command\\Cron\\CronAdminJobsCommand'] = $instance = new \FlexApp\Command\Cron\CronAdminJobsCommand(($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()));
  14419.         $instance->setName('cron:admin.jobs');
  14420.         return $instance;
  14421.     }
  14422.     /**
  14423.      * Gets the private 'FlexApp\Command\Cron\CronExhSetReferenceCommand' shared autowired service.
  14424.      *
  14425.      * @return \FlexApp\Command\Cron\CronExhSetReferenceCommand
  14426.      */
  14427.     protected function getCronExhSetReferenceCommandService()
  14428.     {
  14429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14430.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronExhSetReferenceCommand.php';
  14431.         $this->privates['FlexApp\\Command\\Cron\\CronExhSetReferenceCommand'] = $instance = new \FlexApp\Command\Cron\CronExhSetReferenceCommand(($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()));
  14432.         $instance->setName('cron:exh.set_reference');
  14433.         return $instance;
  14434.     }
  14435.     /**
  14436.      * Gets the private 'FlexApp\Command\Cron\CronFoundAndFixRelationCommand' shared autowired service.
  14437.      *
  14438.      * @return \FlexApp\Command\Cron\CronFoundAndFixRelationCommand
  14439.      */
  14440.     protected function getCronFoundAndFixRelationCommandService()
  14441.     {
  14442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14443.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronFoundAndFixRelationCommand.php';
  14444.         $this->privates['FlexApp\\Command\\Cron\\CronFoundAndFixRelationCommand'] = $instance = new \FlexApp\Command\Cron\CronFoundAndFixRelationCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()));
  14445.         $instance->setName('cron:found_and_fix.relation');
  14446.         return $instance;
  14447.     }
  14448.     /**
  14449.      * Gets the private 'FlexApp\Command\Cron\CronListForGoogleAdsCommand' shared autowired service.
  14450.      *
  14451.      * @return \FlexApp\Command\Cron\CronListForGoogleAdsCommand
  14452.      */
  14453.     protected function getCronListForGoogleAdsCommandService()
  14454.     {
  14455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14456.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronListForGoogleAdsCommand.php';
  14457.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AdsFilters/AdsFiltersGeneratorCombinations.php';
  14458.         $this->privates['FlexApp\\Command\\Cron\\CronListForGoogleAdsCommand'] = $instance = new \FlexApp\Command\Cron\CronListForGoogleAdsCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), new \FlexApp\Service\AdsFilters\AdsFiltersGeneratorCombinations(), ($this->privates['FlexApp\\Service\\AdsFilters\\AdsFiltersGeneratorTexts'] ?? $this->getAdsFiltersGeneratorTextsService()));
  14459.         $instance->setName('cron:listForGoogleAds');
  14460.         return $instance;
  14461.     }
  14462.     /**
  14463.      * Gets the private 'FlexApp\Command\Cron\CronParseHtmlBadLinkCommand' shared autowired service.
  14464.      *
  14465.      * @return \FlexApp\Command\Cron\CronParseHtmlBadLinkCommand
  14466.      */
  14467.     protected function getCronParseHtmlBadLinkCommandService()
  14468.     {
  14469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14470.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronParseHtmlBadLinkCommand.php';
  14471.         $this->privates['FlexApp\\Command\\Cron\\CronParseHtmlBadLinkCommand'] = $instance = new \FlexApp\Command\Cron\CronParseHtmlBadLinkCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14472.         $instance->setName('cron:parse.html_bad_link');
  14473.         return $instance;
  14474.     }
  14475.     /**
  14476.      * Gets the private 'FlexApp\Command\Cron\CronParseVideoBadLinkCommand' shared autowired service.
  14477.      *
  14478.      * @return \FlexApp\Command\Cron\CronParseVideoBadLinkCommand
  14479.      */
  14480.     protected function getCronParseVideoBadLinkCommandService()
  14481.     {
  14482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14483.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronParseVideoBadLinkCommand.php';
  14484.         $this->privates['FlexApp\\Command\\Cron\\CronParseVideoBadLinkCommand'] = $instance = new \FlexApp\Command\Cron\CronParseVideoBadLinkCommand(($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()));
  14485.         $instance->setName('cron:parse.video_bad_link');
  14486.         return $instance;
  14487.     }
  14488.     /**
  14489.      * Gets the private 'FlexApp\Command\Cron\CronTransExCommand' shared autowired service.
  14490.      *
  14491.      * @return \FlexApp\Command\Cron\CronTransExCommand
  14492.      */
  14493.     protected function getCronTransExCommandService()
  14494.     {
  14495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14496.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronTransExCommand.php';
  14497.         $this->privates['FlexApp\\Command\\Cron\\CronTransExCommand'] = $instance = new \FlexApp\Command\Cron\CronTransExCommand(($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()));
  14498.         $instance->setName('cron:transex.update');
  14499.         return $instance;
  14500.     }
  14501.     /**
  14502.      * Gets the private 'FlexApp\Command\Cron\CrontabFillCollectionCommand' shared autowired service.
  14503.      *
  14504.      * @return \FlexApp\Command\Cron\CrontabFillCollectionCommand
  14505.      */
  14506.     protected function getCrontabFillCollectionCommandService()
  14507.     {
  14508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14509.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CrontabFillCollectionCommand.php';
  14510.         $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()));
  14511.         $instance->setName('cron:fill-collections');
  14512.         $instance->setDescription('Fill collections from old table.');
  14513.         return $instance;
  14514.     }
  14515.     /**
  14516.      * Gets the private 'FlexApp\Command\Cron\CrontabFillCountryCommand' shared autowired service.
  14517.      *
  14518.      * @return \FlexApp\Command\Cron\CrontabFillCountryCommand
  14519.      */
  14520.     protected function getCrontabFillCountryCommandService()
  14521.     {
  14522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14523.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CrontabFillCountryCommand.php';
  14524.         $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()));
  14525.         $instance->setName('cron:fill-country');
  14526.         $instance->setDescription('Заполнение стран и их названий.');
  14527.         return $instance;
  14528.     }
  14529.     /**
  14530.      * Gets the private 'FlexApp\Command\Cron\CrontabFillFactoryCommand' shared autowired service.
  14531.      *
  14532.      * @return \FlexApp\Command\Cron\CrontabFillFactoryCommand
  14533.      */
  14534.     protected function getCrontabFillFactoryCommandService()
  14535.     {
  14536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14537.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CrontabFillFactoryCommand.php';
  14538.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/StaticContentService.php';
  14539.         $a = new \FlexApp\Service\StaticContentService();
  14540.         $a->staticContentRepository = ($this->privates['FlexApp\\Repository\\StaticContent\\StaticContentRepository'] ?? $this->getStaticContentRepositoryService());
  14541.         $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()));
  14542.         $instance->setName('cron:fill-factory');
  14543.         $instance->setDescription('Fill factories from old table.');
  14544.         return $instance;
  14545.     }
  14546.     /**
  14547.      * Gets the private 'FlexApp\Command\Cron\CrontabFillReviewsCommand' shared autowired service.
  14548.      *
  14549.      * @return \FlexApp\Command\Cron\CrontabFillReviewsCommand
  14550.      */
  14551.     protected function getCrontabFillReviewsCommandService()
  14552.     {
  14553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14554.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CrontabFillReviewsCommand.php';
  14555.         $this->privates['FlexApp\\Command\\Cron\\CrontabFillReviewsCommand'] = $instance = new \FlexApp\Command\Cron\CrontabFillReviewsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  14556.         $instance->setName('cron:fill-review');
  14557.         $instance->setDescription('Обновление отзывов.');
  14558.         return $instance;
  14559.     }
  14560.     /**
  14561.      * Gets the private 'FlexApp\Command\ExportArticleSchemeToCsvCommand' shared autowired service.
  14562.      *
  14563.      * @return \FlexApp\Command\ExportArticleSchemeToCsvCommand
  14564.      */
  14565.     protected function getExportArticleSchemeToCsvCommandService()
  14566.     {
  14567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14568.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ExportArticleSchemeToCsvCommand.php';
  14569.         $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))));
  14570.         $instance->setName('app:export-article-scheme-csv');
  14571.         return $instance;
  14572.     }
  14573.     /**
  14574.      * Gets the private 'FlexApp\Command\ExportArticlesToJsonForGoogleCommand' shared autowired service.
  14575.      *
  14576.      * @return \FlexApp\Command\ExportArticlesToJsonForGoogleCommand
  14577.      */
  14578.     protected function getExportArticlesToJsonForGoogleCommandService()
  14579.     {
  14580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14581.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ExportArticlesToJsonForGoogleCommand.php';
  14582.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/RecommendationsAiService.php';
  14583.         $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))));
  14584.         $instance->setName('recommendations-ai:export-articles-to-json');
  14585.         return $instance;
  14586.     }
  14587.     /**
  14588.      * Gets the private 'FlexApp\Command\ExportCollectionsToAmazonPersonalizeCommand' shared autowired service.
  14589.      *
  14590.      * @return \FlexApp\Command\ExportCollectionsToAmazonPersonalizeCommand
  14591.      */
  14592.     protected function getExportCollectionsToAmazonPersonalizeCommandService()
  14593.     {
  14594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14595.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ExportCollectionsToAmazonPersonalizeCommand.php';
  14596.         $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))));
  14597.         $instance->setName('personalize:export-collections');
  14598.         return $instance;
  14599.     }
  14600.     /**
  14601.      * Gets the private 'FlexApp\Command\ExportUserItemToAmazonPersonalizeCommand' shared autowired service.
  14602.      *
  14603.      * @return \FlexApp\Command\ExportUserItemToAmazonPersonalizeCommand
  14604.      */
  14605.     protected function getExportUserItemToAmazonPersonalizeCommandService()
  14606.     {
  14607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14608.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ExportUserItemToAmazonPersonalizeCommand.php';
  14609.         $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))));
  14610.         $instance->setName('personalize:export-user-item');
  14611.         return $instance;
  14612.     }
  14613.     /**
  14614.      * Gets the private 'FlexApp\Command\ExportUsersToAmazonPersonalizeCommand' shared autowired service.
  14615.      *
  14616.      * @return \FlexApp\Command\ExportUsersToAmazonPersonalizeCommand
  14617.      */
  14618.     protected function getExportUsersToAmazonPersonalizeCommandService()
  14619.     {
  14620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14621.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ExportUsersToAmazonPersonalizeCommand.php';
  14622.         $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))));
  14623.         $instance->setName('personalize:export-users');
  14624.         return $instance;
  14625.     }
  14626.     /**
  14627.      * Gets the private 'FlexApp\Command\FillCapitalsCommand' shared autowired service.
  14628.      *
  14629.      * @return \FlexApp\Command\FillCapitalsCommand
  14630.      */
  14631.     protected function getFillCapitalsCommandService()
  14632.     {
  14633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14634.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/FillCapitalsCommand.php';
  14635.         $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()));
  14636.         $instance->setName('app:fill-capitals');
  14637.         return $instance;
  14638.     }
  14639.     /**
  14640.      * Gets the private 'FlexApp\Command\FillHolidaysCommand' shared autowired service.
  14641.      *
  14642.      * @return \FlexApp\Command\FillHolidaysCommand
  14643.      */
  14644.     protected function getFillHolidaysCommandService()
  14645.     {
  14646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14647.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/FillHolidaysCommand.php';
  14648.         $this->privates['FlexApp\\Command\\FillHolidaysCommand'] = $instance = new \FlexApp\Command\FillHolidaysCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  14649.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  14650.         $instance->setName('app:fill-holidays');
  14651.         return $instance;
  14652.     }
  14653.     /**
  14654.      * Gets the private 'FlexApp\Command\FixLocalesInLocalChangeStatisticCommand' shared autowired service.
  14655.      *
  14656.      * @return \FlexApp\Command\FixLocalesInLocalChangeStatisticCommand
  14657.      */
  14658.     protected function getFixLocalesInLocalChangeStatisticCommandService()
  14659.     {
  14660.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14661.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/FixLocalesInLocalChangeStatisticCommand.php';
  14662.         $this->privates['FlexApp\\Command\\FixLocalesInLocalChangeStatisticCommand'] = $instance = new \FlexApp\Command\FixLocalesInLocalChangeStatisticCommand(($this->privates['FlexApp\\Service\\LocaleChangeStatService'] ?? $this->getLocaleChangeStatServiceService()));
  14663.         $instance->setName('locale-statistic:fix-db-locale-strings');
  14664.         return $instance;
  14665.     }
  14666.     /**
  14667.      * Gets the private 'FlexApp\Command\GetCollectionThemesStatCommand' shared autowired service.
  14668.      *
  14669.      * @return \FlexApp\Command\GetCollectionThemesStatCommand
  14670.      */
  14671.     protected function getGetCollectionThemesStatCommandService()
  14672.     {
  14673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14674.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/GetCollectionThemesStatCommand.php';
  14675.         $this->privates['FlexApp\\Command\\GetCollectionThemesStatCommand'] = $instance = new \FlexApp\Command\GetCollectionThemesStatCommand();
  14676.         $instance->portalHelper = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  14677.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  14678.         $instance->setName('app:get-collection-themes-stat-command');
  14679.         return $instance;
  14680.     }
  14681.     /**
  14682.      * Gets the private 'FlexApp\Command\ImgProcessCommand' shared autowired service.
  14683.      *
  14684.      * @return \FlexApp\Command\ImgProcessCommand
  14685.      */
  14686.     protected function getImgProcessCommandService()
  14687.     {
  14688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14689.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ImgProcessCommand.php';
  14690.         $this->privates['FlexApp\\Command\\ImgProcessCommand'] = $instance = new \FlexApp\Command\ImgProcessCommand();
  14691.         $instance->setName('img_process');
  14692.         return $instance;
  14693.     }
  14694.     /**
  14695.      * Gets the private 'FlexApp\Command\ImportOldSubscribersCommand' shared autowired service.
  14696.      *
  14697.      * @return \FlexApp\Command\ImportOldSubscribersCommand
  14698.      */
  14699.     protected function getImportOldSubscribersCommandService()
  14700.     {
  14701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14702.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ImportOldSubscribersCommand.php';
  14703.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  14704.         $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())));
  14705.         $instance->setName('app:import-old-subscribers');
  14706.         return $instance;
  14707.     }
  14708.     /**
  14709.      * Gets the private 'FlexApp\Command\ImportProdDBCommand' shared autowired service.
  14710.      *
  14711.      * @return \FlexApp\Command\ImportProdDBCommand
  14712.      */
  14713.     protected function getImportProdDBCommandService()
  14714.     {
  14715.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14716.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ImportProdDBCommand.php';
  14717.         $this->privates['FlexApp\\Command\\ImportProdDBCommand'] = $instance = new \FlexApp\Command\ImportProdDBCommand(($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()));
  14718.         $instance->setName('app:import-prod-db');
  14719.         return $instance;
  14720.     }
  14721.     /**
  14722.      * Gets the private 'FlexApp\Command\ManualTestUnreadCountCommand' shared autowired service.
  14723.      *
  14724.      * @return \FlexApp\Command\ManualTestUnreadCountCommand
  14725.      */
  14726.     protected function getManualTestUnreadCountCommandService()
  14727.     {
  14728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14729.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ManualTestUnreadCountCommand.php';
  14730.         $this->privates['FlexApp\\Command\\ManualTestUnreadCountCommand'] = $instance = new \FlexApp\Command\ManualTestUnreadCountCommand();
  14731.         $instance->changeUnreadCountHandler = ($this->privates['FlexApp\\Service\\ChangedUnreadCountHandler'] ?? $this->getChangedUnreadCountHandlerService());
  14732.         $instance->setName('app:manual-test-unread-count');
  14733.         return $instance;
  14734.     }
  14735.     /**
  14736.      * Gets the private 'FlexApp\Command\ManualTestingCommand' shared autowired service.
  14737.      *
  14738.      * @return \FlexApp\Command\ManualTestingCommand
  14739.      */
  14740.     protected function getManualTestingCommandService()
  14741.     {
  14742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14743.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ManualTestingCommand.php';
  14744.         $this->privates['FlexApp\\Command\\ManualTestingCommand'] = $instance = new \FlexApp\Command\ManualTestingCommand();
  14745.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  14746.         $instance->classMetadataFactory = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  14747.         $instance->serializer = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  14748.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  14749.         $instance->validator = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  14750.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14751.         $instance->portalHelper = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  14752.         $instance->portalApiService = ($this->privates['FlexApp\\Service\\PortalApiService'] ?? $this->getPortalApiServiceService());
  14753.         $instance->chatBMessageRepository = ($this->privates['FlexApp\\Repository\\ChatBMessageRepository'] ?? $this->getChatBMessageRepositoryService());
  14754.         $instance->loginLinkGenerator = ($this->services['FlexApp\\Service\\LoginLinkGenerator'] ?? $this->getLoginLinkGeneratorService());
  14755.         $instance->logsManager = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  14756.         $instance->setName('app:manual-testing');
  14757.         return $instance;
  14758.     }
  14759.     /**
  14760.      * Gets the private 'FlexApp\Command\MergeContactsOnPortalCommand' shared autowired service.
  14761.      *
  14762.      * @return \FlexApp\Command\MergeContactsOnPortalCommand
  14763.      */
  14764.     protected function getMergeContactsOnPortalCommandService()
  14765.     {
  14766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14767.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/MergeContactsOnPortalCommand.php';
  14768.         $this->privates['FlexApp\\Command\\MergeContactsOnPortalCommand'] = $instance = new \FlexApp\Command\MergeContactsOnPortalCommand();
  14769.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  14770.         $instance->portalHelper = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  14771.         $instance->setName('app:merge-contacts-on-portal');
  14772.         return $instance;
  14773.     }
  14774.     /**
  14775.      * Gets the private 'FlexApp\Command\OnceLoadCurrenciesCommand' shared autowired service.
  14776.      *
  14777.      * @return \FlexApp\Command\OnceLoadCurrenciesCommand
  14778.      */
  14779.     protected function getOnceLoadCurrenciesCommandService()
  14780.     {
  14781.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14782.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/OnceLoadCurrenciesCommand.php';
  14783.         $this->privates['FlexApp\\Command\\OnceLoadCurrenciesCommand'] = $instance = new \FlexApp\Command\OnceLoadCurrenciesCommand(($this->privates['FlexApp\\Repository\\LocaleRepository'] ?? $this->getLocaleRepositoryService()), ($this->privates['FlexApp\\Repository\\CurrencyRepository'] ?? $this->getCurrencyRepositoryService()));
  14784.         $instance->setName('command:load-currencies');
  14785.         $instance->setDescription('Единоразовая заливка валют');
  14786.         return $instance;
  14787.     }
  14788.     /**
  14789.      * Gets the private 'FlexApp\Command\OnceLoadMeasuresCommand' shared autowired service.
  14790.      *
  14791.      * @return \FlexApp\Command\OnceLoadMeasuresCommand
  14792.      */
  14793.     protected function getOnceLoadMeasuresCommandService()
  14794.     {
  14795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14796.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/OnceLoadMeasuresCommand.php';
  14797.         $this->privates['FlexApp\\Command\\OnceLoadMeasuresCommand'] = $instance = new \FlexApp\Command\OnceLoadMeasuresCommand(($this->privates['FlexApp\\Repository\\LocaleRepository'] ?? $this->getLocaleRepositoryService()), ($this->privates['FlexApp\\Repository\\SquareRepository'] ?? $this->getSquareRepositoryService()));
  14798.         $instance->setName('command:load-measures');
  14799.         $instance->setDescription('Единоразовая заливка площадей');
  14800.         return $instance;
  14801.     }
  14802.     /**
  14803.      * Gets the private 'FlexApp\Command\PluralizationExampleCommand' shared autowired service.
  14804.      *
  14805.      * @return \FlexApp\Command\PluralizationExampleCommand
  14806.      */
  14807.     protected function getPluralizationExampleCommandService()
  14808.     {
  14809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14810.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/PluralizationExampleCommand.php';
  14811.         $this->privates['FlexApp\\Command\\PluralizationExampleCommand'] = $instance = new \FlexApp\Command\PluralizationExampleCommand();
  14812.         $instance->translator = ($this->services['translator'] ?? $this->getTranslatorService());
  14813.         $instance->setName('app:pluralization-example');
  14814.         return $instance;
  14815.     }
  14816.     /**
  14817.      * Gets the private 'FlexApp\Command\PushTestByFCMTokenCommand' shared autowired service.
  14818.      *
  14819.      * @return \FlexApp\Command\PushTestByFCMTokenCommand
  14820.      */
  14821.     protected function getPushTestByFCMTokenCommandService()
  14822.     {
  14823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14824.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/PushTestByFCMTokenCommand.php';
  14825.         $this->privates['FlexApp\\Command\\PushTestByFCMTokenCommand'] = $instance = new \FlexApp\Command\PushTestByFCMTokenCommand(($this->privates['FlexApp\\Service\\WebPushNotificationsService'] ?? $this->getWebPushNotificationsServiceService()));
  14826.         $instance->setName('app:push-test-by-fcm-token');
  14827.         return $instance;
  14828.     }
  14829.     /**
  14830.      * Gets the private 'FlexApp\Command\PushTestByTeTokenCommand' shared autowired service.
  14831.      *
  14832.      * @return \FlexApp\Command\PushTestByTeTokenCommand
  14833.      */
  14834.     protected function getPushTestByTeTokenCommandService()
  14835.     {
  14836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14837.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/PushTestByTeTokenCommand.php';
  14838.         $this->privates['FlexApp\\Command\\PushTestByTeTokenCommand'] = $instance = new \FlexApp\Command\PushTestByTeTokenCommand(($this->privates['FlexApp\\Service\\WebPushNotificationsService'] ?? $this->getWebPushNotificationsServiceService()));
  14839.         $instance->setName('app:push-test-by-te-token');
  14840.         return $instance;
  14841.     }
  14842.     /**
  14843.      * Gets the private 'FlexApp\Command\PushTestByUserCommand' shared autowired service.
  14844.      *
  14845.      * @return \FlexApp\Command\PushTestByUserCommand
  14846.      */
  14847.     protected function getPushTestByUserCommandService()
  14848.     {
  14849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14850.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/PushTestByUserCommand.php';
  14851.         $this->privates['FlexApp\\Command\\PushTestByUserCommand'] = $instance = new \FlexApp\Command\PushTestByUserCommand(($this->privates['FlexApp\\Service\\WebPushNotificationsService'] ?? $this->getWebPushNotificationsServiceService()), ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  14852.         $instance->setName('app:push-test-by-user');
  14853.         return $instance;
  14854.     }
  14855.     /**
  14856.      * Gets the private 'FlexApp\Command\RemoveOldComparesCommand' shared autowired service.
  14857.      *
  14858.      * @return \FlexApp\Command\RemoveOldComparesCommand
  14859.      */
  14860.     protected function getRemoveOldComparesCommandService()
  14861.     {
  14862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14863.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/RemoveOldComparesCommand.php';
  14864.         $this->privates['FlexApp\\Command\\RemoveOldComparesCommand'] = $instance = new \FlexApp\Command\RemoveOldComparesCommand(($this->privates['FlexApp\\Service\\CompareArticleService'] ?? $this->getCompareArticleServiceService()));
  14865.         $instance->setName('app:compare:delete:old');
  14866.         return $instance;
  14867.     }
  14868.     /**
  14869.      * Gets the private 'FlexApp\Command\RenameImageExhCommand' shared autowired service.
  14870.      *
  14871.      * @return \FlexApp\Command\RenameImageExhCommand
  14872.      */
  14873.     protected function getRenameImageExhCommandService()
  14874.     {
  14875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14876.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/RenameImageExhCommand.php';
  14877.         $this->privates['FlexApp\\Command\\RenameImageExhCommand'] = $instance = new \FlexApp\Command\RenameImageExhCommand();
  14878.         $instance->setName('app:rename_image_exh');
  14879.         return $instance;
  14880.     }
  14881.     /**
  14882.      * Gets the private 'FlexApp\Command\SendTestEmailCommand' shared autowired service.
  14883.      *
  14884.      * @return \FlexApp\Command\SendTestEmailCommand
  14885.      */
  14886.     protected function getSendTestEmailCommandService()
  14887.     {
  14888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14889.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/SendTestEmailCommand.php';
  14890.         $a = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  14891.         $this->privates['FlexApp\\Command\\SendTestEmailCommand'] = $instance = new \FlexApp\Command\SendTestEmailCommand($a);
  14892.         $instance->mailer = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  14893.         $instance->parametersProvider $a;
  14894.         $instance->setName('app:send-test-email');
  14895.         return $instance;
  14896.     }
  14897.     /**
  14898.      * Gets the private 'FlexApp\Command\SendToChatCommand' shared autowired service.
  14899.      *
  14900.      * @return \FlexApp\Command\SendToChatCommand
  14901.      */
  14902.     protected function getSendToChatCommandService()
  14903.     {
  14904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14905.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/SendToChatCommand.php';
  14906.         $this->privates['FlexApp\\Command\\SendToChatCommand'] = $instance = new \FlexApp\Command\SendToChatCommand(($this->services['FlexApp\\Service\\SystemChatNotificationService'] ?? $this->getSystemChatNotificationServiceService()));
  14907.         $instance->setName('app:send-to-chat');
  14908.         return $instance;
  14909.     }
  14910.     /**
  14911.      * Gets the private 'FlexApp\Command\SetSkuCommand' shared autowired service.
  14912.      *
  14913.      * @return \FlexApp\Command\SetSkuCommand
  14914.      */
  14915.     protected function getSetSkuCommandService()
  14916.     {
  14917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14918.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/SetSkuCommand.php';
  14919.         $this->privates['FlexApp\\Command\\SetSkuCommand'] = $instance = new \FlexApp\Command\SetSkuCommand();
  14920.         $instance->productReviewsCacheRepository = ($this->services['WebBundle\\Repository\\ProductReviewsCacheRepository'] ?? $this->getProductReviewsCacheRepositoryService());
  14921.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14922.         $instance->setName('app:set-sku');
  14923.         return $instance;
  14924.     }
  14925.     /**
  14926.      * Gets the private 'FlexApp\Command\TestSentryCommand' shared autowired service.
  14927.      *
  14928.      * @return \FlexApp\Command\TestSentryCommand
  14929.      */
  14930.     protected function getTestSentryCommandService()
  14931.     {
  14932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14933.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/TestSentryCommand.php';
  14934.         $this->privates['FlexApp\\Command\\TestSentryCommand'] = $instance = new \FlexApp\Command\TestSentryCommand(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  14935.         $instance->setName('test:sentry');
  14936.         return $instance;
  14937.     }
  14938.     /**
  14939.      * Gets the private 'FlexApp\Command\TransferUserCountryToOrderAddressCommand' shared autowired service.
  14940.      *
  14941.      * @return \FlexApp\Command\TransferUserCountryToOrderAddressCommand
  14942.      */
  14943.     protected function getTransferUserCountryToOrderAddressCommandService()
  14944.     {
  14945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14946.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/TransferUserCountryToOrderAddressCommand.php';
  14947.         $this->privates['FlexApp\\Command\\TransferUserCountryToOrderAddressCommand'] = $instance = new \FlexApp\Command\TransferUserCountryToOrderAddressCommand();
  14948.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  14949.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14950.         $instance->setName('app:transfer-user-country');
  14951.         return $instance;
  14952.     }
  14953.     /**
  14954.      * Gets the private 'FlexApp\Command\TranslitBuildFilesCommand' shared autowired service.
  14955.      *
  14956.      * @return \FlexApp\Command\TranslitBuildFilesCommand
  14957.      */
  14958.     protected function getTranslitBuildFilesCommandService()
  14959.     {
  14960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14961.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/TranslitBuildFilesCommand.php';
  14962.         $this->privates['FlexApp\\Command\\TranslitBuildFilesCommand'] = $instance = new \FlexApp\Command\TranslitBuildFilesCommand($this);
  14963.         $instance->setName('te:translation:build');
  14964.         return $instance;
  14965.     }
  14966.     /**
  14967.      * Gets the private 'FlexApp\Command\TretoToTeCommand' shared autowired service.
  14968.      *
  14969.      * @return \FlexApp\Command\TretoToTeCommand
  14970.      */
  14971.     protected function getTretoToTeCommandService()
  14972.     {
  14973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14974.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/TretoToTeCommand.php';
  14975.         $this->privates['FlexApp\\Command\\TretoToTeCommand'] = $instance = new \FlexApp\Command\TretoToTeCommand(($this->services['FlexApp\\Repository\\CommentRepository'] ?? $this->getCommentRepositoryService()), ($this->privates['FlexApp\\Service\\CommentManager'] ?? $this->getCommentManagerService()));
  14976.         $instance->setName('app:treto-to-te');
  14977.         return $instance;
  14978.     }
  14979.     /**
  14980.      * Gets the private 'FlexApp\Command\UpdateInvitationEmailDeliveryStatsCommand' shared autowired service.
  14981.      *
  14982.      * @return \FlexApp\Command\UpdateInvitationEmailDeliveryStatsCommand
  14983.      */
  14984.     protected function getUpdateInvitationEmailDeliveryStatsCommandService()
  14985.     {
  14986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14987.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/UpdateInvitationEmailDeliveryStatsCommand.php';
  14988.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/GoogleGmailEventsService.php';
  14989.         $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())));
  14990.         $instance->setName('app:update-invitation-email-delivery-stats');
  14991.         return $instance;
  14992.     }
  14993.     /**
  14994.      * Gets the private 'FlexApp\Command\UpdateUserOnPortalCommand' shared autowired service.
  14995.      *
  14996.      * @return \FlexApp\Command\UpdateUserOnPortalCommand
  14997.      */
  14998.     protected function getUpdateUserOnPortalCommandService()
  14999.     {
  15000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15001.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/UpdateUserOnPortalCommand.php';
  15002.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/QTEClient.php';
  15003.         $this->privates['FlexApp\\Command\\UpdateUserOnPortalCommand'] = $instance = new \FlexApp\Command\UpdateUserOnPortalCommand();
  15004.         $a = new \FlexApp\Service\QTEClient();
  15005.         $a->httpClient = ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService());
  15006.         $a->parametersProvider = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  15007.         $a->serializer = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  15008.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  15009.         $instance->qteClient $a;
  15010.         $instance->setName('app:update-user-on-portal');
  15011.         return $instance;
  15012.     }
  15013.     /**
  15014.      * Gets the private 'FlexApp\Command\UserEnteredChatCommand' shared autowired service.
  15015.      *
  15016.      * @return \FlexApp\Command\UserEnteredChatCommand
  15017.      */
  15018.     protected function getUserEnteredChatCommandService()
  15019.     {
  15020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15021.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/UserEnteredChatCommand.php';
  15022.         $this->privates['FlexApp\\Command\\UserEnteredChatCommand'] = $instance = new \FlexApp\Command\UserEnteredChatCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15023.         $instance->setName('app:user-entered-chat');
  15024.         return $instance;
  15025.     }
  15026.     /**
  15027.      * Gets the private 'FlexApp\Command\UserLeftChatCommand' shared autowired service.
  15028.      *
  15029.      * @return \FlexApp\Command\UserLeftChatCommand
  15030.      */
  15031.     protected function getUserLeftChatCommandService()
  15032.     {
  15033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15034.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/UserLeftChatCommand.php';
  15035.         $this->privates['FlexApp\\Command\\UserLeftChatCommand'] = $instance = new \FlexApp\Command\UserLeftChatCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15036.         $instance->setName('app:user-left-chat');
  15037.         return $instance;
  15038.     }
  15039.     /**
  15040.      * Gets the private 'FlexApp\Command\VisitCommand' shared autowired service.
  15041.      *
  15042.      * @return \FlexApp\Command\VisitCommand
  15043.      */
  15044.     protected function getVisitCommandService()
  15045.     {
  15046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15047.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/VisitCommand.php';
  15048.         $this->privates['FlexApp\\Command\\VisitCommand'] = $instance = new \FlexApp\Command\VisitCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  15049.         $instance->setName('app:visit');
  15050.         return $instance;
  15051.     }
  15052.     /**
  15053.      * Gets the private 'FlexApp\DTO\OneC\OneCReviewRequestDto' shared autowired service.
  15054.      *
  15055.      * @return \FlexApp\DTO\OneC\OneCReviewRequestDto
  15056.      */
  15057.     protected function getOneCReviewRequestDtoService()
  15058.     {
  15059.         $this->throw('Cannot autowire service "FlexApp\\DTO\\OneC\\OneCReviewRequestDto": argument "$marker" of method "__construct()" is type-hinted "string", you should configure its value explicitly.');
  15060.     }
  15061.     /**
  15062.      * Gets the private 'FlexApp\Entity\Mailing' shared autowired service.
  15063.      *
  15064.      * @return \FlexApp\Entity\Mailing
  15065.      */
  15066.     protected function getMailingService()
  15067.     {
  15068.         include_once \dirname(__DIR__4).'/src/FlexApp/Entity/Mailing.php';
  15069.         return $this->privates['FlexApp\\Entity\\Mailing'] = new \FlexApp\Entity\Mailing();
  15070.     }
  15071.     /**
  15072.      * Gets the private 'FlexApp\Entity\VacancySliderEntity' shared autowired service.
  15073.      *
  15074.      * @return \FlexApp\Entity\VacancySliderEntity
  15075.      */
  15076.     protected function getVacancySliderEntityService()
  15077.     {
  15078.         include_once \dirname(__DIR__4).'/src/FlexApp/Entity/VacancySliderEntity.php';
  15079.         return $this->privates['FlexApp\\Entity\\VacancySliderEntity'] = new \FlexApp\Entity\VacancySliderEntity();
  15080.     }
  15081.     /**
  15082.      * Gets the private 'FlexApp\EventListener\CommentErrorListener' shared autowired service.
  15083.      *
  15084.      * @return \FlexApp\EventListener\CommentErrorListener
  15085.      */
  15086.     protected function getCommentErrorListenerService()
  15087.     {
  15088.         include_once \dirname(__DIR__4).'/src/FlexApp/EventListener/CommentErrorListener.php';
  15089.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Logger.php';
  15090.         $a = ($this->privates['FlexApp\\Service\\DevsAndAdminsNotifier'] ?? $this->getDevsAndAdminsNotifierService());
  15091.         if (isset($this->privates['FlexApp\\EventListener\\CommentErrorListener'])) {
  15092.             return $this->privates['FlexApp\\EventListener\\CommentErrorListener'];
  15093.         }
  15094.         $b = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  15095.         if (isset($this->privates['FlexApp\\EventListener\\CommentErrorListener'])) {
  15096.             return $this->privates['FlexApp\\EventListener\\CommentErrorListener'];
  15097.         }
  15098.         $c = new \FlexApp\Service\Logger();
  15099.         $c->monologLogger = ($this->services['logger'] ?? $this->getLoggerService());
  15100.         return $this->privates['FlexApp\\EventListener\\CommentErrorListener'] = new \FlexApp\EventListener\CommentErrorListener($c$a, ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), $b);
  15101.     }
  15102.     /**
  15103.      * Gets the private 'FlexApp\EventSubscriber\BanIpSubscriber' shared autowired service.
  15104.      *
  15105.      * @return \FlexApp\EventSubscriber\BanIpSubscriber
  15106.      */
  15107.     protected function getBanIpSubscriberService()
  15108.     {
  15109.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/BanIpSubscriber.php';
  15110.         $a = ($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService());
  15111.         if (isset($this->privates['FlexApp\\EventSubscriber\\BanIpSubscriber'])) {
  15112.             return $this->privates['FlexApp\\EventSubscriber\\BanIpSubscriber'];
  15113.         }
  15114.         return $this->privates['FlexApp\\EventSubscriber\\BanIpSubscriber'] = new \FlexApp\EventSubscriber\BanIpSubscriber(($this->privates['FlexApp\\Repository\\BannedIpRepository'] ?? $this->getBannedIpRepositoryService()), $a);
  15115.     }
  15116.     /**
  15117.      * Gets the private 'FlexApp\EventSubscriber\CommentNotifyClientsSubscriber' shared autowired service.
  15118.      *
  15119.      * @return \FlexApp\EventSubscriber\CommentNotifyClientsSubscriber
  15120.      */
  15121.     protected function getCommentNotifyClientsSubscriberService()
  15122.     {
  15123.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/CommentNotifyClientsSubscriber.php';
  15124.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  15125.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EmailCanonicalizer.php';
  15126.         $a = ($this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'] ?? $this->getSourceByCommentTypeDefinerService());
  15127.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'])) {
  15128.             return $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'];
  15129.         }
  15130.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15131.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'])) {
  15132.             return $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'];
  15133.         }
  15134.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  15135.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'])) {
  15136.             return $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'];
  15137.         }
  15138.         $d = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  15139.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'])) {
  15140.             return $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'];
  15141.         }
  15142.         $e = ($this->services['WebBundle\\Repository\\ListEmailRepository'] ?? $this->getListEmailRepositoryService());
  15143.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'])) {
  15144.             return $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'];
  15145.         }
  15146.         $f = ($this->services['FlexApp\\Service\\SystemChatNotificationService'] ?? $this->getSystemChatNotificationServiceService());
  15147.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'])) {
  15148.             return $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'];
  15149.         }
  15150.         $g = ($this->privates['FlexApp\\Service\\ChangedUnreadCountHandler'] ?? $this->getChangedUnreadCountHandlerService());
  15151.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'])) {
  15152.             return $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'];
  15153.         }
  15154.         $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'] = $instance = new \FlexApp\EventSubscriber\CommentNotifyClientsSubscriber($a$b$c, ($this->privates['FlexApp\\Repository\\CommentablePageRepository'] ?? $this->getCommentablePageRepositoryService()), $d, ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), ($this->privates['FlexApp\\Service\\EmailCanonicalizer'] ?? ($this->privates['FlexApp\\Service\\EmailCanonicalizer'] = new \FlexApp\Service\EmailCanonicalizer())), $e, ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $f, ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService()), $g);
  15155.         $instance->consultantRepository = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  15156.         $instance->consDefiner = ($this->services['FlexApp\\Service\\ConsDefiner'] ?? $this->getConsDefinerService());
  15157.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  15158.         $instance->countryAndLangSpecificDataRepository = ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService());
  15159.         $instance->contactsProvider = ($this->privates['FlexApp\\Service\\ManagerContactsProvider'] ?? $this->getManagerContactsProviderService());
  15160.         return $instance;
  15161.     }
  15162.     /**
  15163.      * Gets the private 'FlexApp\EventSubscriber\CommentSendToPortalSubscriber' shared autowired service.
  15164.      *
  15165.      * @return \FlexApp\EventSubscriber\CommentSendToPortalSubscriber
  15166.      */
  15167.     protected function getCommentSendToPortalSubscriberService()
  15168.     {
  15169.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/CommentSendToPortalSubscriber.php';
  15170.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  15171.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentSendToPortalSubscriber'])) {
  15172.             return $this->privates['FlexApp\\EventSubscriber\\CommentSendToPortalSubscriber'];
  15173.         }
  15174.         return $this->privates['FlexApp\\EventSubscriber\\CommentSendToPortalSubscriber'] = new \FlexApp\EventSubscriber\CommentSendToPortalSubscriber($a);
  15175.     }
  15176.     /**
  15177.      * Gets the private 'FlexApp\EventSubscriber\EmailClickSubscriber' shared autowired service.
  15178.      *
  15179.      * @return \FlexApp\EventSubscriber\EmailClickSubscriber
  15180.      */
  15181.     protected function getEmailClickSubscriberService()
  15182.     {
  15183.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15184.         if (isset($this->privates['FlexApp\\EventSubscriber\\EmailClickSubscriber'])) {
  15185.             return $this->privates['FlexApp\\EventSubscriber\\EmailClickSubscriber'];
  15186.         }
  15187.         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);
  15188.     }
  15189.     /**
  15190.      * Gets the private 'FlexApp\EventSubscriber\ErrorNotifierSubscriber' shared autowired service.
  15191.      *
  15192.      * @return \FlexApp\EventSubscriber\ErrorNotifierSubscriber
  15193.      */
  15194.     protected function getErrorNotifierSubscriberService()
  15195.     {
  15196.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/ErrorNotifierSubscriber.php';
  15197.         $a = ($this->privates['FlexApp\\Service\\DevsAndAdminsNotifier'] ?? $this->getDevsAndAdminsNotifierService());
  15198.         if (isset($this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'])) {
  15199.             return $this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'];
  15200.         }
  15201.         return $this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'] = new \FlexApp\EventSubscriber\ErrorNotifierSubscriber($a);
  15202.     }
  15203.     /**
  15204.      * Gets the private 'FlexApp\EventSubscriber\LogoutSubscriber' shared autowired service.
  15205.      *
  15206.      * @return \FlexApp\EventSubscriber\LogoutSubscriber
  15207.      */
  15208.     protected function getLogoutSubscriberService()
  15209.     {
  15210.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/LogoutSubscriber.php';
  15211.         $this->privates['FlexApp\\EventSubscriber\\LogoutSubscriber'] = $instance = new \FlexApp\EventSubscriber\LogoutSubscriber();
  15212.         $instance->currentUserProvider = ($this->services['FlexApp\\Service\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService());
  15213.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15214.         return $instance;
  15215.     }
  15216.     /**
  15217.      * Gets the private 'FlexApp\EventSubscriber\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber' shared autowired service.
  15218.      *
  15219.      * @return \FlexApp\EventSubscriber\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber
  15220.      */
  15221.     protected function getPortalNotifierAboutJobSeekerHasEnteredTheChatSubscriberService()
  15222.     {
  15223.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber.php';
  15224.         $a = ($this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'] ?? $this->getPortalNotifierAboutChatEventsService());
  15225.         if (isset($this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber'])) {
  15226.             return $this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber'];
  15227.         }
  15228.         return $this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber'] = new \FlexApp\EventSubscriber\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber($a);
  15229.     }
  15230.     /**
  15231.      * Gets the private 'FlexApp\EventSubscriber\PortalNotifierAboutJobSeekerLeftChatSubscriber' shared autowired service.
  15232.      *
  15233.      * @return \FlexApp\EventSubscriber\PortalNotifierAboutJobSeekerLeftChatSubscriber
  15234.      */
  15235.     protected function getPortalNotifierAboutJobSeekerLeftChatSubscriberService()
  15236.     {
  15237.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/PortalNotifierAboutJobSeekerLeftChatSubscriber.php';
  15238.         $a = ($this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'] ?? $this->getPortalNotifierAboutChatEventsService());
  15239.         if (isset($this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerLeftChatSubscriber'])) {
  15240.             return $this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerLeftChatSubscriber'];
  15241.         }
  15242.         return $this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerLeftChatSubscriber'] = new \FlexApp\EventSubscriber\PortalNotifierAboutJobSeekerLeftChatSubscriber($a);
  15243.     }
  15244.     /**
  15245.      * Gets the private 'FlexApp\EventSubscriber\PortalThemeSetterSubscriber' shared autowired service.
  15246.      *
  15247.      * @return \FlexApp\EventSubscriber\PortalThemeSetterSubscriber
  15248.      */
  15249.     protected function getPortalThemeSetterSubscriberService()
  15250.     {
  15251.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/PortalThemeSetterSubscriber.php';
  15252.         $a = ($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService());
  15253.         if (isset($this->privates['FlexApp\\EventSubscriber\\PortalThemeSetterSubscriber'])) {
  15254.             return $this->privates['FlexApp\\EventSubscriber\\PortalThemeSetterSubscriber'];
  15255.         }
  15256.         return $this->privates['FlexApp\\EventSubscriber\\PortalThemeSetterSubscriber'] = new \FlexApp\EventSubscriber\PortalThemeSetterSubscriber($a);
  15257.     }
  15258.     /**
  15259.      * Gets the private 'FlexApp\EventSubscriber\RemoveUserSubscriber' shared autowired service.
  15260.      *
  15261.      * @return \FlexApp\EventSubscriber\RemoveUserSubscriber
  15262.      */
  15263.     protected function getRemoveUserSubscriberService()
  15264.     {
  15265.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15266.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/RemoveUserSubscriber.php';
  15267.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  15268.         if (isset($this->privates['FlexApp\\EventSubscriber\\RemoveUserSubscriber'])) {
  15269.             return $this->privates['FlexApp\\EventSubscriber\\RemoveUserSubscriber'];
  15270.         }
  15271.         $b = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  15272.         if (isset($this->privates['FlexApp\\EventSubscriber\\RemoveUserSubscriber'])) {
  15273.             return $this->privates['FlexApp\\EventSubscriber\\RemoveUserSubscriber'];
  15274.         }
  15275.         return $this->privates['FlexApp\\EventSubscriber\\RemoveUserSubscriber'] = new \FlexApp\EventSubscriber\RemoveUserSubscriber($a, ($this->services['logger'] ?? $this->getLoggerService()), $b);
  15276.     }
  15277.     /**
  15278.      * Gets the private 'FlexApp\EventSubscriber\RetieChatMessagesOnPortalSubscriber' shared autowired service.
  15279.      *
  15280.      * @return \FlexApp\EventSubscriber\RetieChatMessagesOnPortalSubscriber
  15281.      */
  15282.     protected function getRetieChatMessagesOnPortalSubscriberService()
  15283.     {
  15284.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/RetieChatMessagesOnPortalSubscriber.php';
  15285.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  15286.         if (isset($this->privates['FlexApp\\EventSubscriber\\RetieChatMessagesOnPortalSubscriber'])) {
  15287.             return $this->privates['FlexApp\\EventSubscriber\\RetieChatMessagesOnPortalSubscriber'];
  15288.         }
  15289.         $b = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  15290.         if (isset($this->privates['FlexApp\\EventSubscriber\\RetieChatMessagesOnPortalSubscriber'])) {
  15291.             return $this->privates['FlexApp\\EventSubscriber\\RetieChatMessagesOnPortalSubscriber'];
  15292.         }
  15293.         return $this->privates['FlexApp\\EventSubscriber\\RetieChatMessagesOnPortalSubscriber'] = new \FlexApp\EventSubscriber\RetieChatMessagesOnPortalSubscriber($a, ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService()), $b);
  15294.     }
  15295.     /**
  15296.      * Gets the private 'FlexApp\Form\ChangeInterviewDateTimeType' shared autowired service.
  15297.      *
  15298.      * @return \FlexApp\Form\ChangeInterviewDateTimeType
  15299.      */
  15300.     protected function getChangeInterviewDateTimeTypeService()
  15301.     {
  15302.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15303.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15304.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/ChangeInterviewDateTimeType.php';
  15305.         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())));
  15306.     }
  15307.     /**
  15308.      * Gets the private 'FlexApp\Form\ChatBEmailFormType' shared autowired service.
  15309.      *
  15310.      * @return \FlexApp\Form\ChatBEmailFormType
  15311.      */
  15312.     protected function getChatBEmailFormTypeService()
  15313.     {
  15314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15315.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15316.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/ChatBEmailFormType.php';
  15317.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  15318.         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()));
  15319.     }
  15320.     /**
  15321.      * Gets the private 'FlexApp\Form\MailingType' shared autowired service.
  15322.      *
  15323.      * @return \FlexApp\Form\MailingType
  15324.      */
  15325.     protected function getMailingTypeService()
  15326.     {
  15327.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15329.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/MailingType.php';
  15330.         return $this->privates['FlexApp\\Form\\MailingType'] = new \FlexApp\Form\MailingType();
  15331.     }
  15332.     /**
  15333.      * Gets the private 'FlexApp\Form\OrderAddressType' shared autowired service.
  15334.      *
  15335.      * @return \FlexApp\Form\OrderAddressType
  15336.      */
  15337.     protected function getOrderAddressTypeService()
  15338.     {
  15339.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15341.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/OrderAddressType.php';
  15342.         $this->privates['FlexApp\\Form\\OrderAddressType'] = $instance = new \FlexApp\Form\OrderAddressType();
  15343.         $instance->translator = ($this->services['translator'] ?? $this->getTranslatorService());
  15344.         return $instance;
  15345.     }
  15346.     /**
  15347.      * Gets the private 'FlexApp\Form\ResettingFormType' shared autowired service.
  15348.      *
  15349.      * @return \FlexApp\Form\ResettingFormType
  15350.      */
  15351.     protected function getResettingFormTypeService()
  15352.     {
  15353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15354.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15355.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/ResettingFormType.php';
  15356.         return $this->privates['FlexApp\\Form\\ResettingFormType'] = new \FlexApp\Form\ResettingFormType();
  15357.     }
  15358.     /**
  15359.      * Gets the private 'FlexApp\Form\SiteCommentType' shared autowired service.
  15360.      *
  15361.      * @return \FlexApp\Form\SiteCommentType
  15362.      */
  15363.     protected function getSiteCommentTypeService()
  15364.     {
  15365.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15366.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15367.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/SiteCommentType.php';
  15368.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/StopWordsDetectorInterface.php';
  15369.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/StopWordsDetector.php';
  15370.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15371.         if (isset($this->privates['FlexApp\\Form\\SiteCommentType'])) {
  15372.             return $this->privates['FlexApp\\Form\\SiteCommentType'];
  15373.         }
  15374.         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);
  15375.     }
  15376.     /**
  15377.      * Gets the private 'FlexApp\Form\VacancySliderType' shared autowired service.
  15378.      *
  15379.      * @return \FlexApp\Form\VacancySliderType
  15380.      */
  15381.     protected function getVacancySliderTypeService()
  15382.     {
  15383.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15384.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15385.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/VacancySliderType.php';
  15386.         return $this->privates['FlexApp\\Form\\VacancySliderType'] = new \FlexApp\Form\VacancySliderType();
  15387.     }
  15388.     /**
  15389.      * Gets the private 'FlexApp\Interfaces\PortalApiLoggerInterface' shared autowired service.
  15390.      *
  15391.      * @return \FlexApp\Service\DailyLogger
  15392.      */
  15393.     protected function getPortalApiLoggerInterfaceService()
  15394.     {
  15395.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  15396.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  15397.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  15398.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  15399.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  15400.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  15401.         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()));
  15402.     }
  15403.     /**
  15404.      * Gets the private 'FlexApp\Repository\AdmCfgPageRepository' shared autowired service.
  15405.      *
  15406.      * @return \FlexApp\Repository\AdmCfgPageRepository
  15407.      */
  15408.     protected function getAdmCfgPageRepositoryService()
  15409.     {
  15410.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/AdmCfgPageRepository.php';
  15411.         return $this->privates['FlexApp\\Repository\\AdmCfgPageRepository'] = new \FlexApp\Repository\AdmCfgPageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15412.     }
  15413.     /**
  15414.      * Gets the private 'FlexApp\Repository\Article\ArticleDescriptionRepository' shared autowired service.
  15415.      *
  15416.      * @return \FlexApp\Repository\Article\ArticleDescriptionRepository
  15417.      */
  15418.     protected function getArticleDescriptionRepositoryService()
  15419.     {
  15420.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Article/ArticleDescriptionRepository.php';
  15421.         return $this->privates['FlexApp\\Repository\\Article\\ArticleDescriptionRepository'] = new \FlexApp\Repository\Article\ArticleDescriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15422.     }
  15423.     /**
  15424.      * Gets the private 'FlexApp\Repository\Article\ArticleDiscountRepository' shared autowired service.
  15425.      *
  15426.      * @return \FlexApp\Repository\Article\ArticleDiscountRepository
  15427.      */
  15428.     protected function getArticleDiscountRepositoryService()
  15429.     {
  15430.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Article/ArticleDiscountRepository.php';
  15431.         return $this->privates['FlexApp\\Repository\\Article\\ArticleDiscountRepository'] = new \FlexApp\Repository\Article\ArticleDiscountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15432.     }
  15433.     /**
  15434.      * Gets the private 'FlexApp\Repository\Article\ArticlePriceRepository' shared autowired service.
  15435.      *
  15436.      * @return \FlexApp\Repository\Article\ArticlePriceRepository
  15437.      */
  15438.     protected function getArticlePriceRepositoryService()
  15439.     {
  15440.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Article/ArticlePriceRepository.php';
  15441.         return $this->privates['FlexApp\\Repository\\Article\\ArticlePriceRepository'] = new \FlexApp\Repository\Article\ArticlePriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15442.     }
  15443.     /**
  15444.      * Gets the private 'FlexApp\Repository\AttachmentEntityRepository' shared autowired service.
  15445.      *
  15446.      * @return \FlexApp\Repository\AttachmentEntityRepository
  15447.      */
  15448.     protected function getAttachmentEntityRepositoryService()
  15449.     {
  15450.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/AttachmentEntityRepository.php';
  15451.         return $this->privates['FlexApp\\Repository\\AttachmentEntityRepository'] = new \FlexApp\Repository\AttachmentEntityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15452.     }
  15453.     /**
  15454.      * Gets the private 'FlexApp\Repository\BannedIpRepository' shared autowired service.
  15455.      *
  15456.      * @return \FlexApp\Repository\BannedIpRepository
  15457.      */
  15458.     protected function getBannedIpRepositoryService()
  15459.     {
  15460.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/BannedIpRepository.php';
  15461.         return $this->privates['FlexApp\\Repository\\BannedIpRepository'] = new \FlexApp\Repository\BannedIpRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15462.     }
  15463.     /**
  15464.      * Gets the private 'FlexApp\Repository\BoolDBSettingRepository' shared autowired service.
  15465.      *
  15466.      * @return \FlexApp\Repository\BoolDBSettingRepository
  15467.      */
  15468.     protected function getBoolDBSettingRepositoryService()
  15469.     {
  15470.         return $this->privates['FlexApp\\Repository\\BoolDBSettingRepository'] = new \FlexApp\Repository\BoolDBSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15471.     }
  15472.     /**
  15473.      * Gets the private 'FlexApp\Repository\BrandRepository' shared autowired service.
  15474.      *
  15475.      * @return \FlexApp\Repository\BrandRepository
  15476.      */
  15477.     protected function getBrandRepositoryService()
  15478.     {
  15479.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/BrandRepository.php';
  15480.         return $this->privates['FlexApp\\Repository\\BrandRepository'] = new \FlexApp\Repository\BrandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15481.     }
  15482.     /**
  15483.      * Gets the private 'FlexApp\Repository\ChatBMessageRepository' shared autowired service.
  15484.      *
  15485.      * @return \FlexApp\Repository\ChatBMessageRepository
  15486.      */
  15487.     protected function getChatBMessageRepositoryService()
  15488.     {
  15489.         return $this->privates['FlexApp\\Repository\\ChatBMessageRepository'] = new \FlexApp\Repository\ChatBMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15490.     }
  15491.     /**
  15492.      * Gets the private 'FlexApp\Repository\ChatBRepository' shared autowired service.
  15493.      *
  15494.      * @return \FlexApp\Repository\ChatBRepository
  15495.      */
  15496.     protected function getChatBRepositoryService()
  15497.     {
  15498.         return $this->privates['FlexApp\\Repository\\ChatBRepository'] = new \FlexApp\Repository\ChatBRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15499.     }
  15500.     /**
  15501.      * Gets the private 'FlexApp\Repository\Collection\CollectionAwardRepository' shared autowired service.
  15502.      *
  15503.      * @return \FlexApp\Repository\Collection\CollectionAwardRepository
  15504.      */
  15505.     protected function getCollectionAwardRepositoryService()
  15506.     {
  15507.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Collection/CollectionAwardRepository.php';
  15508.         return $this->privates['FlexApp\\Repository\\Collection\\CollectionAwardRepository'] = new \FlexApp\Repository\Collection\CollectionAwardRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15509.     }
  15510.     /**
  15511.      * Gets the private 'FlexApp\Repository\Collection\CollectionHeaderRepository' shared autowired service.
  15512.      *
  15513.      * @return \FlexApp\Repository\Collection\CollectionHeaderRepository
  15514.      */
  15515.     protected function getCollectionHeaderRepositoryService()
  15516.     {
  15517.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Collection/CollectionHeaderRepository.php';
  15518.         return $this->privates['FlexApp\\Repository\\Collection\\CollectionHeaderRepository'] = new \FlexApp\Repository\Collection\CollectionHeaderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15519.     }
  15520.     /**
  15521.      * Gets the private 'FlexApp\Repository\Collection\CollectionRepository' shared autowired service.
  15522.      *
  15523.      * @return \FlexApp\Repository\Collection\CollectionRepository
  15524.      */
  15525.     protected function getCollectionRepository2Service()
  15526.     {
  15527.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Collection/CollectionRepository.php';
  15528.         return $this->privates['FlexApp\\Repository\\Collection\\CollectionRepository'] = new \FlexApp\Repository\Collection\CollectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15529.     }
  15530.     /**
  15531.      * Gets the private 'FlexApp\Repository\Collection\CollectionSettingRepository' shared autowired service.
  15532.      *
  15533.      * @return \FlexApp\Repository\Collection\CollectionSettingRepository
  15534.      */
  15535.     protected function getCollectionSettingRepositoryService()
  15536.     {
  15537.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Collection/CollectionSettingRepository.php';
  15538.         return $this->privates['FlexApp\\Repository\\Collection\\CollectionSettingRepository'] = new \FlexApp\Repository\Collection\CollectionSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15539.     }
  15540.     /**
  15541.      * Gets the private 'FlexApp\Repository\CommentablePageRepository' shared autowired service.
  15542.      *
  15543.      * @return \FlexApp\Repository\CommentablePageRepository
  15544.      */
  15545.     protected function getCommentablePageRepositoryService()
  15546.     {
  15547.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CommentablePageRepository.php';
  15548.         return $this->privates['FlexApp\\Repository\\CommentablePageRepository'] = new \FlexApp\Repository\CommentablePageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15549.     }
  15550.     /**
  15551.      * Gets the private 'FlexApp\Repository\CommentablePageSubscriberRepository' shared autowired service.
  15552.      *
  15553.      * @return \FlexApp\Repository\CommentablePageSubscriberRepository
  15554.      */
  15555.     protected function getCommentablePageSubscriberRepositoryService()
  15556.     {
  15557.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CommentablePageSubscriberRepository.php';
  15558.         return $this->privates['FlexApp\\Repository\\CommentablePageSubscriberRepository'] = new \FlexApp\Repository\CommentablePageSubscriberRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15559.     }
  15560.     /**
  15561.      * Gets the private 'FlexApp\Repository\CompareArticleRepository' shared autowired service.
  15562.      *
  15563.      * @return \FlexApp\Repository\CompareArticleRepository
  15564.      */
  15565.     protected function getCompareArticleRepositoryService()
  15566.     {
  15567.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CompareArticleRepository.php';
  15568.         return $this->privates['FlexApp\\Repository\\CompareArticleRepository'] = new \FlexApp\Repository\CompareArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15569.     }
  15570.     /**
  15571.      * Gets the private 'FlexApp\Repository\ConsultantRepository' shared autowired service.
  15572.      *
  15573.      * @return \FlexApp\Repository\ConsultantRepository
  15574.      */
  15575.     protected function getConsultantRepositoryService()
  15576.     {
  15577.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/ConsultantRepository.php';
  15578.         return $this->privates['FlexApp\\Repository\\ConsultantRepository'] = new \FlexApp\Repository\ConsultantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15579.     }
  15580.     /**
  15581.      * Gets the private 'FlexApp\Repository\CountryAndLangSpecificDataRepository' shared autowired service.
  15582.      *
  15583.      * @return \FlexApp\Repository\CountryAndLangSpecificDataRepository
  15584.      */
  15585.     protected function getCountryAndLangSpecificDataRepositoryService()
  15586.     {
  15587.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CountryAndLangSpecificDataRepository.php';
  15588.         $this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] = $instance = new \FlexApp\Repository\CountryAndLangSpecificDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15589.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  15590.         return $instance;
  15591.     }
  15592.     /**
  15593.      * Gets the private 'FlexApp\Repository\CountryRepository' shared autowired service.
  15594.      *
  15595.      * @return \FlexApp\Repository\CountryRepository
  15596.      */
  15597.     protected function getCountryRepositoryService()
  15598.     {
  15599.         include_once \dirname(__DIR__4).'/src/WebBundle/Interfaces/ListEntityRepositoryInterface.php';
  15600.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CountryRepository.php';
  15601.         return $this->privates['FlexApp\\Repository\\CountryRepository'] = new \FlexApp\Repository\CountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15602.     }
  15603.     /**
  15604.      * Gets the private 'FlexApp\Repository\CryptoCurrencyRepository' shared autowired service.
  15605.      *
  15606.      * @return \FlexApp\Repository\CryptoCurrencyRepository
  15607.      */
  15608.     protected function getCryptoCurrencyRepositoryService()
  15609.     {
  15610.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CryptoCurrencyRepository.php';
  15611.         return $this->privates['FlexApp\\Repository\\CryptoCurrencyRepository'] = new \FlexApp\Repository\CryptoCurrencyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15612.     }
  15613.     /**
  15614.      * Gets the private 'FlexApp\Repository\CryptoNetworkRepository' shared autowired service.
  15615.      *
  15616.      * @return \FlexApp\Repository\CryptoNetworkRepository
  15617.      */
  15618.     protected function getCryptoNetworkRepositoryService()
  15619.     {
  15620.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CryptoNetworkRepository.php';
  15621.         return $this->privates['FlexApp\\Repository\\CryptoNetworkRepository'] = new \FlexApp\Repository\CryptoNetworkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15622.     }
  15623.     /**
  15624.      * Gets the private 'FlexApp\Repository\CurrencyRepository' shared autowired service.
  15625.      *
  15626.      * @return \FlexApp\Repository\CurrencyRepository
  15627.      */
  15628.     protected function getCurrencyRepositoryService()
  15629.     {
  15630.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CurrencyRepository.php';
  15631.         return $this->privates['FlexApp\\Repository\\CurrencyRepository'] = new \FlexApp\Repository\CurrencyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15632.     }
  15633.     /**
  15634.      * Gets the private 'FlexApp\Repository\DesignerRepository' shared autowired service.
  15635.      *
  15636.      * @return \FlexApp\Repository\DesignerRepository
  15637.      */
  15638.     protected function getDesignerRepositoryService()
  15639.     {
  15640.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/DesignerRepository.php';
  15641.         return $this->privates['FlexApp\\Repository\\DesignerRepository'] = new \FlexApp\Repository\DesignerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15642.     }
  15643.     /**
  15644.      * Gets the private 'FlexApp\Repository\Exhibition\ExhBrandRepository' shared autowired service.
  15645.      *
  15646.      * @return \FlexApp\Repository\Exhibition\ExhBrandRepository
  15647.      */
  15648.     protected function getExhBrandRepositoryService()
  15649.     {
  15650.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Exhibition/ExhBrandRepository.php';
  15651.         return $this->privates['FlexApp\\Repository\\Exhibition\\ExhBrandRepository'] = new \FlexApp\Repository\Exhibition\ExhBrandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15652.     }
  15653.     /**
  15654.      * Gets the private 'FlexApp\Repository\Exhibition\ExhCollectionRepository' shared autowired service.
  15655.      *
  15656.      * @return \FlexApp\Repository\Exhibition\ExhCollectionRepository
  15657.      */
  15658.     protected function getExhCollectionRepositoryService()
  15659.     {
  15660.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Exhibition/ExhCollectionRepository.php';
  15661.         return $this->privates['FlexApp\\Repository\\Exhibition\\ExhCollectionRepository'] = new \FlexApp\Repository\Exhibition\ExhCollectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15662.     }
  15663.     /**
  15664.      * Gets the private 'FlexApp\Repository\Exhibition\ExhImageRepository' shared autowired service.
  15665.      *
  15666.      * @return \FlexApp\Repository\Exhibition\ExhImageRepository
  15667.      */
  15668.     protected function getExhImageRepositoryService()
  15669.     {
  15670.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Exhibition/ExhImageRepository.php';
  15671.         return $this->privates['FlexApp\\Repository\\Exhibition\\ExhImageRepository'] = new \FlexApp\Repository\Exhibition\ExhImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15672.     }
  15673.     /**
  15674.      * Gets the private 'FlexApp\Repository\Exhibition\ExhLineRepository' shared autowired service.
  15675.      *
  15676.      * @return \FlexApp\Repository\Exhibition\ExhLineRepository
  15677.      */
  15678.     protected function getExhLineRepositoryService()
  15679.     {
  15680.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Exhibition/ExhLineRepository.php';
  15681.         return $this->privates['FlexApp\\Repository\\Exhibition\\ExhLineRepository'] = new \FlexApp\Repository\Exhibition\ExhLineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15682.     }
  15683.     /**
  15684.      * Gets the private 'FlexApp\Repository\Exhibition\ExhRepository' shared autowired service.
  15685.      *
  15686.      * @return \FlexApp\Repository\Exhibition\ExhRepository
  15687.      */
  15688.     protected function getExhRepositoryService()
  15689.     {
  15690.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Exhibition/ExhRepository.php';
  15691.         return $this->privates['FlexApp\\Repository\\Exhibition\\ExhRepository'] = new \FlexApp\Repository\Exhibition\ExhRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15692.     }
  15693.     /**
  15694.      * Gets the private 'FlexApp\Repository\FileEntityRepository' shared autowired service.
  15695.      *
  15696.      * @return \FlexApp\Repository\FileEntityRepository
  15697.      */
  15698.     protected function getFileEntityRepositoryService()
  15699.     {
  15700.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/FileEntityRepository.php';
  15701.         return $this->privates['FlexApp\\Repository\\FileEntityRepository'] = new \FlexApp\Repository\FileEntityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15702.     }
  15703.     /**
  15704.      * Gets the private 'FlexApp\Repository\GeoCountryRepository' shared autowired service.
  15705.      *
  15706.      * @return \FlexApp\Repository\GeoCountryRepository
  15707.      */
  15708.     protected function getGeoCountryRepositoryService()
  15709.     {
  15710.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/GeoCountryRepository.php';
  15711.         return $this->privates['FlexApp\\Repository\\GeoCountryRepository'] = new \FlexApp\Repository\GeoCountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15712.     }
  15713.     /**
  15714.      * Gets the private 'FlexApp\Repository\GeoLocaleNameRepository' shared autowired service.
  15715.      *
  15716.      * @return \FlexApp\Repository\GeoLocaleNameRepository
  15717.      */
  15718.     protected function getGeoLocaleNameRepositoryService()
  15719.     {
  15720.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/GeoLocaleNameRepository.php';
  15721.         return $this->privates['FlexApp\\Repository\\GeoLocaleNameRepository'] = new \FlexApp\Repository\GeoLocaleNameRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15722.     }
  15723.     /**
  15724.      * Gets the private 'FlexApp\Repository\GeoRegionRepository' shared autowired service.
  15725.      *
  15726.      * @return \FlexApp\Repository\GeoRegionRepository
  15727.      */
  15728.     protected function getGeoRegionRepositoryService()
  15729.     {
  15730.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/GeoRegionRepository.php';
  15731.         return $this->privates['FlexApp\\Repository\\GeoRegionRepository'] = new \FlexApp\Repository\GeoRegionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15732.     }
  15733.     /**
  15734.      * Gets the private 'FlexApp\Repository\InterviewRepository' shared autowired service.
  15735.      *
  15736.      * @return \FlexApp\Repository\InterviewRepository
  15737.      */
  15738.     protected function getInterviewRepositoryService()
  15739.     {
  15740.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/InterviewRepository.php';
  15741.         return $this->privates['FlexApp\\Repository\\InterviewRepository'] = new \FlexApp\Repository\InterviewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15742.     }
  15743.     /**
  15744.      * Gets the private 'FlexApp\Repository\InvitationEmailDeliveryStatsRepository' shared autowired service.
  15745.      *
  15746.      * @return \FlexApp\Repository\InvitationEmailDeliveryStatsRepository
  15747.      */
  15748.     protected function getInvitationEmailDeliveryStatsRepositoryService()
  15749.     {
  15750.         return $this->privates['FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository'] = new \FlexApp\Repository\InvitationEmailDeliveryStatsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15751.     }
  15752.     /**
  15753.      * Gets the private 'FlexApp\Repository\LocaleChangeStatRepository' shared autowired service.
  15754.      *
  15755.      * @return \FlexApp\Repository\LocaleChangeStatRepository
  15756.      */
  15757.     protected function getLocaleChangeStatRepositoryService()
  15758.     {
  15759.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/LocaleChangeStatRepository.php';
  15760.         return $this->privates['FlexApp\\Repository\\LocaleChangeStatRepository'] = new \FlexApp\Repository\LocaleChangeStatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15761.     }
  15762.     /**
  15763.      * Gets the private 'FlexApp\Repository\LocaleRepository' shared autowired service.
  15764.      *
  15765.      * @return \FlexApp\Repository\LocaleRepository
  15766.      */
  15767.     protected function getLocaleRepositoryService()
  15768.     {
  15769.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/LocaleRepository.php';
  15770.         return $this->privates['FlexApp\\Repository\\LocaleRepository'] = new \FlexApp\Repository\LocaleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15771.     }
  15772.     /**
  15773.      * Gets the private 'FlexApp\Repository\MailingRepository' shared autowired service.
  15774.      *
  15775.      * @return \FlexApp\Repository\MailingRepository
  15776.      */
  15777.     protected function getMailingRepositoryService()
  15778.     {
  15779.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/MailingRepository.php';
  15780.         return $this->privates['FlexApp\\Repository\\MailingRepository'] = new \FlexApp\Repository\MailingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15781.     }
  15782.     /**
  15783.      * Gets the private 'FlexApp\Repository\MobileUserSliderRepository' shared autowired service.
  15784.      *
  15785.      * @return \FlexApp\Repository\MobileUserSliderRepository
  15786.      */
  15787.     protected function getMobileUserSliderRepositoryService()
  15788.     {
  15789.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/MobileUserSliderRepository.php';
  15790.         return $this->privates['FlexApp\\Repository\\MobileUserSliderRepository'] = new \FlexApp\Repository\MobileUserSliderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15791.     }
  15792.     /**
  15793.      * Gets the private 'FlexApp\Repository\NgNameEntityRepository' shared autowired service.
  15794.      *
  15795.      * @return \FlexApp\Repository\NgNameEntityRepository
  15796.      */
  15797.     protected function getNgNameEntityRepositoryService()
  15798.     {
  15799.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/NgNameEntityRepository.php';
  15800.         return $this->privates['FlexApp\\Repository\\NgNameEntityRepository'] = new \FlexApp\Repository\NgNameEntityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15801.     }
  15802.     /**
  15803.      * Gets the private 'FlexApp\Repository\PhoneMaskRepository' shared autowired service.
  15804.      *
  15805.      * @return \FlexApp\Repository\PhoneMaskRepository
  15806.      */
  15807.     protected function getPhoneMaskRepositoryService()
  15808.     {
  15809.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/PhoneMaskRepository.php';
  15810.         return $this->privates['FlexApp\\Repository\\PhoneMaskRepository'] = new \FlexApp\Repository\PhoneMaskRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15811.     }
  15812.     /**
  15813.      * Gets the private 'FlexApp\Repository\PollOptionRepository' shared autowired service.
  15814.      *
  15815.      * @return \FlexApp\Repository\PollOptionRepository
  15816.      */
  15817.     protected function getPollOptionRepositoryService()
  15818.     {
  15819.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/PollOptionRepository.php';
  15820.         return $this->privates['FlexApp\\Repository\\PollOptionRepository'] = new \FlexApp\Repository\PollOptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15821.     }
  15822.     /**
  15823.      * Gets the private 'FlexApp\Repository\PollRepository' shared autowired service.
  15824.      *
  15825.      * @return \FlexApp\Repository\PollRepository
  15826.      */
  15827.     protected function getPollRepositoryService()
  15828.     {
  15829.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/PollRepository.php';
  15830.         return $this->privates['FlexApp\\Repository\\PollRepository'] = new \FlexApp\Repository\PollRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15831.     }
  15832.     /**
  15833.      * Gets the private 'FlexApp\Repository\PriceRepository' shared autowired service.
  15834.      *
  15835.      * @return \FlexApp\Repository\PriceRepository
  15836.      */
  15837.     protected function getPriceRepositoryService()
  15838.     {
  15839.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/PriceRepository.php';
  15840.         return $this->privates['FlexApp\\Repository\\PriceRepository'] = new \FlexApp\Repository\PriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15841.     }
  15842.     /**
  15843.      * Gets the private 'FlexApp\Repository\ReviewsRepository' shared autowired service.
  15844.      *
  15845.      * @return \FlexApp\Repository\ReviewsRepository
  15846.      */
  15847.     protected function getReviewsRepositoryService()
  15848.     {
  15849.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/ReviewsRepository.php';
  15850.         return $this->privates['FlexApp\\Repository\\ReviewsRepository'] = new \FlexApp\Repository\ReviewsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15851.     }
  15852.     /**
  15853.      * Gets the private 'FlexApp\Repository\ServiceEntityRepository\RetieRequestDataRepository' shared autowired service.
  15854.      *
  15855.      * @return \FlexApp\Repository\ServiceEntityRepository\RetieRequestDataRepository
  15856.      */
  15857.     protected function getRetieRequestDataRepositoryService()
  15858.     {
  15859.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/ServiceEntityRepository/RetieRequestDataRepository.php';
  15860.         return $this->privates['FlexApp\\Repository\\ServiceEntityRepository\\RetieRequestDataRepository'] = new \FlexApp\Repository\ServiceEntityRepository\RetieRequestDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15861.     }
  15862.     /**
  15863.      * Gets the private 'FlexApp\Repository\SquareRepository' shared autowired service.
  15864.      *
  15865.      * @return \FlexApp\Repository\SquareRepository
  15866.      */
  15867.     protected function getSquareRepositoryService()
  15868.     {
  15869.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/SquareRepository.php';
  15870.         return $this->privates['FlexApp\\Repository\\SquareRepository'] = new \FlexApp\Repository\SquareRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15871.     }
  15872.     /**
  15873.      * Gets the private 'FlexApp\Repository\StatOrdersGroupingRepository' shared autowired service.
  15874.      *
  15875.      * @return \FlexApp\Repository\StatOrdersGroupingRepository
  15876.      */
  15877.     protected function getStatOrdersGroupingRepositoryService()
  15878.     {
  15879.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StatOrdersGroupingRepository.php';
  15880.         return $this->privates['FlexApp\\Repository\\StatOrdersGroupingRepository'] = new \FlexApp\Repository\StatOrdersGroupingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15881.     }
  15882.     /**
  15883.      * Gets the private 'FlexApp\Repository\StaticContent\MetaStaticContentRepository' shared autowired service.
  15884.      *
  15885.      * @return \FlexApp\Repository\StaticContent\MetaStaticContentRepository
  15886.      */
  15887.     protected function getMetaStaticContentRepositoryService()
  15888.     {
  15889.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StaticContent/MetaStaticContentRepository.php';
  15890.         return $this->privates['FlexApp\\Repository\\StaticContent\\MetaStaticContentRepository'] = new \FlexApp\Repository\StaticContent\MetaStaticContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15891.     }
  15892.     /**
  15893.      * Gets the private 'FlexApp\Repository\StaticContent\SoundStaticContentRepository' shared autowired service.
  15894.      *
  15895.      * @return \FlexApp\Repository\StaticContent\SoundStaticContentRepository
  15896.      */
  15897.     protected function getSoundStaticContentRepositoryService()
  15898.     {
  15899.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StaticContent/SoundStaticContentRepository.php';
  15900.         return $this->privates['FlexApp\\Repository\\StaticContent\\SoundStaticContentRepository'] = new \FlexApp\Repository\StaticContent\SoundStaticContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15901.     }
  15902.     /**
  15903.      * Gets the private 'FlexApp\Repository\StaticContent\StaticContentCollectionRepository' shared autowired service.
  15904.      *
  15905.      * @return \FlexApp\Repository\StaticContent\StaticContentCollectionRepository
  15906.      */
  15907.     protected function getStaticContentCollectionRepositoryService()
  15908.     {
  15909.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StaticContent/StaticContentCollectionRepository.php';
  15910.         return $this->privates['FlexApp\\Repository\\StaticContent\\StaticContentCollectionRepository'] = new \FlexApp\Repository\StaticContent\StaticContentCollectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15911.     }
  15912.     /**
  15913.      * Gets the private 'FlexApp\Repository\StaticContent\StaticContentRepository' shared autowired service.
  15914.      *
  15915.      * @return \FlexApp\Repository\StaticContent\StaticContentRepository
  15916.      */
  15917.     protected function getStaticContentRepositoryService()
  15918.     {
  15919.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StaticContent/StaticContentRepository.php';
  15920.         return $this->privates['FlexApp\\Repository\\StaticContent\\StaticContentRepository'] = new \FlexApp\Repository\StaticContent\StaticContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15921.     }
  15922.     /**
  15923.      * Gets the private 'FlexApp\Repository\StaticContent\VideoStaticContentRepository' shared autowired service.
  15924.      *
  15925.      * @return \FlexApp\Repository\StaticContent\VideoStaticContentRepository
  15926.      */
  15927.     protected function getVideoStaticContentRepositoryService()
  15928.     {
  15929.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StaticContent/VideoStaticContentRepository.php';
  15930.         return $this->privates['FlexApp\\Repository\\StaticContent\\VideoStaticContentRepository'] = new \FlexApp\Repository\StaticContent\VideoStaticContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15931.     }
  15932.     /**
  15933.      * Gets the private 'FlexApp\Repository\StatsRepository' shared autowired service.
  15934.      *
  15935.      * @return \FlexApp\Repository\StatsRepository
  15936.      */
  15937.     protected function getStatsRepositoryService()
  15938.     {
  15939.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StatsRepository.php';
  15940.         return $this->privates['FlexApp\\Repository\\StatsRepository'] = new \FlexApp\Repository\StatsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15941.     }
  15942.     /**
  15943.      * Gets the private 'FlexApp\Repository\SubscriptionsEntityRepository' shared autowired service.
  15944.      *
  15945.      * @return \FlexApp\Repository\SubscriptionsEntityRepository
  15946.      */
  15947.     protected function getSubscriptionsEntityRepositoryService()
  15948.     {
  15949.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/SubscriptionsEntityRepository.php';
  15950.         return $this->privates['FlexApp\\Repository\\SubscriptionsEntityRepository'] = new \FlexApp\Repository\SubscriptionsEntityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15951.     }
  15952.     /**
  15953.      * Gets the private 'FlexApp\Repository\TranscriptionRepository' shared autowired service.
  15954.      *
  15955.      * @return \FlexApp\Repository\TranscriptionRepository
  15956.      */
  15957.     protected function getTranscriptionRepositoryService()
  15958.     {
  15959.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/TranscriptionRepository.php';
  15960.         return $this->privates['FlexApp\\Repository\\TranscriptionRepository'] = new \FlexApp\Repository\TranscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15961.     }
  15962.     /**
  15963.      * Gets the private 'FlexApp\Repository\UtilsStatusRepository' shared autowired service.
  15964.      *
  15965.      * @return \FlexApp\Repository\UtilsStatusRepository
  15966.      */
  15967.     protected function getUtilsStatusRepositoryService()
  15968.     {
  15969.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/UtilsStatusRepository.php';
  15970.         return $this->privates['FlexApp\\Repository\\UtilsStatusRepository'] = new \FlexApp\Repository\UtilsStatusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15971.     }
  15972.     /**
  15973.      * Gets the private 'FlexApp\Repository\WebPushDataEntityRepository' shared autowired service.
  15974.      *
  15975.      * @return \FlexApp\Repository\WebPushDataEntityRepository
  15976.      */
  15977.     protected function getWebPushDataEntityRepositoryService()
  15978.     {
  15979.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/WebPushDataEntityRepository.php';
  15980.         return $this->privates['FlexApp\\Repository\\WebPushDataEntityRepository'] = new \FlexApp\Repository\WebPushDataEntityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15981.     }
  15982.     /**
  15983.      * Gets the private 'FlexApp\Repository\WidgetRepository' shared autowired service.
  15984.      *
  15985.      * @return \FlexApp\Repository\WidgetRepository
  15986.      */
  15987.     protected function getWidgetRepositoryService()
  15988.     {
  15989.         return $this->privates['FlexApp\\Repository\\WidgetRepository'] = new \FlexApp\Repository\WidgetRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15990.     }
  15991.     /**
  15992.      * Gets the private 'FlexApp\Repository\ZipMaskRepository' shared autowired service.
  15993.      *
  15994.      * @return \FlexApp\Repository\ZipMaskRepository
  15995.      */
  15996.     protected function getZipMaskRepositoryService()
  15997.     {
  15998.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/ZipMaskRepository.php';
  15999.         return $this->privates['FlexApp\\Repository\\ZipMaskRepository'] = new \FlexApp\Repository\ZipMaskRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16000.     }
  16001.     /**
  16002.      * Gets the private 'FlexApp\Security\LoginFormAuthenticator' shared autowired service.
  16003.      *
  16004.      * @return \FlexApp\Security\LoginFormAuthenticator
  16005.      */
  16006.     protected function getLoginFormAuthenticatorService()
  16007.     {
  16008.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  16009.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  16010.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  16011.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  16012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  16013.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  16014.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/LoginFormAuthenticator.php';
  16015.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  16016.         $this->privates['FlexApp\\Security\\LoginFormAuthenticator'] = $instance = new \FlexApp\Security\LoginFormAuthenticator(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()));
  16017.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  16018.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  16019.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16020.         return $instance;
  16021.     }
  16022.     /**
  16023.      * Gets the private 'FlexApp\Sentry\SentryFlushSubscriber' shared autowired service.
  16024.      *
  16025.      * @return \FlexApp\Sentry\SentryFlushSubscriber
  16026.      */
  16027.     protected function getSentryFlushSubscriberService()
  16028.     {
  16029.         include_once \dirname(__DIR__4).'/src/FlexApp/Sentry/SentryFlushSubscriber.php';
  16030.         return $this->privates['FlexApp\\Sentry\\SentryFlushSubscriber'] = new \FlexApp\Sentry\SentryFlushSubscriber(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  16031.     }
  16032.     /**
  16033.      * Gets the private 'FlexApp\Service\AdsFilters\AdsFiltersGeneratorTexts' shared autowired service.
  16034.      *
  16035.      * @return \FlexApp\Service\AdsFilters\AdsFiltersGeneratorTexts
  16036.      */
  16037.     protected function getAdsFiltersGeneratorTextsService()
  16038.     {
  16039.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AdsFilters/AdsFiltersGeneratorTexts.php';
  16040.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  16041.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/FiltersService.php';
  16042.         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))));
  16043.     }
  16044.     /**
  16045.      * Gets the private 'FlexApp\Service\AjaxRegistrationByEmailService' shared autowired service.
  16046.      *
  16047.      * @return \FlexApp\Service\AjaxRegistrationByEmailService
  16048.      */
  16049.     protected function getAjaxRegistrationByEmailServiceService()
  16050.     {
  16051.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AjaxRegistrationByEmailService.php';
  16052.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  16053.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  16054.         if (isset($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'])) {
  16055.             return $this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'];
  16056.         }
  16057.         $b = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  16058.         if (isset($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'])) {
  16059.             return $this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'];
  16060.         }
  16061.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16062.         if (isset($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'])) {
  16063.             return $this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'];
  16064.         }
  16065.         $d = ($this->services['app.service.order_address'] ?? $this->getApp_Service_OrderAddressService());
  16066.         if (isset($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'])) {
  16067.             return $this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'];
  16068.         }
  16069.         $e = ($this->privates['FlexApp\\Service\\UserPortalService'] ?? $this->getUserPortalServiceService());
  16070.         if (isset($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'])) {
  16071.             return $this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'];
  16072.         }
  16073.         $f = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  16074.         if (isset($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'])) {
  16075.             return $this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'];
  16076.         }
  16077.         $this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'] = $instance = new \FlexApp\Service\AjaxRegistrationByEmailService($a$b$c, ($this->services['logger'] ?? $this->getLoggerService()), $d$e$f);
  16078.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  16079.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  16080.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16081.         return $instance;
  16082.     }
  16083.     /**
  16084.      * Gets the private 'FlexApp\Service\AliasByConsLoginProvider' shared autowired service.
  16085.      *
  16086.      * @return \FlexApp\Service\AliasByConsLoginProvider
  16087.      */
  16088.     protected function getAliasByConsLoginProviderService()
  16089.     {
  16090.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AliasByConsLoginProvider.php';
  16091.         $a = ($this->privates['FlexApp\\Service\\ConsSchedule'] ?? $this->getConsScheduleService());
  16092.         if (isset($this->privates['FlexApp\\Service\\AliasByConsLoginProvider'])) {
  16093.             return $this->privates['FlexApp\\Service\\AliasByConsLoginProvider'];
  16094.         }
  16095.         $this->privates['FlexApp\\Service\\AliasByConsLoginProvider'] = $instance = new \FlexApp\Service\AliasByConsLoginProvider($a);
  16096.         $instance->consultantRepository = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  16097.         return $instance;
  16098.     }
  16099.     /**
  16100.      * Gets the private 'FlexApp\Service\AmazonPersonalizeService' shared autowired service.
  16101.      *
  16102.      * @return \FlexApp\Service\AmazonPersonalizeService
  16103.      */
  16104.     protected function getAmazonPersonalizeServiceService()
  16105.     {
  16106.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AmazonPersonalizeService.php';
  16107.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AWS/AbstractBase.php';
  16108.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AWS/Personalize.php';
  16109.         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)))));
  16110.     }
  16111.     /**
  16112.      * Gets the private 'FlexApp\Service\AuthorNameDefiner' shared autowired service.
  16113.      *
  16114.      * @return \FlexApp\Service\AuthorNameDefiner
  16115.      */
  16116.     protected function getAuthorNameDefinerService()
  16117.     {
  16118.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AuthorNameDefiner.php';
  16119.         return $this->privates['FlexApp\\Service\\AuthorNameDefiner'] = new \FlexApp\Service\AuthorNameDefiner(($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16120.     }
  16121.     /**
  16122.      * Gets the private 'FlexApp\Service\ChangeInterviewDateTimeHandler' shared autowired service.
  16123.      *
  16124.      * @return \FlexApp\Service\ChangeInterviewDateTimeHandler
  16125.      */
  16126.     protected function getChangeInterviewDateTimeHandlerService()
  16127.     {
  16128.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChangeInterviewDateTimeHandler.php';
  16129.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16130.         if (isset($this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'])) {
  16131.             return $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'];
  16132.         }
  16133.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  16134.         if (isset($this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'])) {
  16135.             return $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'];
  16136.         }
  16137.         $c = ($this->privates['FlexApp\\Service\\InterviewChatManager'] ?? $this->getInterviewChatManagerService());
  16138.         if (isset($this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'])) {
  16139.             return $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'];
  16140.         }
  16141.         $d = ($this->privates['FlexApp\\Service\\ManualReg\\InterviewLogger'] ?? $this->getInterviewLoggerService());
  16142.         if (isset($this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'])) {
  16143.             return $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'];
  16144.         }
  16145.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16146.         if (isset($this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'])) {
  16147.             return $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'];
  16148.         }
  16149.         $f = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  16150.         if (isset($this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'])) {
  16151.             return $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'];
  16152.         }
  16153.         $g = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  16154.         if (isset($this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'])) {
  16155.             return $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'];
  16156.         }
  16157.         $h = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  16158.         if (isset($this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'])) {
  16159.             return $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'];
  16160.         }
  16161.         $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())), $f, ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), $g$h);
  16162.         $instance->interviewParametersGenerator = ($this->privates['FlexApp\\Service\\InterviewParametersGenerator'] ?? $this->getInterviewParametersGeneratorService());
  16163.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16164.         return $instance;
  16165.     }
  16166.     /**
  16167.      * Gets the private 'FlexApp\Service\ChangedUnreadCountHandler' shared autowired service.
  16168.      *
  16169.      * @return \FlexApp\Service\ChangedUnreadCountHandler
  16170.      */
  16171.     protected function getChangedUnreadCountHandlerService()
  16172.     {
  16173.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChangedUnreadCountHandler.php';
  16174.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CentrifugoClient.php';
  16175.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16176.         if (isset($this->privates['FlexApp\\Service\\ChangedUnreadCountHandler'])) {
  16177.             return $this->privates['FlexApp\\Service\\ChangedUnreadCountHandler'];
  16178.         }
  16179.         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()));
  16180.     }
  16181.     /**
  16182.      * Gets the private 'FlexApp\Service\ChatArrayGenerator' shared autowired service.
  16183.      *
  16184.      * @return \FlexApp\Service\ChatArrayGenerator
  16185.      */
  16186.     protected function getChatArrayGeneratorService()
  16187.     {
  16188.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatArrayGenerator.php';
  16189.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatMessageDataGenerator.php';
  16190.         $a = ($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'] ?? $this->getWelcomeInfoDataGeneratorService());
  16191.         if (isset($this->privates['FlexApp\\Service\\ChatArrayGenerator'])) {
  16192.             return $this->privates['FlexApp\\Service\\ChatArrayGenerator'];
  16193.         }
  16194.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16195.         if (isset($this->privates['FlexApp\\Service\\ChatArrayGenerator'])) {
  16196.             return $this->privates['FlexApp\\Service\\ChatArrayGenerator'];
  16197.         }
  16198.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16199.         if (isset($this->privates['FlexApp\\Service\\ChatArrayGenerator'])) {
  16200.             return $this->privates['FlexApp\\Service\\ChatArrayGenerator'];
  16201.         }
  16202.         $d = ($this->privates['FlexApp\\Service\\ConsSchedule'] ?? $this->getConsScheduleService());
  16203.         if (isset($this->privates['FlexApp\\Service\\ChatArrayGenerator'])) {
  16204.             return $this->privates['FlexApp\\Service\\ChatArrayGenerator'];
  16205.         }
  16206.         $e = ($this->services['FlexApp\\Service\\ConsDefiner'] ?? $this->getConsDefinerService());
  16207.         if (isset($this->privates['FlexApp\\Service\\ChatArrayGenerator'])) {
  16208.             return $this->privates['FlexApp\\Service\\ChatArrayGenerator'];
  16209.         }
  16210.         $f = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  16211.         if (isset($this->privates['FlexApp\\Service\\ChatArrayGenerator'])) {
  16212.             return $this->privates['FlexApp\\Service\\ChatArrayGenerator'];
  16213.         }
  16214.         $g = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  16215.         $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()));
  16216.         $h->welcomeInfoDataGenerator $a;
  16217.         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()));
  16218.     }
  16219.     /**
  16220.      * Gets the private 'FlexApp\Service\ChatBWebsocketClient' shared autowired service.
  16221.      *
  16222.      * @return \FlexApp\Service\ChatBWebsocketClient
  16223.      */
  16224.     protected function getChatBWebsocketClientService()
  16225.     {
  16226.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatBWebsocketClient.php';
  16227.         $this->privates['FlexApp\\Service\\ChatBWebsocketClient'] = $instance = new \FlexApp\Service\ChatBWebsocketClient();
  16228.         $instance->parametersProvider = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  16229.         $instance->websocketClientLogger = ($this->privates['FlexApp\\Service\\WebsocketClientLogger'] ?? $this->getWebsocketClientLoggerService());
  16230.         return $instance;
  16231.     }
  16232.     /**
  16233.      * Gets the private 'FlexApp\Service\ChatByTokenResolver' shared autowired service.
  16234.      *
  16235.      * @return \FlexApp\Service\ChatByTokenResolver
  16236.      */
  16237.     protected function getChatByTokenResolverService()
  16238.     {
  16239.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatByTokenResolver.php';
  16240.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16241.         if (isset($this->privates['FlexApp\\Service\\ChatByTokenResolver'])) {
  16242.             return $this->privates['FlexApp\\Service\\ChatByTokenResolver'];
  16243.         }
  16244.         $b = ($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService());
  16245.         if (isset($this->privates['FlexApp\\Service\\ChatByTokenResolver'])) {
  16246.             return $this->privates['FlexApp\\Service\\ChatByTokenResolver'];
  16247.         }
  16248.         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()));
  16249.     }
  16250.     /**
  16251.      * Gets the private 'FlexApp\Service\ChatMessageManager' shared autowired service.
  16252.      *
  16253.      * @return \FlexApp\Service\ChatMessageManager
  16254.      */
  16255.     protected function getChatMessageManagerService()
  16256.     {
  16257.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatMessageManager.php';
  16258.         return $this->privates['FlexApp\\Service\\ChatMessageManager'] = new \FlexApp\Service\ChatMessageManager(($this->services['translator'] ?? $this->getTranslatorService()));
  16259.     }
  16260.     /**
  16261.      * Gets the private 'FlexApp\Service\ChatMessageToPortalSender' shared autowired service.
  16262.      *
  16263.      * @return \FlexApp\Service\ChatMessageToPortalSender
  16264.      */
  16265.     protected function getChatMessageToPortalSenderService()
  16266.     {
  16267.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatMessageToPortalSender.php';
  16268.         $this->privates['FlexApp\\Service\\ChatMessageToPortalSender'] = $instance = new \FlexApp\Service\ChatMessageToPortalSender();
  16269.         $instance->portalHelper = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  16270.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  16271.         return $instance;
  16272.     }
  16273.     /**
  16274.      * Gets the private 'FlexApp\Service\ChatStateRefresher' shared autowired service.
  16275.      *
  16276.      * @return \FlexApp\Service\ChatStateRefresher
  16277.      */
  16278.     protected function getChatStateRefresherService()
  16279.     {
  16280.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatStateRefresher.php';
  16281.         $a = ($this->privates['FlexApp\\Service\\ChatBWebsocketClient'] ?? $this->getChatBWebsocketClientService());
  16282.         if (isset($this->privates['FlexApp\\Service\\ChatStateRefresher'])) {
  16283.             return $this->privates['FlexApp\\Service\\ChatStateRefresher'];
  16284.         }
  16285.         $b = ($this->privates['FlexApp\\Service\\ChatArrayGenerator'] ?? $this->getChatArrayGeneratorService());
  16286.         if (isset($this->privates['FlexApp\\Service\\ChatStateRefresher'])) {
  16287.             return $this->privates['FlexApp\\Service\\ChatStateRefresher'];
  16288.         }
  16289.         $this->privates['FlexApp\\Service\\ChatStateRefresher'] = $instance = new \FlexApp\Service\ChatStateRefresher($a$b, ($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService()));
  16290.         $instance->websocketClientLogger = ($this->privates['FlexApp\\Service\\WebsocketClientLogger'] ?? $this->getWebsocketClientLoggerService());
  16291.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16292.         return $instance;
  16293.     }
  16294.     /**
  16295.      * Gets the private 'FlexApp\Service\CommentFormHandlerService' shared autowired service.
  16296.      *
  16297.      * @return \FlexApp\Service\CommentFormHandlerService
  16298.      */
  16299.     protected function getCommentFormHandlerServiceService()
  16300.     {
  16301.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CommentFormHandlerService.php';
  16302.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/FormErrorsStandardArrayGenerator.php';
  16303.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ModifiedRequestGenerator.php';
  16304.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  16305.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EmailCanonicalizer.php';
  16306.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  16307.         if (isset($this->privates['FlexApp\\Service\\CommentFormHandlerService'])) {
  16308.             return $this->privates['FlexApp\\Service\\CommentFormHandlerService'];
  16309.         }
  16310.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16311.         if (isset($this->privates['FlexApp\\Service\\CommentFormHandlerService'])) {
  16312.             return $this->privates['FlexApp\\Service\\CommentFormHandlerService'];
  16313.         }
  16314.         $c = ($this->privates['FlexApp\\Service\\CommentManager'] ?? $this->getCommentManagerService());
  16315.         if (isset($this->privates['FlexApp\\Service\\CommentFormHandlerService'])) {
  16316.             return $this->privates['FlexApp\\Service\\CommentFormHandlerService'];
  16317.         }
  16318.         $d = ($this->privates['FlexApp\\Service\\PortalThemeCreator'] ?? $this->getPortalThemeCreatorService());
  16319.         if (isset($this->privates['FlexApp\\Service\\CommentFormHandlerService'])) {
  16320.             return $this->privates['FlexApp\\Service\\CommentFormHandlerService'];
  16321.         }
  16322.         $e = ($this->privates['FlexApp\\Service\\EntityByIdTypeAndLocaleDefiner'] ?? $this->getEntityByIdTypeAndLocaleDefinerService());
  16323.         if (isset($this->privates['FlexApp\\Service\\CommentFormHandlerService'])) {
  16324.             return $this->privates['FlexApp\\Service\\CommentFormHandlerService'];
  16325.         }
  16326.         $f = ($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService());
  16327.         if (isset($this->privates['FlexApp\\Service\\CommentFormHandlerService'])) {
  16328.             return $this->privates['FlexApp\\Service\\CommentFormHandlerService'];
  16329.         }
  16330.         $g = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  16331.         if (isset($this->privates['FlexApp\\Service\\CommentFormHandlerService'])) {
  16332.             return $this->privates['FlexApp\\Service\\CommentFormHandlerService'];
  16333.         }
  16334.         $h = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16335.         if (isset($this->privates['FlexApp\\Service\\CommentFormHandlerService'])) {
  16336.             return $this->privates['FlexApp\\Service\\CommentFormHandlerService'];
  16337.         }
  16338.         $i = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  16339.         $this->privates['FlexApp\\Service\\CommentFormHandlerService'] = $instance = new \FlexApp\Service\CommentFormHandlerService($a, new \FlexApp\Service\FormErrorsStandardArrayGenerator(), new \FlexApp\Service\ModifiedRequestGenerator($i), $b$c$i$d$e, ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), ($this->privates['FlexApp\\Repository\\CommentablePageRepository'] ?? $this->getCommentablePageRepositoryService()), $f$g, ($this->privates['FlexApp\\Service\\EmailCanonicalizer'] ?? ($this->privates['FlexApp\\Service\\EmailCanonicalizer'] = new \FlexApp\Service\EmailCanonicalizer())), $h, ($this->privates['FlexApp\\Repository\\CommentablePageSubscriberRepository'] ?? $this->getCommentablePageSubscriberRepositoryService()));
  16340.         $instance->mailer = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  16341.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16342.         $instance->consultantRepository = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  16343.         $instance->countryAndLangSpecificDataRepository = ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService());
  16344.         $instance->managerContactsProvider = ($this->privates['FlexApp\\Service\\ManagerContactsProvider'] ?? $this->getManagerContactsProviderService());
  16345.         $instance->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  16346.         $instance->sourceByCommentTypeDefiner = ($this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'] ?? $this->getSourceByCommentTypeDefinerService());
  16347.         return $instance;
  16348.     }
  16349.     /**
  16350.      * Gets the private 'FlexApp\Service\CommentManager' shared autowired service.
  16351.      *
  16352.      * @return \FlexApp\Service\CommentManager
  16353.      */
  16354.     protected function getCommentManagerService()
  16355.     {
  16356.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CommentManager.php';
  16357.         $a = ($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService());
  16358.         if (isset($this->privates['FlexApp\\Service\\CommentManager'])) {
  16359.             return $this->privates['FlexApp\\Service\\CommentManager'];
  16360.         }
  16361.         $b = ($this->privates['FlexApp\\Service\\EntityRemover'] ?? $this->getEntityRemoverService());
  16362.         if (isset($this->privates['FlexApp\\Service\\CommentManager'])) {
  16363.             return $this->privates['FlexApp\\Service\\CommentManager'];
  16364.         }
  16365.         $c = ($this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'] ?? $this->getSourceByCommentTypeDefinerService());
  16366.         if (isset($this->privates['FlexApp\\Service\\CommentManager'])) {
  16367.             return $this->privates['FlexApp\\Service\\CommentManager'];
  16368.         }
  16369.         $d = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  16370.         if (isset($this->privates['FlexApp\\Service\\CommentManager'])) {
  16371.             return $this->privates['FlexApp\\Service\\CommentManager'];
  16372.         }
  16373.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16374.         if (isset($this->privates['FlexApp\\Service\\CommentManager'])) {
  16375.             return $this->privates['FlexApp\\Service\\CommentManager'];
  16376.         }
  16377.         $f = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16378.         if (isset($this->privates['FlexApp\\Service\\CommentManager'])) {
  16379.             return $this->privates['FlexApp\\Service\\CommentManager'];
  16380.         }
  16381.         return $this->privates['FlexApp\\Service\\CommentManager'] = new \FlexApp\Service\CommentManager($a$b$c$d$e$f);
  16382.     }
  16383.     /**
  16384.      * Gets the private 'FlexApp\Service\CompareArticleService' shared autowired service.
  16385.      *
  16386.      * @return \FlexApp\Service\CompareArticleService
  16387.      */
  16388.     protected function getCompareArticleServiceService()
  16389.     {
  16390.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CompareArticleService.php';
  16391.         $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()));
  16392.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  16393.         return $instance;
  16394.     }
  16395.     /**
  16396.      * Gets the private 'FlexApp\Service\ConfirmInterviewHandler' shared autowired service.
  16397.      *
  16398.      * @return \FlexApp\Service\ConfirmInterviewHandler
  16399.      */
  16400.     protected function getConfirmInterviewHandlerService()
  16401.     {
  16402.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ConfirmInterviewHandler.php';
  16403.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16404.         if (isset($this->privates['FlexApp\\Service\\ConfirmInterviewHandler'])) {
  16405.             return $this->privates['FlexApp\\Service\\ConfirmInterviewHandler'];
  16406.         }
  16407.         $b = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  16408.         if (isset($this->privates['FlexApp\\Service\\ConfirmInterviewHandler'])) {
  16409.             return $this->privates['FlexApp\\Service\\ConfirmInterviewHandler'];
  16410.         }
  16411.         $c = ($this->privates['FlexApp\\Service\\InterviewChatManager'] ?? $this->getInterviewChatManagerService());
  16412.         if (isset($this->privates['FlexApp\\Service\\ConfirmInterviewHandler'])) {
  16413.             return $this->privates['FlexApp\\Service\\ConfirmInterviewHandler'];
  16414.         }
  16415.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16416.         if (isset($this->privates['FlexApp\\Service\\ConfirmInterviewHandler'])) {
  16417.             return $this->privates['FlexApp\\Service\\ConfirmInterviewHandler'];
  16418.         }
  16419.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16420.         if (isset($this->privates['FlexApp\\Service\\ConfirmInterviewHandler'])) {
  16421.             return $this->privates['FlexApp\\Service\\ConfirmInterviewHandler'];
  16422.         }
  16423.         $this->privates['FlexApp\\Service\\ConfirmInterviewHandler'] = $instance = new \FlexApp\Service\ConfirmInterviewHandler($a$b$c$d$e);
  16424.         $instance->interviewParametersGenerator = ($this->privates['FlexApp\\Service\\InterviewParametersGenerator'] ?? $this->getInterviewParametersGeneratorService());
  16425.         $instance->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  16426.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16427.         return $instance;
  16428.     }
  16429.     /**
  16430.      * Gets the private 'FlexApp\Service\ConsSchedule' shared autowired service.
  16431.      *
  16432.      * @return \FlexApp\Service\ConsSchedule
  16433.      */
  16434.     protected function getConsScheduleService()
  16435.     {
  16436.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ConsSchedule.php';
  16437.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatBCachePool.php';
  16438.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  16439.         if (isset($this->privates['FlexApp\\Service\\ConsSchedule'])) {
  16440.             return $this->privates['FlexApp\\Service\\ConsSchedule'];
  16441.         }
  16442.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16443.         if (isset($this->privates['FlexApp\\Service\\ConsSchedule'])) {
  16444.             return $this->privates['FlexApp\\Service\\ConsSchedule'];
  16445.         }
  16446.         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())));
  16447.     }
  16448.     /**
  16449.      * Gets the private 'FlexApp\Service\DefaultChatGenerator' shared autowired service.
  16450.      *
  16451.      * @return \FlexApp\Service\DefaultChatGenerator
  16452.      */
  16453.     protected function getDefaultChatGeneratorService()
  16454.     {
  16455.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DefaultChatGenerator.php';
  16456.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16457.         if (isset($this->privates['FlexApp\\Service\\DefaultChatGenerator'])) {
  16458.             return $this->privates['FlexApp\\Service\\DefaultChatGenerator'];
  16459.         }
  16460.         return $this->privates['FlexApp\\Service\\DefaultChatGenerator'] = new \FlexApp\Service\DefaultChatGenerator($a);
  16461.     }
  16462.     /**
  16463.      * Gets the private 'FlexApp\Service\DevsAndAdminsNotifier' shared autowired service.
  16464.      *
  16465.      * @return \FlexApp\Service\DevsAndAdminsNotifier
  16466.      */
  16467.     protected function getDevsAndAdminsNotifierService()
  16468.     {
  16469.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DevsAndAdminsNotifier.php';
  16470.         $a = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  16471.         if (isset($this->privates['FlexApp\\Service\\DevsAndAdminsNotifier'])) {
  16472.             return $this->privates['FlexApp\\Service\\DevsAndAdminsNotifier'];
  16473.         }
  16474.         return $this->privates['FlexApp\\Service\\DevsAndAdminsNotifier'] = new \FlexApp\Service\DevsAndAdminsNotifier($a, ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()));
  16475.     }
  16476.     /**
  16477.      * Gets the private 'FlexApp\Service\EmailCanonicalizer' shared autowired service.
  16478.      *
  16479.      * @return \FlexApp\Service\EmailCanonicalizer
  16480.      */
  16481.     protected function getEmailCanonicalizerService()
  16482.     {
  16483.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  16484.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EmailCanonicalizer.php';
  16485.         return $this->privates['FlexApp\\Service\\EmailCanonicalizer'] = new \FlexApp\Service\EmailCanonicalizer();
  16486.     }
  16487.     /**
  16488.      * Gets the private 'FlexApp\Service\EntityByIdTypeAndLocaleDefiner' shared autowired service.
  16489.      *
  16490.      * @return \FlexApp\Service\EntityByIdTypeAndLocaleDefiner
  16491.      */
  16492.     protected function getEntityByIdTypeAndLocaleDefinerService()
  16493.     {
  16494.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EntityByIdTypeAndLocaleDefiner.php';
  16495.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16496.         if (isset($this->privates['FlexApp\\Service\\EntityByIdTypeAndLocaleDefiner'])) {
  16497.             return $this->privates['FlexApp\\Service\\EntityByIdTypeAndLocaleDefiner'];
  16498.         }
  16499.         return $this->privates['FlexApp\\Service\\EntityByIdTypeAndLocaleDefiner'] = new \FlexApp\Service\EntityByIdTypeAndLocaleDefiner($a);
  16500.     }
  16501.     /**
  16502.      * Gets the private 'FlexApp\Service\EntityRemover' shared autowired service.
  16503.      *
  16504.      * @return \FlexApp\Service\EntityRemover
  16505.      */
  16506.     protected function getEntityRemoverService()
  16507.     {
  16508.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EntityRemover.php';
  16509.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16510.         if (isset($this->privates['FlexApp\\Service\\EntityRemover'])) {
  16511.             return $this->privates['FlexApp\\Service\\EntityRemover'];
  16512.         }
  16513.         return $this->privates['FlexApp\\Service\\EntityRemover'] = new \FlexApp\Service\EntityRemover($a);
  16514.     }
  16515.     /**
  16516.      * Gets the private 'FlexApp\Service\EntitySaver' shared autowired service.
  16517.      *
  16518.      * @return \FlexApp\Service\EntitySaver
  16519.      */
  16520.     protected function getEntitySaverService()
  16521.     {
  16522.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EntitySaver.php';
  16523.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16524.         if (isset($this->privates['FlexApp\\Service\\EntitySaver'])) {
  16525.             return $this->privates['FlexApp\\Service\\EntitySaver'];
  16526.         }
  16527.         return $this->privates['FlexApp\\Service\\EntitySaver'] = new \FlexApp\Service\EntitySaver($a);
  16528.     }
  16529.     /**
  16530.      * Gets the private 'FlexApp\Service\EntitySender' shared autowired service.
  16531.      *
  16532.      * @return \FlexApp\Service\EntitySender
  16533.      */
  16534.     protected function getEntitySenderService()
  16535.     {
  16536.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EntitySender.php';
  16537.         $this->privates['FlexApp\\Service\\EntitySender'] = $instance = new \FlexApp\Service\EntitySender(($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService()), ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService()));
  16538.         $instance->chatMessageToPortalSender = ($this->privates['FlexApp\\Service\\ChatMessageToPortalSender'] ?? $this->getChatMessageToPortalSenderService());
  16539.         return $instance;
  16540.     }
  16541.     /**
  16542.      * Gets the private 'FlexApp\Service\InterviewChatManager' shared autowired service.
  16543.      *
  16544.      * @return \FlexApp\Service\InterviewChatManager
  16545.      */
  16546.     protected function getInterviewChatManagerService()
  16547.     {
  16548.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/InterviewChatManager.php';
  16549.         $a = ($this->privates['FlexApp\\Service\\TokenByUnidResolver'] ?? $this->getTokenByUnidResolverService());
  16550.         if (isset($this->privates['FlexApp\\Service\\InterviewChatManager'])) {
  16551.             return $this->privates['FlexApp\\Service\\InterviewChatManager'];
  16552.         }
  16553.         $b = ($this->privates['FlexApp\\Service\\DefaultChatGenerator'] ?? $this->getDefaultChatGeneratorService());
  16554.         if (isset($this->privates['FlexApp\\Service\\InterviewChatManager'])) {
  16555.             return $this->privates['FlexApp\\Service\\InterviewChatManager'];
  16556.         }
  16557.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16558.         if (isset($this->privates['FlexApp\\Service\\InterviewChatManager'])) {
  16559.             return $this->privates['FlexApp\\Service\\InterviewChatManager'];
  16560.         }
  16561.         $d = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  16562.         if (isset($this->privates['FlexApp\\Service\\InterviewChatManager'])) {
  16563.             return $this->privates['FlexApp\\Service\\InterviewChatManager'];
  16564.         }
  16565.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16566.         if (isset($this->privates['FlexApp\\Service\\InterviewChatManager'])) {
  16567.             return $this->privates['FlexApp\\Service\\InterviewChatManager'];
  16568.         }
  16569.         return $this->privates['FlexApp\\Service\\InterviewChatManager'] = new \FlexApp\Service\InterviewChatManager(($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService()), $a$b$c$d$e);
  16570.     }
  16571.     /**
  16572.      * Gets the private 'FlexApp\Service\InterviewIsOverHandler' shared autowired service.
  16573.      *
  16574.      * @return \FlexApp\Service\InterviewIsOverHandler
  16575.      */
  16576.     protected function getInterviewIsOverHandlerService()
  16577.     {
  16578.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/InterviewIsOverHandler.php';
  16579.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16580.         if (isset($this->privates['FlexApp\\Service\\InterviewIsOverHandler'])) {
  16581.             return $this->privates['FlexApp\\Service\\InterviewIsOverHandler'];
  16582.         }
  16583.         $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()));
  16584.         $instance->interviewParametersGenerator = ($this->privates['FlexApp\\Service\\InterviewParametersGenerator'] ?? $this->getInterviewParametersGeneratorService());
  16585.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16586.         return $instance;
  16587.     }
  16588.     /**
  16589.      * Gets the private 'FlexApp\Service\InterviewLinkHandler' shared autowired service.
  16590.      *
  16591.      * @return \FlexApp\Service\InterviewLinkHandler
  16592.      */
  16593.     protected function getInterviewLinkHandlerService()
  16594.     {
  16595.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/InterviewLinkHandler.php';
  16596.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16597.         if (isset($this->privates['FlexApp\\Service\\InterviewLinkHandler'])) {
  16598.             return $this->privates['FlexApp\\Service\\InterviewLinkHandler'];
  16599.         }
  16600.         $b = ($this->privates['FlexApp\\Service\\TokenByUnidResolver'] ?? $this->getTokenByUnidResolverService());
  16601.         if (isset($this->privates['FlexApp\\Service\\InterviewLinkHandler'])) {
  16602.             return $this->privates['FlexApp\\Service\\InterviewLinkHandler'];
  16603.         }
  16604.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16605.         if (isset($this->privates['FlexApp\\Service\\InterviewLinkHandler'])) {
  16606.             return $this->privates['FlexApp\\Service\\InterviewLinkHandler'];
  16607.         }
  16608.         $d = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  16609.         if (isset($this->privates['FlexApp\\Service\\InterviewLinkHandler'])) {
  16610.             return $this->privates['FlexApp\\Service\\InterviewLinkHandler'];
  16611.         }
  16612.         $e = ($this->privates['FlexApp\\Service\\InterviewChatManager'] ?? $this->getInterviewChatManagerService());
  16613.         if (isset($this->privates['FlexApp\\Service\\InterviewLinkHandler'])) {
  16614.             return $this->privates['FlexApp\\Service\\InterviewLinkHandler'];
  16615.         }
  16616.         $f = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16617.         if (isset($this->privates['FlexApp\\Service\\InterviewLinkHandler'])) {
  16618.             return $this->privates['FlexApp\\Service\\InterviewLinkHandler'];
  16619.         }
  16620.         $g = ($this->privates['FlexApp\\Service\\ManualReg\\InterviewLogger'] ?? $this->getInterviewLoggerService());
  16621.         if (isset($this->privates['FlexApp\\Service\\InterviewLinkHandler'])) {
  16622.             return $this->privates['FlexApp\\Service\\InterviewLinkHandler'];
  16623.         }
  16624.         $this->privates['FlexApp\\Service\\InterviewLinkHandler'] = $instance = new \FlexApp\Service\InterviewLinkHandler($a$b, ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), $c$d, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $e$f, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $g);
  16625.         $instance->interviewParametersGenerator = ($this->privates['FlexApp\\Service\\InterviewParametersGenerator'] ?? $this->getInterviewParametersGeneratorService());
  16626.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16627.         return $instance;
  16628.     }
  16629.     /**
  16630.      * Gets the private 'FlexApp\Service\InterviewParametersGenerator' shared autowired service.
  16631.      *
  16632.      * @return \FlexApp\Service\InterviewParametersGenerator
  16633.      */
  16634.     protected function getInterviewParametersGeneratorService()
  16635.     {
  16636.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/InterviewParametersGenerator.php';
  16637.         $this->privates['FlexApp\\Service\\InterviewParametersGenerator'] = $instance = new \FlexApp\Service\InterviewParametersGenerator();
  16638.         $instance->parametersGenerator = ($this->services['FlexApp\\Service\\ParametersGenerator'] ?? $this->getParametersGeneratorService());
  16639.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16640.         $instance->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  16641.         return $instance;
  16642.     }
  16643.     /**
  16644.      * Gets the private 'FlexApp\Service\JsonArrayApiClient' shared autowired service.
  16645.      *
  16646.      * @return \FlexApp\Service\JsonArrayApiClient
  16647.      */
  16648.     protected function getJsonArrayApiClientService()
  16649.     {
  16650.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/JsonArrayApiClient.php';
  16651.         include_once \dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle/CurlWrapperInterface.php';
  16652.         include_once \dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle/CurlWrapper.php';
  16653.         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())));
  16654.     }
  16655.     /**
  16656.      * Gets the private 'FlexApp\Service\LastUrlService' shared autowired service.
  16657.      *
  16658.      * @return \FlexApp\Service\LastUrlService
  16659.      */
  16660.     protected function getLastUrlServiceService()
  16661.     {
  16662.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  16663.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/LastUrlService.php';
  16664.         return $this->privates['FlexApp\\Service\\LastUrlService'] = new \FlexApp\Service\LastUrlService(($this->services['WebBundle\\Repository\\LastUrlRepository'] ?? $this->getLastUrlRepositoryService()));
  16665.     }
  16666.     /**
  16667.      * Gets the private 'FlexApp\Service\LocaleChangeStatService' shared autowired service.
  16668.      *
  16669.      * @return \FlexApp\Service\LocaleChangeStatService
  16670.      */
  16671.     protected function getLocaleChangeStatServiceService()
  16672.     {
  16673.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/LocaleChangeStatService.php';
  16674.         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()));
  16675.     }
  16676.     /**
  16677.      * Gets the private 'FlexApp\Service\ManagerContactsProvider' shared autowired service.
  16678.      *
  16679.      * @return \FlexApp\Service\ManagerContactsProvider
  16680.      */
  16681.     protected function getManagerContactsProviderService()
  16682.     {
  16683.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ManagerContactsProvider.php';
  16684.         $this->privates['FlexApp\\Service\\ManagerContactsProvider'] = $instance = new \FlexApp\Service\ManagerContactsProvider();
  16685.         $instance->consDefiner = ($this->services['FlexApp\\Service\\ConsDefiner'] ?? $this->getConsDefinerService());
  16686.         $instance->currentUserProvider = ($this->services['FlexApp\\Service\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService());
  16687.         $instance->countryAndLangSpecificDataRepository = ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService());
  16688.         $instance->consultantRepository = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  16689.         $instance->eventDispatcher = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16690.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  16691.         return $instance;
  16692.     }
  16693.     /**
  16694.      * Gets the private 'FlexApp\Service\ManualReg\ContainerProvider' shared autowired service.
  16695.      *
  16696.      * @return \FlexApp\Service\ManualReg\ContainerProvider
  16697.      */
  16698.     protected function getContainerProviderService()
  16699.     {
  16700.         $this->privates['FlexApp\\Service\\ManualReg\\ContainerProvider'] = $instance = new \FlexApp\Service\ManualReg\ContainerProvider();
  16701.         $instance->container $this;
  16702.         return $instance;
  16703.     }
  16704.     /**
  16705.      * Gets the private 'FlexApp\Service\ManualReg\InterviewLogger' shared autowired service.
  16706.      *
  16707.      * @return \FlexApp\Service\ManualReg\InterviewLogger
  16708.      */
  16709.     protected function getInterviewLoggerService()
  16710.     {
  16711.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  16712.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  16713.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  16714.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  16715.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  16716.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  16717.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ManualReg/InterviewLogger.php';
  16718.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16719.         if (isset($this->privates['FlexApp\\Service\\ManualReg\\InterviewLogger'])) {
  16720.             return $this->privates['FlexApp\\Service\\ManualReg\\InterviewLogger'];
  16721.         }
  16722.         return $this->privates['FlexApp\\Service\\ManualReg\\InterviewLogger'] = new \FlexApp\Service\ManualReg\InterviewLogger('interview', ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), $a);
  16723.     }
  16724.     /**
  16725.      * Gets the private 'FlexApp\Service\ManualReg\SetIsReadLogger' shared autowired service.
  16726.      *
  16727.      * @return \FlexApp\Service\ManualReg\SetIsReadLogger
  16728.      */
  16729.     protected function getSetIsReadLoggerService()
  16730.     {
  16731.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  16732.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  16733.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  16734.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  16735.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  16736.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  16737.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ManualReg/SetIsReadLogger.php';
  16738.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16739.         if (isset($this->privates['FlexApp\\Service\\ManualReg\\SetIsReadLogger'])) {
  16740.             return $this->privates['FlexApp\\Service\\ManualReg\\SetIsReadLogger'];
  16741.         }
  16742.         return $this->privates['FlexApp\\Service\\ManualReg\\SetIsReadLogger'] = new \FlexApp\Service\ManualReg\SetIsReadLogger('set_is_read', ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), $a);
  16743.     }
  16744.     /**
  16745.      * Gets the private 'FlexApp\Service\ManualReg\UserLogger' shared autowired service.
  16746.      *
  16747.      * @return \FlexApp\Service\ManualReg\UserLogger
  16748.      */
  16749.     protected function getUserLoggerService()
  16750.     {
  16751.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  16752.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  16753.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  16754.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  16755.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  16756.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  16757.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ManualReg/UserLogger.php';
  16758.         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()));
  16759.     }
  16760.     /**
  16761.      * Gets the private 'FlexApp\Service\ParametersProvider' shared autowired service.
  16762.      *
  16763.      * @return \FlexApp\Service\ParametersProvider
  16764.      */
  16765.     protected function getParametersProviderService()
  16766.     {
  16767.         $this->privates['FlexApp\\Service\\ParametersProvider'] = $instance = new \FlexApp\Service\ParametersProvider();
  16768.         $instance->containerProvider = ($this->privates['FlexApp\\Service\\ManualReg\\ContainerProvider'] ?? $this->getContainerProviderService());
  16769.         return $instance;
  16770.     }
  16771.     /**
  16772.      * Gets the private 'FlexApp\Service\PortalApiService' shared autowired service.
  16773.      *
  16774.      * @return \FlexApp\Service\PortalApiService
  16775.      */
  16776.     protected function getPortalApiServiceService()
  16777.     {
  16778.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PortalApiService.php';
  16779.         include_once \dirname(__DIR__4).'/vendor/asika/autolink/src/Autolink.php';
  16780.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AutoLink.php';
  16781.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/StopWordsDetectorInterface.php';
  16782.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/StopWordsDetector.php';
  16783.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  16784.         $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()));
  16785.         $instance->consultantRepository = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  16786.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  16787.         $instance->mailer = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  16788.         $instance->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  16789.         $instance->emailService = ($this->services['app.service.list_email'] ?? $this->getApp_Service_ListEmailService());
  16790.         $instance->managerContactsProvider = ($this->privates['FlexApp\\Service\\ManagerContactsProvider'] ?? $this->getManagerContactsProviderService());
  16791.         $instance->subscriptionsEntityRepository = ($this->privates['FlexApp\\Repository\\SubscriptionsEntityRepository'] ?? $this->getSubscriptionsEntityRepositoryService());
  16792.         $instance->boolDBSettingRepository = ($this->privates['FlexApp\\Repository\\BoolDBSettingRepository'] ?? $this->getBoolDBSettingRepositoryService());
  16793.         $instance->setCommentManager(($this->privates['FlexApp\\Service\\CommentManager'] ?? $this->getCommentManagerService()));
  16794.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  16795.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16796.         return $instance;
  16797.     }
  16798.     /**
  16799.      * Gets the private 'FlexApp\Service\PortalNotifierAboutChatEvents' shared autowired service.
  16800.      *
  16801.      * @return \FlexApp\Service\PortalNotifierAboutChatEvents
  16802.      */
  16803.     protected function getPortalNotifierAboutChatEventsService()
  16804.     {
  16805.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PortalNotifierAboutChatEvents.php';
  16806.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  16807.         if (isset($this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'])) {
  16808.             return $this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'];
  16809.         }
  16810.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16811.         if (isset($this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'])) {
  16812.             return $this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'];
  16813.         }
  16814.         return $this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'] = new \FlexApp\Service\PortalNotifierAboutChatEvents(($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService()), $a$b);
  16815.     }
  16816.     /**
  16817.      * Gets the private 'FlexApp\Service\PortalThemeCreator' shared autowired service.
  16818.      *
  16819.      * @return \FlexApp\Service\PortalThemeCreator
  16820.      */
  16821.     protected function getPortalThemeCreatorService()
  16822.     {
  16823.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PortalThemeCreator.php';
  16824.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  16825.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  16826.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  16827.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  16828.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  16829.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  16830.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  16831.         if (isset($this->privates['FlexApp\\Service\\PortalThemeCreator'])) {
  16832.             return $this->privates['FlexApp\\Service\\PortalThemeCreator'];
  16833.         }
  16834.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16835.         if (isset($this->privates['FlexApp\\Service\\PortalThemeCreator'])) {
  16836.             return $this->privates['FlexApp\\Service\\PortalThemeCreator'];
  16837.         }
  16838.         $c = ($this->privates['FlexApp\\Service\\EntityByIdTypeAndLocaleDefiner'] ?? $this->getEntityByIdTypeAndLocaleDefinerService());
  16839.         if (isset($this->privates['FlexApp\\Service\\PortalThemeCreator'])) {
  16840.             return $this->privates['FlexApp\\Service\\PortalThemeCreator'];
  16841.         }
  16842.         $d = ($this->services['WebBundle\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService());
  16843.         if (isset($this->privates['FlexApp\\Service\\PortalThemeCreator'])) {
  16844.             return $this->privates['FlexApp\\Service\\PortalThemeCreator'];
  16845.         }
  16846.         $e = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  16847.         if (isset($this->privates['FlexApp\\Service\\PortalThemeCreator'])) {
  16848.             return $this->privates['FlexApp\\Service\\PortalThemeCreator'];
  16849.         }
  16850.         return $this->privates['FlexApp\\Service\\PortalThemeCreator'] = new \FlexApp\Service\PortalThemeCreator($a$b$c, ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), $d, new \FlexApp\Service\DailyLogger('theme_send_api_client', ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), $b), $e);
  16851.     }
  16852.     /**
  16853.      * Gets the private 'FlexApp\Service\PreviewGenerator' shared autowired service.
  16854.      *
  16855.      * @return \FlexApp\Service\PreviewGenerator
  16856.      */
  16857.     protected function getPreviewGeneratorService()
  16858.     {
  16859.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PreviewGenerator.php';
  16860.         return $this->privates['FlexApp\\Service\\PreviewGenerator'] = new \FlexApp\Service\PreviewGenerator();
  16861.     }
  16862.     /**
  16863.      * Gets the private 'FlexApp\Service\ProductReviewOrdersService' shared autowired service.
  16864.      *
  16865.      * @return \FlexApp\Service\ProductReviewOrdersService
  16866.      */
  16867.     protected function getProductReviewOrdersServiceService()
  16868.     {
  16869.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ProductReviewOrdersService.php';
  16870.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  16871.         if (isset($this->privates['FlexApp\\Service\\ProductReviewOrdersService'])) {
  16872.             return $this->privates['FlexApp\\Service\\ProductReviewOrdersService'];
  16873.         }
  16874.         return $this->privates['FlexApp\\Service\\ProductReviewOrdersService'] = new \FlexApp\Service\ProductReviewOrdersService(($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()), $a);
  16875.     }
  16876.     /**
  16877.      * Gets the private 'FlexApp\Service\SourceByCommentTypeDefiner' shared autowired service.
  16878.      *
  16879.      * @return \FlexApp\Service\SourceByCommentTypeDefiner
  16880.      */
  16881.     protected function getSourceByCommentTypeDefinerService()
  16882.     {
  16883.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/SourceByCommentTypeDefiner.php';
  16884.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16885.         if (isset($this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'])) {
  16886.             return $this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'];
  16887.         }
  16888.         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()));
  16889.     }
  16890.     /**
  16891.      * Gets the private 'FlexApp\Service\TelegramNotifier' shared autowired service.
  16892.      *
  16893.      * @return \FlexApp\Service\TelegramNotifier
  16894.      */
  16895.     protected function getTelegramNotifierService()
  16896.     {
  16897.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TelegramNotifier.php';
  16898.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  16899.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/ChatterInterface.php';
  16900.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Chatter.php';
  16901.         $this->privates['FlexApp\\Service\\TelegramNotifier'] = $instance = new \FlexApp\Service\TelegramNotifier();
  16902.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16903.         $instance->chatter = new \Symfony\Component\Notifier\Chatter(($this->privates['chatter.transports'] ?? $this->getChatter_TransportsService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), $a);
  16904.         $instance->eventDispatcher $a;
  16905.         return $instance;
  16906.     }
  16907.     /**
  16908.      * Gets the private 'FlexApp\Service\TokenByUnidResolver' shared autowired service.
  16909.      *
  16910.      * @return \FlexApp\Service\TokenByUnidResolver
  16911.      */
  16912.     protected function getTokenByUnidResolverService()
  16913.     {
  16914.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TokenByUnidResolver.php';
  16915.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  16916.         if (isset($this->privates['FlexApp\\Service\\TokenByUnidResolver'])) {
  16917.             return $this->privates['FlexApp\\Service\\TokenByUnidResolver'];
  16918.         }
  16919.         return $this->privates['FlexApp\\Service\\TokenByUnidResolver'] = new \FlexApp\Service\TokenByUnidResolver(($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $a);
  16920.     }
  16921.     /**
  16922.      * Gets the private 'FlexApp\Service\TranslatorWrapper' shared autowired service.
  16923.      *
  16924.      * @return \FlexApp\Service\TranslatorWrapper
  16925.      */
  16926.     protected function getTranslatorWrapperService()
  16927.     {
  16928.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TranslatorWrapper.php';
  16929.         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()));
  16930.     }
  16931.     /**
  16932.      * Gets the private 'FlexApp\Service\UserPortalService' shared autowired service.
  16933.      *
  16934.      * @return \FlexApp\Service\UserPortalService
  16935.      */
  16936.     protected function getUserPortalServiceService()
  16937.     {
  16938.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/UserPortalService.php';
  16939.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16940.         if (isset($this->privates['FlexApp\\Service\\UserPortalService'])) {
  16941.             return $this->privates['FlexApp\\Service\\UserPortalService'];
  16942.         }
  16943.         $b = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  16944.         if (isset($this->privates['FlexApp\\Service\\UserPortalService'])) {
  16945.             return $this->privates['FlexApp\\Service\\UserPortalService'];
  16946.         }
  16947.         $c = ($this->services['app.service.vat'] ?? $this->getApp_Service_VatService());
  16948.         if (isset($this->privates['FlexApp\\Service\\UserPortalService'])) {
  16949.             return $this->privates['FlexApp\\Service\\UserPortalService'];
  16950.         }
  16951.         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()));
  16952.     }
  16953.     /**
  16954.      * Gets the private 'FlexApp\Service\UserUpdater' shared autowired service.
  16955.      *
  16956.      * @return \FlexApp\Service\UserUpdater
  16957.      */
  16958.     protected function getUserUpdaterService()
  16959.     {
  16960.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/UserUpdater.php';
  16961.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  16962.         $this->privates['FlexApp\\Service\\UserUpdater'] = $instance = new \FlexApp\Service\UserUpdater();
  16963.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  16964.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16965.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  16966.         return $instance;
  16967.     }
  16968.     /**
  16969.      * Gets the private 'FlexApp\Service\WebPushNotificationsService' shared autowired service.
  16970.      *
  16971.      * @return \FlexApp\Service\WebPushNotificationsService
  16972.      */
  16973.     protected function getWebPushNotificationsServiceService()
  16974.     {
  16975.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/WebPushNotificationsService.php';
  16976.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16977.         if (isset($this->privates['FlexApp\\Service\\WebPushNotificationsService'])) {
  16978.             return $this->privates['FlexApp\\Service\\WebPushNotificationsService'];
  16979.         }
  16980.         $b = ($this->privates['FlexApp\\Service\\DefaultChatGenerator'] ?? $this->getDefaultChatGeneratorService());
  16981.         if (isset($this->privates['FlexApp\\Service\\WebPushNotificationsService'])) {
  16982.             return $this->privates['FlexApp\\Service\\WebPushNotificationsService'];
  16983.         }
  16984.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16985.         if (isset($this->privates['FlexApp\\Service\\WebPushNotificationsService'])) {
  16986.             return $this->privates['FlexApp\\Service\\WebPushNotificationsService'];
  16987.         }
  16988.         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()), $b$c);
  16989.     }
  16990.     /**
  16991.      * Gets the private 'FlexApp\Service\WebsocketClientLogger' shared autowired service.
  16992.      *
  16993.      * @return \FlexApp\Service\WebsocketClientLogger
  16994.      */
  16995.     protected function getWebsocketClientLoggerService()
  16996.     {
  16997.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  16998.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  16999.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  17000.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  17001.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  17002.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  17003.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/WebsocketClientLogger.php';
  17004.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17005.         if (isset($this->privates['FlexApp\\Service\\WebsocketClientLogger'])) {
  17006.             return $this->privates['FlexApp\\Service\\WebsocketClientLogger'];
  17007.         }
  17008.         return $this->privates['FlexApp\\Service\\WebsocketClientLogger'] = new \FlexApp\Service\WebsocketClientLogger('ws_client', ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), $a);
  17009.     }
  17010.     /**
  17011.      * Gets the private 'FlexApp\Service\WelcomeInfoDataGenerator' shared autowired service.
  17012.      *
  17013.      * @return \FlexApp\Service\WelcomeInfoDataGenerator
  17014.      */
  17015.     protected function getWelcomeInfoDataGeneratorService()
  17016.     {
  17017.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/WelcomeInfoDataGenerator.php';
  17018.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TimeFormatTransformer.php';
  17019.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  17020.         if (isset($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'])) {
  17021.             return $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'];
  17022.         }
  17023.         $b = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  17024.         if (isset($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'])) {
  17025.             return $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'];
  17026.         }
  17027.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17028.         if (isset($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'])) {
  17029.             return $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'];
  17030.         }
  17031.         $d = ($this->privates['FlexApp\\Service\\ConsSchedule'] ?? $this->getConsScheduleService());
  17032.         if (isset($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'])) {
  17033.             return $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'];
  17034.         }
  17035.         $e = ($this->services['FlexApp\\Service\\ConsDefiner'] ?? $this->getConsDefinerService());
  17036.         if (isset($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'])) {
  17037.             return $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'];
  17038.         }
  17039.         $f = ($this->privates['FlexApp\\Service\\AliasByConsLoginProvider'] ?? $this->getAliasByConsLoginProviderService());
  17040.         if (isset($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'])) {
  17041.             return $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'];
  17042.         }
  17043.         $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);
  17044.         $instance->timeFormatTransformer = ($this->services['FlexApp\\Service\\TimeFormatTransformer'] ?? ($this->services['FlexApp\\Service\\TimeFormatTransformer'] = new \FlexApp\Service\TimeFormatTransformer()));
  17045.         $instance->countryAndLangSpecificDataRepository = ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService());
  17046.         return $instance;
  17047.     }
  17048.     /**
  17049.      * Gets the private 'FlexApp\Validator\CommentablePageValidator' shared autowired service.
  17050.      *
  17051.      * @return \FlexApp\Validator\CommentablePageValidator
  17052.      */
  17053.     protected function getCommentablePageValidatorService()
  17054.     {
  17055.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  17056.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  17057.         include_once \dirname(__DIR__4).'/src/FlexApp/Validator/CommentablePageValidator.php';
  17058.         return $this->privates['FlexApp\\Validator\\CommentablePageValidator'] = new \FlexApp\Validator\CommentablePageValidator(($this->privates['FlexApp\\Repository\\CommentablePageRepository'] ?? $this->getCommentablePageRepositoryService()));
  17059.     }
  17060.     /**
  17061.      * Gets the private 'Redis' shared service.
  17062.      *
  17063.      * @return \Redis
  17064.      */
  17065.     protected function getRedisService()
  17066.     {
  17067.         $this->privates['Redis'] = $instance = new \Redis();
  17068.         $instance->connect($this->getEnv('REDIS_HOST'), $this->getEnv('int:REDIS_PORT'));
  17069.         $instance->auth($this->getEnv('REDIS_PASSWORD'));
  17070.         return $instance;
  17071.     }
  17072.     /**
  17073.      * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  17074.      *
  17075.      * @return \Sentry\SentryBundle\Command\SentryTestCommand
  17076.      */
  17077.     protected function getSentryTestCommandService()
  17078.     {
  17079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17080.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  17081.         $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  17082.         $instance->setName('sentry:test');
  17083.         return $instance;
  17084.     }
  17085.     /**
  17086.      * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  17087.      *
  17088.      * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  17089.      */
  17090.     protected function getConsoleListenerService()
  17091.     {
  17092.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  17093.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), true);
  17094.     }
  17095.     /**
  17096.      * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  17097.      *
  17098.      * @return \Sentry\SentryBundle\EventListener\ErrorListener
  17099.      */
  17100.     protected function getErrorListenerService()
  17101.     {
  17102.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  17103.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  17104.     }
  17105.     /**
  17106.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  17107.      *
  17108.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  17109.      */
  17110.     protected function getLoginListenerService()
  17111.     {
  17112.         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()));
  17113.     }
  17114.     /**
  17115.      * Gets the private 'Sentry\SentryBundle\EventListener\MessengerListener' shared service.
  17116.      *
  17117.      * @return \Sentry\SentryBundle\EventListener\MessengerListener
  17118.      */
  17119.     protected function getMessengerListenerService()
  17120.     {
  17121.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/MessengerListener.php';
  17122.         return $this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] = new \Sentry\SentryBundle\EventListener\MessengerListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), true);
  17123.     }
  17124.     /**
  17125.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  17126.      *
  17127.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  17128.      */
  17129.     protected function getRequestListenerService()
  17130.     {
  17131.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  17132.     }
  17133.     /**
  17134.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  17135.      *
  17136.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  17137.      */
  17138.     protected function getSubRequestListenerService()
  17139.     {
  17140.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  17141.     }
  17142.     /**
  17143.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingConsoleListener' shared service.
  17144.      *
  17145.      * @return \Sentry\SentryBundle\EventListener\TracingConsoleListener
  17146.      */
  17147.     protected function getTracingConsoleListenerService()
  17148.     {
  17149.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingConsoleListener.php';
  17150.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] = new \Sentry\SentryBundle\EventListener\TracingConsoleListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), [=> 'messenger:consume']);
  17151.     }
  17152.     /**
  17153.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  17154.      *
  17155.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  17156.      */
  17157.     protected function getTracingRequestListenerService()
  17158.     {
  17159.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  17160.     }
  17161.     /**
  17162.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  17163.      *
  17164.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  17165.      */
  17166.     protected function getTracingSubRequestListenerService()
  17167.     {
  17168.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  17169.     }
  17170.     /**
  17171.      * Gets the private 'Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator' shared service.
  17172.      *
  17173.      * @return \Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator
  17174.      */
  17175.     protected function getConnectionConfiguratorService()
  17176.     {
  17177.         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()))));
  17178.     }
  17179.     /**
  17180.      * Gets the private 'WebBundle\Repository\CollectionAlsoViewedRepository' shared autowired service.
  17181.      *
  17182.      * @return \WebBundle\Repository\CollectionAlsoViewedRepository
  17183.      */
  17184.     protected function getCollectionAlsoViewedRepositoryService()
  17185.     {
  17186.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  17187.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/CollectionAlsoViewedRepository.php';
  17188.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17189.         if (isset($this->privates['WebBundle\\Repository\\CollectionAlsoViewedRepository'])) {
  17190.             return $this->privates['WebBundle\\Repository\\CollectionAlsoViewedRepository'];
  17191.         }
  17192.         return $this->privates['WebBundle\\Repository\\CollectionAlsoViewedRepository'] = $a->getRepository('WebBundle:CollectionAlsoViewed');
  17193.     }
  17194.     /**
  17195.      * Gets the private 'annotations.cache_adapter' shared service.
  17196.      *
  17197.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  17198.      */
  17199.     protected function getAnnotations_CacheAdapterService()
  17200.     {
  17201.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  17202.     }
  17203.     /**
  17204.      * Gets the private 'annotations.cache_warmer' shared service.
  17205.      *
  17206.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  17207.      */
  17208.     protected function getAnnotations_CacheWarmerService()
  17209.     {
  17210.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17211.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  17212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  17213.         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);
  17214.     }
  17215.     /**
  17216.      * Gets the private 'annotations.cached_reader' shared service.
  17217.      *
  17218.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  17219.      */
  17220.     protected function getAnnotations_CachedReaderService()
  17221.     {
  17222.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  17223.     }
  17224.     /**
  17225.      * Gets the private 'annotations.reader' shared service.
  17226.      *
  17227.      * @return \Doctrine\Common\Annotations\AnnotationReader
  17228.      */
  17229.     protected function getAnnotations_ReaderService()
  17230.     {
  17231.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  17232.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  17233.         $a->registerUniqueLoader('class_exists');
  17234.         $instance->addGlobalIgnoredName('required'$a);
  17235.         return $instance;
  17236.     }
  17237.     /**
  17238.      * Gets the private 'app.command.copy.visit.visit.all' shared service.
  17239.      *
  17240.      * @return \WebBundle\Command\CopyVisitToVisitAllCommand
  17241.      */
  17242.     protected function getApp_Command_Copy_Visit_Visit_AllService()
  17243.     {
  17244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17245.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CopyVisitToVisitAllCommand.php';
  17246.         $this->privates['app.command.copy.visit.visit.all'] = $instance = new \WebBundle\Command\CopyVisitToVisitAllCommand('127.0.0.1'NULL'root''MySQL20203030root_1##''te5');
  17247.         $instance->setName('app:copy-visit-to-visit-all');
  17248.         return $instance;
  17249.     }
  17250.     /**
  17251.      * Gets the private 'app.command.export.filters' shared service.
  17252.      *
  17253.      * @return \WebBundle\Command\ExportFiltersCommand
  17254.      */
  17255.     protected function getApp_Command_Export_FiltersService()
  17256.     {
  17257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17258.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ExportFiltersCommand.php';
  17259.         $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()));
  17260.         $instance->setName('export:filters');
  17261.         return $instance;
  17262.     }
  17263.     /**
  17264.      * Gets the private 'app.command.generate_sitemap' shared service.
  17265.      *
  17266.      * @return \WebBundle\Command\GenerateSitemapCommand
  17267.      */
  17268.     protected function getApp_Command_GenerateSitemapService()
  17269.     {
  17270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17271.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/GenerateSitemapCommand.php';
  17272.         $this->privates['app.command.generate_sitemap'] = $instance = new \WebBundle\Command\GenerateSitemapCommand(($this->services['WebBundle\\Service\\SitemapGenerator'] ?? $this->getSitemapGeneratorService()));
  17273.         $instance->setName('app:generate-sitemap');
  17274.         return $instance;
  17275.     }
  17276.     /**
  17277.      * Gets the private 'app.command.recommendation.filter' shared service.
  17278.      *
  17279.      * @return \WebBundle\Command\RecommendationFilterCommand
  17280.      */
  17281.     protected function getApp_Command_Recommendation_FilterService()
  17282.     {
  17283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17284.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/RecommendationFilterCommand.php';
  17285.         $this->privates['app.command.recommendation.filter'] = $instance = new \WebBundle\Command\RecommendationFilterCommand('127.0.0.1'NULL'te5''root''MySQL20203030root_1##');
  17286.         $instance->setName('recommendation:filter');
  17287.         return $instance;
  17288.     }
  17289.     /**
  17290.      * Gets the private 'app.command.recommendation.order' shared service.
  17291.      *
  17292.      * @return \WebBundle\Command\RecommendationOrderCommand
  17293.      */
  17294.     protected function getApp_Command_Recommendation_OrderService()
  17295.     {
  17296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17297.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/RecommendationOrderCommand.php';
  17298.         $this->privates['app.command.recommendation.order'] = $instance = new \WebBundle\Command\RecommendationOrderCommand('127.0.0.1'NULL'te5''root''MySQL20203030root_1##');
  17299.         $instance->setName('recommendation:orders');
  17300.         return $instance;
  17301.     }
  17302.     /**
  17303.      * Gets the private 'app.command.recommendation.unified' shared service.
  17304.      *
  17305.      * @return \WebBundle\Command\RecommendationUnifiedCommand
  17306.      */
  17307.     protected function getApp_Command_Recommendation_UnifiedService()
  17308.     {
  17309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17310.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/RecommendationUnifiedCommand.php';
  17311.         $this->privates['app.command.recommendation.unified'] = $instance = new \WebBundle\Command\RecommendationUnifiedCommand('127.0.0.1'NULL'te5''root''MySQL20203030root_1##');
  17312.         $instance->setName('recommendation:unified');
  17313.         return $instance;
  17314.     }
  17315.     /**
  17316.      * Gets the private 'app.command.recommendation.unified.optimized' shared service.
  17317.      *
  17318.      * @return \WebBundle\Command\RecommendationUnifiedOptimizedCommand
  17319.      */
  17320.     protected function getApp_Command_Recommendation_Unified_OptimizedService()
  17321.     {
  17322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17323.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/RecommendationUnifiedOptimizedCommand.php';
  17324.         $this->privates['app.command.recommendation.unified.optimized'] = $instance = new \WebBundle\Command\RecommendationUnifiedOptimizedCommand('127.0.0.1'NULL'te5''root''MySQL20203030root_1##');
  17325.         $instance->setName('recommendation:unified-optimized');
  17326.         return $instance;
  17327.     }
  17328.     /**
  17329.      * Gets the private 'app.command.recommendation.visit' shared service.
  17330.      *
  17331.      * @return \WebBundle\Command\RecommendationVisitCommand
  17332.      */
  17333.     protected function getApp_Command_Recommendation_VisitService()
  17334.     {
  17335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17336.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/RecommendationVisitCommand.php';
  17337.         $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()), '127.0.0.1'NULL'te5''root''MySQL20203030root_1##');
  17338.         $instance->setName('recommendation:visit');
  17339.         return $instance;
  17340.     }
  17341.     /**
  17342.      * Gets the private 'app.command.sphinx.article' shared service.
  17343.      *
  17344.      * @return \WebBundle\Command\SphinxArticleCommand
  17345.      */
  17346.     protected function getApp_Command_Sphinx_ArticleService()
  17347.     {
  17348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17349.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SphinxArticleCommand.php';
  17350.         $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()));
  17351.         $instance->setName('sphinx:article');
  17352.         return $instance;
  17353.     }
  17354.     /**
  17355.      * Gets the private 'app.command.sphinx.count' shared service.
  17356.      *
  17357.      * @return \WebBundle\Command\SphinxCountFilterCommand
  17358.      */
  17359.     protected function getApp_Command_Sphinx_CountService()
  17360.     {
  17361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17362.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SphinxCountFilterCommand.php';
  17363.         $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'));
  17364.         $instance->setName('sphinx:count');
  17365.         return $instance;
  17366.     }
  17367.     /**
  17368.      * Gets the private 'assets._package_webpack' shared service.
  17369.      *
  17370.      * @return \Symfony\Component\Asset\UrlPackage
  17371.      */
  17372.     protected function getAssets_PackageWebpackService()
  17373.     {
  17374.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  17375.         return $this->privates['assets._package_webpack'] = new \Symfony\Component\Asset\UrlPackage([=> 'https://dev5.tile.expert'], ($this->privates['assets._version__default'] ?? $this->getAssets_VersionDefaultService()), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  17376.     }
  17377.     /**
  17378.      * Gets the private 'assets._version__default' shared service.
  17379.      *
  17380.      * @return \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy
  17381.      */
  17382.     protected function getAssets_VersionDefaultService()
  17383.     {
  17384.         return $this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.6.34''%s?%s');
  17385.     }
  17386.     /**
  17387.      * Gets the private 'assets.context' shared service.
  17388.      *
  17389.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  17390.      */
  17391.     protected function getAssets_ContextService()
  17392.     {
  17393.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  17394.         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());
  17395.     }
  17396.     /**
  17397.      * Gets the private 'cache.annotations.traceable' shared service.
  17398.      *
  17399.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17400.      */
  17401.     protected function getCache_Annotations_TraceableService()
  17402.     {
  17403.         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('HrWL4xj0uQ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  17404.     }
  17405.     /**
  17406.      * Gets the private 'cache.doctrine.orm.logs.query.traceable' shared service.
  17407.      *
  17408.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17409.      */
  17410.     protected function getCache_Doctrine_Orm_Logs_Query_TraceableService()
  17411.     {
  17412.         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()));
  17413.     }
  17414.     /**
  17415.      * Gets the private 'cache.doctrine.orm.logs.result.traceable' shared service.
  17416.      *
  17417.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17418.      */
  17419.     protected function getCache_Doctrine_Orm_Logs_Result_TraceableService()
  17420.     {
  17421.         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()));
  17422.     }
  17423.     /**
  17424.      * Gets the private 'cache.doctrine.orm.oneC.query.traceable' shared service.
  17425.      *
  17426.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17427.      */
  17428.     protected function getCache_Doctrine_Orm_OneC_Query_TraceableService()
  17429.     {
  17430.         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()));
  17431.     }
  17432.     /**
  17433.      * Gets the private 'cache.doctrine.orm.oneC.result.traceable' shared service.
  17434.      *
  17435.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17436.      */
  17437.     protected function getCache_Doctrine_Orm_OneC_Result_TraceableService()
  17438.     {
  17439.         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()));
  17440.     }
  17441.     /**
  17442.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  17443.      *
  17444.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17445.      */
  17446.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  17447.     {
  17448.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('d9L9WpayJQ'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  17449.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  17450.         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));
  17451.     }
  17452.     /**
  17453.      * Gets the private 'cache.property_info.traceable' shared service.
  17454.      *
  17455.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17456.      */
  17457.     protected function getCache_PropertyInfo_TraceableService()
  17458.     {
  17459.         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('x+WwJhiBIp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  17460.     }
  17461.     /**
  17462.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  17463.      *
  17464.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17465.      */
  17466.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  17467.     {
  17468.         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('LqPjeyca1I'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  17469.     }
  17470.     /**
  17471.      * Gets the private 'cache.security_token_verifier.traceable' shared service.
  17472.      *
  17473.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17474.      */
  17475.     protected function getCache_SecurityTokenVerifier_TraceableService()
  17476.     {
  17477.         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('NJyuairFn4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  17478.     }
  17479.     /**
  17480.      * Gets the private 'cache.serializer.traceable' shared service.
  17481.      *
  17482.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17483.      */
  17484.     protected function getCache_Serializer_TraceableService()
  17485.     {
  17486.         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('5UYvCpKfKW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  17487.     }
  17488.     /**
  17489.      * Gets the private 'cache.validator.traceable' shared service.
  17490.      *
  17491.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17492.      */
  17493.     protected function getCache_Validator_TraceableService()
  17494.     {
  17495.         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('PfjXYTBJMS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  17496.     }
  17497.     /**
  17498.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  17499.      *
  17500.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  17501.      */
  17502.     protected function getCachePoolClearer_CacheWarmerService()
  17503.     {
  17504.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17505.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  17506.         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']);
  17507.     }
  17508.     /**
  17509.      * Gets the private 'chatb_cache_pool.traceable' shared service.
  17510.      *
  17511.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17512.      */
  17513.     protected function getChatbCachePool_TraceableService()
  17514.     {
  17515.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.8t9AUts'] ?? $this->get_CacheConnection_8t9AUtsService()), 'IglyH5gWFi'3600, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  17516.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  17517.         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));
  17518.     }
  17519.     /**
  17520.      * Gets the private 'chatter.transports' shared service.
  17521.      *
  17522.      * @return \Symfony\Component\Notifier\Transport\Transports
  17523.      */
  17524.     protected function getChatter_TransportsService()
  17525.     {
  17526.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  17527.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/Transports.php';
  17528.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport.php';
  17529.         return $this->privates['chatter.transports'] = (new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  17530.             yield => ($this->privates['notifier.transport_factory.telegram'] ?? $this->getNotifier_TransportFactory_TelegramService());
  17531.             yield => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  17532.         }, 2)))->fromStrings(['telegram' => $this->getEnv('TELEGRAM_DSN')]);
  17533.     }
  17534.     /**
  17535.      * Gets the private 'config_builder.warmer' shared service.
  17536.      *
  17537.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  17538.      */
  17539.     protected function getConfigBuilder_WarmerService()
  17540.     {
  17541.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17542.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  17543.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['logger'] ?? $this->getLoggerService()));
  17544.     }
  17545.     /**
  17546.      * Gets the private 'config_cache_factory' shared service.
  17547.      *
  17548.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  17549.      */
  17550.     protected function getConfigCacheFactoryService()
  17551.     {
  17552.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  17553.             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)));
  17554.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  17555.         }, 2));
  17556.     }
  17557.     /**
  17558.      * Gets the private 'console.command.about' shared service.
  17559.      *
  17560.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  17561.      */
  17562.     protected function getConsole_Command_AboutService()
  17563.     {
  17564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17565.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  17566.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  17567.         $instance->setName('about');
  17568.         $instance->setDescription('Display information about the current project');
  17569.         return $instance;
  17570.     }
  17571.     /**
  17572.      * Gets the private 'console.command.assets_install' shared service.
  17573.      *
  17574.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  17575.      */
  17576.     protected function getConsole_Command_AssetsInstallService()
  17577.     {
  17578.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17579.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  17580.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  17581.         $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));
  17582.         $instance->setName('assets:install');
  17583.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  17584.         return $instance;
  17585.     }
  17586.     /**
  17587.      * Gets the private 'console.command.cache_clear' shared service.
  17588.      *
  17589.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  17590.      */
  17591.     protected function getConsole_Command_CacheClearService()
  17592.     {
  17593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17594.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  17595.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  17596.         $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())));
  17597.         $instance->setName('cache:clear');
  17598.         $instance->setDescription('Clear the cache');
  17599.         return $instance;
  17600.     }
  17601.     /**
  17602.      * Gets the private 'console.command.cache_pool_clear' shared service.
  17603.      *
  17604.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  17605.      */
  17606.     protected function getConsole_Command_CachePoolClearService()
  17607.     {
  17608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17609.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  17610.         $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']);
  17611.         $instance->setName('cache:pool:clear');
  17612.         $instance->setDescription('Clear cache pools');
  17613.         return $instance;
  17614.     }
  17615.     /**
  17616.      * Gets the private 'console.command.cache_pool_delete' shared service.
  17617.      *
  17618.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  17619.      */
  17620.     protected function getConsole_Command_CachePoolDeleteService()
  17621.     {
  17622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17623.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  17624.         $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']);
  17625.         $instance->setName('cache:pool:delete');
  17626.         $instance->setDescription('Delete an item from a cache pool');
  17627.         return $instance;
  17628.     }
  17629.     /**
  17630.      * Gets the private 'console.command.cache_pool_list' shared service.
  17631.      *
  17632.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  17633.      */
  17634.     protected function getConsole_Command_CachePoolListService()
  17635.     {
  17636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17637.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  17638.         $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']);
  17639.         $instance->setName('cache:pool:list');
  17640.         $instance->setDescription('List available cache pools');
  17641.         return $instance;
  17642.     }
  17643.     /**
  17644.      * Gets the private 'console.command.cache_pool_prune' shared service.
  17645.      *
  17646.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  17647.      */
  17648.     protected function getConsole_Command_CachePoolPruneService()
  17649.     {
  17650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17651.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  17652.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  17653.             yield 'cache.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService());
  17654.             yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService());
  17655.             yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService());
  17656.             yield 'cache.property_info.traceable' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService());
  17657.             yield 'cache.messenger.restart_workers_signal.traceable' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService());
  17658.             yield 'doctrine.system_cache_pool.traceable' => ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService());
  17659.             yield 'doctrine.redis_cache_pool.traceable' => ($this->privates['doctrine.redis_cache_pool.traceable'] ?? $this->getDoctrine_RedisCachePool_TraceableService());
  17660.             yield 'chatb_cache_pool.traceable' => ($this->privates['chatb_cache_pool.traceable'] ?? $this->getChatbCachePool_TraceableService());
  17661.             yield 'redis_cache_pool.traceable' => ($this->privates['redis_cache_pool.traceable'] ?? $this->getRedisCachePool_TraceableService());
  17662.             yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
  17663.             yield 'cache.security_token_verifier.traceable' => ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService());
  17664.             yield 'cache.doctrine.orm.oneC.result.traceable' => ($this->privates['cache.doctrine.orm.oneC.result.traceable'] ?? $this->getCache_Doctrine_Orm_OneC_Result_TraceableService());
  17665.             yield 'cache.doctrine.orm.oneC.query.traceable' => ($this->privates['cache.doctrine.orm.oneC.query.traceable'] ?? $this->getCache_Doctrine_Orm_OneC_Query_TraceableService());
  17666.             yield 'cache.doctrine.orm.logs.result.traceable' => ($this->privates['cache.doctrine.orm.logs.result.traceable'] ?? $this->getCache_Doctrine_Orm_Logs_Result_TraceableService());
  17667.             yield 'cache.doctrine.orm.logs.query.traceable' => ($this->privates['cache.doctrine.orm.logs.query.traceable'] ?? $this->getCache_Doctrine_Orm_Logs_Query_TraceableService());
  17668.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  17669.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  17670.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  17671.         }, 18));
  17672.         $instance->setName('cache:pool:prune');
  17673.         $instance->setDescription('Prune cache pools');
  17674.         return $instance;
  17675.     }
  17676.     /**
  17677.      * Gets the private 'console.command.cache_warmup' shared service.
  17678.      *
  17679.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  17680.      */
  17681.     protected function getConsole_Command_CacheWarmupService()
  17682.     {
  17683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17684.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  17685.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  17686.         $instance->setName('cache:warmup');
  17687.         $instance->setDescription('Warm up an empty cache');
  17688.         return $instance;
  17689.     }
  17690.     /**
  17691.      * Gets the private 'console.command.config_debug' shared service.
  17692.      *
  17693.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  17694.      */
  17695.     protected function getConsole_Command_ConfigDebugService()
  17696.     {
  17697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17698.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  17699.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  17700.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  17701.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  17702.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  17703.         $instance->setName('debug:config');
  17704.         $instance->setDescription('Dump the current configuration for an extension');
  17705.         return $instance;
  17706.     }
  17707.     /**
  17708.      * Gets the private 'console.command.config_dump_reference' shared service.
  17709.      *
  17710.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  17711.      */
  17712.     protected function getConsole_Command_ConfigDumpReferenceService()
  17713.     {
  17714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17715.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  17716.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  17717.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  17718.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  17719.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  17720.         $instance->setName('config:dump-reference');
  17721.         $instance->setDescription('Dump the default configuration for an extension');
  17722.         return $instance;
  17723.     }
  17724.     /**
  17725.      * Gets the private 'console.command.container_debug' shared service.
  17726.      *
  17727.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  17728.      */
  17729.     protected function getConsole_Command_ContainerDebugService()
  17730.     {
  17731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17732.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  17733.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  17734.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  17735.         $instance->setName('debug:container');
  17736.         $instance->setDescription('Display current services for an application');
  17737.         return $instance;
  17738.     }
  17739.     /**
  17740.      * Gets the private 'console.command.container_lint' shared service.
  17741.      *
  17742.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  17743.      */
  17744.     protected function getConsole_Command_ContainerLintService()
  17745.     {
  17746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17747.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  17748.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  17749.         $instance->setName('lint:container');
  17750.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  17751.         return $instance;
  17752.     }
  17753.     /**
  17754.      * Gets the private 'console.command.debug_autowiring' shared service.
  17755.      *
  17756.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  17757.      */
  17758.     protected function getConsole_Command_DebugAutowiringService()
  17759.     {
  17760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17761.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  17762.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  17763.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  17764.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  17765.         $instance->setName('debug:autowiring');
  17766.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  17767.         return $instance;
  17768.     }
  17769.     /**
  17770.      * Gets the private 'console.command.dotenv_debug' shared service.
  17771.      *
  17772.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  17773.      */
  17774.     protected function getConsole_Command_DotenvDebugService()
  17775.     {
  17776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17777.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  17778.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('te_dev', \dirname(__DIR__4));
  17779.         $instance->setName('debug:dotenv');
  17780.         $instance->setDescription('Lists all dotenv files with variables and values');
  17781.         return $instance;
  17782.     }
  17783.     /**
  17784.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  17785.      *
  17786.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  17787.      */
  17788.     protected function getConsole_Command_EventDispatcherDebugService()
  17789.     {
  17790.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17791.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  17792.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  17793.         $instance->setName('debug:event-dispatcher');
  17794.         $instance->setDescription('Display configured listeners for an application');
  17795.         return $instance;
  17796.     }
  17797.     /**
  17798.      * Gets the private 'console.command.form_debug' shared service.
  17799.      *
  17800.      * @return \Symfony\Component\Form\Command\DebugCommand
  17801.      */
  17802.     protected function getConsole_Command_FormDebugService()
  17803.     {
  17804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  17806.         $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()));
  17807.         $instance->setName('debug:form');
  17808.         $instance->setDescription('Display form type information');
  17809.         return $instance;
  17810.     }
  17811.     /**
  17812.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  17813.      *
  17814.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  17815.      */
  17816.     protected function getConsole_Command_MessengerConsumeMessagesService()
  17817.     {
  17818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17819.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  17820.         $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']);
  17821.         $instance->setName('messenger:consume');
  17822.         $instance->setDescription('Consume messages');
  17823.         return $instance;
  17824.     }
  17825.     /**
  17826.      * Gets the private 'console.command.messenger_debug' shared service.
  17827.      *
  17828.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  17829.      */
  17830.     protected function getConsole_Command_MessengerDebugService()
  17831.     {
  17832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17833.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  17834.         $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'=> []]]]]);
  17835.         $instance->setName('debug:messenger');
  17836.         $instance->setDescription('List messages you can dispatch using the message buses');
  17837.         return $instance;
  17838.     }
  17839.     /**
  17840.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  17841.      *
  17842.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  17843.      */
  17844.     protected function getConsole_Command_MessengerSetupTransportsService()
  17845.     {
  17846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17847.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  17848.         $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']);
  17849.         $instance->setName('messenger:setup-transports');
  17850.         $instance->setDescription('Prepare the required infrastructure for the transport');
  17851.         return $instance;
  17852.     }
  17853.     /**
  17854.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  17855.      *
  17856.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  17857.      */
  17858.     protected function getConsole_Command_MessengerStopWorkersService()
  17859.     {
  17860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17861.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  17862.         $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()));
  17863.         $instance->setName('messenger:stop-workers');
  17864.         $instance->setDescription('Stop workers after their current message');
  17865.         return $instance;
  17866.     }
  17867.     /**
  17868.      * Gets the private 'console.command.router_debug' shared service.
  17869.      *
  17870.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  17871.      */
  17872.     protected function getConsole_Command_RouterDebugService()
  17873.     {
  17874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  17876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  17877.         $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()));
  17878.         $instance->setName('debug:router');
  17879.         $instance->setDescription('Display current routes for an application');
  17880.         return $instance;
  17881.     }
  17882.     /**
  17883.      * Gets the private 'console.command.router_match' shared service.
  17884.      *
  17885.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  17886.      */
  17887.     protected function getConsole_Command_RouterMatchService()
  17888.     {
  17889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17890.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  17891.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), new RewindableGenerator(function () {
  17892.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  17893.         }, 1));
  17894.         $instance->setName('router:match');
  17895.         $instance->setDescription('Help debug routes by simulating a path info match');
  17896.         return $instance;
  17897.     }
  17898.     /**
  17899.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  17900.      *
  17901.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  17902.      */
  17903.     protected function getConsole_Command_SecretsDecryptToLocalService()
  17904.     {
  17905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17906.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  17907.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  17908.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  17909.         $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')))));
  17910.         $instance->setName('secrets:decrypt-to-local');
  17911.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  17912.         return $instance;
  17913.     }
  17914.     /**
  17915.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  17916.      *
  17917.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  17918.      */
  17919.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  17920.     {
  17921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17922.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  17923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  17924.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  17925.         $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')))));
  17926.         $instance->setName('secrets:encrypt-from-local');
  17927.         $instance->setDescription('Encrypt all local secrets to the vault');
  17928.         return $instance;
  17929.     }
  17930.     /**
  17931.      * Gets the private 'console.command.secrets_generate_key' shared service.
  17932.      *
  17933.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  17934.      */
  17935.     protected function getConsole_Command_SecretsGenerateKeyService()
  17936.     {
  17937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17938.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  17939.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  17940.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  17941.         $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')))));
  17942.         $instance->setName('secrets:generate-keys');
  17943.         $instance->setDescription('Generate new encryption keys');
  17944.         return $instance;
  17945.     }
  17946.     /**
  17947.      * Gets the private 'console.command.secrets_list' shared service.
  17948.      *
  17949.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  17950.      */
  17951.     protected function getConsole_Command_SecretsListService()
  17952.     {
  17953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  17955.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  17956.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  17957.         $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')))));
  17958.         $instance->setName('secrets:list');
  17959.         $instance->setDescription('List all secrets');
  17960.         return $instance;
  17961.     }
  17962.     /**
  17963.      * Gets the private 'console.command.secrets_remove' shared service.
  17964.      *
  17965.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  17966.      */
  17967.     protected function getConsole_Command_SecretsRemoveService()
  17968.     {
  17969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17970.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  17971.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  17972.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  17973.         $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')))));
  17974.         $instance->setName('secrets:remove');
  17975.         $instance->setDescription('Remove a secret from the vault');
  17976.         return $instance;
  17977.     }
  17978.     /**
  17979.      * Gets the private 'console.command.secrets_set' shared service.
  17980.      *
  17981.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  17982.      */
  17983.     protected function getConsole_Command_SecretsSetService()
  17984.     {
  17985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17986.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  17987.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  17988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  17989.         $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')))));
  17990.         $instance->setName('secrets:set');
  17991.         $instance->setDescription('Set a secret in the vault');
  17992.         return $instance;
  17993.     }
  17994.     /**
  17995.      * Gets the private 'console.command.translation_debug' shared service.
  17996.      *
  17997.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  17998.      */
  17999.     protected function getConsole_Command_TranslationDebugService()
  18000.     {
  18001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18002.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  18003.         $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')], []);
  18004.         $instance->setName('debug:translation');
  18005.         $instance->setDescription('Display translation messages information');
  18006.         return $instance;
  18007.     }
  18008.     /**
  18009.      * Gets the private 'console.command.translation_extract' shared service.
  18010.      *
  18011.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  18012.      */
  18013.     protected function getConsole_Command_TranslationExtractService()
  18014.     {
  18015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18016.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  18017.         $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')], []);
  18018.         $instance->setName('translation:extract');
  18019.         $instance->setAliases([=> 'translation:update']);
  18020.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  18021.         return $instance;
  18022.     }
  18023.     /**
  18024.      * Gets the private 'console.command.translation_pull' shared service.
  18025.      *
  18026.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  18027.      */
  18028.     protected function getConsole_Command_TranslationPullService()
  18029.     {
  18030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18031.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  18032.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  18033.         $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', [], []);
  18034.         $instance->setName('translation:pull');
  18035.         $instance->setDescription('Pull translations from a given provider.');
  18036.         return $instance;
  18037.     }
  18038.     /**
  18039.      * Gets the private 'console.command.translation_push' shared service.
  18040.      *
  18041.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  18042.      */
  18043.     protected function getConsole_Command_TranslationPushService()
  18044.     {
  18045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18046.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  18047.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  18048.         $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()), [], []);
  18049.         $instance->setName('translation:push');
  18050.         $instance->setDescription('Push translations to a given provider.');
  18051.         return $instance;
  18052.     }
  18053.     /**
  18054.      * Gets the private 'console.command.validator_debug' shared service.
  18055.      *
  18056.      * @return \Symfony\Component\Validator\Command\DebugCommand
  18057.      */
  18058.     protected function getConsole_Command_ValidatorDebugService()
  18059.     {
  18060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18061.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  18062.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  18063.         $instance->setName('debug:validator');
  18064.         $instance->setDescription('Display validation constraints for classes');
  18065.         return $instance;
  18066.     }
  18067.     /**
  18068.      * Gets the private 'console.command.xliff_lint' shared service.
  18069.      *
  18070.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  18071.      */
  18072.     protected function getConsole_Command_XliffLintService()
  18073.     {
  18074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18075.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  18076.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  18077.         $instance->setName('lint:xliff');
  18078.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  18079.         return $instance;
  18080.     }
  18081.     /**
  18082.      * Gets the private 'console.command.yaml_lint' shared service.
  18083.      *
  18084.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  18085.      */
  18086.     protected function getConsole_Command_YamlLintService()
  18087.     {
  18088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18089.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  18090.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  18091.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  18092.         $instance->setName('lint:yaml');
  18093.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  18094.         return $instance;
  18095.     }
  18096.     /**
  18097.      * Gets the private 'container.env_var_processor' shared service.
  18098.      *
  18099.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  18100.      */
  18101.     protected function getContainer_EnvVarProcessorService()
  18102.     {
  18103.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  18104.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  18105.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  18106.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  18107.         }, 1));
  18108.     }
  18109.     /**
  18110.      * Gets the private 'container.getenv' shared service.
  18111.      *
  18112.      * @return \Closure
  18113.      */
  18114.     protected function getContainer_GetenvService()
  18115.     {
  18116.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  18117.     }
  18118.     /**
  18119.      * Gets the private 'data_collector.form' shared service.
  18120.      *
  18121.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  18122.      */
  18123.     protected function getDataCollector_FormService()
  18124.     {
  18125.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  18126.     }
  18127.     /**
  18128.      * Gets the private 'data_collector.request' shared service.
  18129.      *
  18130.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  18131.      */
  18132.     protected function getDataCollector_RequestService()
  18133.     {
  18134.         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())));
  18135.     }
  18136.     /**
  18137.      * Gets the private 'data_collector.request.session_collector' shared service.
  18138.      *
  18139.      * @return \Closure
  18140.      */
  18141.     protected function getDataCollector_Request_SessionCollectorService()
  18142.     {
  18143.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  18144.     }
  18145.     /**
  18146.      * Gets the private 'debug.FlexApp\ArgumentResolver\RequestDtoArgumentResolver' shared service.
  18147.      *
  18148.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18149.      */
  18150.     protected function getRequestDtoArgumentResolverService()
  18151.     {
  18152.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18153.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18154.         include_once \dirname(__DIR__4).'/src/FlexApp/ArgumentResolver/RequestDtoArgumentResolver.php';
  18155.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  18156.         if (isset($this->privates['debug.FlexApp\\ArgumentResolver\\RequestDtoArgumentResolver'])) {
  18157.             return $this->privates['debug.FlexApp\\ArgumentResolver\\RequestDtoArgumentResolver'];
  18158.         }
  18159.         $b = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  18160.         if (isset($this->privates['debug.FlexApp\\ArgumentResolver\\RequestDtoArgumentResolver'])) {
  18161.             return $this->privates['debug.FlexApp\\ArgumentResolver\\RequestDtoArgumentResolver'];
  18162.         }
  18163.         return $this->privates['debug.FlexApp\\ArgumentResolver\\RequestDtoArgumentResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \FlexApp\ArgumentResolver\RequestDtoArgumentResolver($a$b), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18164.     }
  18165.     /**
  18166.      * Gets the private 'debug.argument_resolver.default' shared service.
  18167.      *
  18168.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18169.      */
  18170.     protected function getDebug_ArgumentResolver_DefaultService()
  18171.     {
  18172.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18173.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18174.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  18175.         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))));
  18176.     }
  18177.     /**
  18178.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  18179.      *
  18180.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18181.      */
  18182.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  18183.     {
  18184.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18185.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18186.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  18187.         $a = ($this->privates['.service_locator.m16PEf8'] ?? $this->get_ServiceLocator_M16PEf8Service());
  18188.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  18189.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  18190.         }
  18191.         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))));
  18192.     }
  18193.     /**
  18194.      * Gets the private 'debug.argument_resolver.request' shared service.
  18195.      *
  18196.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18197.      */
  18198.     protected function getDebug_ArgumentResolver_RequestService()
  18199.     {
  18200.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18201.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18202.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  18203.         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))));
  18204.     }
  18205.     /**
  18206.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  18207.      *
  18208.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18209.      */
  18210.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  18211.     {
  18212.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18213.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18214.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  18215.         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))));
  18216.     }
  18217.     /**
  18218.      * Gets the private 'debug.argument_resolver.service' shared service.
  18219.      *
  18220.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18221.      */
  18222.     protected function getDebug_ArgumentResolver_ServiceService()
  18223.     {
  18224.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18225.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18226.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  18227.         $a = ($this->privates['.service_locator.m16PEf8'] ?? $this->get_ServiceLocator_M16PEf8Service());
  18228.         if (isset($this->privates['debug.argument_resolver.service'])) {
  18229.             return $this->privates['debug.argument_resolver.service'];
  18230.         }
  18231.         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))));
  18232.     }
  18233.     /**
  18234.      * Gets the private 'debug.argument_resolver.session' shared service.
  18235.      *
  18236.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18237.      */
  18238.     protected function getDebug_ArgumentResolver_SessionService()
  18239.     {
  18240.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18241.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18242.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  18243.         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))));
  18244.     }
  18245.     /**
  18246.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  18247.      *
  18248.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18249.      */
  18250.     protected function getDebug_ArgumentResolver_VariadicService()
  18251.     {
  18252.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18253.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18254.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  18255.         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))));
  18256.     }
  18257.     /**
  18258.      * Gets the private 'debug.debug_handlers_listener' shared service.
  18259.      *
  18260.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  18261.      */
  18262.     protected function getDebug_DebugHandlersListenerService()
  18263.     {
  18264.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  18265.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18266.         $a->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  18267.         $a->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  18268.         $a->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  18269.         $a->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  18270.         $a->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  18271.         $a->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  18272.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  18273.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  18274.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18275.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  18276.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18277.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  18278.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  18279.     }
  18280.     /**
  18281.      * Gets the private 'debug.file_link_formatter' shared service.
  18282.      *
  18283.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  18284.      */
  18285.     protected function getDebug_FileLinkFormatterService()
  18286.     {
  18287.         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 () {
  18288.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  18289.         });
  18290.     }
  18291.     /**
  18292.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  18293.      *
  18294.      * @return \string
  18295.      */
  18296.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  18297.     {
  18298.         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');
  18299.     }
  18300.     /**
  18301.      * Gets the private 'debug.log_processor' shared service.
  18302.      *
  18303.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  18304.      */
  18305.     protected function getDebug_LogProcessorService()
  18306.     {
  18307.         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())));
  18308.     }
  18309.     /**
  18310.      * Gets the private 'debug.security.access.decision_manager' shared service.
  18311.      *
  18312.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  18313.      */
  18314.     protected function getDebug_Security_Access_DecisionManagerService()
  18315.     {
  18316.         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 () {
  18317.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  18318.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  18319.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  18320.             yield => ($this->privates['debug.security.voter.FlexApp\\Security\\Voter\\RoleSuperAdminVoter'] ?? $this->getRoleSuperAdminVoterService());
  18321.             yield => ($this->privates['debug.security.voter.FlexApp\\Security\\Voter\\_ExtendVoter'] ?? $this->getExtendVoterService());
  18322.             yield => ($this->privates['debug.security.voter.app.security.voter.super_admin'] ?? $this->getDebug_Security_Voter_App_Security_Voter_SuperAdminService());
  18323.         }, 6), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  18324.     }
  18325.     /**
  18326.      * Gets the private 'debug.security.firewall' shared service.
  18327.      *
  18328.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  18329.      */
  18330.     protected function getDebug_Security_FirewallService()
  18331.     {
  18332.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  18333.         if (isset($this->privates['debug.security.firewall'])) {
  18334.             return $this->privates['debug.security.firewall'];
  18335.         }
  18336.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18337.         if (isset($this->privates['debug.security.firewall'])) {
  18338.             return $this->privates['debug.security.firewall'];
  18339.         }
  18340.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  18341.     }
  18342.     /**
  18343.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  18344.      *
  18345.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  18346.      */
  18347.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  18348.     {
  18349.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  18350.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  18351.         return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(($this->privates['security.authenticator.manager.main'] ?? $this->getSecurity_Authenticator_Manager_MainService())));
  18352.     }
  18353.     /**
  18354.      * Gets the private 'debug.security.user_value_resolver' shared service.
  18355.      *
  18356.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18357.      */
  18358.     protected function getDebug_Security_UserValueResolverService()
  18359.     {
  18360.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18361.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18362.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  18363.         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))));
  18364.     }
  18365.     /**
  18366.      * Gets the private 'debug.security.voter.FlexApp\Security\Voter\RoleSuperAdminVoter' shared service.
  18367.      *
  18368.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18369.      */
  18370.     protected function getRoleSuperAdminVoterService()
  18371.     {
  18372.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18373.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18374.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18375.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  18376.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/Voter/_ExtendVoter.php';
  18377.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/Voter/RoleSuperAdminVoter.php';
  18378.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18379.         if (isset($this->privates['debug.security.voter.FlexApp\\Security\\Voter\\RoleSuperAdminVoter'])) {
  18380.             return $this->privates['debug.security.voter.FlexApp\\Security\\Voter\\RoleSuperAdminVoter'];
  18381.         }
  18382.         return $this->privates['debug.security.voter.FlexApp\\Security\\Voter\\RoleSuperAdminVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \FlexApp\Security\Voter\RoleSuperAdminVoter(), $a);
  18383.     }
  18384.     /**
  18385.      * Gets the private 'debug.security.voter.FlexApp\Security\Voter\_ExtendVoter' shared service.
  18386.      *
  18387.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18388.      */
  18389.     protected function getExtendVoterService()
  18390.     {
  18391.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18392.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  18395.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/Voter/_ExtendVoter.php';
  18396.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18397.         if (isset($this->privates['debug.security.voter.FlexApp\\Security\\Voter\\_ExtendVoter'])) {
  18398.             return $this->privates['debug.security.voter.FlexApp\\Security\\Voter\\_ExtendVoter'];
  18399.         }
  18400.         return $this->privates['debug.security.voter.FlexApp\\Security\\Voter\\_ExtendVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \FlexApp\Security\Voter\_ExtendVoter(), $a);
  18401.     }
  18402.     /**
  18403.      * Gets the private 'debug.security.voter.app.security.voter.super_admin' shared service.
  18404.      *
  18405.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18406.      */
  18407.     protected function getDebug_Security_Voter_App_Security_Voter_SuperAdminService()
  18408.     {
  18409.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18410.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18411.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18412.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  18413.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/Voter/_ExtendVoter.php';
  18414.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/Voter/RoleSuperAdminVoter.php';
  18415.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18416.         if (isset($this->privates['debug.security.voter.app.security.voter.super_admin'])) {
  18417.             return $this->privates['debug.security.voter.app.security.voter.super_admin'];
  18418.         }
  18419.         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);
  18420.     }
  18421.     /**
  18422.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  18423.      *
  18424.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18425.      */
  18426.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  18427.     {
  18428.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18429.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18430.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18431.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  18432.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18433.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  18434.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  18435.         }
  18436.         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);
  18437.     }
  18438.     /**
  18439.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  18440.      *
  18441.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18442.      */
  18443.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  18444.     {
  18445.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18446.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18447.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  18449.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  18450.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  18451.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  18452.         }
  18453.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18454.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  18455.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  18456.         }
  18457.         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);
  18458.     }
  18459.     /**
  18460.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  18461.      *
  18462.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18463.      */
  18464.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  18465.     {
  18466.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18467.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18468.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18469.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  18470.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  18471.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18472.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  18473.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  18474.         }
  18475.         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);
  18476.     }
  18477.     /**
  18478.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  18479.      *
  18480.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  18481.      */
  18482.     protected function getDebug_Security_Voter_VoteListenerService()
  18483.     {
  18484.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  18485.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  18486.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  18487.             return $this->privates['debug.security.voter.vote_listener'];
  18488.         }
  18489.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  18490.     }
  18491.     /**
  18492.      * Gets the private 'debug.sensio_framework_extra.psr7.argument_value_resolver.server_request' shared service.
  18493.      *
  18494.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18495.      */
  18496.     protected function getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService()
  18497.     {
  18498.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18499.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18500.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentValueResolver/Psr7ServerRequestResolver.php';
  18501.         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))));
  18502.     }
  18503.     /**
  18504.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  18505.      *
  18506.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  18507.      */
  18508.     protected function getDoctrine_CacheClearMetadataCommandService()
  18509.     {
  18510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18511.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18512.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  18513.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  18514.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  18515.         $instance->setName('doctrine:cache:clear-metadata');
  18516.         return $instance;
  18517.     }
  18518.     /**
  18519.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  18520.      *
  18521.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  18522.      */
  18523.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  18524.     {
  18525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18526.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18527.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  18528.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  18529.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  18530.         $instance->setName('doctrine:cache:clear-query');
  18531.         return $instance;
  18532.     }
  18533.     /**
  18534.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  18535.      *
  18536.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  18537.      */
  18538.     protected function getDoctrine_CacheClearResultCommandService()
  18539.     {
  18540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18541.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18542.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  18543.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  18544.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  18545.         $instance->setName('doctrine:cache:clear-result');
  18546.         return $instance;
  18547.     }
  18548.     /**
  18549.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  18550.      *
  18551.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  18552.      */
  18553.     protected function getDoctrine_CacheCollectionRegionCommandService()
  18554.     {
  18555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18556.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18557.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  18558.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  18559.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  18560.         $instance->setName('doctrine:cache:clear-collection-region');
  18561.         return $instance;
  18562.     }
  18563.     /**
  18564.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  18565.      *
  18566.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  18567.      */
  18568.     protected function getDoctrine_ClearEntityRegionCommandService()
  18569.     {
  18570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18571.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18572.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  18573.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  18574.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  18575.         $instance->setName('doctrine:cache:clear-entity-region');
  18576.         return $instance;
  18577.     }
  18578.     /**
  18579.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  18580.      *
  18581.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  18582.      */
  18583.     protected function getDoctrine_ClearQueryRegionCommandService()
  18584.     {
  18585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18586.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18587.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  18588.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  18589.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  18590.         $instance->setName('doctrine:cache:clear-query-region');
  18591.         return $instance;
  18592.     }
  18593.     /**
  18594.      * Gets the private 'doctrine.database_create_command' shared service.
  18595.      *
  18596.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  18597.      */
  18598.     protected function getDoctrine_DatabaseCreateCommandService()
  18599.     {
  18600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18601.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  18602.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  18603.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18604.         $instance->setName('doctrine:database:create');
  18605.         return $instance;
  18606.     }
  18607.     /**
  18608.      * Gets the private 'doctrine.database_drop_command' shared service.
  18609.      *
  18610.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  18611.      */
  18612.     protected function getDoctrine_DatabaseDropCommandService()
  18613.     {
  18614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18615.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  18616.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  18617.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18618.         $instance->setName('doctrine:database:drop');
  18619.         return $instance;
  18620.     }
  18621.     /**
  18622.      * Gets the private 'doctrine.database_import_command' shared service.
  18623.      *
  18624.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  18625.      */
  18626.     protected function getDoctrine_DatabaseImportCommandService()
  18627.     {
  18628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18629.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  18630.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  18631.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  18632.         $instance->setName('doctrine:database:import');
  18633.         return $instance;
  18634.     }
  18635.     /**
  18636.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  18637.      *
  18638.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  18639.      */
  18640.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  18641.     {
  18642.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']);
  18643.     }
  18644.     /**
  18645.      * Gets the private 'doctrine.dbal.logger' shared service.
  18646.      *
  18647.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  18648.      */
  18649.     protected function getDoctrine_Dbal_LoggerService()
  18650.     {
  18651.         $a = new \Symfony\Bridge\Monolog\Logger('doctrine');
  18652.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18653.         $a->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  18654.         $a->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  18655.         $a->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  18656.         $a->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  18657.         $a->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  18658.         $a->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  18659.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  18660.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  18661.         $a->pushHandler(($this->privates['monolog.handler.doctrine'] ?? $this->getMonolog_Handler_DoctrineService()));
  18662.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  18663.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18664.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  18665.         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))));
  18666.     }
  18667.     /**
  18668.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  18669.      *
  18670.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  18671.      */
  18672.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  18673.     {
  18674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18675.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18676.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  18677.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  18678.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  18679.         $instance->setName('doctrine:ensure-production-settings');
  18680.         return $instance;
  18681.     }
  18682.     /**
  18683.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  18684.      *
  18685.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  18686.      */
  18687.     protected function getDoctrine_MappingConvertCommandService()
  18688.     {
  18689.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18690.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18691.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  18692.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  18693.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  18694.         $instance->setName('doctrine:mapping:convert');
  18695.         return $instance;
  18696.     }
  18697.     /**
  18698.      * Gets the private 'doctrine.mapping_import_command' shared service.
  18699.      *
  18700.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  18701.      */
  18702.     protected function getDoctrine_MappingImportCommandService()
  18703.     {
  18704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18705.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  18706.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  18707.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  18708.         $instance->setName('doctrine:mapping:import');
  18709.         return $instance;
  18710.     }
  18711.     /**
  18712.      * Gets the private 'doctrine.mapping_info_command' shared service.
  18713.      *
  18714.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  18715.      */
  18716.     protected function getDoctrine_MappingInfoCommandService()
  18717.     {
  18718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18719.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18720.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  18721.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  18722.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  18723.         $instance->setName('doctrine:mapping:info');
  18724.         return $instance;
  18725.     }
  18726.     /**
  18727.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  18728.      *
  18729.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  18730.      */
  18731.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  18732.     {
  18733.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18734.             'FlexApp\\Repository\\AdmCfgPageRepository' => ['privates''FlexApp\\Repository\\AdmCfgPageRepository''getAdmCfgPageRepositoryService'false],
  18735.             'FlexApp\\Repository\\Article\\ArticleDescriptionRepository' => ['privates''FlexApp\\Repository\\Article\\ArticleDescriptionRepository''getArticleDescriptionRepositoryService'false],
  18736.             'FlexApp\\Repository\\Article\\ArticleDiscountRepository' => ['privates''FlexApp\\Repository\\Article\\ArticleDiscountRepository''getArticleDiscountRepositoryService'false],
  18737.             'FlexApp\\Repository\\Article\\ArticlePriceRepository' => ['privates''FlexApp\\Repository\\Article\\ArticlePriceRepository''getArticlePriceRepositoryService'false],
  18738.             'FlexApp\\Repository\\AttachmentEntityRepository' => ['privates''FlexApp\\Repository\\AttachmentEntityRepository''getAttachmentEntityRepositoryService'false],
  18739.             'FlexApp\\Repository\\BannedIpRepository' => ['privates''FlexApp\\Repository\\BannedIpRepository''getBannedIpRepositoryService'false],
  18740.             'FlexApp\\Repository\\BoolDBSettingRepository' => ['privates''FlexApp\\Repository\\BoolDBSettingRepository''getBoolDBSettingRepositoryService'false],
  18741.             'FlexApp\\Repository\\BrandRepository' => ['privates''FlexApp\\Repository\\BrandRepository''getBrandRepositoryService'false],
  18742.             'FlexApp\\Repository\\ChatBMessageRepository' => ['privates''FlexApp\\Repository\\ChatBMessageRepository''getChatBMessageRepositoryService'false],
  18743.             'FlexApp\\Repository\\ChatBRepository' => ['privates''FlexApp\\Repository\\ChatBRepository''getChatBRepositoryService'false],
  18744.             'FlexApp\\Repository\\Collection\\CollectionAwardRepository' => ['privates''FlexApp\\Repository\\Collection\\CollectionAwardRepository''getCollectionAwardRepositoryService'false],
  18745.             'FlexApp\\Repository\\Collection\\CollectionHeaderRepository' => ['privates''FlexApp\\Repository\\Collection\\CollectionHeaderRepository''getCollectionHeaderRepositoryService'false],
  18746.             'FlexApp\\Repository\\Collection\\CollectionRepository' => ['privates''FlexApp\\Repository\\Collection\\CollectionRepository''getCollectionRepository2Service'false],
  18747.             'FlexApp\\Repository\\Collection\\CollectionSettingRepository' => ['privates''FlexApp\\Repository\\Collection\\CollectionSettingRepository''getCollectionSettingRepositoryService'false],
  18748.             'FlexApp\\Repository\\CommentRepository' => ['services''FlexApp\\Repository\\CommentRepository''getCommentRepositoryService'false],
  18749.             'FlexApp\\Repository\\CommentablePageRepository' => ['privates''FlexApp\\Repository\\CommentablePageRepository''getCommentablePageRepositoryService'false],
  18750.             'FlexApp\\Repository\\CommentablePageSubscriberRepository' => ['privates''FlexApp\\Repository\\CommentablePageSubscriberRepository''getCommentablePageSubscriberRepositoryService'false],
  18751.             'FlexApp\\Repository\\CompareArticleRepository' => ['privates''FlexApp\\Repository\\CompareArticleRepository''getCompareArticleRepositoryService'false],
  18752.             'FlexApp\\Repository\\ConsultantRepository' => ['privates''FlexApp\\Repository\\ConsultantRepository''getConsultantRepositoryService'false],
  18753.             'FlexApp\\Repository\\CountryAndLangSpecificDataRepository' => ['privates''FlexApp\\Repository\\CountryAndLangSpecificDataRepository''getCountryAndLangSpecificDataRepositoryService'false],
  18754.             'FlexApp\\Repository\\CountryRepository' => ['privates''FlexApp\\Repository\\CountryRepository''getCountryRepositoryService'false],
  18755.             'FlexApp\\Repository\\CryptoCurrencyRepository' => ['privates''FlexApp\\Repository\\CryptoCurrencyRepository''getCryptoCurrencyRepositoryService'false],
  18756.             'FlexApp\\Repository\\CryptoNetworkRepository' => ['privates''FlexApp\\Repository\\CryptoNetworkRepository''getCryptoNetworkRepositoryService'false],
  18757.             'FlexApp\\Repository\\CurrencyRepository' => ['privates''FlexApp\\Repository\\CurrencyRepository''getCurrencyRepositoryService'false],
  18758.             'FlexApp\\Repository\\DesignerRepository' => ['privates''FlexApp\\Repository\\DesignerRepository''getDesignerRepositoryService'false],
  18759.             'FlexApp\\Repository\\Exhibition\\ExhBrandRepository' => ['privates''FlexApp\\Repository\\Exhibition\\ExhBrandRepository''getExhBrandRepositoryService'false],
  18760.             'FlexApp\\Repository\\Exhibition\\ExhCollectionRepository' => ['privates''FlexApp\\Repository\\Exhibition\\ExhCollectionRepository''getExhCollectionRepositoryService'false],
  18761.             'FlexApp\\Repository\\Exhibition\\ExhImageRepository' => ['privates''FlexApp\\Repository\\Exhibition\\ExhImageRepository''getExhImageRepositoryService'false],
  18762.             'FlexApp\\Repository\\Exhibition\\ExhLineRepository' => ['privates''FlexApp\\Repository\\Exhibition\\ExhLineRepository''getExhLineRepositoryService'false],
  18763.             'FlexApp\\Repository\\Exhibition\\ExhRepository' => ['privates''FlexApp\\Repository\\Exhibition\\ExhRepository''getExhRepositoryService'false],
  18764.             'FlexApp\\Repository\\FileEntityRepository' => ['privates''FlexApp\\Repository\\FileEntityRepository''getFileEntityRepositoryService'false],
  18765.             'FlexApp\\Repository\\GeoCountryRepository' => ['privates''FlexApp\\Repository\\GeoCountryRepository''getGeoCountryRepositoryService'false],
  18766.             'FlexApp\\Repository\\GeoLocaleNameRepository' => ['privates''FlexApp\\Repository\\GeoLocaleNameRepository''getGeoLocaleNameRepositoryService'false],
  18767.             'FlexApp\\Repository\\GeoRegionRepository' => ['privates''FlexApp\\Repository\\GeoRegionRepository''getGeoRegionRepositoryService'false],
  18768.             'FlexApp\\Repository\\InterviewRepository' => ['privates''FlexApp\\Repository\\InterviewRepository''getInterviewRepositoryService'false],
  18769.             'FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository' => ['privates''FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository''getInvitationEmailDeliveryStatsRepositoryService'false],
  18770.             'FlexApp\\Repository\\LocaleChangeStatRepository' => ['privates''FlexApp\\Repository\\LocaleChangeStatRepository''getLocaleChangeStatRepositoryService'false],
  18771.             'FlexApp\\Repository\\LocaleRepository' => ['privates''FlexApp\\Repository\\LocaleRepository''getLocaleRepositoryService'false],
  18772.             'FlexApp\\Repository\\MailingRepository' => ['privates''FlexApp\\Repository\\MailingRepository''getMailingRepositoryService'false],
  18773.             'FlexApp\\Repository\\MobileUserSliderRepository' => ['privates''FlexApp\\Repository\\MobileUserSliderRepository''getMobileUserSliderRepositoryService'false],
  18774.             'FlexApp\\Repository\\NgNameEntityRepository' => ['privates''FlexApp\\Repository\\NgNameEntityRepository''getNgNameEntityRepositoryService'false],
  18775.             'FlexApp\\Repository\\PhoneMaskRepository' => ['privates''FlexApp\\Repository\\PhoneMaskRepository''getPhoneMaskRepositoryService'false],
  18776.             'FlexApp\\Repository\\PollOptionRepository' => ['privates''FlexApp\\Repository\\PollOptionRepository''getPollOptionRepositoryService'false],
  18777.             'FlexApp\\Repository\\PollRepository' => ['privates''FlexApp\\Repository\\PollRepository''getPollRepositoryService'false],
  18778.             'FlexApp\\Repository\\PriceRepository' => ['privates''FlexApp\\Repository\\PriceRepository''getPriceRepositoryService'false],
  18779.             'FlexApp\\Repository\\ReviewsRepository' => ['privates''FlexApp\\Repository\\ReviewsRepository''getReviewsRepositoryService'false],
  18780.             'FlexApp\\Repository\\ServiceEntityRepository\\RetieRequestDataRepository' => ['privates''FlexApp\\Repository\\ServiceEntityRepository\\RetieRequestDataRepository''getRetieRequestDataRepositoryService'false],
  18781.             'FlexApp\\Repository\\SquareRepository' => ['privates''FlexApp\\Repository\\SquareRepository''getSquareRepositoryService'false],
  18782.             'FlexApp\\Repository\\StatOrdersGroupingRepository' => ['privates''FlexApp\\Repository\\StatOrdersGroupingRepository''getStatOrdersGroupingRepositoryService'false],
  18783.             'FlexApp\\Repository\\StaticContent\\MetaStaticContentRepository' => ['privates''FlexApp\\Repository\\StaticContent\\MetaStaticContentRepository''getMetaStaticContentRepositoryService'false],
  18784.             'FlexApp\\Repository\\StaticContent\\SoundStaticContentRepository' => ['privates''FlexApp\\Repository\\StaticContent\\SoundStaticContentRepository''getSoundStaticContentRepositoryService'false],
  18785.             'FlexApp\\Repository\\StaticContent\\StaticContentCollectionRepository' => ['privates''FlexApp\\Repository\\StaticContent\\StaticContentCollectionRepository''getStaticContentCollectionRepositoryService'false],
  18786.             'FlexApp\\Repository\\StaticContent\\StaticContentRepository' => ['privates''FlexApp\\Repository\\StaticContent\\StaticContentRepository''getStaticContentRepositoryService'false],
  18787.             'FlexApp\\Repository\\StaticContent\\VideoStaticContentRepository' => ['privates''FlexApp\\Repository\\StaticContent\\VideoStaticContentRepository''getVideoStaticContentRepositoryService'false],
  18788.             'FlexApp\\Repository\\StatsRepository' => ['privates''FlexApp\\Repository\\StatsRepository''getStatsRepositoryService'false],
  18789.             'FlexApp\\Repository\\SubscriptionsEntityRepository' => ['privates''FlexApp\\Repository\\SubscriptionsEntityRepository''getSubscriptionsEntityRepositoryService'false],
  18790.             'FlexApp\\Repository\\TranscriptionRepository' => ['privates''FlexApp\\Repository\\TranscriptionRepository''getTranscriptionRepositoryService'false],
  18791.             'FlexApp\\Repository\\UtilsStatusRepository' => ['privates''FlexApp\\Repository\\UtilsStatusRepository''getUtilsStatusRepositoryService'false],
  18792.             'FlexApp\\Repository\\WebPushDataEntityRepository' => ['privates''FlexApp\\Repository\\WebPushDataEntityRepository''getWebPushDataEntityRepositoryService'false],
  18793.             'FlexApp\\Repository\\WidgetRepository' => ['privates''FlexApp\\Repository\\WidgetRepository''getWidgetRepositoryService'false],
  18794.             'FlexApp\\Repository\\ZipMaskRepository' => ['privates''FlexApp\\Repository\\ZipMaskRepository''getZipMaskRepositoryService'false],
  18795.             'WebBundle\\Repository\\ArticleDetailRepository' => ['services''WebBundle\\Repository\\ArticleDetailRepository''getArticleDetailRepositoryService'false],
  18796.             'WebBundle\\Repository\\ArticleRepository' => ['services''WebBundle\\Repository\\ArticleRepository''getArticleRepositoryService'false],
  18797.             'WebBundle\\Repository\\BuyOrderArticleHolidayRepository' => ['services''WebBundle\\Repository\\BuyOrderArticleHolidayRepository''getBuyOrderArticleHolidayRepositoryService'false],
  18798.             'WebBundle\\Repository\\BuyOrderArticleRepository' => ['services''WebBundle\\Repository\\BuyOrderArticleRepository''getBuyOrderArticleRepositoryService'false],
  18799.             'WebBundle\\Repository\\BuyOrderManagerRepository' => ['services''WebBundle\\Repository\\BuyOrderManagerRepository''getBuyOrderManagerRepositoryService'false],
  18800.             'WebBundle\\Repository\\BuyOrderRepository' => ['services''WebBundle\\Repository\\BuyOrderRepository''getBuyOrderRepositoryService'false],
  18801.             'WebBundle\\Repository\\ConfirmTimeStatRepository' => ['services''WebBundle\\Repository\\ConfirmTimeStatRepository''getConfirmTimeStatRepositoryService'false],
  18802.             'WebBundle\\Repository\\FactoryRepository' => ['services''WebBundle\\Repository\\FactoryRepository''getFactoryRepositoryService'false],
  18803.             'WebBundle\\Repository\\FilterRepository' => ['services''WebBundle\\Repository\\FilterRepository''getFilterRepositoryService'false],
  18804.             'WebBundle\\Repository\\IdeaRepository' => ['services''WebBundle\\Repository\\IdeaRepository''getIdeaRepositoryService'false],
  18805.             'WebBundle\\Repository\\IdeasShareRepository' => ['services''WebBundle\\Repository\\IdeasShareRepository''getIdeasShareRepositoryService'false],
  18806.             'WebBundle\\Repository\\InteriorRepository' => ['services''WebBundle\\Repository\\InteriorRepository''getInteriorRepositoryService'false],
  18807.             'WebBundle\\Repository\\ItalianMunicipalityRepository' => ['services''WebBundle\\Repository\\ItalianMunicipalityRepository''getItalianMunicipalityRepositoryService'false],
  18808.             'WebBundle\\Repository\\LastUrlRepository' => ['services''WebBundle\\Repository\\LastUrlRepository''getLastUrlRepositoryService'false],
  18809.             'WebBundle\\Repository\\ListCountryRepository' => ['services''WebBundle\\Repository\\ListCountryRepository''getListCountryRepositoryService'false],
  18810.             'WebBundle\\Repository\\ListVatRepository' => ['services''WebBundle\\Repository\\ListVatRepository''getListVatRepositoryService'false],
  18811.             'WebBundle\\Repository\\OrderAddressRepository' => ['services''WebBundle\\Repository\\OrderAddressRepository''getOrderAddressRepositoryService'false],
  18812.             'WebBundle\\Repository\\OrderHistoryRepository' => ['services''WebBundle\\Repository\\OrderHistoryRepository''getOrderHistoryRepositoryService'false],
  18813.             'WebBundle\\Repository\\OrderPaymentRepository' => ['services''WebBundle\\Repository\\OrderPaymentRepository''getOrderPaymentRepositoryService'false],
  18814.             'WebBundle\\Repository\\PaymentFromOneCRepository' => ['services''WebBundle\\Repository\\PaymentFromOneCRepository''getPaymentFromOneCRepositoryService'false],
  18815.             'WebBundle\\Repository\\ProductReviewsCacheRepository' => ['services''WebBundle\\Repository\\ProductReviewsCacheRepository''getProductReviewsCacheRepositoryService'false],
  18816.             'WebBundle\\Repository\\ProductionRepository' => ['services''WebBundle\\Repository\\ProductionRepository''getProductionRepositoryService'false],
  18817.             'WebBundle\\Repository\\ProductionShipmentRepository' => ['services''WebBundle\\Repository\\ProductionShipmentRepository''getProductionShipmentRepositoryService'false],
  18818.             'WebBundle\\Repository\\ReviewsCacheRepository' => ['services''WebBundle\\Repository\\ReviewsCacheRepository''getReviewsCacheRepositoryService'false],
  18819.             'WebBundle\\Repository\\StaticPageRepository' => ['services''WebBundle\\Repository\\StaticPageRepository''getStaticPageRepositoryService'false],
  18820.             'WebBundle\\Repository\\UserForeignAliasRepository' => ['services''WebBundle\\Repository\\UserForeignAliasRepository''getUserForeignAliasRepositoryService'false],
  18821.             'WebBundle\\Repository\\UserRepository' => ['services''WebBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  18822.             'WebBundle\\Repository\\VisitRepository' => ['services''WebBundle\\Repository\\VisitRepository''getVisitRepositoryService'false],
  18823.             'WebBundle\\Repository\\WarehouseRepository' => ['services''WebBundle\\Repository\\WarehouseRepository''getWarehouseRepositoryService'false],
  18824.             'app.repo.sample' => ['services''app.repo.sample''getApp_Repo_SampleService'false],
  18825.         ], [
  18826.             'FlexApp\\Repository\\AdmCfgPageRepository' => '?',
  18827.             'FlexApp\\Repository\\Article\\ArticleDescriptionRepository' => '?',
  18828.             'FlexApp\\Repository\\Article\\ArticleDiscountRepository' => '?',
  18829.             'FlexApp\\Repository\\Article\\ArticlePriceRepository' => '?',
  18830.             'FlexApp\\Repository\\AttachmentEntityRepository' => '?',
  18831.             'FlexApp\\Repository\\BannedIpRepository' => '?',
  18832.             'FlexApp\\Repository\\BoolDBSettingRepository' => '?',
  18833.             'FlexApp\\Repository\\BrandRepository' => '?',
  18834.             'FlexApp\\Repository\\ChatBMessageRepository' => '?',
  18835.             'FlexApp\\Repository\\ChatBRepository' => '?',
  18836.             'FlexApp\\Repository\\Collection\\CollectionAwardRepository' => '?',
  18837.             'FlexApp\\Repository\\Collection\\CollectionHeaderRepository' => '?',
  18838.             'FlexApp\\Repository\\Collection\\CollectionRepository' => '?',
  18839.             'FlexApp\\Repository\\Collection\\CollectionSettingRepository' => '?',
  18840.             'FlexApp\\Repository\\CommentRepository' => '?',
  18841.             'FlexApp\\Repository\\CommentablePageRepository' => '?',
  18842.             'FlexApp\\Repository\\CommentablePageSubscriberRepository' => '?',
  18843.             'FlexApp\\Repository\\CompareArticleRepository' => '?',
  18844.             'FlexApp\\Repository\\ConsultantRepository' => '?',
  18845.             'FlexApp\\Repository\\CountryAndLangSpecificDataRepository' => '?',
  18846.             'FlexApp\\Repository\\CountryRepository' => '?',
  18847.             'FlexApp\\Repository\\CryptoCurrencyRepository' => '?',
  18848.             'FlexApp\\Repository\\CryptoNetworkRepository' => '?',
  18849.             'FlexApp\\Repository\\CurrencyRepository' => '?',
  18850.             'FlexApp\\Repository\\DesignerRepository' => '?',
  18851.             'FlexApp\\Repository\\Exhibition\\ExhBrandRepository' => '?',
  18852.             'FlexApp\\Repository\\Exhibition\\ExhCollectionRepository' => '?',
  18853.             'FlexApp\\Repository\\Exhibition\\ExhImageRepository' => '?',
  18854.             'FlexApp\\Repository\\Exhibition\\ExhLineRepository' => '?',
  18855.             'FlexApp\\Repository\\Exhibition\\ExhRepository' => '?',
  18856.             'FlexApp\\Repository\\FileEntityRepository' => '?',
  18857.             'FlexApp\\Repository\\GeoCountryRepository' => '?',
  18858.             'FlexApp\\Repository\\GeoLocaleNameRepository' => '?',
  18859.             'FlexApp\\Repository\\GeoRegionRepository' => '?',
  18860.             'FlexApp\\Repository\\InterviewRepository' => '?',
  18861.             'FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository' => '?',
  18862.             'FlexApp\\Repository\\LocaleChangeStatRepository' => '?',
  18863.             'FlexApp\\Repository\\LocaleRepository' => '?',
  18864.             'FlexApp\\Repository\\MailingRepository' => '?',
  18865.             'FlexApp\\Repository\\MobileUserSliderRepository' => '?',
  18866.             'FlexApp\\Repository\\NgNameEntityRepository' => '?',
  18867.             'FlexApp\\Repository\\PhoneMaskRepository' => '?',
  18868.             'FlexApp\\Repository\\PollOptionRepository' => '?',
  18869.             'FlexApp\\Repository\\PollRepository' => '?',
  18870.             'FlexApp\\Repository\\PriceRepository' => '?',
  18871.             'FlexApp\\Repository\\ReviewsRepository' => '?',
  18872.             'FlexApp\\Repository\\ServiceEntityRepository\\RetieRequestDataRepository' => '?',
  18873.             'FlexApp\\Repository\\SquareRepository' => '?',
  18874.             'FlexApp\\Repository\\StatOrdersGroupingRepository' => '?',
  18875.             'FlexApp\\Repository\\StaticContent\\MetaStaticContentRepository' => '?',
  18876.             'FlexApp\\Repository\\StaticContent\\SoundStaticContentRepository' => '?',
  18877.             'FlexApp\\Repository\\StaticContent\\StaticContentCollectionRepository' => '?',
  18878.             'FlexApp\\Repository\\StaticContent\\StaticContentRepository' => '?',
  18879.             'FlexApp\\Repository\\StaticContent\\VideoStaticContentRepository' => '?',
  18880.             'FlexApp\\Repository\\StatsRepository' => '?',
  18881.             'FlexApp\\Repository\\SubscriptionsEntityRepository' => '?',
  18882.             'FlexApp\\Repository\\TranscriptionRepository' => '?',
  18883.             'FlexApp\\Repository\\UtilsStatusRepository' => '?',
  18884.             'FlexApp\\Repository\\WebPushDataEntityRepository' => '?',
  18885.             'FlexApp\\Repository\\WidgetRepository' => '?',
  18886.             'FlexApp\\Repository\\ZipMaskRepository' => '?',
  18887.             'WebBundle\\Repository\\ArticleDetailRepository' => '?',
  18888.             'WebBundle\\Repository\\ArticleRepository' => '?',
  18889.             'WebBundle\\Repository\\BuyOrderArticleHolidayRepository' => '?',
  18890.             'WebBundle\\Repository\\BuyOrderArticleRepository' => '?',
  18891.             'WebBundle\\Repository\\BuyOrderManagerRepository' => '?',
  18892.             'WebBundle\\Repository\\BuyOrderRepository' => '?',
  18893.             'WebBundle\\Repository\\ConfirmTimeStatRepository' => '?',
  18894.             'WebBundle\\Repository\\FactoryRepository' => '?',
  18895.             'WebBundle\\Repository\\FilterRepository' => '?',
  18896.             'WebBundle\\Repository\\IdeaRepository' => '?',
  18897.             'WebBundle\\Repository\\IdeasShareRepository' => '?',
  18898.             'WebBundle\\Repository\\InteriorRepository' => '?',
  18899.             'WebBundle\\Repository\\ItalianMunicipalityRepository' => '?',
  18900.             'WebBundle\\Repository\\LastUrlRepository' => '?',
  18901.             'WebBundle\\Repository\\ListCountryRepository' => '?',
  18902.             'WebBundle\\Repository\\ListVatRepository' => '?',
  18903.             'WebBundle\\Repository\\OrderAddressRepository' => '?',
  18904.             'WebBundle\\Repository\\OrderHistoryRepository' => '?',
  18905.             'WebBundle\\Repository\\OrderPaymentRepository' => '?',
  18906.             'WebBundle\\Repository\\PaymentFromOneCRepository' => '?',
  18907.             'WebBundle\\Repository\\ProductReviewsCacheRepository' => '?',
  18908.             'WebBundle\\Repository\\ProductionRepository' => '?',
  18909.             'WebBundle\\Repository\\ProductionShipmentRepository' => '?',
  18910.             'WebBundle\\Repository\\ReviewsCacheRepository' => '?',
  18911.             'WebBundle\\Repository\\StaticPageRepository' => '?',
  18912.             'WebBundle\\Repository\\UserForeignAliasRepository' => '?',
  18913.             'WebBundle\\Repository\\UserRepository' => '?',
  18914.             'WebBundle\\Repository\\VisitRepository' => '?',
  18915.             'WebBundle\\Repository\\WarehouseRepository' => '?',
  18916.             'app.repo.sample' => '?',
  18917.         ]));
  18918.     }
  18919.     /**
  18920.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  18921.      *
  18922.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  18923.      */
  18924.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  18925.     {
  18926.         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')]);
  18927.     }
  18928.     /**
  18929.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  18930.      *
  18931.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  18932.      */
  18933.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  18934.     {
  18935.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  18936.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18937.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  18938.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  18939.         }
  18940.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  18941.     }
  18942.     /**
  18943.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  18944.      *
  18945.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  18946.      */
  18947.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  18948.     {
  18949.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  18950.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  18951.     }
  18952.     /**
  18953.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  18954.      *
  18955.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  18956.      */
  18957.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  18958.     {
  18959.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  18960.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  18961.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  18962.             yield => ($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService());
  18963.         }, 1));
  18964.     }
  18965.     /**
  18966.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  18967.      *
  18968.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  18969.      */
  18970.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  18971.     {
  18972.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  18973.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  18974.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  18975.     }
  18976.     /**
  18977.      * Gets the private 'doctrine.orm.logs_annotation_metadata_driver' shared service.
  18978.      *
  18979.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  18980.      */
  18981.     protected function getDoctrine_Orm_LogsAnnotationMetadataDriverService()
  18982.     {
  18983.         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')]);
  18984.     }
  18985.     /**
  18986.      * Gets the private 'doctrine.orm.logs_entity_manager.property_info_extractor' shared service.
  18987.      *
  18988.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  18989.      */
  18990.     protected function getDoctrine_Orm_LogsEntityManager_PropertyInfoExtractorService()
  18991.     {
  18992.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  18993.         $a = ($this->services['doctrine.orm.logs_entity_manager'] ?? $this->getDoctrine_Orm_LogsEntityManagerService());
  18994.         if (isset($this->privates['doctrine.orm.logs_entity_manager.property_info_extractor'])) {
  18995.             return $this->privates['doctrine.orm.logs_entity_manager.property_info_extractor'];
  18996.         }
  18997.         return $this->privates['doctrine.orm.logs_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  18998.     }
  18999.     /**
  19000.      * Gets the private 'doctrine.orm.logs_listeners.attach_entity_listeners' shared service.
  19001.      *
  19002.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  19003.      */
  19004.     protected function getDoctrine_Orm_LogsListeners_AttachEntityListenersService()
  19005.     {
  19006.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  19007.         return $this->privates['doctrine.orm.logs_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  19008.     }
  19009.     /**
  19010.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  19011.      *
  19012.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  19013.      */
  19014.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  19015.     {
  19016.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19017.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  19018.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  19019.             yield => ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService());
  19020.             yield => ($this->privates['messenger.transport.logs'] ?? $this->getMessenger_Transport_LogsService());
  19021.             yield => ($this->privates['messenger.transport.google_feed'] ?? $this->getMessenger_Transport_GoogleFeedService());
  19022.         }, 3));
  19023.     }
  19024.     /**
  19025.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  19026.      *
  19027.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  19028.      */
  19029.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  19030.     {
  19031.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  19032.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19033.     }
  19034.     /**
  19035.      * Gets the private 'doctrine.orm.oneC_annotation_metadata_driver' shared service.
  19036.      *
  19037.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  19038.      */
  19039.     protected function getDoctrine_Orm_OneCAnnotationMetadataDriverService()
  19040.     {
  19041.         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')]);
  19042.     }
  19043.     /**
  19044.      * Gets the private 'doctrine.orm.oneC_entity_manager.property_info_extractor' shared service.
  19045.      *
  19046.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  19047.      */
  19048.     protected function getDoctrine_Orm_OneCEntityManager_PropertyInfoExtractorService()
  19049.     {
  19050.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  19051.         $a = ($this->services['doctrine.orm.oneC_entity_manager'] ?? $this->getDoctrine_Orm_OneCEntityManagerService());
  19052.         if (isset($this->privates['doctrine.orm.oneC_entity_manager.property_info_extractor'])) {
  19053.             return $this->privates['doctrine.orm.oneC_entity_manager.property_info_extractor'];
  19054.         }
  19055.         return $this->privates['doctrine.orm.oneC_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  19056.     }
  19057.     /**
  19058.      * Gets the private 'doctrine.orm.oneC_listeners.attach_entity_listeners' shared service.
  19059.      *
  19060.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  19061.      */
  19062.     protected function getDoctrine_Orm_OneCListeners_AttachEntityListenersService()
  19063.     {
  19064.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  19065.         return $this->privates['doctrine.orm.oneC_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  19066.     }
  19067.     /**
  19068.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  19069.      *
  19070.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  19071.      */
  19072.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  19073.     {
  19074.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19075.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  19076.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19077.     }
  19078.     /**
  19079.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  19080.      *
  19081.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  19082.      */
  19083.     protected function getDoctrine_Orm_Validator_UniqueService()
  19084.     {
  19085.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19086.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19087.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  19088.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19089.     }
  19090.     /**
  19091.      * Gets the private 'doctrine.query_dql_command' shared service.
  19092.      *
  19093.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  19094.      */
  19095.     protected function getDoctrine_QueryDqlCommandService()
  19096.     {
  19097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19098.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19099.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  19100.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  19101.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  19102.         $instance->setName('doctrine:query:dql');
  19103.         return $instance;
  19104.     }
  19105.     /**
  19106.      * Gets the private 'doctrine.query_sql_command' shared service.
  19107.      *
  19108.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  19109.      */
  19110.     protected function getDoctrine_QuerySqlCommandService()
  19111.     {
  19112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19113.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  19114.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  19115.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  19116.         $instance->setName('doctrine:query:sql');
  19117.         return $instance;
  19118.     }
  19119.     /**
  19120.      * Gets the private 'doctrine.redis_cache_pool.traceable' shared service.
  19121.      *
  19122.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  19123.      */
  19124.     protected function getDoctrine_RedisCachePool_TraceableService()
  19125.     {
  19126.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.8t9AUts'] ?? $this->get_CacheConnection_8t9AUtsService()), 'hrQLFN9ni0'3600, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  19127.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  19128.         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));
  19129.     }
  19130.     /**
  19131.      * Gets the private 'doctrine.schema_create_command' shared service.
  19132.      *
  19133.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  19134.      */
  19135.     protected function getDoctrine_SchemaCreateCommandService()
  19136.     {
  19137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19138.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19139.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  19140.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  19141.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  19142.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  19143.         $instance->setName('doctrine:schema:create');
  19144.         return $instance;
  19145.     }
  19146.     /**
  19147.      * Gets the private 'doctrine.schema_drop_command' shared service.
  19148.      *
  19149.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  19150.      */
  19151.     protected function getDoctrine_SchemaDropCommandService()
  19152.     {
  19153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19154.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19155.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  19156.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  19157.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  19158.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  19159.         $instance->setName('doctrine:schema:drop');
  19160.         return $instance;
  19161.     }
  19162.     /**
  19163.      * Gets the private 'doctrine.schema_update_command' shared service.
  19164.      *
  19165.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  19166.      */
  19167.     protected function getDoctrine_SchemaUpdateCommandService()
  19168.     {
  19169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19170.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19171.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  19172.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  19173.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  19174.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  19175.         $instance->setName('doctrine:schema:update');
  19176.         return $instance;
  19177.     }
  19178.     /**
  19179.      * Gets the private 'doctrine.schema_validate_command' shared service.
  19180.      *
  19181.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  19182.      */
  19183.     protected function getDoctrine_SchemaValidateCommandService()
  19184.     {
  19185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19186.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19187.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  19188.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  19189.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  19190.         $instance->setName('doctrine:schema:validate');
  19191.         return $instance;
  19192.     }
  19193.     /**
  19194.      * Gets the private 'doctrine.system_cache_pool.traceable' shared service.
  19195.      *
  19196.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  19197.      */
  19198.     protected function getDoctrine_SystemCachePool_TraceableService()
  19199.     {
  19200.         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('Qc7YCUnRxc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  19201.     }
  19202.     /**
  19203.      * Gets the private 'doctrine.ulid_generator' shared service.
  19204.      *
  19205.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  19206.      */
  19207.     protected function getDoctrine_UlidGeneratorService()
  19208.     {
  19209.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  19210.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  19211.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  19212.     }
  19213.     /**
  19214.      * Gets the private 'doctrine.uuid_generator' shared service.
  19215.      *
  19216.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  19217.      */
  19218.     protected function getDoctrine_UuidGeneratorService()
  19219.     {
  19220.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  19221.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  19222.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  19223.     }
  19224.     /**
  19225.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  19226.      *
  19227.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  19228.      */
  19229.     protected function getDoctrineMigrations_DiffCommandService()
  19230.     {
  19231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19232.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19233.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  19234.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  19235.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  19236.         $instance->setName('doctrine:migrations:diff');
  19237.         return $instance;
  19238.     }
  19239.     /**
  19240.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  19241.      *
  19242.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  19243.      */
  19244.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  19245.     {
  19246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19247.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19248.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  19249.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  19250.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  19251.         $instance->setName('doctrine:migrations:dump-schema');
  19252.         return $instance;
  19253.     }
  19254.     /**
  19255.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  19256.      *
  19257.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  19258.      */
  19259.     protected function getDoctrineMigrations_ExecuteCommandService()
  19260.     {
  19261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19262.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19263.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  19264.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  19265.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  19266.         $instance->setName('doctrine:migrations:execute');
  19267.         return $instance;
  19268.     }
  19269.     /**
  19270.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  19271.      *
  19272.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  19273.      */
  19274.     protected function getDoctrineMigrations_GenerateCommandService()
  19275.     {
  19276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19277.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19278.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  19279.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  19280.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  19281.         $instance->setName('doctrine:migrations:generate');
  19282.         return $instance;
  19283.     }
  19284.     /**
  19285.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  19286.      *
  19287.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  19288.      */
  19289.     protected function getDoctrineMigrations_LatestCommandService()
  19290.     {
  19291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19292.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19293.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  19294.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  19295.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  19296.         $instance->setName('doctrine:migrations:latest');
  19297.         return $instance;
  19298.     }
  19299.     /**
  19300.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  19301.      *
  19302.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  19303.      */
  19304.     protected function getDoctrineMigrations_MigrateCommandService()
  19305.     {
  19306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19307.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19308.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  19309.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  19310.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  19311.         $instance->setName('doctrine:migrations:migrate');
  19312.         return $instance;
  19313.     }
  19314.     /**
  19315.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  19316.      *
  19317.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  19318.      */
  19319.     protected function getDoctrineMigrations_RollupCommandService()
  19320.     {
  19321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19322.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19323.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  19324.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  19325.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  19326.         $instance->setName('doctrine:migrations:rollup');
  19327.         return $instance;
  19328.     }
  19329.     /**
  19330.      * Gets the private 'doctrine_migrations.status_command' shared service.
  19331.      *
  19332.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  19333.      */
  19334.     protected function getDoctrineMigrations_StatusCommandService()
  19335.     {
  19336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19337.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19338.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  19339.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  19340.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  19341.         $instance->setName('doctrine:migrations:status');
  19342.         return $instance;
  19343.     }
  19344.     /**
  19345.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  19346.      *
  19347.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  19348.      */
  19349.     protected function getDoctrineMigrations_UpToDateCommandService()
  19350.     {
  19351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19352.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19353.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  19354.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  19355.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  19356.         $instance->setName('doctrine:migrations:up-to-date');
  19357.         return $instance;
  19358.     }
  19359.     /**
  19360.      * Gets the private 'doctrine_migrations.version_command' shared service.
  19361.      *
  19362.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  19363.      */
  19364.     protected function getDoctrineMigrations_VersionCommandService()
  19365.     {
  19366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19367.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19368.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  19369.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  19370.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  19371.         $instance->setName('doctrine:migrations:version');
  19372.         return $instance;
  19373.     }
  19374.     /**
  19375.      * Gets the private 'error_handler.error_renderer.html' shared service.
  19376.      *
  19377.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  19378.      */
  19379.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  19380.     {
  19381.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  19382.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  19383.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  19384.         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()));
  19385.     }
  19386.     /**
  19387.      * Gets the private 'esi_listener' shared service.
  19388.      *
  19389.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  19390.      */
  19391.     protected function getEsiListenerService()
  19392.     {
  19393.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  19394.     }
  19395.     /**
  19396.      * Gets the private 'exception_listener' shared service.
  19397.      *
  19398.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  19399.      */
  19400.     protected function getExceptionListenerService()
  19401.     {
  19402.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  19403.     }
  19404.     /**
  19405.      * Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
  19406.      *
  19407.      * @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
  19408.      */
  19409.     protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad true)
  19410.     {
  19411.         if ($lazyLoad) {
  19412.             return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
  19413.                 return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  19414.                     $wrappedInstance $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
  19415.                     $proxy->setProxyInitializer(null);
  19416.                     return true;
  19417.                 });
  19418.             });
  19419.         }
  19420.         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()), []);
  19421.     }
  19422.     /**
  19423.      * Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
  19424.      *
  19425.      * @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
  19426.      */
  19427.     protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad true)
  19428.     {
  19429.         if ($lazyLoad) {
  19430.             return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
  19431.                 return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  19432.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
  19433.                     $proxy->setProxyInitializer(null);
  19434.                     return true;
  19435.                 });
  19436.             });
  19437.         }
  19438.         return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->services['logger'] ?? $this->getLoggerService()));
  19439.     }
  19440.     /**
  19441.      * Gets the private 'form.choice_list_factory.cached' shared service.
  19442.      *
  19443.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  19444.      */
  19445.     protected function getForm_ChoiceListFactory_CachedService()
  19446.     {
  19447.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  19448.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  19449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  19450.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  19451.         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())));
  19452.     }
  19453.     /**
  19454.      * Gets the private 'form.registry' shared service.
  19455.      *
  19456.      * @return \Symfony\Component\Form\FormRegistry
  19457.      */
  19458.     protected function getForm_RegistryService()
  19459.     {
  19460.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  19461.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  19462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  19463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  19464.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  19465.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  19466.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  19467.         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, [
  19468.             'FlexApp\\Form\\ChangeInterviewDateTimeType' => ['privates''FlexApp\\Form\\ChangeInterviewDateTimeType''getChangeInterviewDateTimeTypeService'false],
  19469.             'FlexApp\\Form\\ChatBEmailFormType' => ['privates''FlexApp\\Form\\ChatBEmailFormType''getChatBEmailFormTypeService'false],
  19470.             'FlexApp\\Form\\MailingType' => ['privates''FlexApp\\Form\\MailingType''getMailingTypeService'false],
  19471.             'FlexApp\\Form\\OrderAddressType' => ['privates''FlexApp\\Form\\OrderAddressType''getOrderAddressTypeService'false],
  19472.             'FlexApp\\Form\\ResettingFormType' => ['privates''FlexApp\\Form\\ResettingFormType''getResettingFormTypeService'false],
  19473.             'FlexApp\\Form\\SiteCommentType' => ['privates''FlexApp\\Form\\SiteCommentType''getSiteCommentTypeService'false],
  19474.             'FlexApp\\Form\\VacancySliderType' => ['privates''FlexApp\\Form\\VacancySliderType''getVacancySliderTypeService'false],
  19475.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  19476.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  19477.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  19478.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  19479.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  19480.         ], [
  19481.             'FlexApp\\Form\\ChangeInterviewDateTimeType' => '?',
  19482.             'FlexApp\\Form\\ChatBEmailFormType' => '?',
  19483.             'FlexApp\\Form\\MailingType' => '?',
  19484.             'FlexApp\\Form\\OrderAddressType' => '?',
  19485.             'FlexApp\\Form\\ResettingFormType' => '?',
  19486.             'FlexApp\\Form\\SiteCommentType' => '?',
  19487.             'FlexApp\\Form\\VacancySliderType' => '?',
  19488.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  19489.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  19490.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  19491.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  19492.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  19493.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  19494.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  19495.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  19496.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  19497.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  19498.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  19499.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  19500.             yield => ($this->services['Limenius\\Liform\\Form\\Extension\\AddLiformExtension'] ?? ($this->services['Limenius\\Liform\\Form\\Extension\\AddLiformExtension'] = new \Limenius\Liform\Form\Extension\AddLiformExtension()));
  19501.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  19502.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  19503.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  19504.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  19505.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  19506.         }, 1)], new RewindableGenerator(function () {
  19507.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  19508.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  19509.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  19510.     }
  19511.     /**
  19512.      * Gets the private 'form.server_params' shared service.
  19513.      *
  19514.      * @return \Symfony\Component\Form\Util\ServerParams
  19515.      */
  19516.     protected function getForm_ServerParamsService()
  19517.     {
  19518.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  19519.         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())));
  19520.     }
  19521.     /**
  19522.      * Gets the private 'form.type.choice' shared service.
  19523.      *
  19524.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  19525.      */
  19526.     protected function getForm_Type_ChoiceService()
  19527.     {
  19528.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19530.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  19531.         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()));
  19532.     }
  19533.     /**
  19534.      * Gets the private 'form.type.color' shared service.
  19535.      *
  19536.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  19537.      */
  19538.     protected function getForm_Type_ColorService()
  19539.     {
  19540.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  19543.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  19544.     }
  19545.     /**
  19546.      * Gets the private 'form.type.entity' shared service.
  19547.      *
  19548.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  19549.      */
  19550.     protected function getForm_Type_EntityService()
  19551.     {
  19552.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19554.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  19555.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  19556.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19557.     }
  19558.     /**
  19559.      * Gets the private 'form.type.form' shared service.
  19560.      *
  19561.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  19562.      */
  19563.     protected function getForm_Type_FormService()
  19564.     {
  19565.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19566.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19567.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  19568.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  19569.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  19570.     }
  19571.     /**
  19572.      * Gets the private 'form.type_extension.csrf' shared service.
  19573.      *
  19574.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  19575.      */
  19576.     protected function getForm_TypeExtension_CsrfService()
  19577.     {
  19578.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19579.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19580.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  19581.         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()));
  19582.     }
  19583.     /**
  19584.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  19585.      *
  19586.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  19587.      */
  19588.     protected function getForm_TypeExtension_Form_DataCollectorService()
  19589.     {
  19590.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19591.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19592.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  19593.         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()));
  19594.     }
  19595.     /**
  19596.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  19597.      *
  19598.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  19599.      */
  19600.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  19601.     {
  19602.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19603.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19604.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  19605.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  19606.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  19607.         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())));
  19608.     }
  19609.     /**
  19610.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  19611.      *
  19612.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  19613.      */
  19614.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  19615.     {
  19616.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19617.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19618.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  19619.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  19620.     }
  19621.     /**
  19622.      * Gets the private 'form.type_extension.form.validator' shared service.
  19623.      *
  19624.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  19625.      */
  19626.     protected function getForm_TypeExtension_Form_ValidatorService()
  19627.     {
  19628.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19629.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19630.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  19631.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  19632.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  19633.         if (isset($this->privates['form.type_extension.form.validator'])) {
  19634.             return $this->privates['form.type_extension.form.validator'];
  19635.         }
  19636.         $b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  19637.         if (isset($this->privates['form.type_extension.form.validator'])) {
  19638.             return $this->privates['form.type_extension.form.validator'];
  19639.         }
  19640.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($atrue$b, ($this->services['translator'] ?? $this->getTranslatorService()));
  19641.     }
  19642.     /**
  19643.      * Gets the private 'form.type_extension.upload.validator' shared service.
  19644.      *
  19645.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  19646.      */
  19647.     protected function getForm_TypeExtension_Upload_ValidatorService()
  19648.     {
  19649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19650.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19651.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  19652.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'messages');
  19653.     }
  19654.     /**
  19655.      * Gets the private 'form.type_guesser.doctrine' shared service.
  19656.      *
  19657.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  19658.      */
  19659.     protected function getForm_TypeGuesser_DoctrineService()
  19660.     {
  19661.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  19662.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  19663.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19664.     }
  19665.     /**
  19666.      * Gets the private 'form.type_guesser.validator' shared service.
  19667.      *
  19668.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  19669.      */
  19670.     protected function getForm_TypeGuesser_ValidatorService()
  19671.     {
  19672.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  19673.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  19674.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  19675.         if (isset($this->privates['form.type_guesser.validator'])) {
  19676.             return $this->privates['form.type_guesser.validator'];
  19677.         }
  19678.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser($a);
  19679.     }
  19680.     /**
  19681.      * Gets the private 'fragment.listener' shared service.
  19682.      *
  19683.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  19684.      */
  19685.     protected function getFragment_ListenerService()
  19686.     {
  19687.         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');
  19688.     }
  19689.     /**
  19690.      * Gets the private 'fragment.renderer.esi' shared service.
  19691.      *
  19692.      * @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer
  19693.      */
  19694.     protected function getFragment_Renderer_EsiService()
  19695.     {
  19696.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  19697.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  19698.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php';
  19699.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php';
  19700.         $a = ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService());
  19701.         if (isset($this->privates['fragment.renderer.esi'])) {
  19702.             return $this->privates['fragment.renderer.esi'];
  19703.         }
  19704.         $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'))));
  19705.         $instance->setFragmentPath('/_fragment');
  19706.         return $instance;
  19707.     }
  19708.     /**
  19709.      * Gets the private 'fragment.renderer.hinclude' shared service.
  19710.      *
  19711.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  19712.      */
  19713.     protected function getFragment_Renderer_HincludeService()
  19714.     {
  19715.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  19716.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  19717.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  19718.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19719.         if (isset($this->privates['fragment.renderer.hinclude'])) {
  19720.             return $this->privates['fragment.renderer.hinclude'];
  19721.         }
  19722.         $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);
  19723.         $instance->setFragmentPath('/_fragment');
  19724.         return $instance;
  19725.     }
  19726.     /**
  19727.      * Gets the private 'fragment.renderer.inline' shared service.
  19728.      *
  19729.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  19730.      */
  19731.     protected function getFragment_Renderer_InlineService()
  19732.     {
  19733.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  19734.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  19735.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  19736.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  19737.         if (isset($this->privates['fragment.renderer.inline'])) {
  19738.             return $this->privates['fragment.renderer.inline'];
  19739.         }
  19740.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19741.         if (isset($this->privates['fragment.renderer.inline'])) {
  19742.             return $this->privates['fragment.renderer.inline'];
  19743.         }
  19744.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  19745.         $instance->setFragmentPath('/_fragment');
  19746.         return $instance;
  19747.     }
  19748.     /**
  19749.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  19750.      *
  19751.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  19752.      */
  19753.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  19754.     {
  19755.         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())));
  19756.     }
  19757.     /**
  19758.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  19759.      *
  19760.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  19761.      */
  19762.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  19763.     {
  19764.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  19765.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  19766.             return $this->privates['framework_extra_bundle.event.is_granted'];
  19767.         }
  19768.         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);
  19769.     }
  19770.     /**
  19771.      * Gets the private 'gedmo.listener.timestampable' shared autowired service.
  19772.      *
  19773.      * @return \Gedmo\Timestampable\TimestampableListener
  19774.      */
  19775.     protected function getGedmo_Listener_TimestampableService()
  19776.     {
  19777.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19778.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  19779.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  19780.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  19781.         $this->privates['gedmo.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  19782.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  19783.         return $instance;
  19784.     }
  19785.     /**
  19786.      * Gets the private 'locale_aware_listener' shared service.
  19787.      *
  19788.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  19789.      */
  19790.     protected function getLocaleAwareListenerService()
  19791.     {
  19792.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  19793.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  19794.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  19795.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  19796.     }
  19797.     /**
  19798.      * Gets the private 'locale_listener' shared service.
  19799.      *
  19800.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  19801.      */
  19802.     protected function getLocaleListenerService()
  19803.     {
  19804.         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, []);
  19805.     }
  19806.     /**
  19807.      * Gets the private 'mailer.transport_factory.native' shared service.
  19808.      *
  19809.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  19810.      */
  19811.     protected function getMailer_TransportFactory_NativeService()
  19812.     {
  19813.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  19814.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  19815.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  19816.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19817.         if (isset($this->privates['mailer.transport_factory.native'])) {
  19818.             return $this->privates['mailer.transport_factory.native'];
  19819.         }
  19820.         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()));
  19821.     }
  19822.     /**
  19823.      * Gets the private 'mailer.transport_factory.null' shared service.
  19824.      *
  19825.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  19826.      */
  19827.     protected function getMailer_TransportFactory_NullService()
  19828.     {
  19829.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  19830.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  19831.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  19832.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19833.         if (isset($this->privates['mailer.transport_factory.null'])) {
  19834.             return $this->privates['mailer.transport_factory.null'];
  19835.         }
  19836.         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()));
  19837.     }
  19838.     /**
  19839.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  19840.      *
  19841.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  19842.      */
  19843.     protected function getMailer_TransportFactory_SendmailService()
  19844.     {
  19845.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  19846.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  19847.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  19848.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19849.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  19850.             return $this->privates['mailer.transport_factory.sendmail'];
  19851.         }
  19852.         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()));
  19853.     }
  19854.     /**
  19855.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  19856.      *
  19857.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  19858.      */
  19859.     protected function getMailer_TransportFactory_SmtpService()
  19860.     {
  19861.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  19862.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  19863.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  19864.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19865.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  19866.             return $this->privates['mailer.transport_factory.smtp'];
  19867.         }
  19868.         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()));
  19869.     }
  19870.     /**
  19871.      * Gets the private 'maker.auto_command.make_auth' shared service.
  19872.      *
  19873.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  19874.      */
  19875.     protected function getMaker_AutoCommand_MakeAuthService()
  19876.     {
  19877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19878.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  19879.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  19880.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  19881.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  19882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  19883.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  19884.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  19885.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  19886.         $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);
  19887.         $instance->setName('make:auth');
  19888.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  19889.         return $instance;
  19890.     }
  19891.     /**
  19892.      * Gets the private 'maker.auto_command.make_command' shared service.
  19893.      *
  19894.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  19895.      */
  19896.     protected function getMaker_AutoCommand_MakeCommandService()
  19897.     {
  19898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19899.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  19900.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  19901.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  19902.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  19903.         $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()));
  19904.         $instance->setName('make:command');
  19905.         $instance->setDescription('Creates a new console command class');
  19906.         return $instance;
  19907.     }
  19908.     /**
  19909.      * Gets the private 'maker.auto_command.make_controller' shared service.
  19910.      *
  19911.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  19912.      */
  19913.     protected function getMaker_AutoCommand_MakeControllerService()
  19914.     {
  19915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19916.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  19917.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  19918.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  19919.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  19920.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  19921.         $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()));
  19922.         $instance->setName('make:controller');
  19923.         $instance->setDescription('Creates a new controller class');
  19924.         return $instance;
  19925.     }
  19926.     /**
  19927.      * Gets the private 'maker.auto_command.make_crud' shared service.
  19928.      *
  19929.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  19930.      */
  19931.     protected function getMaker_AutoCommand_MakeCrudService()
  19932.     {
  19933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19934.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  19935.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  19936.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  19937.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  19938.         $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()));
  19939.         $instance->setName('make:crud');
  19940.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  19941.         return $instance;
  19942.     }
  19943.     /**
  19944.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  19945.      *
  19946.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  19947.      */
  19948.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  19949.     {
  19950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19951.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  19952.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  19953.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  19954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  19955.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  19956.         $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()));
  19957.         $instance->setName('make:docker:database');
  19958.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  19959.         return $instance;
  19960.     }
  19961.     /**
  19962.      * Gets the private 'maker.auto_command.make_entity' shared service.
  19963.      *
  19964.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  19965.      */
  19966.     protected function getMaker_AutoCommand_MakeEntityService()
  19967.     {
  19968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19969.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  19970.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  19971.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  19972.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  19973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  19974.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  19975.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  19976.         $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);
  19977.         $instance->setName('make:entity');
  19978.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  19979.         return $instance;
  19980.     }
  19981.     /**
  19982.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  19983.      *
  19984.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  19985.      */
  19986.     protected function getMaker_AutoCommand_MakeFixturesService()
  19987.     {
  19988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19989.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  19990.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  19991.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  19992.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  19993.         $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()));
  19994.         $instance->setName('make:fixtures');
  19995.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  19996.         return $instance;
  19997.     }
  19998.     /**
  19999.      * Gets the private 'maker.auto_command.make_form' shared service.
  20000.      *
  20001.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20002.      */
  20003.     protected function getMaker_AutoCommand_MakeFormService()
  20004.     {
  20005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20006.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20007.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20008.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  20010.         $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()));
  20011.         $instance->setName('make:form');
  20012.         $instance->setDescription('Creates a new form class');
  20013.         return $instance;
  20014.     }
  20015.     /**
  20016.      * Gets the private 'maker.auto_command.make_message' shared service.
  20017.      *
  20018.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20019.      */
  20020.     protected function getMaker_AutoCommand_MakeMessageService()
  20021.     {
  20022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20023.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20025.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20026.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  20027.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20028.         $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()));
  20029.         $instance->setName('make:message');
  20030.         $instance->setDescription('Creates a new message and handler');
  20031.         return $instance;
  20032.     }
  20033.     /**
  20034.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  20035.      *
  20036.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20037.      */
  20038.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  20039.     {
  20040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20041.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20042.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20043.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  20045.         $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()));
  20046.         $instance->setName('make:messenger-middleware');
  20047.         $instance->setDescription('Creates a new messenger middleware');
  20048.         return $instance;
  20049.     }
  20050.     /**
  20051.      * Gets the private 'maker.auto_command.make_migration' shared service.
  20052.      *
  20053.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20054.      */
  20055.     protected function getMaker_AutoCommand_MakeMigrationService()
  20056.     {
  20057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20058.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20059.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20060.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20061.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  20062.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  20063.         $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()));
  20064.         $instance->setName('make:migration');
  20065.         $instance->setDescription('Creates a new migration based on database changes');
  20066.         return $instance;
  20067.     }
  20068.     /**
  20069.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  20070.      *
  20071.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20072.      */
  20073.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  20074.     {
  20075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20076.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20077.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20078.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20079.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  20080.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20081.         $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()));
  20082.         $instance->setName('make:registration-form');
  20083.         $instance->setDescription('Creates a new registration form system');
  20084.         return $instance;
  20085.     }
  20086.     /**
  20087.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  20088.      *
  20089.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20090.      */
  20091.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  20092.     {
  20093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20094.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20095.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20096.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20097.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  20098.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20099.         $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()));
  20100.         $instance->setName('make:reset-password');
  20101.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  20102.         return $instance;
  20103.     }
  20104.     /**
  20105.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  20106.      *
  20107.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20108.      */
  20109.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  20110.     {
  20111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20112.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20113.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20114.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20115.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  20116.         $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()));
  20117.         $instance->setName('make:serializer:encoder');
  20118.         $instance->setDescription('Creates a new serializer encoder class');
  20119.         return $instance;
  20120.     }
  20121.     /**
  20122.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  20123.      *
  20124.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20125.      */
  20126.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  20127.     {
  20128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20129.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20130.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20131.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20132.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  20133.         $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()));
  20134.         $instance->setName('make:serializer:normalizer');
  20135.         $instance->setDescription('Creates a new serializer normalizer class');
  20136.         return $instance;
  20137.     }
  20138.     /**
  20139.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  20140.      *
  20141.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20142.      */
  20143.     protected function getMaker_AutoCommand_MakeSubscriberService()
  20144.     {
  20145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20146.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20147.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20148.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20149.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  20150.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  20151.         $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()));
  20152.         $instance->setName('make:subscriber');
  20153.         $instance->setDescription('Creates a new event subscriber class');
  20154.         return $instance;
  20155.     }
  20156.     /**
  20157.      * Gets the private 'maker.auto_command.make_test' shared service.
  20158.      *
  20159.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20160.      */
  20161.     protected function getMaker_AutoCommand_MakeTestService()
  20162.     {
  20163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20164.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20165.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20166.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20167.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  20168.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  20169.         $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()));
  20170.         $instance->setName('make:test');
  20171.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  20172.         $instance->setDescription('Creates a new test class');
  20173.         return $instance;
  20174.     }
  20175.     /**
  20176.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  20177.      *
  20178.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20179.      */
  20180.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  20181.     {
  20182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20183.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20184.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20186.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  20187.         $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()));
  20188.         $instance->setName('make:twig-extension');
  20189.         $instance->setDescription('Creates a new Twig extension class');
  20190.         return $instance;
  20191.     }
  20192.     /**
  20193.      * Gets the private 'maker.auto_command.make_user' shared service.
  20194.      *
  20195.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20196.      */
  20197.     protected function getMaker_AutoCommand_MakeUserService()
  20198.     {
  20199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20200.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20201.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20202.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20203.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  20204.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  20205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  20206.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20207.         $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()));
  20208.         $instance->setName('make:user');
  20209.         $instance->setDescription('Creates a new security user class');
  20210.         return $instance;
  20211.     }
  20212.     /**
  20213.      * Gets the private 'maker.auto_command.make_validator' shared service.
  20214.      *
  20215.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20216.      */
  20217.     protected function getMaker_AutoCommand_MakeValidatorService()
  20218.     {
  20219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20220.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20221.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20222.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20223.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  20224.         $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()));
  20225.         $instance->setName('make:validator');
  20226.         $instance->setDescription('Creates a new validator and constraint class');
  20227.         return $instance;
  20228.     }
  20229.     /**
  20230.      * Gets the private 'maker.auto_command.make_voter' shared service.
  20231.      *
  20232.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20233.      */
  20234.     protected function getMaker_AutoCommand_MakeVoterService()
  20235.     {
  20236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20239.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20240.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  20241.         $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()));
  20242.         $instance->setName('make:voter');
  20243.         $instance->setDescription('Creates a new security voter class');
  20244.         return $instance;
  20245.     }
  20246.     /**
  20247.      * Gets the private 'maker.doctrine_helper' shared service.
  20248.      *
  20249.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  20250.      */
  20251.     protected function getMaker_DoctrineHelperService()
  20252.     {
  20253.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  20254.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  20255.         $b = ($this->privates['doctrine.orm.oneC_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_OneCAnnotationMetadataDriverService());
  20256.         $c = ($this->privates['doctrine.orm.logs_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_LogsAnnotationMetadataDriverService());
  20257.         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]]]);
  20258.     }
  20259.     /**
  20260.      * Gets the private 'maker.entity_class_generator' shared service.
  20261.      *
  20262.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  20263.      */
  20264.     protected function getMaker_EntityClassGeneratorService()
  20265.     {
  20266.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  20267.         $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()));
  20268.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  20269.         return $instance;
  20270.     }
  20271.     /**
  20272.      * Gets the private 'maker.file_manager' shared service.
  20273.      *
  20274.      * @return \Symfony\Bundle\MakerBundle\FileManager
  20275.      */
  20276.     protected function getMaker_FileManagerService()
  20277.     {
  20278.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  20279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  20280.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  20281.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  20282.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  20283.         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'));
  20284.     }
  20285.     /**
  20286.      * Gets the private 'maker.generator' shared service.
  20287.      *
  20288.      * @return \Symfony\Bundle\MakerBundle\Generator
  20289.      */
  20290.     protected function getMaker_GeneratorService()
  20291.     {
  20292.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  20293.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  20294.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  20295.         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));
  20296.     }
  20297.     /**
  20298.      * Gets the private 'maker.php_compat_util' shared service.
  20299.      *
  20300.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  20301.      */
  20302.     protected function getMaker_PhpCompatUtilService()
  20303.     {
  20304.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  20305.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  20306.     }
  20307.     /**
  20308.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  20309.      *
  20310.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  20311.      */
  20312.     protected function getMaker_Renderer_FormTypeRendererService()
  20313.     {
  20314.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  20315.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20316.     }
  20317.     /**
  20318.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  20319.      *
  20320.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  20321.      */
  20322.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  20323.     {
  20324.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  20325.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  20326.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  20327.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  20328.         $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 () {
  20329.             yield => ($this->privates['.messenger.handler_descriptor.IxMdnTR'] ?? $this->get_Messenger_HandlerDescriptor_IxMdnTRService());
  20330.         }, 1), 'Import1CBundle\\Message\\Feed\\ProcessFeedLinksBatchMessage' => new RewindableGenerator(function () {
  20331.             yield => ($this->privates['.messenger.handler_descriptor.1ugBLLC'] ?? $this->get_Messenger_HandlerDescriptor_1ugBLLCService());
  20332.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  20333.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  20334.         }, 1), 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => new RewindableGenerator(function () {
  20335.             yield => ($this->privates['.messenger.handler_descriptor.vMw0m61'] ?? $this->get_Messenger_HandlerDescriptor_VMw0m61Service());
  20336.         }, 1), 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => new RewindableGenerator(function () {
  20337.             yield => ($this->privates['.messenger.handler_descriptor.XZowc.T'] ?? $this->get_Messenger_HandlerDescriptor_XZowc_TService());
  20338.         }, 1), 'Symfony\\Component\\Notifier\\Message\\PushMessage' => new RewindableGenerator(function () {
  20339.             yield => ($this->privates['.messenger.handler_descriptor.Lml2ICs'] ?? $this->get_Messenger_HandlerDescriptor_Lml2ICsService());
  20340.         }, 1)]));
  20341.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  20342.         return $instance;
  20343.     }
  20344.     /**
  20345.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  20346.      *
  20347.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  20348.      */
  20349.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  20350.     {
  20351.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  20352.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  20353.         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');
  20354.     }
  20355.     /**
  20356.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  20357.      *
  20358.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  20359.      */
  20360.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  20361.     {
  20362.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  20363.         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()));
  20364.     }
  20365.     /**
  20366.      * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  20367.      *
  20368.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  20369.      */
  20370.     protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  20371.     {
  20372.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  20373.         return $this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  20374.     }
  20375.     /**
  20376.      * Gets the private 'messenger.middleware.send_message' shared service.
  20377.      *
  20378.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  20379.      */
  20380.     protected function getMessenger_Middleware_SendMessageService()
  20381.     {
  20382.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  20383.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  20384.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  20385.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  20386.         $a = ($this->privates['.service_locator.xALKTpt'] ?? $this->get_ServiceLocator_XALKTptService());
  20387.         if (isset($this->privates['messenger.middleware.send_message'])) {
  20388.             return $this->privates['messenger.middleware.send_message'];
  20389.         }
  20390.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20391.         if (isset($this->privates['messenger.middleware.send_message'])) {
  20392.             return $this->privates['messenger.middleware.send_message'];
  20393.         }
  20394.         $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);
  20395.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  20396.         return $instance;
  20397.     }
  20398.     /**
  20399.      * Gets the private 'messenger.receiver_locator' shared service.
  20400.      *
  20401.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  20402.      */
  20403.     protected function getMessenger_ReceiverLocatorService()
  20404.     {
  20405.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20406.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  20407.             'google_feed' => ['privates''messenger.transport.google_feed''getMessenger_Transport_GoogleFeedService'false],
  20408.             'logs' => ['privates''messenger.transport.logs''getMessenger_Transport_LogsService'false],
  20409.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  20410.             'messenger.transport.google_feed' => ['privates''messenger.transport.google_feed''getMessenger_Transport_GoogleFeedService'false],
  20411.             'messenger.transport.logs' => ['privates''messenger.transport.logs''getMessenger_Transport_LogsService'false],
  20412.         ], [
  20413.             'async' => '?',
  20414.             'google_feed' => '?',
  20415.             'logs' => '?',
  20416.             'messenger.transport.async' => '?',
  20417.             'messenger.transport.google_feed' => '?',
  20418.             'messenger.transport.logs' => '?',
  20419.         ]);
  20420.     }
  20421.     /**
  20422.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  20423.      *
  20424.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  20425.      */
  20426.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  20427.     {
  20428.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  20429.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  20430.         return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  20431.     }
  20432.     /**
  20433.      * Gets the private 'messenger.retry.multiplier_retry_strategy.google_feed' shared service.
  20434.      *
  20435.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  20436.      */
  20437.     protected function getMessenger_Retry_MultiplierRetryStrategy_GoogleFeedService()
  20438.     {
  20439.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  20440.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  20441.         return $this->privates['messenger.retry.multiplier_retry_strategy.google_feed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(101000210000);
  20442.     }
  20443.     /**
  20444.      * Gets the private 'messenger.retry.multiplier_retry_strategy.logs' shared service.
  20445.      *
  20446.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  20447.      */
  20448.     protected function getMessenger_Retry_MultiplierRetryStrategy_LogsService()
  20449.     {
  20450.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  20451.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  20452.         return $this->privates['messenger.retry.multiplier_retry_strategy.logs'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  20453.     }
  20454.     /**
  20455.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  20456.      *
  20457.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  20458.      */
  20459.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  20460.     {
  20461.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  20462.         $a = ($this->privates['.service_locator.xALKTpt'] ?? $this->get_ServiceLocator_XALKTptService());
  20463.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  20464.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  20465.         }
  20466.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20467.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  20468.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  20469.         }
  20470.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener($a, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20471.             'async' => ['privates''messenger.retry.multiplier_retry_strategy.async''getMessenger_Retry_MultiplierRetryStrategy_AsyncService'false],
  20472.             'google_feed' => ['privates''messenger.retry.multiplier_retry_strategy.google_feed''getMessenger_Retry_MultiplierRetryStrategy_GoogleFeedService'false],
  20473.             'logs' => ['privates''messenger.retry.multiplier_retry_strategy.logs''getMessenger_Retry_MultiplierRetryStrategy_LogsService'false],
  20474.         ], [
  20475.             'async' => '?',
  20476.             'google_feed' => '?',
  20477.             'logs' => '?',
  20478.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $b);
  20479.     }
  20480.     /**
  20481.      * Gets the private 'messenger.routable_message_bus' shared service.
  20482.      *
  20483.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  20484.      */
  20485.     protected function getMessenger_RoutableMessageBusService()
  20486.     {
  20487.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  20488.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  20489.         if (isset($this->privates['messenger.routable_message_bus'])) {
  20490.             return $this->privates['messenger.routable_message_bus'];
  20491.         }
  20492.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20493.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  20494.         ], [
  20495.             'messenger.bus.default' => '?',
  20496.         ]), $a);
  20497.     }
  20498.     /**
  20499.      * Gets the private 'messenger.transport.async' shared service.
  20500.      *
  20501.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  20502.      */
  20503.     protected function getMessenger_Transport_AsyncService()
  20504.     {
  20505.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  20506.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  20507.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  20508.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  20509.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  20510.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  20511.         if (isset($this->privates['messenger.transport.async'])) {
  20512.             return $this->privates['messenger.transport.async'];
  20513.         }
  20514.         return $this->privates['messenger.transport.async'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['transport_name' => 'async'], new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer());
  20515.     }
  20516.     /**
  20517.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  20518.      *
  20519.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  20520.      */
  20521.     protected function getMessenger_Transport_Doctrine_FactoryService()
  20522.     {
  20523.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  20524.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  20525.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20526.     }
  20527.     /**
  20528.      * Gets the private 'messenger.transport.google_feed' shared service.
  20529.      *
  20530.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  20531.      */
  20532.     protected function getMessenger_Transport_GoogleFeedService()
  20533.     {
  20534.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  20535.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  20536.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  20537.         $a = ($this->privates['messenger.transport.symfony_serializer'] ?? $this->getMessenger_Transport_SymfonySerializerService());
  20538.         if (isset($this->privates['messenger.transport.google_feed'])) {
  20539.             return $this->privates['messenger.transport.google_feed'];
  20540.         }
  20541.         $b = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  20542.         if (isset($this->privates['messenger.transport.google_feed'])) {
  20543.             return $this->privates['messenger.transport.google_feed'];
  20544.         }
  20545.         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);
  20546.     }
  20547.     /**
  20548.      * Gets the private 'messenger.transport.logs' shared service.
  20549.      *
  20550.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  20551.      */
  20552.     protected function getMessenger_Transport_LogsService()
  20553.     {
  20554.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  20555.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  20556.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  20557.         $a = ($this->privates['messenger.transport.symfony_serializer'] ?? $this->getMessenger_Transport_SymfonySerializerService());
  20558.         if (isset($this->privates['messenger.transport.logs'])) {
  20559.             return $this->privates['messenger.transport.logs'];
  20560.         }
  20561.         $b = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  20562.         if (isset($this->privates['messenger.transport.logs'])) {
  20563.             return $this->privates['messenger.transport.logs'];
  20564.         }
  20565.         return $this->privates['messenger.transport.logs'] = $b->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN_LOGS'), ['transport_name' => 'logs'], $a);
  20566.     }
  20567.     /**
  20568.      * Gets the private 'messenger.transport.symfony_serializer' shared service.
  20569.      *
  20570.      * @return \Symfony\Component\Messenger\Transport\Serialization\Serializer
  20571.      */
  20572.     protected function getMessenger_Transport_SymfonySerializerService()
  20573.     {
  20574.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  20575.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Serializer.php';
  20576.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  20577.         if (isset($this->privates['messenger.transport.symfony_serializer'])) {
  20578.             return $this->privates['messenger.transport.symfony_serializer'];
  20579.         }
  20580.         return $this->privates['messenger.transport.symfony_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\Serializer($a'json', []);
  20581.     }
  20582.     /**
  20583.      * Gets the private 'messenger.transport.sync.factory' shared service.
  20584.      *
  20585.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  20586.      */
  20587.     protected function getMessenger_Transport_Sync_FactoryService()
  20588.     {
  20589.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  20590.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  20591.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  20592.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  20593.             return $this->privates['messenger.transport.sync.factory'];
  20594.         }
  20595.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  20596.     }
  20597.     /**
  20598.      * Gets the private 'messenger.transport_factory' shared service.
  20599.      *
  20600.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  20601.      */
  20602.     protected function getMessenger_TransportFactoryService()
  20603.     {
  20604.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  20605.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  20606.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  20607.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  20608.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  20609.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  20610.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  20611.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  20612.         }, 5));
  20613.     }
  20614.     /**
  20615.      * Gets the private 'mime_types' shared service.
  20616.      *
  20617.      * @return \Symfony\Component\Mime\MimeTypes
  20618.      */
  20619.     protected function getMimeTypesService()
  20620.     {
  20621.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  20622.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  20623.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  20624.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  20625.         $instance->setDefault($instance);
  20626.         return $instance;
  20627.     }
  20628.     /**
  20629.      * Gets the private 'mobile_detect.device_view' shared service.
  20630.      *
  20631.      * @return \SunCat\MobileDetectBundle\Helper\DeviceView
  20632.      */
  20633.     protected function getMobileDetect_DeviceViewService()
  20634.     {
  20635.         $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())));
  20636.         $instance->setCookieKey('device_view');
  20637.         $instance->setCookiePath('/');
  20638.         $instance->setCookieDomain('');
  20639.         $instance->setCookieSecure(false);
  20640.         $instance->setCookieHttpOnly(true);
  20641.         $instance->setSwitchParam('device_view');
  20642.         $instance->setCookieExpireDatetimeModifier('1 month');
  20643.         $instance->setRedirectConfig($this->parameters['mobile_detect.redirect']);
  20644.         return $instance;
  20645.     }
  20646.     /**
  20647.      * Gets the private 'mobile_detect.request_listener' shared service.
  20648.      *
  20649.      * @return \SunCat\MobileDetectBundle\EventListener\RequestResponseListener
  20650.      */
  20651.     protected function getMobileDetect_RequestListenerService()
  20652.     {
  20653.         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);
  20654.     }
  20655.     /**
  20656.      * Gets the private 'monolog.handler.alert' shared service.
  20657.      *
  20658.      * @return \Monolog\Handler\RotatingFileHandler
  20659.      */
  20660.     protected function getMonolog_Handler_AlertService()
  20661.     {
  20662.         $this->privates['monolog.handler.alert'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/logs/te_dev.alert.log'), 1550trueNULL);
  20663.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20664.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  20665.         return $instance;
  20666.     }
  20667.     /**
  20668.      * Gets the private 'monolog.handler.catalog' shared service.
  20669.      *
  20670.      * @return \Monolog\Handler\StreamHandler
  20671.      */
  20672.     protected function getMonolog_Handler_CatalogService()
  20673.     {
  20674.         $this->privates['monolog.handler.catalog'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/logs/te_dev.catalog.log'), 100trueNULLfalse);
  20675.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20676.         return $instance;
  20677.     }
  20678.     /**
  20679.      * Gets the private 'monolog.handler.collection' shared service.
  20680.      *
  20681.      * @return \Monolog\Handler\StreamHandler
  20682.      */
  20683.     protected function getMonolog_Handler_CollectionService()
  20684.     {
  20685.         $this->privates['monolog.handler.collection'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/logs/te_dev.collection.log'), 100trueNULLfalse);
  20686.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20687.         return $instance;
  20688.     }
  20689.     /**
  20690.      * Gets the private 'monolog.handler.console' shared service.
  20691.      *
  20692.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  20693.      */
  20694.     protected function getMonolog_Handler_ConsoleService()
  20695.     {
  20696.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  20697.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20698.         return $instance;
  20699.     }
  20700.     /**
  20701.      * Gets the private 'monolog.handler.doctrine' shared service.
  20702.      *
  20703.      * @return \Monolog\Handler\StreamHandler
  20704.      */
  20705.     protected function getMonolog_Handler_DoctrineService()
  20706.     {
  20707.         $this->privates['monolog.handler.doctrine'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/logs/te_dev_doctrine.log'), 100trueNULLfalse);
  20708.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20709.         return $instance;
  20710.     }
  20711.     /**
  20712.      * Gets the private 'monolog.handler.error' shared service.
  20713.      *
  20714.      * @return \Monolog\Handler\RotatingFileHandler
  20715.      */
  20716.     protected function getMonolog_Handler_ErrorService()
  20717.     {
  20718.         $this->privates['monolog.handler.error'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/logs/te_dev.error.log'), 1400trueNULL);
  20719.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20720.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  20721.         return $instance;
  20722.     }
  20723.     /**
  20724.      * Gets the private 'monolog.handler.info' shared service.
  20725.      *
  20726.      * @return \Monolog\Handler\RotatingFileHandler
  20727.      */
  20728.     protected function getMonolog_Handler_InfoService()
  20729.     {
  20730.         $this->privates['monolog.handler.info'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/logs/te_dev.info.log'), 1200trueNULL);
  20731.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20732.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  20733.         return $instance;
  20734.     }
  20735.     /**
  20736.      * Gets the private 'monolog.handler.main' shared service.
  20737.      *
  20738.      * @return \Monolog\Handler\StreamHandler
  20739.      */
  20740.     protected function getMonolog_Handler_MainService()
  20741.     {
  20742.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/logs/te_dev.log'), 100trueNULLfalse);
  20743.     }
  20744.     /**
  20745.      * Gets the private 'monolog.handler.nested' shared service.
  20746.      *
  20747.      * @return \Monolog\Handler\StreamHandler
  20748.      */
  20749.     protected function getMonolog_Handler_NestedService()
  20750.     {
  20751.         $this->privates['monolog.handler.nested'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/logs/te_dev.log'), 400trueNULLfalse);
  20752.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20753.         return $instance;
  20754.     }
  20755.     /**
  20756.      * Gets the private 'monolog.handler.search' shared service.
  20757.      *
  20758.      * @return \Monolog\Handler\RotatingFileHandler
  20759.      */
  20760.     protected function getMonolog_Handler_SearchService()
  20761.     {
  20762.         $this->privates['monolog.handler.search'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/logs/te_dev.search.log'), 20100trueNULL);
  20763.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20764.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  20765.         return $instance;
  20766.     }
  20767.     /**
  20768.      * Gets the private 'monolog.logger.cache' shared service.
  20769.      *
  20770.      * @return \Symfony\Bridge\Monolog\Logger
  20771.      */
  20772.     protected function getMonolog_Logger_CacheService()
  20773.     {
  20774.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  20775.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  20776.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  20777.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  20778.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  20779.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  20780.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  20781.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  20782.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  20783.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  20784.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  20785.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  20786.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  20787.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  20788.         return $instance;
  20789.     }
  20790.     /**
  20791.      * Gets the private 'monolog.logger.mailer' shared service.
  20792.      *
  20793.      * @return \Symfony\Bridge\Monolog\Logger
  20794.      */
  20795.     protected function getMonolog_Logger_MailerService()
  20796.     {
  20797.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  20798.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  20799.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  20800.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  20801.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  20802.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  20803.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  20804.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  20805.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  20806.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  20807.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  20808.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  20809.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  20810.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  20811.         return $instance;
  20812.     }
  20813.     /**
  20814.      * Gets the private 'monolog.logger.messenger' shared service.
  20815.      *
  20816.      * @return \Symfony\Bridge\Monolog\Logger
  20817.      */
  20818.     protected function getMonolog_Logger_MessengerService()
  20819.     {
  20820.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  20821.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  20822.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  20823.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  20824.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  20825.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  20826.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  20827.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  20828.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  20829.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  20830.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  20831.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  20832.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  20833.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  20834.         return $instance;
  20835.     }
  20836.     /**
  20837.      * Gets the private 'monolog.logger.request' shared service.
  20838.      *
  20839.      * @return \Symfony\Bridge\Monolog\Logger
  20840.      */
  20841.     protected function getMonolog_Logger_RequestService()
  20842.     {
  20843.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  20844.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  20845.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  20846.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  20847.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  20848.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  20849.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  20850.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  20851.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  20852.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  20853.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  20854.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  20855.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  20856.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  20857.         return $instance;
  20858.     }
  20859.     /**
  20860.      * Gets the private 'monolog.logger.security' shared service.
  20861.      *
  20862.      * @return \Symfony\Bridge\Monolog\Logger
  20863.      */
  20864.     protected function getMonolog_Logger_SecurityService()
  20865.     {
  20866.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  20867.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  20868.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  20869.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  20870.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  20871.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  20872.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  20873.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  20874.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  20875.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  20876.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  20877.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  20878.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  20879.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  20880.         return $instance;
  20881.     }
  20882.     /**
  20883.      * Gets the private 'monolog.logger.snappy' shared service.
  20884.      *
  20885.      * @return \Symfony\Bridge\Monolog\Logger
  20886.      */
  20887.     protected function getMonolog_Logger_SnappyService()
  20888.     {
  20889.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  20890.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  20891.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  20892.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  20893.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  20894.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  20895.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  20896.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  20897.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  20898.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  20899.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  20900.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  20901.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  20902.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  20903.         return $instance;
  20904.     }
  20905.     /**
  20906.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  20907.      *
  20908.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  20909.      */
  20910.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  20911.     {
  20912.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  20913.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  20914.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  20915.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  20916.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  20917.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  20918.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  20919.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  20920.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  20921.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
  20922.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  20923.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  20924.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  20925.         $a = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(new \Nelmio\Alice\FileLocator\DefaultFileLocator(), ($this->services['kernel'] ?? $this->get('kernel'1)));
  20926.         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));
  20927.     }
  20928.     /**
  20929.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  20930.      *
  20931.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  20932.      */
  20933.     protected function getNelmioApiDoc_Describers_ConfigService()
  20934.     {
  20935.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  20936.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ExternalDocDescriber.php';
  20937.         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' => 'Боевой сайт']]]);
  20938.     }
  20939.     /**
  20940.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  20941.      *
  20942.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  20943.      */
  20944.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  20945.     {
  20946.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  20947.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
  20948.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  20949.         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()));
  20950.     }
  20951.     /**
  20952.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  20953.      *
  20954.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  20955.      */
  20956.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  20957.     {
  20958.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  20959.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  20960.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  20961.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
  20962.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  20963.         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 () {
  20964.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  20965.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  20966.         }, 2));
  20967.     }
  20968.     /**
  20969.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  20970.      *
  20971.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  20972.      */
  20973.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  20974.     {
  20975.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  20976.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  20977.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  20978.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  20979.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/FormModelDescriber.php';
  20980.         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);
  20981.     }
  20982.     /**
  20983.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  20984.      *
  20985.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  20986.      */
  20987.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  20988.     {
  20989.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  20990.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  20991.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  20992.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  20993.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ObjectModelDescriber.php';
  20994.         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()));
  20995.     }
  20996.     /**
  20997.      * Gets the private 'nelmio_api_doc.object_model.property_describer' shared service.
  20998.      *
  20999.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber
  21000.      */
  21001.     protected function getNelmioApiDoc_ObjectModel_PropertyDescriberService()
  21002.     {
  21003.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriberInterface.php';
  21004.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  21005.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  21006.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriber.php';
  21007.         return $this->privates['nelmio_api_doc.object_model.property_describer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () {
  21008.             yield => ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService());
  21009.             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()));
  21010.             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()));
  21011.             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()));
  21012.             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()));
  21013.             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()));
  21014.             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()));
  21015.             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()));
  21016.             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()));
  21017.             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()));
  21018.             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()));
  21019.             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()));
  21020.         }, 12));
  21021.     }
  21022.     /**
  21023.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  21024.      *
  21025.      * @return \Symfony\Component\Routing\RouteCollection
  21026.      */
  21027.     protected function getNelmioApiDoc_Routes_DefaultService()
  21028.     {
  21029.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  21030.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
  21031.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  21032.         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());
  21033.     }
  21034.     /**
  21035.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  21036.      *
  21037.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  21038.      */
  21039.     protected function getNelmioCors_CorsListenerService()
  21040.     {
  21041.         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'))]));
  21042.     }
  21043.     /**
  21044.      * Gets the private 'notifier.transport_factory.null' shared service.
  21045.      *
  21046.      * @return \Symfony\Component\Notifier\Transport\NullTransportFactory
  21047.      */
  21048.     protected function getNotifier_TransportFactory_NullService()
  21049.     {
  21050.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportFactoryInterface.php';
  21051.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/AbstractTransportFactory.php';
  21052.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/NullTransportFactory.php';
  21053.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21054.         if (isset($this->privates['notifier.transport_factory.null'])) {
  21055.             return $this->privates['notifier.transport_factory.null'];
  21056.         }
  21057.         return $this->privates['notifier.transport_factory.null'] = new \Symfony\Component\Notifier\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  21058.     }
  21059.     /**
  21060.      * Gets the private 'notifier.transport_factory.telegram' shared service.
  21061.      *
  21062.      * @return \Symfony\Component\Notifier\Bridge\Telegram\TelegramTransportFactory
  21063.      */
  21064.     protected function getNotifier_TransportFactory_TelegramService()
  21065.     {
  21066.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportFactoryInterface.php';
  21067.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/AbstractTransportFactory.php';
  21068.         include_once \dirname(__DIR__4).'/vendor/symfony/telegram-notifier/TelegramTransportFactory.php';
  21069.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21070.         if (isset($this->privates['notifier.transport_factory.telegram'])) {
  21071.             return $this->privates['notifier.transport_factory.telegram'];
  21072.         }
  21073.         return $this->privates['notifier.transport_factory.telegram'] = new \Symfony\Component\Notifier\Bridge\Telegram\TelegramTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  21074.     }
  21075.     /**
  21076.      * Gets the private 'parameter_bag' shared service.
  21077.      *
  21078.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  21079.      */
  21080.     protected function getParameterBagService()
  21081.     {
  21082.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  21083.     }
  21084.     /**
  21085.      * Gets the private 'profiler_listener' shared service.
  21086.      *
  21087.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  21088.      */
  21089.     protected function getProfilerListenerService()
  21090.     {
  21091.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  21092.         if (isset($this->privates['profiler_listener'])) {
  21093.             return $this->privates['profiler_listener'];
  21094.         }
  21095.         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);
  21096.     }
  21097.     /**
  21098.      * Gets the private 'property_accessor' shared service.
  21099.      *
  21100.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  21101.      */
  21102.     protected function getPropertyAccessorService()
  21103.     {
  21104.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  21105.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  21106.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  21107.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  21108.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  21109.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  21110.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21111.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  21112.     }
  21113.     /**
  21114.      * Gets the private 'property_info' shared service.
  21115.      *
  21116.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  21117.      */
  21118.     protected function getPropertyInfoService()
  21119.     {
  21120.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  21121.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  21122.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21123.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  21124.             yield => ($this->privates['doctrine.orm.oneC_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_OneCEntityManager_PropertyInfoExtractorService());
  21125.             yield => ($this->privates['doctrine.orm.logs_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_LogsEntityManager_PropertyInfoExtractorService());
  21126.         }, 5), new RewindableGenerator(function () {
  21127.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  21128.             yield => ($this->privates['doctrine.orm.oneC_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_OneCEntityManager_PropertyInfoExtractorService());
  21129.             yield => ($this->privates['doctrine.orm.logs_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_LogsEntityManager_PropertyInfoExtractorService());
  21130.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  21131.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21132.         }, 5), new RewindableGenerator(function () {
  21133.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  21134.         }, 1), new RewindableGenerator(function () {
  21135.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  21136.             yield => ($this->privates['doctrine.orm.oneC_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_OneCEntityManager_PropertyInfoExtractorService());
  21137.             yield => ($this->privates['doctrine.orm.logs_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_LogsEntityManager_PropertyInfoExtractorService());
  21138.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21139.         }, 4), new RewindableGenerator(function () {
  21140.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21141.         }, 1));
  21142.     }
  21143.     /**
  21144.      * Gets the private 'property_info.serializer_extractor' shared service.
  21145.      *
  21146.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  21147.      */
  21148.     protected function getPropertyInfo_SerializerExtractorService()
  21149.     {
  21150.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  21151.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  21152.     }
  21153.     /**
  21154.      * Gets the private 'redis_cache_pool.traceable' shared service.
  21155.      *
  21156.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  21157.      */
  21158.     protected function getRedisCachePool_TraceableService()
  21159.     {
  21160.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.8t9AUts'] ?? $this->get_CacheConnection_8t9AUtsService()), 'boS-MO0lWR'3600, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  21161.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  21162.         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));
  21163.     }
  21164.     /**
  21165.      * Gets the private 'router.cache_warmer' shared service.
  21166.      *
  21167.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  21168.      */
  21169.     protected function getRouter_CacheWarmerService()
  21170.     {
  21171.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  21172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  21173.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21174.             'router' => ['services''FlexApp\\Extensions\\RouterDecorator''getRouterDecoratorService'false],
  21175.         ], [
  21176.             'router' => '?',
  21177.         ]))->withContext('router.cache_warmer'$this));
  21178.     }
  21179.     /**
  21180.      * Gets the private 'router.expression_language_provider' shared service.
  21181.      *
  21182.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  21183.      */
  21184.     protected function getRouter_ExpressionLanguageProviderService()
  21185.     {
  21186.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21187.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  21188.         ], [
  21189.             'env' => 'Closure',
  21190.         ]));
  21191.     }
  21192.     /**
  21193.      * Gets the private 'router.request_context' shared service.
  21194.      *
  21195.      * @return \Symfony\Component\Routing\RequestContext
  21196.      */
  21197.     protected function getRouter_RequestContextService()
  21198.     {
  21199.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''te.loc''http'80443);
  21200.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  21201.         return $instance;
  21202.     }
  21203.     /**
  21204.      * Gets the private 'router_listener' shared service.
  21205.      *
  21206.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  21207.      */
  21208.     protected function getRouterListenerService()
  21209.     {
  21210.         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);
  21211.     }
  21212.     /**
  21213.      * Gets the private 'secrets.vault' shared service.
  21214.      *
  21215.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  21216.      */
  21217.     protected function getSecrets_VaultService()
  21218.     {
  21219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  21220.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  21221.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  21222.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  21223.         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'));
  21224.     }
  21225.     /**
  21226.      * Gets the private 'security.access_listener' shared service.
  21227.      *
  21228.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  21229.      */
  21230.     protected function getSecurity_AccessListenerService()
  21231.     {
  21232.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  21233.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  21234.         if (isset($this->privates['security.access_listener'])) {
  21235.             return $this->privates['security.access_listener'];
  21236.         }
  21237.         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);
  21238.     }
  21239.     /**
  21240.      * Gets the private 'security.access_map' shared service.
  21241.      *
  21242.      * @return \Symfony\Component\Security\Http\AccessMap
  21243.      */
  21244.     protected function getSecurity_AccessMapService()
  21245.     {
  21246.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  21247.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  21248.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  21249.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  21250.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  21251.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(ru|en|it|es|fr|de|pl|nl|fi|sv)/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  21252.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(ru|en|it|es|fr|de|pl|nl|fi|sv)/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  21253.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(ru|en|it|es|fr|de|pl|nl|fi|sv)/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  21254.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(ru|en|it|es|fr|de|pl|nl|fi|sv)/admin/'), [=> 'ROLE_ADMIN'=> 'ROLE_PREVIEW_LC'], NULL);
  21255.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/import/'), [=> 'ROLE_BI'], NULL);
  21256.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/efconnect'), [=> 'ROLE_ADMIN'], NULL);
  21257.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/elfinder'), [=> 'ROLE_ADMIN'], NULL);
  21258.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/adm/brand'), [=> 'ROLE_BM'=> 'ROLE_BI'=> 'ROLE_SUPER_ADMIN'=> 'ROLE_PREVIEW_LC'], NULL);
  21259.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/adm/files'), [=> 'ROLE_BM'=> 'ROLE_BI'=> 'ROLE_ADMIN'=> 'ROLE_SUPER_ADMIN'=> 'ROLE_PREVIEW_LC'], NULL);
  21260.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/adm/translator'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  21261.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/adm'), [=> 'ROLE_ADMIN'=> 'ROLE_PREVIEW_LC'], NULL);
  21262.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/swagger/api/doc'), [=> 'ROLE_ADMIN'=> 'ROLE_SUPER_ADMIN'], NULL);
  21263.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/swagger/api/doc_json'), [=> 'ROLE_ADMIN'=> 'ROLE_SUPER_ADMIN'], NULL);
  21264.         return $instance;
  21265.     }
  21266.     /**
  21267.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  21268.      *
  21269.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  21270.      */
  21271.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  21272.     {
  21273.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  21274.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  21275.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  21276.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  21277.         if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  21278.             return $this->privates['security.authentication.switchuser_listener.main'];
  21279.         }
  21280.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21281.         if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  21282.             return $this->privates['security.authentication.switchuser_listener.main'];
  21283.         }
  21284.         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);
  21285.     }
  21286.     /**
  21287.      * Gets the private 'security.authenticator.login_link.main' shared service.
  21288.      *
  21289.      * @return \Symfony\Component\Security\Http\Authenticator\LoginLinkAuthenticator
  21290.      */
  21291.     protected function getSecurity_Authenticator_LoginLink_MainService()
  21292.     {
  21293.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  21294.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  21295.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  21296.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/LoginLinkAuthenticator.php';
  21297.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  21298.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  21299.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/AuthenticationSuccessHandler.php';
  21300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  21301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  21302.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/AuthenticationFailureHandler.php';
  21303.         $a = new \FlexApp\Security\AuthenticationSuccessHandler();
  21304.         $b = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  21305.         $a->urlGenerator $b;
  21306.         $c = new \FlexApp\Security\AuthenticationFailureHandler();
  21307.         $c->urlGenerator $b;
  21308.         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]);
  21309.     }
  21310.     /**
  21311.      * Gets the private 'security.authenticator.login_link_handler.main' shared service.
  21312.      *
  21313.      * @return \Symfony\Component\Security\Http\LoginLink\LoginLinkHandler
  21314.      */
  21315.     protected function getSecurity_Authenticator_LoginLinkHandler_MainService()
  21316.     {
  21317.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/LoginLink/LoginLinkHandlerInterface.php';
  21318.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/LoginLink/LoginLinkHandler.php';
  21319.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Signature/SignatureHasher.php';
  21320.         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]);
  21321.     }
  21322.     /**
  21323.      * Gets the private 'security.authenticator.manager.main' shared service.
  21324.      *
  21325.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticatorManager
  21326.      */
  21327.     protected function getSecurity_Authenticator_Manager_MainService()
  21328.     {
  21329.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  21330.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  21331.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  21332.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  21333.         if (isset($this->privates['security.authenticator.manager.main'])) {
  21334.             return $this->privates['security.authenticator.manager.main'];
  21335.         }
  21336.         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, []);
  21337.     }
  21338.     /**
  21339.      * Gets the private 'security.authenticator.remember_me.main' shared service.
  21340.      *
  21341.      * @return \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator
  21342.      */
  21343.     protected function getSecurity_Authenticator_RememberMe_MainService()
  21344.     {
  21345.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  21346.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  21347.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php';
  21348.         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()));
  21349.     }
  21350.     /**
  21351.      * Gets the private 'security.authenticator.remember_me_handler.main' shared service.
  21352.      *
  21353.      * @return \Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler
  21354.      */
  21355.     protected function getSecurity_Authenticator_RememberMeHandler_MainService()
  21356.     {
  21357.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeHandlerInterface.php';
  21358.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeHandler.php';
  21359.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/SignatureRememberMeHandler.php';
  21360.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Signature/SignatureHasher.php';
  21361.         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()));
  21362.     }
  21363.     /**
  21364.      * Gets the private 'security.channel_listener' shared service.
  21365.      *
  21366.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  21367.      */
  21368.     protected function getSecurity_ChannelListenerService()
  21369.     {
  21370.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  21371.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  21372.         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());
  21373.     }
  21374.     /**
  21375.      * Gets the private 'security.command.debug_firewall' shared service.
  21376.      *
  21377.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  21378.      */
  21379.     protected function getSecurity_Command_DebugFirewallService()
  21380.     {
  21381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21382.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  21383.         $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);
  21384.         $instance->setName('debug:firewall');
  21385.         $instance->setDescription('Display information about your security firewall(s)');
  21386.         return $instance;
  21387.     }
  21388.     /**
  21389.      * Gets the private 'security.command.user_password_encoder' shared service.
  21390.      *
  21391.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  21392.      *
  21393.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  21394.      */
  21395.     protected function getSecurity_Command_UserPasswordEncoderService()
  21396.     {
  21397.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  21398.         $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']);
  21399.         $instance->setName('security:encode-password');
  21400.         $instance->setDescription('Encode a password');
  21401.         return $instance;
  21402.     }
  21403.     /**
  21404.      * Gets the private 'security.command.user_password_hash' shared service.
  21405.      *
  21406.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  21407.      */
  21408.     protected function getSecurity_Command_UserPasswordHashService()
  21409.     {
  21410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21411.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  21412.         $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']);
  21413.         $instance->setName('security:hash-password');
  21414.         $instance->setDescription('Hash a user password');
  21415.         return $instance;
  21416.     }
  21417.     /**
  21418.      * Gets the private 'security.context_listener.0' shared service.
  21419.      *
  21420.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  21421.      */
  21422.     protected function getSecurity_ContextListener_0Service()
  21423.     {
  21424.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  21425.         if (isset($this->privates['security.context_listener.0'])) {
  21426.             return $this->privates['security.context_listener.0'];
  21427.         }
  21428.         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 () {
  21429.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  21430.         }, 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']);
  21431.     }
  21432.     /**
  21433.      * Gets the private 'security.csrf.token_storage' shared service.
  21434.      *
  21435.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  21436.      */
  21437.     protected function getSecurity_Csrf_TokenStorageService()
  21438.     {
  21439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  21440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  21441.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  21442.         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())));
  21443.     }
  21444.     /**
  21445.      * Gets the private 'security.encoder_factory.generic' shared service.
  21446.      *
  21447.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  21448.      *
  21449.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  21450.      */
  21451.     protected function getSecurity_EncoderFactory_GenericService()
  21452.     {
  21453.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  21454.         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]]);
  21455.     }
  21456.     /**
  21457.      * Gets the private 'security.event_dispatcher.main' shared service.
  21458.      *
  21459.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  21460.      */
  21461.     protected function getSecurity_EventDispatcher_MainService()
  21462.     {
  21463.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  21464.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  21465.             return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  21466.         }, => 'checkPassport'], 2048);
  21467.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  21468.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  21469.         }, => 'onSuccessfulLogin'], 0);
  21470.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21471.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  21472.         }, => 'onLogout'], 64);
  21473.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21474.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  21475.         }, => 'onLogout'], 0);
  21476.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  21477.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->getSecurity_Listener_CheckRememberMeConditions_MainService());
  21478.         }, => 'onSuccessfulLogin'], -32);
  21479.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  21480.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  21481.         }, => 'onSuccessfulLogin'], -64);
  21482.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  21483.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  21484.         }, => 'clearCookie'], 0);
  21485.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21486.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  21487.         }, => 'clearCookie'], 0);
  21488.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  21489.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  21490.         }, => 'clearCookie'], 0);
  21491.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  21492.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  21493.         }, => 'preCheckCredentials'], 256);
  21494.         $instance->addListener('security.authentication.success', [=> function () {
  21495.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  21496.         }, => 'postCheckCredentials'], 256);
  21497.         $instance->addListener('security.interactive_login', [=> function () {
  21498.             return ($this->services['app.security.interactive_login_listener'] ?? $this->getApp_Security_InteractiveLoginListenerService());
  21499.         }, => 'onAuthenticationSuccess'], 0);
  21500.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  21501.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  21502.         }, => 'checkPassport'], 1024);
  21503.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  21504.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  21505.         }, => 'handleLoginSuccessEvent'], 0);
  21506.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21507.             return ($this->privates['FlexApp\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  21508.         }, => 'onLogoutEvent'], 0);
  21509.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  21510.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  21511.         }, => 'checkPassport'], 0);
  21512.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  21513.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  21514.         }, => 'onLoginSuccess'], 0);
  21515.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  21516.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  21517.         }, => 'checkPassport'], 512);
  21518.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21519.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  21520.         }, => 'onLogout'], 0);
  21521.         return $instance;
  21522.     }
  21523.     /**
  21524.      * Gets the private 'security.firewall.map' shared service.
  21525.      *
  21526.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  21527.      */
  21528.     protected function getSecurity_Firewall_MapService()
  21529.     {
  21530.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  21531.         if (isset($this->privates['security.firewall.map'])) {
  21532.             return $this->privates['security.firewall.map'];
  21533.         }
  21534.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  21535.             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)/')));
  21536.             yield 'security.firewall.map.context.main' => NULL;
  21537.         }, 2));
  21538.     }
  21539.     /**
  21540.      * Gets the private 'security.firewall.map.context.dev' shared service.
  21541.      *
  21542.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  21543.      */
  21544.     protected function getSecurity_Firewall_Map_Context_DevService()
  21545.     {
  21546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  21547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  21548.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  21549.             return new \EmptyIterator();
  21550.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  21551.     }
  21552.     /**
  21553.      * Gets the private 'security.firewall.map.context.main' shared service.
  21554.      *
  21555.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  21556.      */
  21557.     protected function getSecurity_Firewall_Map_Context_MainService()
  21558.     {
  21559.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  21560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  21561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  21562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  21563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  21564.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/CustomEntryPoint.php';
  21565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  21566.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  21567.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  21568.         if (isset($this->privates['security.firewall.map.context.main'])) {
  21569.             return $this->privates['security.firewall.map.context.main'];
  21570.         }
  21571.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  21572.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  21573.         $d = new \FlexApp\Security\CustomEntryPoint();
  21574.         $d->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  21575.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  21576.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  21577.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  21578.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  21579.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  21580.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  21581.         }, 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())));
  21582.     }
  21583.     /**
  21584.      * Gets the private 'security.helper' shared service.
  21585.      *
  21586.      * @return \Symfony\Component\Security\Core\Security
  21587.      */
  21588.     protected function getSecurity_HelperService()
  21589.     {
  21590.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  21591.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21592.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  21593.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  21594.         ], [
  21595.             'security.authorization_checker' => '?',
  21596.             'security.token_storage' => '?',
  21597.         ]));
  21598.     }
  21599.     /**
  21600.      * Gets the private 'security.http_utils' shared service.
  21601.      *
  21602.      * @return \Symfony\Component\Security\Http\HttpUtils
  21603.      */
  21604.     protected function getSecurity_HttpUtilsService()
  21605.     {
  21606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  21607.         $a = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  21608.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i'NULL);
  21609.     }
  21610.     /**
  21611.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  21612.      *
  21613.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  21614.      */
  21615.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  21616.     {
  21617.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  21618.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  21619.     }
  21620.     /**
  21621.      * Gets the private 'security.listener.check_remember_me_conditions.main' shared service.
  21622.      *
  21623.      * @return \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener
  21624.      */
  21625.     protected function getSecurity_Listener_CheckRememberMeConditions_MainService()
  21626.     {
  21627.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckRememberMeConditionsListener.php';
  21628.         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()));
  21629.     }
  21630.     /**
  21631.      * Gets the private 'security.listener.csrf_protection' shared service.
  21632.      *
  21633.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  21634.      */
  21635.     protected function getSecurity_Listener_CsrfProtectionService()
  21636.     {
  21637.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  21638.         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()));
  21639.     }
  21640.     /**
  21641.      * Gets the private 'security.listener.main.user_provider' shared service.
  21642.      *
  21643.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  21644.      */
  21645.     protected function getSecurity_Listener_Main_UserProviderService()
  21646.     {
  21647.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  21648.         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()));
  21649.     }
  21650.     /**
  21651.      * Gets the private 'security.listener.password_migrating' shared service.
  21652.      *
  21653.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  21654.      */
  21655.     protected function getSecurity_Listener_PasswordMigratingService()
  21656.     {
  21657.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  21658.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  21659.     }
  21660.     /**
  21661.      * Gets the private 'security.listener.remember_me.main' shared service.
  21662.      *
  21663.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeListener
  21664.      */
  21665.     protected function getSecurity_Listener_RememberMe_MainService()
  21666.     {
  21667.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeListener.php';
  21668.         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()));
  21669.     }
  21670.     /**
  21671.      * Gets the private 'security.listener.session.main' shared service.
  21672.      *
  21673.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  21674.      */
  21675.     protected function getSecurity_Listener_Session_MainService()
  21676.     {
  21677.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  21678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  21679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  21680.         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())));
  21681.     }
  21682.     /**
  21683.      * Gets the private 'security.listener.user_checker.main' shared service.
  21684.      *
  21685.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  21686.      */
  21687.     protected function getSecurity_Listener_UserChecker_MainService()
  21688.     {
  21689.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  21690.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  21691.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  21692.         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())));
  21693.     }
  21694.     /**
  21695.      * Gets the private 'security.listener.user_provider' shared service.
  21696.      *
  21697.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  21698.      */
  21699.     protected function getSecurity_Listener_UserProviderService()
  21700.     {
  21701.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  21702.         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()));
  21703.     }
  21704.     /**
  21705.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  21706.      *
  21707.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  21708.      */
  21709.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  21710.     {
  21711.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  21712.         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()));
  21713.     }
  21714.     /**
  21715.      * Gets the private 'security.logout.listener.default.main' shared service.
  21716.      *
  21717.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  21718.      */
  21719.     protected function getSecurity_Logout_Listener_Default_MainService()
  21720.     {
  21721.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  21722.         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');
  21723.     }
  21724.     /**
  21725.      * Gets the private 'security.logout_url_generator' shared service.
  21726.      *
  21727.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  21728.      */
  21729.     protected function getSecurity_LogoutUrlGeneratorService()
  21730.     {
  21731.         $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()));
  21732.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  21733.         return $instance;
  21734.     }
  21735.     /**
  21736.      * Gets the private 'security.password_hasher_factory' shared service.
  21737.      *
  21738.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  21739.      */
  21740.     protected function getSecurity_PasswordHasherFactoryService()
  21741.     {
  21742.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  21743.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  21744.         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]]);
  21745.     }
  21746.     /**
  21747.      * Gets the private 'security.role_hierarchy' shared service.
  21748.      *
  21749.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  21750.      */
  21751.     protected function getSecurity_RoleHierarchyService()
  21752.     {
  21753.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  21754.     }
  21755.     /**
  21756.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  21757.      *
  21758.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  21759.      */
  21760.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  21761.     {
  21762.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  21763.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  21764.         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);
  21765.     }
  21766.     /**
  21767.      * Gets the private 'security.user_authenticator' shared service.
  21768.      *
  21769.      * @return \Symfony\Bundle\SecurityBundle\Security\UserAuthenticator
  21770.      */
  21771.     protected function getSecurity_UserAuthenticatorService()
  21772.     {
  21773.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  21774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallAwareTrait.php';
  21775.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/UserAuthenticator.php';
  21776.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  21777.         if (isset($this->privates['security.user_authenticator'])) {
  21778.             return $this->privates['security.user_authenticator'];
  21779.         }
  21780.         return $this->privates['security.user_authenticator'] = new \Symfony\Bundle\SecurityBundle\Security\UserAuthenticator($a, new \Symfony\Component\DependencyInjection\ServiceLocator(['main' => function () {
  21781.             return ($this->privates['security.authenticator.manager.main'] ?? $this->getSecurity_Authenticator_Manager_MainService());
  21782.         }]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  21783.     }
  21784.     /**
  21785.      * Gets the private 'security.user_password_hasher' shared service.
  21786.      *
  21787.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  21788.      */
  21789.     protected function getSecurity_UserPasswordHasherService()
  21790.     {
  21791.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  21792.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  21793.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  21794.     }
  21795.     /**
  21796.      * Gets the private 'security.validator.user_password' shared service.
  21797.      *
  21798.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  21799.      */
  21800.     protected function getSecurity_Validator_UserPasswordService()
  21801.     {
  21802.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  21803.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  21804.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  21805.         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()));
  21806.     }
  21807.     /**
  21808.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  21809.      *
  21810.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  21811.      */
  21812.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  21813.     {
  21814.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  21815.     }
  21816.     /**
  21817.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  21818.      *
  21819.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  21820.      */
  21821.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  21822.     {
  21823.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  21824.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  21825.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  21826.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  21827.     }
  21828.     /**
  21829.      * Gets the private 'sensio_framework_extra.psr7.http_message_factory' shared service.
  21830.      *
  21831.      * @return \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
  21832.      */
  21833.     protected function getSensioFrameworkExtra_Psr7_HttpMessageFactoryService()
  21834.     {
  21835.         $a = ($this->privates['http_discovery.psr17_factory'] ?? ($this->privates['http_discovery.psr17_factory'] = new \Http\Discovery\Psr17Factory()));
  21836.         return $this->privates['sensio_framework_extra.psr7.http_message_factory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a$a$a$a);
  21837.     }
  21838.     /**
  21839.      * Gets the private 'sensio_framework_extra.psr7.listener.response' shared service.
  21840.      *
  21841.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener
  21842.      */
  21843.     protected function getSensioFrameworkExtra_Psr7_Listener_ResponseService()
  21844.     {
  21845.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/PsrResponseListener.php';
  21846.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php';
  21847.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php';
  21848.         return $this->privates['sensio_framework_extra.psr7.listener.response'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener(new \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory());
  21849.     }
  21850.     /**
  21851.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  21852.      *
  21853.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  21854.      */
  21855.     protected function getSensioFrameworkExtra_Security_ListenerService()
  21856.     {
  21857.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  21858.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  21859.             return $this->privates['sensio_framework_extra.security.listener'];
  21860.         }
  21861.         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()));
  21862.     }
  21863.     /**
  21864.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  21865.      *
  21866.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  21867.      */
  21868.     protected function getSensioFrameworkExtra_View_ListenerService()
  21869.     {
  21870.         $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))));
  21871.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21872.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  21873.         ], [
  21874.             'twig' => '?',
  21875.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  21876.         return $instance;
  21877.     }
  21878.     /**
  21879.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  21880.      *
  21881.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  21882.      */
  21883.     protected function getSerializer_Mapping_CacheWarmerService()
  21884.     {
  21885.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  21886.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  21887.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  21888.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  21889.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  21890.         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'));
  21891.     }
  21892.     /**
  21893.      * Gets the private 'serializer.mapping.class_discriminator_resolver' shared service.
  21894.      *
  21895.      * @return \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata
  21896.      */
  21897.     protected function getSerializer_Mapping_ClassDiscriminatorResolverService()
  21898.     {
  21899.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  21900.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  21901.         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()));
  21902.     }
  21903.     /**
  21904.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  21905.      *
  21906.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  21907.      */
  21908.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  21909.     {
  21910.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  21911.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  21912.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  21913.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  21914.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  21915.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  21916.         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()))]));
  21917.     }
  21918.     /**
  21919.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  21920.      *
  21921.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  21922.      */
  21923.     protected function getSerializer_NameConverter_MetadataAwareService()
  21924.     {
  21925.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  21926.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  21927.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  21928.         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()));
  21929.     }
  21930.     /**
  21931.      * Gets the private 'serializer.normalizer.object' shared service.
  21932.      *
  21933.      * @return \Symfony\Component\Serializer\Normalizer\ObjectNormalizer
  21934.      */
  21935.     protected function getSerializer_Normalizer_ObjectService()
  21936.     {
  21937.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  21938.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  21939.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  21940.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  21941.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  21942.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  21943.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  21944.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  21945.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  21946.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  21947.         if (isset($this->privates['serializer.normalizer.object'])) {
  21948.             return $this->privates['serializer.normalizer.object'];
  21949.         }
  21950.         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);
  21951.     }
  21952.     /**
  21953.      * Gets the private 'session.factory' shared service.
  21954.      *
  21955.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  21956.      */
  21957.     protected function getSession_FactoryService()
  21958.     {
  21959.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  21960.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  21961.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  21962.         if (isset($this->privates['session.factory'])) {
  21963.             return $this->privates['session.factory'];
  21964.         }
  21965.         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']);
  21966.     }
  21967.     /**
  21968.      * Gets the private 'session.storage.factory.service' shared service.
  21969.      *
  21970.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  21971.      *
  21972.      * @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.
  21973.      */
  21974.     protected function getSession_Storage_Factory_ServiceService()
  21975.     {
  21976.         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.');
  21977.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory($this->getSession_Storage_NativeService());
  21978.     }
  21979.     /**
  21980.      * Gets the private 'session.storage.metadata_bag' shared service.
  21981.      *
  21982.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  21983.      *
  21984.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  21985.      */
  21986.     protected function getSession_Storage_MetadataBagService()
  21987.     {
  21988.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  21989.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  21990.     }
  21991.     /**
  21992.      * Gets the private 'session.storage.native' shared service.
  21993.      *
  21994.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  21995.      *
  21996.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  21997.      */
  21998.     protected function getSession_Storage_NativeService()
  21999.     {
  22000.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  22001.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  22002.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  22003.         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());
  22004.     }
  22005.     /**
  22006.      * Gets the private 'session_listener' shared service.
  22007.      *
  22008.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  22009.      */
  22010.     protected function getSessionListenerService()
  22011.     {
  22012.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22013.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  22014.             'logger' => ['services''logger''getLoggerService'false],
  22015.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  22016.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  22017.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  22018.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  22019.         ], [
  22020.             'initialized_session' => '?',
  22021.             'logger' => '?',
  22022.             'request_stack' => '?',
  22023.             'session' => '?',
  22024.             'session_collector' => '?',
  22025.             'session_factory' => '?',
  22026.         ]), true$this->parameters['session.storage.options']);
  22027.     }
  22028.     /**
  22029.      * Gets the private 'swiftmailer.command.debug' shared service.
  22030.      *
  22031.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  22032.      */
  22033.     protected function getSwiftmailer_Command_DebugService()
  22034.     {
  22035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22036.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  22037.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  22038.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  22039.         $instance->setName('debug:swiftmailer');
  22040.         return $instance;
  22041.     }
  22042.     /**
  22043.      * Gets the private 'swiftmailer.command.new_email' shared service.
  22044.      *
  22045.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  22046.      */
  22047.     protected function getSwiftmailer_Command_NewEmailService()
  22048.     {
  22049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22050.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  22051.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  22052.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  22053.         $instance->setName('swiftmailer:email:send');
  22054.         return $instance;
  22055.     }
  22056.     /**
  22057.      * Gets the private 'swiftmailer.command.send_email' shared service.
  22058.      *
  22059.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  22060.      */
  22061.     protected function getSwiftmailer_Command_SendEmailService()
  22062.     {
  22063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22064.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  22065.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  22066.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  22067.         $instance->setName('swiftmailer:spool:send');
  22068.         return $instance;
  22069.     }
  22070.     /**
  22071.      * Gets the private 'texter.transports' shared service.
  22072.      *
  22073.      * @return \Symfony\Component\Notifier\Transport\Transports
  22074.      */
  22075.     protected function getTexter_TransportsService()
  22076.     {
  22077.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  22078.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/Transports.php';
  22079.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport.php';
  22080.         return $this->privates['texter.transports'] = (new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  22081.             yield => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  22082.         }, 1)))->fromStrings([]);
  22083.     }
  22084.     /**
  22085.      * Gets the private 'translation.extractor' shared service.
  22086.      *
  22087.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  22088.      */
  22089.     protected function getTranslation_ExtractorService()
  22090.     {
  22091.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  22092.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  22093.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  22094.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  22095.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  22096.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  22097.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  22098.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  22099.         return $instance;
  22100.     }
  22101.     /**
  22102.      * Gets the private 'translation.loader.csv' shared service.
  22103.      *
  22104.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  22105.      */
  22106.     protected function getTranslation_Loader_CsvService()
  22107.     {
  22108.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22109.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22110.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22111.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  22112.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  22113.     }
  22114.     /**
  22115.      * Gets the private 'translation.loader.dat' shared service.
  22116.      *
  22117.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  22118.      */
  22119.     protected function getTranslation_Loader_DatService()
  22120.     {
  22121.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22122.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  22123.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  22124.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  22125.     }
  22126.     /**
  22127.      * Gets the private 'translation.loader.ini' shared service.
  22128.      *
  22129.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  22130.      */
  22131.     protected function getTranslation_Loader_IniService()
  22132.     {
  22133.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22134.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22135.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22136.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  22137.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  22138.     }
  22139.     /**
  22140.      * Gets the private 'translation.loader.json' shared service.
  22141.      *
  22142.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  22143.      */
  22144.     protected function getTranslation_Loader_JsonService()
  22145.     {
  22146.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22147.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22148.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22149.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  22150.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  22151.     }
  22152.     /**
  22153.      * Gets the private 'translation.loader.mo' shared service.
  22154.      *
  22155.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  22156.      */
  22157.     protected function getTranslation_Loader_MoService()
  22158.     {
  22159.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22160.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22161.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22162.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  22163.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  22164.     }
  22165.     /**
  22166.      * Gets the private 'translation.loader.php' shared service.
  22167.      *
  22168.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  22169.      */
  22170.     protected function getTranslation_Loader_PhpService()
  22171.     {
  22172.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22173.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22174.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22175.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  22176.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  22177.     }
  22178.     /**
  22179.      * Gets the private 'translation.loader.po' shared service.
  22180.      *
  22181.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  22182.      */
  22183.     protected function getTranslation_Loader_PoService()
  22184.     {
  22185.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22186.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22187.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22188.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  22189.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  22190.     }
  22191.     /**
  22192.      * Gets the private 'translation.loader.qt' shared service.
  22193.      *
  22194.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  22195.      */
  22196.     protected function getTranslation_Loader_QtService()
  22197.     {
  22198.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22199.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  22200.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  22201.     }
  22202.     /**
  22203.      * Gets the private 'translation.loader.res' shared service.
  22204.      *
  22205.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  22206.      */
  22207.     protected function getTranslation_Loader_ResService()
  22208.     {
  22209.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22210.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  22211.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  22212.     }
  22213.     /**
  22214.      * Gets the private 'translation.loader.xliff' shared service.
  22215.      *
  22216.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  22217.      */
  22218.     protected function getTranslation_Loader_XliffService()
  22219.     {
  22220.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22221.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  22222.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  22223.     }
  22224.     /**
  22225.      * Gets the private 'translation.loader.yml' shared service.
  22226.      *
  22227.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  22228.      */
  22229.     protected function getTranslation_Loader_YmlService()
  22230.     {
  22231.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22234.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  22235.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  22236.     }
  22237.     /**
  22238.      * Gets the private 'translation.provider_collection' shared service.
  22239.      *
  22240.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  22241.      */
  22242.     protected function getTranslation_ProviderCollectionService()
  22243.     {
  22244.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  22245.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  22246.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  22247.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  22248.         }, 1), []))->fromConfig([]);
  22249.     }
  22250.     /**
  22251.      * Gets the private 'translation.reader' shared service.
  22252.      *
  22253.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  22254.      */
  22255.     protected function getTranslation_ReaderService()
  22256.     {
  22257.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  22258.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  22259.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22260.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22261.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22262.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  22263.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  22264.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  22265.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  22266.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  22267.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  22268.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  22269.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  22270.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  22271.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  22272.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  22273.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  22274.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  22275.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  22276.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  22277.         $instance->addLoader('yaml'$a);
  22278.         $instance->addLoader('yml'$a);
  22279.         $instance->addLoader('xlf'$b);
  22280.         $instance->addLoader('xliff'$b);
  22281.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  22282.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  22283.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  22284.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  22285.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  22286.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  22287.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  22288.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  22289.         return $instance;
  22290.     }
  22291.     /**
  22292.      * Gets the private 'translation.warmer' shared service.
  22293.      *
  22294.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  22295.      */
  22296.     protected function getTranslation_WarmerService()
  22297.     {
  22298.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  22299.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  22300.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22301.             'translator' => ['services''translator''getTranslatorService'false],
  22302.         ], [
  22303.             'translator' => '?',
  22304.         ]))->withContext('translation.warmer'$this));
  22305.     }
  22306.     /**
  22307.      * Gets the private 'translation.writer' shared service.
  22308.      *
  22309.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  22310.      */
  22311.     protected function getTranslation_WriterService()
  22312.     {
  22313.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  22314.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  22315.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  22316.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  22317.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  22318.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  22319.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  22320.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  22321.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  22322.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  22323.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  22324.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  22325.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  22326.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  22327.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  22328.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  22329.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  22330.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  22331.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  22332.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  22333.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  22334.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  22335.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  22336.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  22337.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  22338.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  22339.         return $instance;
  22340.     }
  22341.     /**
  22342.      * Gets the private 'translator.default' shared service.
  22343.      *
  22344.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  22345.      */
  22346.     protected function getTranslator_DefaultService()
  22347.     {
  22348.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22349.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  22350.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  22351.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  22352.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  22353.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  22354.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  22355.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  22356.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  22357.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  22358.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  22359.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  22360.         ], [
  22361.             'translation.loader.csv' => '?',
  22362.             'translation.loader.dat' => '?',
  22363.             'translation.loader.ini' => '?',
  22364.             'translation.loader.json' => '?',
  22365.             'translation.loader.mo' => '?',
  22366.             'translation.loader.php' => '?',
  22367.             'translation.loader.po' => '?',
  22368.             'translation.loader.qt' => '?',
  22369.             'translation.loader.res' => '?',
  22370.             'translation.loader.xliff' => '?',
  22371.             'translation.loader.yml' => '?',
  22372.         ]), 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')], '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')], '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')], 'ua-at' => [=> (\dirname(__DIR__4).'/translations/messages.ua-at.yml')], 'ua-be' => [=> (\dirname(__DIR__4).'/translations/messages.ua-be.yml')], 'ua-bg' => [=> (\dirname(__DIR__4).'/translations/messages.ua-bg.yml')], 'ua-ca' => [=> (\dirname(__DIR__4).'/translations/messages.ua-ca.yml')], 'ua-ch' => [=> (\dirname(__DIR__4).'/translations/messages.ua-ch.yml')], 'ua-cy' => [=> (\dirname(__DIR__4).'/translations/messages.ua-cy.yml')], 'ua-cz' => [=> (\dirname(__DIR__4).'/translations/messages.ua-cz.yml')], 'ua-de' => [=> (\dirname(__DIR__4).'/translations/messages.ua-de.yml')], 'ua-dk' => [=> (\dirname(__DIR__4).'/translations/messages.ua-dk.yml')], 'ua-ee' => [=> (\dirname(__DIR__4).'/translations/messages.ua-ee.yml')], 'ua-en' => [=> (\dirname(__DIR__4).'/translations/messages.ua-en.yml')], 'ua-es' => [=> (\dirname(__DIR__4).'/translations/messages.ua-es.yml')], 'ua-fi' => [=> (\dirname(__DIR__4).'/translations/messages.ua-fi.yml')], 'ua-fr' => [=> (\dirname(__DIR__4).'/translations/messages.ua-fr.yml')], 'ua-gb' => [=> (\dirname(__DIR__4).'/translations/messages.ua-gb.yml')], 'ua-gr' => [=> (\dirname(__DIR__4).'/translations/messages.ua-gr.yml')], 'ua-hr' => [=> (\dirname(__DIR__4).'/translations/messages.ua-hr.yml')], 'ua-hu' => [=> (\dirname(__DIR__4).'/translations/messages.ua-hu.yml')], 'ua-ie' => [=> (\dirname(__DIR__4).'/translations/messages.ua-ie.yml')], 'ua-it' => [=> (\dirname(__DIR__4).'/translations/messages.ua-it.yml')], 'ua-lt' => [=> (\dirname(__DIR__4).'/translations/messages.ua-lt.yml')], 'ua-lu' => [=> (\dirname(__DIR__4).'/translations/messages.ua-lu.yml')], 'ua-lv' => [=> (\dirname(__DIR__4).'/translations/messages.ua-lv.yml')], 'ua-mt' => [=> (\dirname(__DIR__4).'/translations/messages.ua-mt.yml')], 'ua-nl' => [=> (\dirname(__DIR__4).'/translations/messages.ua-nl.yml')], 'ua-no' => [=> (\dirname(__DIR__4).'/translations/messages.ua-no.yml')], 'ua-pl' => [=> (\dirname(__DIR__4).'/translations/messages.ua-pl.yml')], 'ua-pt' => [=> (\dirname(__DIR__4).'/translations/messages.ua-pt.yml')], 'ua-ro' => [=> (\dirname(__DIR__4).'/translations/messages.ua-ro.yml')], 'ua-ru' => [=> (\dirname(__DIR__4).'/translations/messages.ua-ru.yml')], 'ua-se' => [=> (\dirname(__DIR__4).'/translations/messages.ua-se.yml')], 'ua-si' => [=> (\dirname(__DIR__4).'/translations/messages.ua-si.yml')], 'ua-sk' => [=> (\dirname(__DIR__4).'/translations/messages.ua-sk.yml')], 'ua-us' => [=> (\dirname(__DIR__4).'/translations/messages.ua-us.yml')], 'ua' => [=> (\dirname(__DIR__4).'/translations/messages.ua.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']]], []);
  22373.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  22374.         $instance->setFallbackLocales([=> 'en-us'=> 'en']);
  22375.         return $instance;
  22376.     }
  22377.     /**
  22378.      * Gets the private 'twig.command.debug' shared service.
  22379.      *
  22380.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  22381.      */
  22382.     protected function getTwig_Command_DebugService()
  22383.     {
  22384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22385.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  22386.         $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()));
  22387.         $instance->setName('debug:twig');
  22388.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  22389.         return $instance;
  22390.     }
  22391.     /**
  22392.      * Gets the private 'twig.command.lint' shared service.
  22393.      *
  22394.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  22395.      */
  22396.     protected function getTwig_Command_LintService()
  22397.     {
  22398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22399.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  22400.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  22401.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  22402.         $instance->setName('lint:twig');
  22403.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  22404.         return $instance;
  22405.     }
  22406.     /**
  22407.      * Gets the private 'twig.form.engine' shared service.
  22408.      *
  22409.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  22410.      */
  22411.     protected function getTwig_Form_EngineService()
  22412.     {
  22413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  22414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  22415.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  22416.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  22417.         if (isset($this->privates['twig.form.engine'])) {
  22418.             return $this->privates['twig.form.engine'];
  22419.         }
  22420.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  22421.     }
  22422.     /**
  22423.      * Gets the private 'twig.form.renderer' shared service.
  22424.      *
  22425.      * @return \Symfony\Component\Form\FormRenderer
  22426.      */
  22427.     protected function getTwig_Form_RendererService()
  22428.     {
  22429.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  22430.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  22431.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  22432.         if (isset($this->privates['twig.form.renderer'])) {
  22433.             return $this->privates['twig.form.renderer'];
  22434.         }
  22435.         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()));
  22436.     }
  22437.     /**
  22438.      * Gets the private 'twig.mailer.message_listener' shared service.
  22439.      *
  22440.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  22441.      */
  22442.     protected function getTwig_Mailer_MessageListenerService()
  22443.     {
  22444.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  22445.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  22446.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  22447.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  22448.         if (isset($this->privates['twig.mailer.message_listener'])) {
  22449.             return $this->privates['twig.mailer.message_listener'];
  22450.         }
  22451.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  22452.     }
  22453.     /**
  22454.      * Gets the private 'twig.runtime.httpkernel' shared service.
  22455.      *
  22456.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  22457.      */
  22458.     protected function getTwig_Runtime_HttpkernelService()
  22459.     {
  22460.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  22461.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  22462.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  22463.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  22464.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  22465.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  22466.         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, [
  22467.             'esi' => ['privates''fragment.renderer.esi''getFragment_Renderer_EsiService'false],
  22468.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  22469.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  22470.         ], [
  22471.             'esi' => '?',
  22472.             'hinclude' => '?',
  22473.             'inline' => '?',
  22474.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('048ad6025000f9fdb5f98bb642e00eadec0f555d'))), $a));
  22475.     }
  22476.     /**
  22477.      * Gets the private 'twig.runtime.security_csrf' shared service.
  22478.      *
  22479.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  22480.      */
  22481.     protected function getTwig_Runtime_SecurityCsrfService()
  22482.     {
  22483.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  22484.         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()));
  22485.     }
  22486.     /**
  22487.      * Gets the private 'twig.runtime.serializer' shared service.
  22488.      *
  22489.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  22490.      */
  22491.     protected function getTwig_Runtime_SerializerService()
  22492.     {
  22493.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  22494.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  22495.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  22496.         if (isset($this->privates['twig.runtime.serializer'])) {
  22497.             return $this->privates['twig.runtime.serializer'];
  22498.         }
  22499.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
  22500.     }
  22501.     /**
  22502.      * Gets the private 'twig.template_cache_warmer' shared service.
  22503.      *
  22504.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  22505.      */
  22506.     protected function getTwig_TemplateCacheWarmerService()
  22507.     {
  22508.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  22509.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  22510.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  22511.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22512.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  22513.         ], [
  22514.             'twig' => '?',
  22515.         ]))->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')));
  22516.     }
  22517.     /**
  22518.      * Gets the private 'validator.builder' shared service.
  22519.      *
  22520.      * @return \Symfony\Component\Validator\ValidatorBuilder
  22521.      */
  22522.     protected function getValidator_BuilderService()
  22523.     {
  22524.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  22525.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  22526.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22527.             'FlexApp\\Validator\\CommentablePageValidator' => ['privates''FlexApp\\Validator\\CommentablePageValidator''getCommentablePageValidatorService'false],
  22528.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  22529.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  22530.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  22531.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  22532.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  22533.             'WebBundle\\Validator\\Constraints\\CaptchaValidator' => ['services''validator.captcha''getValidator_CaptchaService'false],
  22534.             'WebBundle\\Validator\\Constraints\\CommentValidator' => ['services''WebBundle\\Validator\\Constraints\\CommentValidator''getCommentValidatorService'false],
  22535.             'WebBundle\\Validator\\Constraints\\EqualToFieldValidator' => ['services''validator.equal_to_field''getValidator_EqualToFieldService'false],
  22536.             'WebBundle\\Validator\\Constraints\\UniqueParticipantValidator' => ['services''app.validator.unique_participant''getApp_Validator_UniqueParticipantService'false],
  22537.             'WebBundle\\Validator\\Constraints\\UniqueUserEmailValidator' => ['services''app.validator.unique_user_email''getApp_Validator_UniqueUserEmailService'false],
  22538.             'WebBundle\\Validator\\Constraints\\ValidUserEmailValidator' => ['services''app.validator.validate_user_email''getApp_Validator_ValidateUserEmailService'false],
  22539.             'captcha' => ['services''validator.captcha''getValidator_CaptchaService'false],
  22540.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  22541.             'equal_to_field' => ['services''validator.equal_to_field''getValidator_EqualToFieldService'false],
  22542.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  22543.             'unique_participant' => ['services''app.validator.unique_participant''getApp_Validator_UniqueParticipantService'false],
  22544.             'unique_user_email' => ['services''app.validator.unique_user_email''getApp_Validator_UniqueUserEmailService'false],
  22545.             'validate_user_email' => ['services''app.validator.validate_user_email''getApp_Validator_ValidateUserEmailService'false],
  22546.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  22547.         ], [
  22548.             'FlexApp\\Validator\\CommentablePageValidator' => '?',
  22549.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  22550.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  22551.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  22552.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  22553.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  22554.             'WebBundle\\Validator\\Constraints\\CaptchaValidator' => '?',
  22555.             'WebBundle\\Validator\\Constraints\\CommentValidator' => '?',
  22556.             'WebBundle\\Validator\\Constraints\\EqualToFieldValidator' => '?',
  22557.             'WebBundle\\Validator\\Constraints\\UniqueParticipantValidator' => '?',
  22558.             'WebBundle\\Validator\\Constraints\\UniqueUserEmailValidator' => '?',
  22559.             'WebBundle\\Validator\\Constraints\\ValidUserEmailValidator' => '?',
  22560.             'captcha' => '?',
  22561.             'doctrine.orm.validator.unique' => '?',
  22562.             'equal_to_field' => '?',
  22563.             'security.validator.user_password' => '?',
  22564.             'unique_participant' => '?',
  22565.             'unique_user_email' => '?',
  22566.             'validate_user_email' => '?',
  22567.             'validator.expression' => '?',
  22568.         ])));
  22569.         if ($this->has('translator')) {
  22570.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  22571.         }
  22572.         $instance->setTranslationDomain('messages');
  22573.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  22574.         $instance->enableAnnotationMapping(true);
  22575.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  22576.         $instance->addMethodMapping('loadValidatorMetadata');
  22577.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  22578.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  22579.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  22580.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.oneC_entity_manager'] ?? $this->getDoctrine_Orm_OneCEntityManagerService()), NULL));
  22581.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.logs_entity_manager'] ?? $this->getDoctrine_Orm_LogsEntityManagerService()), NULL));
  22582.         return $instance;
  22583.     }
  22584.     /**
  22585.      * Gets the private 'validator.email' shared service.
  22586.      *
  22587.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  22588.      */
  22589.     protected function getValidator_EmailService()
  22590.     {
  22591.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22592.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22593.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  22594.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  22595.     }
  22596.     /**
  22597.      * Gets the private 'validator.expression' shared service.
  22598.      *
  22599.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  22600.      */
  22601.     protected function getValidator_ExpressionService()
  22602.     {
  22603.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22604.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22605.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  22606.         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())));
  22607.     }
  22608.     /**
  22609.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  22610.      *
  22611.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  22612.      */
  22613.     protected function getValidator_Mapping_CacheWarmerService()
  22614.     {
  22615.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  22616.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  22617.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  22618.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  22619.     }
  22620.     /**
  22621.      * Gets the private 'validator.not_compromised_password' shared service.
  22622.      *
  22623.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  22624.      */
  22625.     protected function getValidator_NotCompromisedPasswordService()
  22626.     {
  22627.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22628.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22629.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  22630.         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);
  22631.     }
  22632.     /**
  22633.      * Gets the private 'web_profiler.csp.handler' shared service.
  22634.      *
  22635.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  22636.      */
  22637.     protected function getWebProfiler_Csp_HandlerService()
  22638.     {
  22639.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  22640.     }
  22641.     /**
  22642.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  22643.      *
  22644.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  22645.      */
  22646.     protected function getWebProfiler_DebugToolbarService()
  22647.     {
  22648.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  22649.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  22650.             return $this->privates['web_profiler.debug_toolbar'];
  22651.         }
  22652.         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);
  22653.     }
  22654.     /**
  22655.      * Gets the public 'cache_clearer' alias.
  22656.      *
  22657.      * @return object The ".container.private.cache_clearer" service.
  22658.      */
  22659.     protected function getCacheClearerService()
  22660.     {
  22661.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  22662.         return $this->get('.container.private.cache_clearer');
  22663.     }
  22664.     /**
  22665.      * Gets the public 'filesystem' alias.
  22666.      *
  22667.      * @return object The ".container.private.filesystem" service.
  22668.      */
  22669.     protected function getFilesystemService()
  22670.     {
  22671.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  22672.         return $this->get('.container.private.filesystem');
  22673.     }
  22674.     /**
  22675.      * Gets the public 'serializer' alias.
  22676.      *
  22677.      * @return object The ".container.private.serializer" service.
  22678.      */
  22679.     protected function getSerializerService()
  22680.     {
  22681.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  22682.         return $this->get('.container.private.serializer');
  22683.     }
  22684.     /**
  22685.      * Gets the public 'security.csrf.token_manager' alias.
  22686.      *
  22687.      * @return object The ".container.private.security.csrf.token_manager" service.
  22688.      */
  22689.     protected function getSecurity_Csrf_TokenManagerService()
  22690.     {
  22691.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  22692.         return $this->get('.container.private.security.csrf.token_manager');
  22693.     }
  22694.     /**
  22695.      * Gets the public 'form.factory' alias.
  22696.      *
  22697.      * @return object The ".container.private.form.factory" service.
  22698.      */
  22699.     protected function getForm_FactoryService()
  22700.     {
  22701.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  22702.         return $this->get('.container.private.form.factory');
  22703.     }
  22704.     /**
  22705.      * Gets the public 'form.type.file' alias.
  22706.      *
  22707.      * @return object The ".container.private.form.type.file" service.
  22708.      */
  22709.     protected function getForm_Type_FileService()
  22710.     {
  22711.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  22712.         return $this->get('.container.private.form.type.file');
  22713.     }
  22714.     /**
  22715.      * Gets the public 'profiler' alias.
  22716.      *
  22717.      * @return object The ".container.private.profiler" service.
  22718.      */
  22719.     protected function getProfilerService()
  22720.     {
  22721.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  22722.         return $this->get('.container.private.profiler');
  22723.     }
  22724.     /**
  22725.      * Gets the public 'twig' alias.
  22726.      *
  22727.      * @return object The ".container.private.twig" service.
  22728.      */
  22729.     protected function getTwigService()
  22730.     {
  22731.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  22732.         return $this->get('.container.private.twig');
  22733.     }
  22734.     /**
  22735.      * Gets the public 'security.authorization_checker' alias.
  22736.      *
  22737.      * @return object The ".container.private.security.authorization_checker" service.
  22738.      */
  22739.     protected function getSecurity_AuthorizationCheckerService()
  22740.     {
  22741.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  22742.         return $this->get('.container.private.security.authorization_checker');
  22743.     }
  22744.     /**
  22745.      * Gets the public 'security.token_storage' alias.
  22746.      *
  22747.      * @return object The ".container.private.security.token_storage" service.
  22748.      */
  22749.     protected function getSecurity_TokenStorageService()
  22750.     {
  22751.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  22752.         return $this->get('.container.private.security.token_storage');
  22753.     }
  22754.     /**
  22755.      * Gets the public 'security.password_encoder' alias.
  22756.      *
  22757.      * @return object The ".container.private.security.password_encoder" service.
  22758.      */
  22759.     protected function getSecurity_PasswordEncoderService()
  22760.     {
  22761.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  22762.         return $this->get('.container.private.security.password_encoder');
  22763.     }
  22764.     /**
  22765.      * Gets the public 'session' alias.
  22766.      *
  22767.      * @return object The ".container.private.session" service.
  22768.      */
  22769.     protected function getSessionService()
  22770.     {
  22771.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  22772.         return $this->get('.container.private.session');
  22773.     }
  22774.     /**
  22775.      * Gets the public 'validator' alias.
  22776.      *
  22777.      * @return object The ".container.private.validator" service.
  22778.      */
  22779.     protected function getValidatorService()
  22780.     {
  22781.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  22782.         return $this->get('.container.private.validator');
  22783.     }
  22784.     /**
  22785.      * @return array|bool|float|int|string|\UnitEnum|null
  22786.      */
  22787.     public function getParameter(string $name)
  22788.     {
  22789.         if (isset($this->buildParameters[$name])) {
  22790.             return $this->buildParameters[$name];
  22791.         }
  22792.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  22793.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  22794.         }
  22795.         if (isset($this->loadedDynamicParameters[$name])) {
  22796.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  22797.         }
  22798.         return $this->parameters[$name];
  22799.     }
  22800.     public function hasParameter(string $name): bool
  22801.     {
  22802.         if (isset($this->buildParameters[$name])) {
  22803.             return true;
  22804.         }
  22805.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  22806.     }
  22807.     public function setParameter(string $name$value): void
  22808.     {
  22809.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  22810.     }
  22811.     public function getParameterBag(): ParameterBagInterface
  22812.     {
  22813.         if (null === $this->parameterBag) {
  22814.             $parameters $this->parameters;
  22815.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  22816.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  22817.             }
  22818.             foreach ($this->buildParameters as $name => $value) {
  22819.                 $parameters[$name] = $value;
  22820.             }
  22821.             $this->parameterBag = new FrozenParameterBag($parameters);
  22822.         }
  22823.         return $this->parameterBag;
  22824.     }
  22825.     private $loadedDynamicParameters = [
  22826.         'kernel.runtime_environment' => false,
  22827.         'kernel.build_dir' => false,
  22828.         'kernel.cache_dir' => false,
  22829.         'soap_login' => false,
  22830.         'soap_pass' => false,
  22831.         'app_name' => false,
  22832.         'contrast' => false,
  22833.         'bright' => false,
  22834.         'disable_get_cons_online_attr_request' => false,
  22835.         'soap_calculate_url' => false,
  22836.         'alert_tg_bot_token' => false,
  22837.         'alert_tg_chat_id' => false,
  22838.         'debug.container.dump' => false,
  22839.         'serializer.mapping.cache.file' => false,
  22840.         'session.save_path' => false,
  22841.         'validator.mapping.cache.file' => false,
  22842.         'profiler.storage.dsn' => false,
  22843.         'doctrine.orm.proxy_dir' => false,
  22844.         'nelmio_cors.defaults' => false,
  22845.     ];
  22846.     private $dynamicParameters = [];
  22847.     private function getDynamicParameter(string $name)
  22848.     {
  22849.         switch ($name) {
  22850.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  22851.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  22852.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  22853.             case 'soap_login'$value $this->getEnv('SOAP_LOGIN'); break;
  22854.             case 'soap_pass'$value $this->getEnv('SOAP_PASSWORD'); break;
  22855.             case 'app_name'$value $this->getEnv('APP_ENV'); break;
  22856.             case 'contrast'$value $this->getEnv('CONTRAST'); break;
  22857.             case 'bright'$value $this->getEnv('BRIGHT'); break;
  22858.             case 'disable_get_cons_online_attr_request'$value $this->getEnv('DISABLE_GET_CONS_ONLINE_ATTR_REQUEST'); break;
  22859.             case 'soap_calculate_url'$value $this->getEnv('SOAP_CALCULATE_URL'); break;
  22860.             case 'alert_tg_bot_token'$value $this->getEnv('ALERT_TELEGRAM_BOT_TOKEN'); break;
  22861.             case 'alert_tg_chat_id'$value $this->getEnv('ALERT_TELEGRAM_CHAT_ID'); break;
  22862.             case 'debug.container.dump'$value = ($this->targetDir.''.'/FlexApp_KernelTe_devDebugContainer.xml'); break;
  22863.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  22864.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  22865.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  22866.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  22867.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  22868.             case 'nelmio_cors.defaults'$value = [
  22869.                 'allow_origin' => [
  22870.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  22871.                 ],
  22872.                 'allow_credentials' => false,
  22873.                 'allow_headers' => [
  22874.                     => 'content-type',
  22875.                     => 'authorization',
  22876.                 ],
  22877.                 'allow_private_network' => false,
  22878.                 'expose_headers' => [
  22879.                     => 'Link',
  22880.                 ],
  22881.                 'allow_methods' => [
  22882.                     => 'GET',
  22883.                     => 'OPTIONS',
  22884.                     => 'POST',
  22885.                     => 'PUT',
  22886.                     => 'PATCH',
  22887.                     => 'DELETE',
  22888.                 ],
  22889.                 'max_age' => 3600,
  22890.                 'hosts' => [
  22891.                 ],
  22892.                 'origin_regex' => true,
  22893.                 'forced_allow_origin_value' => NULL,
  22894.                 'skip_same_as_origin' => true,
  22895.             ]; break;
  22896.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  22897.         }
  22898.         $this->loadedDynamicParameters[$name] = true;
  22899.         return $this->dynamicParameters[$name] = $value;
  22900.     }
  22901.     protected function getDefaultParameters(): array
  22902.     {
  22903.         return [
  22904.             'kernel.project_dir' => \dirname(__DIR__4),
  22905.             'kernel.environment' => 'te_dev',
  22906.             'kernel.debug' => true,
  22907.             'kernel.logs_dir' => (\dirname(__DIR__3).'/logs'),
  22908.             'kernel.bundles' => [
  22909.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  22910.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  22911.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  22912.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  22913.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  22914.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  22915.                 'LeezyPheanstalkBundle' => 'Leezy\\PheanstalkBundle\\LeezyPheanstalkBundle',
  22916.                 'LimeniusLiformBundle' => 'Limenius\\LiformBundle\\LimeniusLiformBundle',
  22917.                 'LimeniusReactBundle' => 'Limenius\\ReactBundle\\LimeniusReactBundle',
  22918.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  22919.                 'MobileDetectBundle' => 'SunCat\\MobileDetectBundle\\MobileDetectBundle',
  22920.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  22921.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  22922.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  22923.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  22924.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  22925.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  22926.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  22927.                 'MetaerCurlWrapperBundle' => 'Metaer\\CurlWrapperBundle\\MetaerCurlWrapperBundle',
  22928.                 'AdmBundle' => 'AdmBundle\\AdmBundle',
  22929.                 'WebBundle' => 'WebBundle\\WebBundle',
  22930.                 'Import1CBundle' => 'Import1CBundle\\Import1CBundle',
  22931.                 'FirebaseBundle' => 'Kreait\\Firebase\\Symfony\\Bundle\\FirebaseBundle',
  22932.                 'FuncCompressBundle' => 'Func\\CompressBundle\\FuncCompressBundle',
  22933.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  22934.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  22935.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  22936.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  22937.             ],
  22938.             'kernel.bundles_metadata' => [
  22939.                 'FrameworkBundle' => [
  22940.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  22941.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  22942.                 ],
  22943.                 'TwigBundle' => [
  22944.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  22945.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  22946.                 ],
  22947.                 'TwigExtraBundle' => [
  22948.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  22949.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  22950.                 ],
  22951.                 'SecurityBundle' => [
  22952.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  22953.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  22954.                 ],
  22955.                 'DoctrineBundle' => [
  22956.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  22957.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  22958.                 ],
  22959.                 'KnpSnappyBundle' => [
  22960.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  22961.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  22962.                 ],
  22963.                 'LeezyPheanstalkBundle' => [
  22964.                     'path' => (\dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src'),
  22965.                     'namespace' => 'Leezy\\PheanstalkBundle',
  22966.                 ],
  22967.                 'LimeniusLiformBundle' => [
  22968.                     'path' => (\dirname(__DIR__4).'/vendor/limenius/liform-bundle'),
  22969.                     'namespace' => 'Limenius\\LiformBundle',
  22970.                 ],
  22971.                 'LimeniusReactBundle' => [
  22972.                     'path' => (\dirname(__DIR__4).'/vendor/limenius/react-bundle'),
  22973.                     'namespace' => 'Limenius\\ReactBundle',
  22974.                 ],
  22975.                 'SensioFrameworkExtraBundle' => [
  22976.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  22977.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  22978.                 ],
  22979.                 'MobileDetectBundle' => [
  22980.                     'path' => (\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle'),
  22981.                     'namespace' => 'SunCat\\MobileDetectBundle',
  22982.                 ],
  22983.                 'MonologBundle' => [
  22984.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  22985.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  22986.                 ],
  22987.                 'DoctrineMigrationsBundle' => [
  22988.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  22989.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  22990.                 ],
  22991.                 'SwiftmailerBundle' => [
  22992.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  22993.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  22994.                 ],
  22995.                 'NelmioAliceBundle' => [
  22996.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  22997.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  22998.                 ],
  22999.                 'FidryAliceDataFixturesBundle' => [
  23000.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  23001.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  23002.                 ],
  23003.                 'HautelookAliceBundle' => [
  23004.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  23005.                     'namespace' => 'Hautelook\\AliceBundle',
  23006.                 ],
  23007.                 'WebProfilerBundle' => [
  23008.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  23009.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  23010.                 ],
  23011.                 'MetaerCurlWrapperBundle' => [
  23012.                     'path' => (\dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle'),
  23013.                     'namespace' => 'Metaer\\CurlWrapperBundle',
  23014.                 ],
  23015.                 'AdmBundle' => [
  23016.                     'path' => (\dirname(__DIR__4).'/src/AdmBundle'),
  23017.                     'namespace' => 'AdmBundle',
  23018.                 ],
  23019.                 'WebBundle' => [
  23020.                     'path' => (\dirname(__DIR__4).'/src/WebBundle'),
  23021.                     'namespace' => 'WebBundle',
  23022.                 ],
  23023.                 'Import1CBundle' => [
  23024.                     'path' => (\dirname(__DIR__4).'/src/Import1CBundle'),
  23025.                     'namespace' => 'Import1CBundle',
  23026.                 ],
  23027.                 'FirebaseBundle' => [
  23028.                     'path' => (\dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src'),
  23029.                     'namespace' => 'Kreait\\Firebase\\Symfony\\Bundle',
  23030.                 ],
  23031.                 'FuncCompressBundle' => [
  23032.                     'path' => (\dirname(__DIR__4).'/vendor/funcphp/twig-compress/CompressBundle'),
  23033.                     'namespace' => 'Func\\CompressBundle',
  23034.                 ],
  23035.                 'MakerBundle' => [
  23036.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  23037.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  23038.                 ],
  23039.                 'NelmioApiDocBundle' => [
  23040.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  23041.                     'namespace' => 'Nelmio\\ApiDocBundle',
  23042.                 ],
  23043.                 'SentryBundle' => [
  23044.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  23045.                     'namespace' => 'Sentry\\SentryBundle',
  23046.                 ],
  23047.                 'NelmioCorsBundle' => [
  23048.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  23049.                     'namespace' => 'Nelmio\\CorsBundle',
  23050.                 ],
  23051.             ],
  23052.             'kernel.charset' => 'UTF-8',
  23053.             'kernel.container_class' => 'FlexApp_KernelTe_devDebugContainer',
  23054.             'container.dumper.inline_class_loader' => true,
  23055.             'container.dumper.inline_factories' => true,
  23056.             'database_driver' => 'pdo_mysql',
  23057.             'database_host' => '127.0.0.1',
  23058.             'database_port' => NULL,
  23059.             'database_name' => 'te5',
  23060.             'database_user' => 'root',
  23061.             'database_password' => 'MySQL20203030root_1##',
  23062.             'database_slave_host' => '127.0.0.1',
  23063.             'database_slave_port' => NULL,
  23064.             'database_slave_name' => 'te5',
  23065.             'database_slave_user' => 'root',
  23066.             'database_slave_password' => 'MySQL20203030root_1##',
  23067.             'database_driver_2' => 'pdo_mysql',
  23068.             'database_host_2' => '127.0.0.1',
  23069.             'database_port_2' => NULL,
  23070.             'database_name_2' => '1c',
  23071.             'database_user_2' => 'root',
  23072.             'database_password_2' => 'MySQL20203030root_1##',
  23073.             'database_driver_3' => 'pdo_mysql',
  23074.             'database_host_3' => '127.0.0.1',
  23075.             'database_port_3' => 9306,
  23076.             'database_name_3' => 'te',
  23077.             'database_user_3' => 'root',
  23078.             'database_password_3' => 'MySQL20203030root_1##',
  23079.             'secret' => '048ad6025000f9fdb5f98bb642e00eadec0f555d',
  23080.             'debug_redirects' => false,
  23081.             'use_assetic_controller' => true,
  23082.             'database_path' => NULL,
  23083.             'googleAnalytics' => false,
  23084.             'monolog_swift_subject' => 'OOps Tile.expert problems',
  23085.             'monolog_swift_to_email' => 'mail@mail.ru',
  23086.             'orderApi_wsdl' => 'https://wa1s03.remote.team:5501/education/ws/projectcalculator.1cws?wsdl',
  23087.             'collApi_wsdl' => 'https://wa1s03.remote.team:5501/education/ws/listeningportal.1cws?wsdl',
  23088.             'node_path' => NULL,
  23089.             'twilio_account_sid' => 'ACb792ac96aff8811ce60e15348308a493',
  23090.             'twilio_auth_token' => 'b193473eec54a9abbffa91c4f59954d2',
  23091.             'twilio_twiml_app_sid' => 'AP44c903a80266f8ac7d2225df3f95061d',
  23092.             'pivat_key' => 'AP44c903a80266f8ac7d2225df3f95061d',
  23093.             'show_alert_update' => false,
  23094.             'guetzli_handler' => '',
  23095.             'pheanstalk_server' => '127.0.0.1',
  23096.             'rabbit_host' => '127.0.0.1',
  23097.             'rabbit_port' => 5672,
  23098.             'rabbit_user' => 'guest',
  23099.             'rabbit_pwd' => 'guest',
  23100.             'nodeServer' => 'https://tile.expert:3002',
  23101.             'assets_base_url' => 'https://dev5.tile.expert',
  23102.             'general' => false,
  23103.             'filters.separator.old' => '-&-',
  23104.             'filters.separator.new' => '&',
  23105.             'salt_portal' => 'test',
  23106.             'salt_portal_bi' => 'test',
  23107.             'database_driver_logs' => 'pdo_mysql',
  23108.             'database_host_logs' => '127.0.0.1',
  23109.             'database_port_logs' => NULL,
  23110.             'database_name_logs' => 'adm_te',
  23111.             'database_user_logs' => 'root',
  23112.             'database_password_logs' => 'MySQL20203030root_1##',
  23113.             'googleRemarketing' => false,
  23114.             'react_rendering' => 'both',
  23115.             'react_trace' => true,
  23116.             'react_mode' => 'phpexecjs',
  23117.             'jobs_subdomain' => 'jobs',
  23118.             'replace_in_jobs_link_4th_level' => 'dev3',
  23119.             'cons_test_mode' => false,
  23120.             'cons_login_for_test_mode' => 'ppopov51218',
  23121.             'comment_fails_emails' => [
  23122.                 => 'p.popov@tile.expert',
  23123.                 => 'i.kedrov@tile.expert',
  23124.                 => 'saqott@gmail.com',
  23125.             ],
  23126.             'user_fails_emails' => [
  23127.                 => 'i.kedrov@tile.expert',
  23128.                 => 'saqott@gmail.com',
  23129.             ],
  23130.             'general_fails_emails' => [
  23131.                 => 'i.kedrov@tile.expert',
  23132.                 => 'saqott@gmail.com',
  23133.             ],
  23134.             'mirror' => 0,
  23135.             'site' => 'dev5.tile.expert',
  23136.             'domain' => 'dev5.tile.expert',
  23137.             'full_domain' => 'https://tile.expert',
  23138.             'site_name' => 'Tile.Expert',
  23139.             'router.request_context.host' => 'te.loc',
  23140.             'router.request_context.scheme' => 'http',
  23141.             'locale' => 'en-us',
  23142.             'langs_available' => 'ru|en|it|es|fr|de|pl|nl|fi|sv',
  23143.             'langs_all' => 'ru|en|it|es|fr|de|pl|nl|fi|sv|no|da|ua',
  23144.             'lang_country' => '(ru|en|it|es|fr|de|pl|nl|fi|sv)(-[\\w]{2})?',
  23145.             'locales' => [
  23146.                 => 'ru',
  23147.                 => 'en',
  23148.                 => 'it',
  23149.                 => 'es',
  23150.                 => 'fr',
  23151.                 => 'de',
  23152.                 => 'pl',
  23153.                 => 'nl',
  23154.                 => 'fi',
  23155.                 => 'sv',
  23156.             ],
  23157.             'recaptcha_secret' => '6LfgVCQUAAAAAK1l060U-9swy1g7f0jd6X6MnxgL',
  23158.             'recaptcha_html' => '6LfgVCQUAAAAADnEA2FMd2014tLh8QD5-_-l6gzD',
  23159.             'recaptcha_secret_opacity' => '6Lefh1IUAAAAAH7DHiHT7fxkIZE8mc8hDUs9hcD2',
  23160.             'recaptcha_html_opacity' => '6Lefh1IUAAAAAAkOM6TdA5UIOnRhn2FaviL08Dhm',
  23161.             'yandex' => false,
  23162.             'w3counter' => false,
  23163.             'mailer_transport' => 'smtp',
  23164.             'mailer_host' => '136.243.132.177',
  23165.             'mailer_port' => 8825,
  23166.             'mailer_user' => NULL,
  23167.             'mailer_password' => NULL,
  23168.             'mailer_email_from' => [
  23169.                 'robot@tile.expert' => '"Robot, TILE.EXPERT"',
  23170.             ],
  23171.             'mailer_email_to' => [
  23172.             ],
  23173.             'portal_host' => 'https://tst.remote.team:7003/app_dev.php',
  23174.             'portal_ws_server' => 'https://te.remote.team:3003',
  23175.             'paypal_url_redirect' => 'https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=',
  23176.             'paypal_url' => 'https://api-3t.sandbox.paypal.com/nvp',
  23177.             'paypal_user_pp' => '',
  23178.             'paypal_pwd_pp' => '',
  23179.             'paypal_signature_pp' => '',
  23180.             'credit_skin' => 'y4VKztc1',
  23181.             'credit_hmac_keys' => 'A020C1971B9FAB3D98BF3C92D5881145FC14347D9E4429866E4F63EBB3340D8C',
  23182.             'credit_amex_skin' => 'cRXj184L',
  23183.             'credit_amex_hmac_keys' => 'A9B646BC2196A906B534A5211AEE3165AFE0E6F447B866BFB10F1AEB2B4C9199',
  23184.             'credit_skin_handle' => 'YePdvnpx',
  23185.             'credit_hmac_keys_handle' => 'D3CB5074AEE9CFFE071290339CBE58B33EC3D9CD978F1FDACDE79BA9C699293C',
  23186.             'credit_amex_skin_handle' => 'VqGkgJno',
  23187.             'credit_amex_hmac_keys_handle' => 'A020C1971B9FAB3D98BF3C92D5881145FC14347D9E4429866E4F63EBB3340D8C',
  23188.             'card_adyen_merchant' => 'TileExpertOUEXPERT',
  23189.             'card_adyen_login' => 'ws@Company.TileExpertOU',
  23190.             'card_adyen_pass' => 'k1HE2)22C}qAK7wyfJ6&UXvdL',
  23191.             'card_adyen_url' => 'https://test.adyen.com/hpp/',
  23192.             'card_adyen_skin' => 'aU1XFuTp',
  23193.             'card_adyen_hmac_keys' => 'A020C1971B9FAB3D98BF3C92D5881145FC14347D9E4429866E4F63EBB3340D8C',
  23194.             'card_adyen_amex_skin' => 'D3zcPv1L',
  23195.             'card_adyen_amex_hmac_keys' => 'A9B646BC2196A906B534A5211AEE3165AFE0E6F447B866BFB10F1AEB2B4C9199',
  23196.             'card_adyen_skin_handle' => 'YePdvnpx',
  23197.             'card_adyen_hmac_keys_handle' => 'D3CB5074AEE9CFFE071290339CBE58B33EC3D9CD978F1FDACDE79BA9C699293C',
  23198.             'card_adyen_amex_skin_handle' => 'VqGkgJno',
  23199.             'card_adyen_amex_hmac_keys_handle' => 'A020C1971B9FAB3D98BF3C92D5881145FC14347D9E4429866E4F63EBB3340D8C',
  23200.             'card_ru_url' => 'https://3dsec.sberbank.ru/payment/rest/',
  23201.             'card_ru_user' => 'tile_expert-api',
  23202.             'card_ru_pass' => 'tile_expert',
  23203.             'card_ru_proxy_url' => NULL,
  23204.             'card_ru_proxy_userpwd' => NULL,
  23205.             'salt' => 'test',
  23206.             'memcache_host' => 'localhost',
  23207.             'memcache_port' => 11211,
  23208.             'database_phpunit_testing_driver' => 'pdo_mysql',
  23209.             'database_phpunit_testing_host' => '136.243.143.200',
  23210.             'database_phpunit_testing_port' => 3307,
  23211.             'database_phpunit_testing_name' => 'phpunit_testing',
  23212.             'database_phpunit_testing_user' => 'root',
  23213.             'database_phpunit_testing_password' => 'MySQL20203030root_1##',
  23214.             'trans_ex' => [
  23215.                 'tred' => [
  23216.                     'user' => 'htsdemo',
  23217.                     'pass' => 'htsdemo5',
  23218.                 ],
  23219.                 'libr' => [
  23220.                     'user' => 'saqott@gmail.com',
  23221.                     'pass' => 'smF8EK$Zn0tUG',
  23222.                     'type' => [
  23223.                         'demo' => 'e489e19b-e6ae-4d5d-90c8-859daaa53ca0',
  23224.                         'standard' => 'e489e19b-e6ae-4d5d-90c8-859daaa53ca0',
  23225.                         'tep' => 'e489e19b-e6ae-4d5d-90c8-859daaa53ca0',
  23226.                     ],
  23227.                 ],
  23228.             ],
  23229.             'critical_errors_email' => [
  23230.                 => 'v.holiaka@tile.expert',
  23231.                 => 'g.melikbekian@tile.expert',
  23232.             ],
  23233.             'critical_errors_from' => 'errors@dev5.tile.expert',
  23234.             'len_article' => '50',
  23235.             'web_socket_server_protocol' => 'ws',
  23236.             'web_socket_server_host' => 'localhost',
  23237.             'web_socket_server_external_port' => 37616,
  23238.             'web_socket_server_internal_port' => 37616,
  23239.             'dev_database_server_version' => 'mariadb-10.5.8',
  23240.             'order_send_review' => false,
  23241.             'disable_delivery_te' => false,
  23242.             'disable_delivery_te_dev' => false,
  23243.             'enable_consultants_schedule_caching' => true,
  23244.             'google_client_id' => '733540005734-ehu23v4sks8snbbonkjku9vjifvqo9o6.apps.googleusercontent.com',
  23245.             'google_secret_key' => 'bUUKJy3GxY2RSdy1vnfxrtAx',
  23246.             'vk_app_id' => 6968232,
  23247.             'vk_secret_kay' => 'VOLYQkvDqmPPWpYpSoPI',
  23248.             'facebook_app_id' => 585883231920021,
  23249.             'facebook_secret_key' => '5aebecf8d45d14985ede6246c60d22bc',
  23250.             'instagram_client_id' => '4eb40278fc5f41dfbe999d08c834210b',
  23251.             'instagram_secret_key' => '9496ce9657dc4886b1b764e66a01ebe2',
  23252.             'wkhtmltopdf' => '/usr/local/bin/wkhtmltopdf.sh',
  23253.             'mirrors_list' => [
  23254.                 => 'site1.tile.expert',
  23255.                 => 'site5.tile.expert',
  23256.                 => 'site5.tile.expert',
  23257.                 => 'site5.tile.expert',
  23258.                 => 'site5.tile.expert',
  23259.             ],
  23260.             'aws.access_key_id' => 'AKIAXGHE77E74NGPYT6Z',
  23261.             'aws.secret_access_key' => 't5xTiYgHZyGArqXAIKfpbEgr+SqwcrFIdvVjQDSX',
  23262.             'aws.api_version' => 'latest',
  23263.             'aws.region' => 'us-east-2',
  23264.             'aws.personalize.campaign_arn' => 'arn:aws:personalize:us-east-2:494401485119:campaign/tile-expert-campaign',
  23265.             'aws.user_interactions_tracker_id' => '8aa2c2cd-018d-4577-8abf-deff2772dc4a',
  23266.             'chat_b_ws_server_type' => 'php',
  23267.             'delivery_addresses_te_dev' => [
  23268.                 => 'g.melikbekian@tile.expert',
  23269.                 => 'gevorg.melikbekian@gmail.com',
  23270.             ],
  23271.             'centrifugo.api_url' => 'http://localhost:8000/api',
  23272.             'centrifugo.connection_url' => 'wss://dev4.tile.expert:443/centrifugo/connection/websocket',
  23273.             'centrifugo.api_key' => 'a8e02d1d-de50-4a2e-8db2-e3066e01272a',
  23274.             'centrifugo.secret' => '245add85-feeb-4694-b113-a0876f9added',
  23275.             'image_lazyload' => true,
  23276.             'braintree_environment' => 'sandbox',
  23277.             'braintree_merchant_id' => 'wyz9r9b7hhtdhxdg',
  23278.             'braintree_public_key' => 't4rb8t3pb9d5ghym',
  23279.             'braintree_private_key' => 'dab9d27c19b0d1fd1acfe2fcccc9b756',
  23280.             'kladr_token' => 'HDhrYb2zHZer7fBB38NfaY5teDZdY6yA',
  23281.             'web_socket_server_internal_host' => 'ws',
  23282.             'cco_email' => NULL,
  23283.             'locale_jobs' => 'ru',
  23284.             'card_adyen_api_key' => 'AQEnhmfuXNWTK0Qc+iSEm2g9gvyLTZlZIqYwPhjcJEaRPxxb13aM1+M2EMFdWw2+5HzctViMSCJMYAc=-Ymwf+OVRZv2MhSZt9EOFzxyF2+yajMuA4p+ov94s3vM=-}#v$hc2Dx6?%+@PR',
  23285.             'card_adyen_client_key' => 'test_ETKJ5WGGUFAKDAXE2KFWWHUJIUKIGHYI',
  23286.             'card_adyen_environment' => 'test',
  23287.             'card_adyen_prefix' => '5691daf620711baf-TileExpertOU',
  23288.             'salt_onec' => 'imagelib',
  23289.             'pg_dsn' => 'postgresql://user:password@host:port/dbname',
  23290.             'img_server_host' => '',
  23291.             'img_server_folder' => '',
  23292.             'img_server_user' => '',
  23293.             'quality' => 100,
  23294.             'quality_webp' => 70,
  23295.             'qte_base_url' => '',
  23296.             'qte_api_key' => '',
  23297.             'bi.v4.image_driver' => 'gd',
  23298.             'google_cloud_api_key' => NULL,
  23299.             'soap_wsdl' => 'https://wa1s03.remote.team:5501/education/ws/projectcalculator.1cws?wsdl',
  23300.             'google_pay_merchant_id' => 'BCR2DN5TWC5O5LAJ',
  23301.             'google_pay_merchant_name' => 'Tile Expert',
  23302.             'google_pay_environment' => 'TEST',
  23303.             'mailer_encryption' => NULL,
  23304.             'mailer_auth_mode' => NULL,
  23305.             'translator.api_url' => 'https://translator.tile.expert',
  23306.             'translator.api_key' => 'a011de81-342e-4c11-be49-f2334e8aa8a1',
  23307.             'assets.version.adm' => '1.2.4',
  23308.             'portal_api_server_logs_dir' => 'portal_api_server',
  23309.             'send_comment_to_portal_logs_dir' => 'comment_send_api_client',
  23310.             'send_theme_to_portal_logs_dir' => 'theme_send_api_client',
  23311.             'send_to_portal_logs_dir' => 'portal_api_client',
  23312.             'last_messages_count_in_chat_b' => 50,
  23313.             'default_cons_online_status_if_can_not_find_by_login_in_portal_data' => true,
  23314.             'chat_b_websocket_client_te_timeout' => 90,
  23315.             'chat_b_websocket_client_te_dev_timeout' => 90,
  23316.             'chat_b_websocket_client_test_timeout' => 7,
  23317.             'chat_b_websocket_client_default_timeout' => 7,
  23318.             'bi.v3.connection.logs' => 'logs',
  23319.             'bi.v3.connection.oneC' => 'oneC',
  23320.             'adm.name' => 'TE AdmPanel',
  23321.             'adm.comment.theme_unid_test' => '57EA4A8B-78D7-CAFC-2363-42F9304CFB6D',
  23322.             'adm.comment.entity_types' => [
  23323.                 'Publication' => '1',
  23324.                 'Vacancy' => '2',
  23325.                 'Collection' => '3',
  23326.                 'Page' => '4',
  23327.                 'BuyOrder' => '5',
  23328.             ],
  23329.             'adm.files.path.web' => '/img_lb',
  23330.             'adm.files.path.files' => 'web/img_lb',
  23331.             'event_dispatcher.event_aliases' => [
  23332.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  23333.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  23334.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  23335.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  23336.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  23337.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  23338.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  23339.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  23340.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  23341.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  23342.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  23343.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  23344.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  23345.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  23346.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  23347.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  23348.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  23349.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  23350.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  23351.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  23352.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  23353.             ],
  23354.             'fragment.renderer.hinclude.global_template' => NULL,
  23355.             'fragment.path' => '/_fragment',
  23356.             'kernel.secret' => '048ad6025000f9fdb5f98bb642e00eadec0f555d',
  23357.             'kernel.http_method_override' => true,
  23358.             'kernel.trusted_hosts' => [
  23359.             ],
  23360.             'kernel.default_locale' => 'en',
  23361.             'kernel.enabled_locales' => [
  23362.             ],
  23363.             'kernel.error_controller' => 'error_controller',
  23364.             'debug.file_link_format' => NULL,
  23365.             'asset.request_context.base_path' => NULL,
  23366.             'asset.request_context.secure' => NULL,
  23367.             'translator.logging' => false,
  23368.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  23369.             'debug.error_handler.throw_at' => -1,
  23370.             'router.request_context.base_url' => '',
  23371.             'router.resource' => 'kernel::loadRoutes',
  23372.             'request_listener.http_port' => 80,
  23373.             'request_listener.https_port' => 443,
  23374.             'session.metadata.storage_key' => '_sf2_meta',
  23375.             'session.storage.options' => [
  23376.                 'cache_limiter' => '0',
  23377.                 'cookie_lifetime' => 2419200,
  23378.                 'cookie_httponly' => true,
  23379.                 'gc_maxlifetime' => 2419200,
  23380.                 'gc_probability' => 1,
  23381.             ],
  23382.             'session.metadata.update_threshold' => 0,
  23383.             'form.type_extension.csrf.enabled' => true,
  23384.             'form.type_extension.csrf.field_name' => '_token',
  23385.             'validator.translation_domain' => 'messages',
  23386.             'profiler_listener.only_exceptions' => false,
  23387.             'profiler_listener.only_main_requests' => false,
  23388.             'twig.form.resources' => [
  23389.                 => 'form_div_layout.html.twig',
  23390.             ],
  23391.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  23392.             'security.role_hierarchy.roles' => [
  23393.                 'ROLE_USER' => [
  23394.                     => 'ROLE_USER',
  23395.                 ],
  23396.                 'ROLE_PREVIEW_LC' => [
  23397.                     => 'ROLE_USER',
  23398.                 ],
  23399.                 'ROLE_CODER' => [
  23400.                     => 'ROLE_USER',
  23401.                 ],
  23402.                 'ROLE_UPLOAD_FILES_TP' => [
  23403.                     => 'ROLE_USER',
  23404.                 ],
  23405.                 'ROLE_EDITOR_EMAIL' => [
  23406.                     => 'ROLE_USER',
  23407.                     => 'ROLE_CONS_RU',
  23408.                     => 'ROLE_CONS_EN',
  23409.                 ],
  23410.                 'ROLE_CONS' => [
  23411.                     => 'ROLE_USER',
  23412.                 ],
  23413.                 'ROLE_CONS_RU' => [
  23414.                     => 'ROLE_CONS',
  23415.                 ],
  23416.                 'ROLE_CONS_EN' => [
  23417.                     => 'ROLE_CONS',
  23418.                 ],
  23419.                 'ROLE_CONS_IT' => [
  23420.                     => 'ROLE_CONS',
  23421.                 ],
  23422.                 'ROLE_CONS_ES' => [
  23423.                     => 'ROLE_CONS',
  23424.                 ],
  23425.                 'ROLE_CONS_FR' => [
  23426.                     => 'ROLE_CONS',
  23427.                 ],
  23428.                 'ROLE_CONS_DE' => [
  23429.                     => 'ROLE_CONS',
  23430.                 ],
  23431.                 'ROLE_CONS_PL' => [
  23432.                     => 'ROLE_CONS',
  23433.                 ],
  23434.                 'ROLE_CONS_NL' => [
  23435.                     => 'ROLE_CONS',
  23436.                 ],
  23437.                 'ROLE_CONS_FI' => [
  23438.                     => 'ROLE_CONS',
  23439.                 ],
  23440.                 'ROLE_CONS_UA' => [
  23441.                     => 'ROLE_CONS',
  23442.                 ],
  23443.                 'ROLE_CONS_DA' => [
  23444.                     => 'ROLE_CONS',
  23445.                 ],
  23446.                 'ROLE_CONS_NO' => [
  23447.                     => 'ROLE_CONS',
  23448.                 ],
  23449.                 'ROLE_CONS_SV' => [
  23450.                     => 'ROLE_CONS',
  23451.                 ],
  23452.                 'ROLE_CONS_ZH' => [
  23453.                     => 'ROLE_CONS',
  23454.                 ],
  23455.                 'ROLE_CONS_EDITOR' => [
  23456.                     => 'ROLE_CONS',
  23457.                 ],
  23458.                 'ROLE_VACANCY_EDITOR' => [
  23459.                     => 'ROLE_ADMIN',
  23460.                 ],
  23461.                 'ROLE_CONS_TRETO' => [
  23462.                     => 'ROLE_CONS',
  23463.                 ],
  23464.                 'ROLE_CONS_TE' => [
  23465.                     => 'ROLE_CONS_EN',
  23466.                     => 'ROLE_CONS_IT',
  23467.                     => 'ROLE_CONS_ES',
  23468.                     => 'ROLE_CONS_FR',
  23469.                     => 'ROLE_CONS_DE',
  23470.                     => 'ROLE_CONS_PL',
  23471.                     => 'ROLE_CONS_NL',
  23472.                     => 'ROLE_CONS_FI',
  23473.                 ],
  23474.                 'ROLE_DEV' => [
  23475.                     => 'ROLE_SIGN',
  23476.                     => 'ROLE_BM',
  23477.                     => 'ROLE_BI',
  23478.                 ],
  23479.                 'ROLE_SIGN' => [
  23480.                     => 'ROLE_BM',
  23481.                     => 'ROLE_BI',
  23482.                 ],
  23483.                 'ROLE_BM' => [
  23484.                     => 'ROLE_BI',
  23485.                 ],
  23486.                 'ROLE_BI' => [
  23487.                     => 'ROLE_USER',
  23488.                 ],
  23489.                 'ROLE_BM_MANUAL' => [
  23490.                     => 'ROLE_USER',
  23491.                 ],
  23492.                 'ROLE_TEST' => [
  23493.                     => 'ROLE_USER',
  23494.                 ],
  23495.                 'ROLE_ORDER_MASTER' => [
  23496.                     => 'ROLE_USER',
  23497.                 ],
  23498.                 'ROLE_REDACTOR' => [
  23499.                     => 'ROLE_CONS_TE',
  23500.                     => 'ROLE_CONS_TRETO',
  23501.                     => 'ROLE_TR_ALL',
  23502.                     => 'ROLE_UPLOAD_FILES_TP',
  23503.                     => 'ROLE_CONS_EDITOR',
  23504.                 ],
  23505.                 'ROLE_DIR' => [
  23506.                     => 'ROLE_DIR',
  23507.                 ],
  23508.                 'ROLE_DESIGNER' => [
  23509.                     => 'ROLE_DESIGNER',
  23510.                 ],
  23511.                 'ROLE_LOGS' => [
  23512.                     => 'ROLE_USER',
  23513.                 ],
  23514.                 'ROLE_ADMIN' => [
  23515.                     => 'ROLE_EDITOR_TRETO',
  23516.                     => 'ROLE_EDITOR_TE',
  23517.                     => 'ROLE_LOGS',
  23518.                     => 'ROLE_REDACTOR',
  23519.                     => 'ROLE_CONS_EDITOR',
  23520.                 ],
  23521.                 'ROLE_AGENT_BRAND' => [
  23522.                     => 'ROLE_ADMIN',
  23523.                 ],
  23524.                 'ROLE_SUPER_ADMIN' => [
  23525.                     => 'ROLE_ADMIN',
  23526.                     => 'ROLE_BI',
  23527.                     => 'ROLE_ALLOWED_TO_SWITCH',
  23528.                     => 'ROLE_CONS_TRETO',
  23529.                     => 'ROLE_CONS_TE',
  23530.                     => 'ROLE_CODER',
  23531.                     => 'ROLE_REDACTOR',
  23532.                 ],
  23533.             ],
  23534.             'security.access.denied_url' => NULL,
  23535.             'security.authentication.manager.erase_credentials' => true,
  23536.             'security.authentication.session_strategy.strategy' => 'migrate',
  23537.             'security.access.always_authenticate_before_granting' => false,
  23538.             'security.authentication.hide_user_not_found' => true,
  23539.             'security.firewalls' => [
  23540.                 => 'dev',
  23541.                 => 'main',
  23542.             ],
  23543.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  23544.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  23545.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  23546.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  23547.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  23548.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  23549.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  23550.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  23551.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  23552.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  23553.             'doctrine.entity_managers' => [
  23554.                 'default' => 'doctrine.orm.default_entity_manager',
  23555.                 'oneC' => 'doctrine.orm.oneC_entity_manager',
  23556.                 'logs' => 'doctrine.orm.logs_entity_manager',
  23557.             ],
  23558.             'doctrine.default_entity_manager' => 'default',
  23559.             'doctrine.dbal.connection_factory.types' => [
  23560.                 'json_array' => [
  23561.                     'class' => 'FlexApp\\Extensions\\Doctrine\\Types\\JsonArrayType',
  23562.                 ],
  23563.                 'declination_type' => [
  23564.                     'class' => 'FlexApp\\Extensions\\Doctrine\\Types\\DeclinationType',
  23565.                 ],
  23566.             ],
  23567.             'doctrine.connections' => [
  23568.                 'default' => 'doctrine.dbal.default_connection',
  23569.                 'unbuffered' => 'doctrine.dbal.unbuffered_connection',
  23570.                 'oneC' => 'doctrine.dbal.oneC_connection',
  23571.                 'logs' => 'doctrine.dbal.logs_connection',
  23572.             ],
  23573.             'doctrine.default_connection' => 'default',
  23574.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  23575.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  23576.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  23577.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  23578.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  23579.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  23580.             'doctrine.orm.cache.memcache_host' => 'localhost',
  23581.             'doctrine.orm.cache.memcache_port' => 11211,
  23582.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  23583.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  23584.             'doctrine.orm.cache.memcached_host' => 'localhost',
  23585.             'doctrine.orm.cache.memcached_port' => 11211,
  23586.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  23587.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  23588.             'doctrine.orm.cache.redis_host' => 'localhost',
  23589.             'doctrine.orm.cache.redis_port' => 6379,
  23590.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  23591.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  23592.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  23593.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  23594.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  23595.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  23596.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  23597.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  23598.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  23599.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  23600.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  23601.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  23602.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  23603.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  23604.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  23605.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  23606.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  23607.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  23608.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  23609.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  23610.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  23611.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  23612.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  23613.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  23614.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  23615.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  23616.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  23617.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  23618.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  23619.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  23620.             'doctrine.orm.auto_generate_proxy_classes' => true,
  23621.             'doctrine.orm.proxy_namespace' => 'Proxies',
  23622.             'knp_snappy.pdf.binary' => 'wkhtmltopdf',
  23623.             'knp_snappy.pdf.options' => [
  23624.                 'encoding' => 'UTF-8',
  23625.                 'page-size' => 'A4',
  23626.                 'orientation' => 'landscape',
  23627.                 'enable-local-file-access' => true,
  23628.                 'allow' => '/tmp',
  23629.             ],
  23630.             'knp_snappy.pdf.env' => [
  23631.             ],
  23632.             'knp_snappy.image.binary' => 'wkhtmltoimage',
  23633.             'knp_snappy.image.options' => [
  23634.             ],
  23635.             'knp_snappy.image.env' => [
  23636.             ],
  23637.             'leezy.pheanstalk.pheanstalks' => [
  23638.             ],
  23639.             'limenius_react.default_rendering' => 'both',
  23640.             'limenius_react.fail_loud' => false,
  23641.             'limenius_react.trace' => true,
  23642.             'limenius_react.external_react_renderer.class' => 'Limenius\\ReactRenderer\\Renderer\\ExternalServerReactRenderer',
  23643.             'limenius_react.phpexecjs_react_renderer.class' => 'Limenius\\ReactRenderer\\Renderer\\PhpExecJsReactRenderer',
  23644.             'limenius_react.context_provider.class' => 'Limenius\\ReactRenderer\\Context\\SymfonyContextProvider',
  23645.             'limenius_react.render_extension.class' => 'Limenius\\ReactRenderer\\Twig\\ReactRenderExtension',
  23646.             'limenius_react.cache_enabled' => false,
  23647.             'mobile_detect.mobile_detector.class' => 'SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector',
  23648.             'mobile_detect.device_view.class' => 'SunCat\\MobileDetectBundle\\Helper\\DeviceView',
  23649.             'mobile_detect.cookie_key' => 'device_view',
  23650.             'mobile_detect.switch_param' => 'device_view',
  23651.             'mobile_detect.cookie_expire_datetime_modifier' => '1 month',
  23652.             'mobile_detect.request_response_listener.class' => 'SunCat\\MobileDetectBundle\\EventListener\\RequestResponseListener',
  23653.             'mobile_detect.redirect' => [
  23654.                 'mobile' => [
  23655.                     'is_enabled' => false,
  23656.                     'host' => NULL,
  23657.                     'status_code' => 302,
  23658.                     'action' => 'redirect',
  23659.                 ],
  23660.                 'tablet' => [
  23661.                     'is_enabled' => false,
  23662.                     'host' => NULL,
  23663.                     'status_code' => 302,
  23664.                     'action' => 'redirect',
  23665.                 ],
  23666.                 'full' => [
  23667.                     'is_enabled' => false,
  23668.                     'host' => NULL,
  23669.                     'status_code' => 302,
  23670.                     'action' => 'redirect',
  23671.                 ],
  23672.                 'detect_tablet_as_mobile' => false,
  23673.             ],
  23674.             'mobile_detect.switch_device_view.save_referer_path' => true,
  23675.             'mobile_detect.twig.extension.class' => 'SunCat\\MobileDetectBundle\\Twig\\Extension\\MobileDetectExtension',
  23676.             'mobile_detect.cookie_path' => '/',
  23677.             'mobile_detect.cookie_domain' => '',
  23678.             'mobile_detect.cookie_secure' => false,
  23679.             'mobile_detect.cookie_httponly' => true,
  23680.             'monolog.use_microseconds' => true,
  23681.             'monolog.swift_mailer.handlers' => [
  23682.             ],
  23683.             'monolog.handlers_to_channels' => [
  23684.                 'monolog.handler.alert' => [
  23685.                     'type' => 'exclusive',
  23686.                     'elements' => [
  23687.                         => 'catalog',
  23688.                         => 'collection',
  23689.                         => 'search',
  23690.                     ],
  23691.                 ],
  23692.                 'monolog.handler.info' => [
  23693.                     'type' => 'exclusive',
  23694.                     'elements' => [
  23695.                         => 'catalog',
  23696.                         => 'collection',
  23697.                         => 'search',
  23698.                     ],
  23699.                 ],
  23700.                 'monolog.handler.error' => [
  23701.                     'type' => 'exclusive',
  23702.                     'elements' => [
  23703.                         => 'catalog',
  23704.                         => 'collection',
  23705.                         => 'search',
  23706.                     ],
  23707.                 ],
  23708.                 'monolog.handler.doctrine' => [
  23709.                     'type' => 'inclusive',
  23710.                     'elements' => [
  23711.                         => 'doctrine',
  23712.                         => 'console',
  23713.                     ],
  23714.                 ],
  23715.                 'monolog.handler.console' => [
  23716.                     'type' => 'exclusive',
  23717.                     'elements' => [
  23718.                         => 'catalog',
  23719.                         => 'collection',
  23720.                         => 'search',
  23721.                         => 'event',
  23722.                         => 'doctrine',
  23723.                         => 'catalog',
  23724.                         => 'search',
  23725.                     ],
  23726.                 ],
  23727.                 'monolog.handler.nested' => [
  23728.                     'type' => 'exclusive',
  23729.                     'elements' => [
  23730.                         => 'catalog',
  23731.                         => 'collection',
  23732.                         => 'search',
  23733.                     ],
  23734.                 ],
  23735.                 'monolog.handler.main' => [
  23736.                     'type' => 'exclusive',
  23737.                     'elements' => [
  23738.                         => 'catalog',
  23739.                         => 'collection',
  23740.                         => 'search',
  23741.                         => 'event',
  23742.                         => 'catalog',
  23743.                         => 'collection',
  23744.                         => 'search',
  23745.                     ],
  23746.                 ],
  23747.                 'monolog.handler.search' => [
  23748.                     'type' => 'inclusive',
  23749.                     'elements' => [
  23750.                         => 'search',
  23751.                     ],
  23752.                 ],
  23753.                 'monolog.handler.collection' => [
  23754.                     'type' => 'inclusive',
  23755.                     'elements' => [
  23756.                         => 'collection',
  23757.                     ],
  23758.                 ],
  23759.                 'monolog.handler.catalog' => [
  23760.                     'type' => 'inclusive',
  23761.                     'elements' => [
  23762.                         => 'catalog',
  23763.                     ],
  23764.                 ],
  23765.             ],
  23766.             'doctrine_migrations.name' => 'Application Migrations',
  23767.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/migrations'),
  23768.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  23769.             'doctrine_migrations.table_name' => 'migration_versions',
  23770.             'doctrine_migrations.column_name' => 'version',
  23771.             'doctrine_migrations.column_length' => 14,
  23772.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  23773.             'doctrine_migrations.all_or_nothing' => false,
  23774.             'doctrine_migrations.custom_template' => NULL,
  23775.             'doctrine_migrations.organize_migrations' => false,
  23776.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  23777.             'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
  23778.             'swiftmailer.mailer.default.transport.smtp.port' => 8825,
  23779.             'swiftmailer.mailer.default.transport.smtp.host' => '136.243.132.177',
  23780.             'swiftmailer.mailer.default.transport.smtp.username' => NULL,
  23781.             'swiftmailer.mailer.default.transport.smtp.password' => NULL,
  23782.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  23783.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  23784.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  23785.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  23786.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  23787.             ],
  23788.             'swiftmailer.mailer.default.spool.enabled' => false,
  23789.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  23790.             'swiftmailer.mailer.default.single_address' => 'g.melikbekian@tile.expert',
  23791.             'swiftmailer.mailer.default.delivery_addresses' => [
  23792.                 => 'g.melikbekian@tile.expert',
  23793.                 => 'gevorg.melikbekian@gmail.com',
  23794.             ],
  23795.             'swiftmailer.mailer.default.delivery_whitelist' => [
  23796.             ],
  23797.             'swiftmailer.mailer.default.delivery.enabled' => true,
  23798.             'swiftmailer.spool.enabled' => false,
  23799.             'swiftmailer.delivery.enabled' => true,
  23800.             'swiftmailer.single_address' => 'g.melikbekian@tile.expert',
  23801.             'swiftmailer.mailers' => [
  23802.                 'default' => 'swiftmailer.mailer.default',
  23803.             ],
  23804.             'swiftmailer.default_mailer' => 'default',
  23805.             'nelmio_alice.functions_blacklist' => [
  23806.                 => 'current',
  23807.                 => 'shuffle',
  23808.                 => 'date',
  23809.                 => 'time',
  23810.                 => 'file',
  23811.                 => 'md5',
  23812.                 => 'sha1',
  23813.             ],
  23814.             'nelmio_alice.locale' => 'en_US',
  23815.             'nelmio_alice.seed' => 1,
  23816.             'nelmio_alice.loading_limit' => 5,
  23817.             'nelmio_alice.max_unique_values_retry' => 150,
  23818.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  23819.             'hautelook_alice.fixtures_path' => [
  23820.                 => 'fixtures',
  23821.             ],
  23822.             'hautelook_alice.root_dirs' => [
  23823.                 => \dirname(__DIR__4),
  23824.             ],
  23825.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  23826.             'web_profiler.debug_toolbar.mode' => 2,
  23827.             'kreait.firebase.factory' => 'Kreait\\Firebase\\Factory',
  23828.             'kreait.firebase.bundle.project_factory' => 'Kreait\\Firebase\\Symfony\\Bundle\\DependencyInjection\\Factory\\ProjectFactory',
  23829.             'nelmio_api_doc.areas' => [
  23830.                 => 'default',
  23831.             ],
  23832.             'nelmio_api_doc.use_validation_groups' => false,
  23833.             'env(SENTRY_RELEASE)' => 'dev-master@0ec3ae1',
  23834.             'sentry.tracing.enabled' => true,
  23835.             'sentry.tracing.dbal.enabled' => true,
  23836.             'sentry.tracing.dbal.connections' => [
  23837.             ],
  23838.             'sentry.tracing.cache.enabled' => true,
  23839.             'sentry.tracing.http_client.enabled' => true,
  23840.             'nelmio_cors.map' => [
  23841.                 '^/' => [
  23842.                 ],
  23843.             ],
  23844.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  23845.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  23846.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  23847.             'maker.compatible_check.doctrine.supports_attributes' => true,
  23848.             'data_collector.templates' => [
  23849.                 'data_collector.request' => [
  23850.                     => 'request',
  23851.                     => '@WebProfiler/Collector/request.html.twig',
  23852.                 ],
  23853.                 'data_collector.time' => [
  23854.                     => 'time',
  23855.                     => '@WebProfiler/Collector/time.html.twig',
  23856.                 ],
  23857.                 'data_collector.memory' => [
  23858.                     => 'memory',
  23859.                     => '@WebProfiler/Collector/memory.html.twig',
  23860.                 ],
  23861.                 'data_collector.validator' => [
  23862.                     => 'validator',
  23863.                     => '@WebProfiler/Collector/validator.html.twig',
  23864.                 ],
  23865.                 'data_collector.ajax' => [
  23866.                     => 'ajax',
  23867.                     => '@WebProfiler/Collector/ajax.html.twig',
  23868.                 ],
  23869.                 'data_collector.form' => [
  23870.                     => 'form',
  23871.                     => '@WebProfiler/Collector/form.html.twig',
  23872.                 ],
  23873.                 'data_collector.exception' => [
  23874.                     => 'exception',
  23875.                     => '@WebProfiler/Collector/exception.html.twig',
  23876.                 ],
  23877.                 'data_collector.logger' => [
  23878.                     => 'logger',
  23879.                     => '@WebProfiler/Collector/logger.html.twig',
  23880.                 ],
  23881.                 'data_collector.events' => [
  23882.                     => 'events',
  23883.                     => '@WebProfiler/Collector/events.html.twig',
  23884.                 ],
  23885.                 'data_collector.router' => [
  23886.                     => 'router',
  23887.                     => '@WebProfiler/Collector/router.html.twig',
  23888.                 ],
  23889.                 'data_collector.cache' => [
  23890.                     => 'cache',
  23891.                     => '@WebProfiler/Collector/cache.html.twig',
  23892.                 ],
  23893.                 'data_collector.translation' => [
  23894.                     => 'translation',
  23895.                     => '@WebProfiler/Collector/translation.html.twig',
  23896.                 ],
  23897.                 'data_collector.security' => [
  23898.                     => 'security',
  23899.                     => '@Security/Collector/security.html.twig',
  23900.                 ],
  23901.                 'data_collector.twig' => [
  23902.                     => 'twig',
  23903.                     => '@WebProfiler/Collector/twig.html.twig',
  23904.                 ],
  23905.                 'data_collector.http_client' => [
  23906.                     => 'http_client',
  23907.                     => '@WebProfiler/Collector/http_client.html.twig',
  23908.                 ],
  23909.                 'data_collector.doctrine' => [
  23910.                     => 'db',
  23911.                     => '@Doctrine/Collector/db.html.twig',
  23912.                 ],
  23913.                 'swiftmailer.data_collector' => [
  23914.                     => 'swiftmailer',
  23915.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  23916.                 ],
  23917.                 'data_collector.messenger' => [
  23918.                     => 'messenger',
  23919.                     => '@WebProfiler/Collector/messenger.html.twig',
  23920.                 ],
  23921.                 'mailer.data_collector' => [
  23922.                     => 'mailer',
  23923.                     => '@WebProfiler/Collector/mailer.html.twig',
  23924.                 ],
  23925.                 'notifier.data_collector' => [
  23926.                     => 'notifier',
  23927.                     => '@WebProfiler/Collector/notifier.html.twig',
  23928.                 ],
  23929.                 'leezy.pheanstalk.data_collector' => [
  23930.                     => 'pheanstalk',
  23931.                     => '@LeezyPheanstalk/Profiler/pheanstalk.html.twig',
  23932.                 ],
  23933.                 'mobile_detect_bundle.device.collector' => [
  23934.                     => 'device.collector',
  23935.                     => '@MobileDetect/Collector/device.html.twig',
  23936.                 ],
  23937.                 'data_collector.config' => [
  23938.                     => 'config',
  23939.                     => '@WebProfiler/Collector/config.html.twig',
  23940.                 ],
  23941.             ],
  23942.             'console.command.ids' => [
  23943.                 => 'console.command.public_alias.FlexApp\\Command\\SyncAllCommentsCommand',
  23944.                 => 'console.command.public_alias.app.command.fosub_migration_command',
  23945.                 => 'console.command.public_alias.app.command.set_coord_append_command',
  23946.                 => 'console.command.public_alias.app.command.set_coord_fix_command',
  23947.                 => 'console.command.public_alias.app.command.cur_rate.update',
  23948.                 => 'console.command.public_alias.app.command.order',
  23949.                 => 'console.command.public_alias.WebBundle\\Command\\CollectionImgCommand',
  23950.                 => 'console.command.public_alias.app.command.payment_from_one_c',
  23951.                 => 'console.command.public_alias.app.command.idea',
  23952.                 => 'console.command.public_alias.app.command.send_email_list',
  23953.                 10 => 'console.command.public_alias.app.command.collection_video',
  23954.                 11 => 'console.command.public_alias.app.command.check_onec_service',
  23955.                 12 => 'console.command.public_alias.app.setting.collection.command',
  23956.                 13 => 'console.command.public_alias.app.command.reviews_old.command',
  23957.                 14 => 'console.command.public_alias.app.command.pars_country.command',
  23958.                 15 => 'console.command.public_alias.app.command.publiccation_fix_path',
  23959.                 16 => 'console.command.public_alias.app.command.user_resend',
  23960.                 17 => 'console.command.public_alias.app.command.site_collection',
  23961.                 18 => 'console.command.public_alias.app.command.clear_article_dublicate',
  23962.                 19 => 'console.command.public_alias.app.command.check_rating',
  23963.                 20 => 'console.command.public_alias.app.command.update_user',
  23964.                 21 => 'console.command.public_alias.app.command.msh.run',
  23965.                 22 => 'console.command.public_alias.app.command.cron.synch',
  23966.                 23 => 'console.command.public_alias.app.command.order.send-email',
  23967.                 24 => 'console.command.public_alias.app.command.order.resend1C',
  23968.                 25 => 'console.command.public_alias.app.command.social.stat',
  23969.                 26 => 'console.command.public_alias.command.img.check',
  23970.                 27 => 'console.command.public_alias.command.main.check',
  23971.                 28 => 'console.command.public_alias.command.collection.check',
  23972.                 29 => 'console.command.public_alias.command.cache.clear',
  23973.                 30 => 'console.command.public_alias.command.discuss.user_unid_clear',
  23974.                 31 => 'console.command.public_alias.app.command.clear.history',
  23975.                 32 => 'console.command.public_alias.app.command.factory.statupd',
  23976.                 33 => 'console.command.public_alias.app.command.idearename',
  23977.                 34 => 'console.command.public_alias.app.command.send_review_invitations',
  23978.                 35 => 'console.command.public_alias.WebBundle\\Command\\UpdateCountryFreeSampleDeliveryCommand',
  23979.                 36 => 'console.command.public_alias.app.command.article.update_textures',
  23980.                 37 => 'leezy.pheanstalk.command.delete_job',
  23981.                 38 => 'leezy.pheanstalk.command.flush_tube',
  23982.                 39 => 'leezy.pheanstalk.command.kick',
  23983.                 40 => 'leezy.pheanstalk.command.kick_job',
  23984.                 41 => 'leezy.pheanstalk.command.list_tube',
  23985.                 42 => 'leezy.pheanstalk.command.next_ready',
  23986.                 43 => 'leezy.pheanstalk.command.pause_tube',
  23987.                 44 => 'leezy.pheanstalk.command.peek',
  23988.                 45 => 'leezy.pheanstalk.command.peek_tube',
  23989.                 46 => 'leezy.pheanstalk.command.put',
  23990.                 47 => 'leezy.pheanstalk.command.stats',
  23991.                 48 => 'leezy.pheanstalk.command.stats_job',
  23992.                 49 => 'leezy.pheanstalk.command.stats_tube',
  23993.             ],
  23994.         ];
  23995.     }
  23996.     protected function throw($message)
  23997.     {
  23998.         throw new RuntimeException($message);
  23999.     }
  24000. }