var/cache/dev/ContainerX71dcEL/BundleHitso_Bundle_KernelDevDebugContainer.php line 10938

Open in your IDE?
  1. <?php
  2. namespace ContainerX71dcEL;
  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.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class BundleHitso_Bundle_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'Debril\\RssAtomBundle\\Controller\\StreamController' => 'getStreamControllerService',
  37.             'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService',
  38.             'Endroid\\QrCode\\Writer\\BinaryWriter' => 'getBinaryWriterService',
  39.             'Endroid\\QrCode\\Writer\\DebugWriter' => 'getDebugWriterService',
  40.             'Endroid\\QrCode\\Writer\\EpsWriter' => 'getEpsWriterService',
  41.             'Endroid\\QrCode\\Writer\\PngWriter' => 'getPngWriterService',
  42.             'Endroid\\QrCode\\Writer\\SvgWriter' => 'getSvgWriterService',
  43.             'Faker\\Generator' => 'getGeneratorService',
  44.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CacheController' => 'getCacheControllerService',
  45.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController' => 'getCategoryAttributeControllerService',
  46.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController' => 'getCategoryControllerService',
  47.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController' => 'getCompanyReferenceControllerService',
  48.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController' => 'getErrorTestControllerService',
  49.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController' => 'getFaqAnswerControllerService',
  50.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController' => 'getFaqCategoryControllerService',
  51.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController' => 'getInformationControllerService',
  52.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController' => 'getInstructionCategoryControllerService',
  53.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController' => 'getInstructionControllerService',
  54.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController' => 'getMarketCategoryControllerService',
  55.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController' => 'getMarketControllerService',
  56.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController' => 'getProductControllerService',
  57.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController' => 'getProductFireResistanceControllerService',
  58.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController' => 'getProductInsuranceSecurityControllerService',
  59.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController' => 'getProductSafeLockControllerService',
  60.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController' => 'getProductSecurityClassControllerService',
  61.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController' => 'getProductSecurityClassFeatureControllerService',
  62.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController' => 'getProductSeriesControllerService',
  63.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController' => 'getPublicationControllerService',
  64.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController' => 'getSloganControllerService',
  65.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController' => 'getWhatToLookForBlockControllerService',
  66.             'Hartmann\\Bundle\\AppBundle\\Controller\\Front\\PdfGeneratorController' => 'getPdfGeneratorControllerService',
  67.             'Hartmann\\Bundle\\AppBundle\\DataTable\\AttributeGroupDataTable' => 'getAttributeGroupDataTableService',
  68.             'Hartmann\\Bundle\\AppBundle\\DataTable\\CategoryAttributeDataTable' => 'getCategoryAttributeDataTableService',
  69.             'Hartmann\\Bundle\\AppBundle\\DataTable\\CategoryDataTable' => 'getCategoryDataTableService',
  70.             'Hartmann\\Bundle\\AppBundle\\DataTable\\CompanyReferenceDataTable' => 'getCompanyReferenceDataTableService',
  71.             'Hartmann\\Bundle\\AppBundle\\DataTable\\Contents' => 'getContentsService',
  72.             'Hartmann\\Bundle\\AppBundle\\DataTable\\FaqAnswerDataTable' => 'getFaqAnswerDataTableService',
  73.             'Hartmann\\Bundle\\AppBundle\\DataTable\\FaqCategoryDataTable' => 'getFaqCategoryDataTableService',
  74.             'Hartmann\\Bundle\\AppBundle\\DataTable\\InformationDataTable' => 'getInformationDataTableService',
  75.             'Hartmann\\Bundle\\AppBundle\\DataTable\\InstructionCategoryDataTable' => 'getInstructionCategoryDataTableService',
  76.             'Hartmann\\Bundle\\AppBundle\\DataTable\\InstructionDataTable' => 'getInstructionDataTableService',
  77.             'Hartmann\\Bundle\\AppBundle\\DataTable\\MarketCategoryDataTable' => 'getMarketCategoryDataTableService',
  78.             'Hartmann\\Bundle\\AppBundle\\DataTable\\MarketDataTable' => 'getMarketDataTableService',
  79.             'Hartmann\\Bundle\\AppBundle\\DataTable\\ProductDataTable' => 'getProductDataTableService',
  80.             'Hartmann\\Bundle\\AppBundle\\DataTable\\ProductFireResistanceDataTable' => 'getProductFireResistanceDataTableService',
  81.             'Hartmann\\Bundle\\AppBundle\\DataTable\\ProductInsuranceSecurityDataTable' => 'getProductInsuranceSecurityDataTableService',
  82.             'Hartmann\\Bundle\\AppBundle\\DataTable\\ProductReviewDataTable' => 'getProductReviewDataTableService',
  83.             'Hartmann\\Bundle\\AppBundle\\DataTable\\ProductSafeLockDataTable' => 'getProductSafeLockDataTableService',
  84.             'Hartmann\\Bundle\\AppBundle\\DataTable\\ProductSecurityClassDataTable' => 'getProductSecurityClassDataTableService',
  85.             'Hartmann\\Bundle\\AppBundle\\DataTable\\ProductSecurityClassFeatureDataTable' => 'getProductSecurityClassFeatureDataTableService',
  86.             'Hartmann\\Bundle\\AppBundle\\DataTable\\ProductSeriesDataTable' => 'getProductSeriesDataTableService',
  87.             'Hartmann\\Bundle\\AppBundle\\DataTable\\PublicationDataTable' => 'getPublicationDataTableService',
  88.             'Hartmann\\Bundle\\AppBundle\\DataTable\\SloganDataTable' => 'getSloganDataTableService',
  89.             'Hartmann\\Bundle\\AppBundle\\DataTable\\TicketsDataTable' => 'getTicketsDataTableService',
  90.             'Hartmann\\Bundle\\AppBundle\\DataTable\\WhatToLookForBlockDataTable' => 'getWhatToLookForBlockDataTableService',
  91.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\CompanyReferenceController' => 'getCompanyReferenceController2Service',
  92.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ContactFormController' => 'getContactFormControllerService',
  93.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\FaqAnswerController' => 'getFaqAnswerController2Service',
  94.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\FaqCategoryController' => 'getFaqCategoryController2Service',
  95.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\InformationController' => 'getInformationController2Service',
  96.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\InstructionCategoryController' => 'getInstructionCategoryController2Service',
  97.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\InstructionController' => 'getInstructionController2Service',
  98.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\MarketCategoryController' => 'getMarketCategoryController2Service',
  99.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\MarketController' => 'getMarketController2Service',
  100.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductCategoryController' => 'getProductCategoryControllerService',
  101.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductController' => 'getProductController2Service',
  102.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductFireResistanceController' => 'getProductFireResistanceController2Service',
  103.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductFireResistanceGroupController' => 'getProductFireResistanceGroupControllerService',
  104.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductInsuranceSecurityController' => 'getProductInsuranceSecurityController2Service',
  105.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductSafeLockController' => 'getProductSafeLockController2Service',
  106.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductSecurityClassController' => 'getProductSecurityClassController2Service',
  107.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductSecurityClassGroupController' => 'getProductSecurityClassGroupControllerService',
  108.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductSeriesController' => 'getProductSeriesController2Service',
  109.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\PublicationController' => 'getPublicationController2Service',
  110.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\SearchController' => 'getSearchControllerService',
  111.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\SloganController' => 'getSloganController2Service',
  112.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\SlugController' => 'getSlugControllerService',
  113.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\CompanyReferenceFactory' => 'getCompanyReferenceFactoryService',
  114.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\FaqAnswerFactory' => 'getFaqAnswerFactoryService',
  115.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\FaqCategoryFactory' => 'getFaqCategoryFactoryService',
  116.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\InformationFactory' => 'getInformationFactoryService',
  117.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\InstructionCategoryFactory' => 'getInstructionCategoryFactoryService',
  118.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\InstructionFactory' => 'getInstructionFactoryService',
  119.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\MarketCategoryFactory' => 'getMarketCategoryFactoryService',
  120.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\MarketFactory' => 'getMarketFactoryService',
  121.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductFactory' => 'getProductFactoryService',
  122.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductFireResistanceFactory' => 'getProductFireResistanceFactoryService',
  123.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductFireResistanceGroupFactory' => 'getProductFireResistanceGroupFactoryService',
  124.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductInsuranceSecurityFactory' => 'getProductInsuranceSecurityFactoryService',
  125.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductSafeLockFactory' => 'getProductSafeLockFactoryService',
  126.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductSecurityClassFactory' => 'getProductSecurityClassFactoryService',
  127.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductSecurityClassGroupFactory' => 'getProductSecurityClassGroupFactoryService',
  128.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductSeriesFactory' => 'getProductSeriesFactoryService',
  129.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\PublicationFactory' => 'getPublicationFactoryService',
  130.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\SloganFactory' => 'getSloganFactoryService',
  131.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\CompanyReferenceType' => 'getCompanyReferenceTypeService',
  132.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ContentSearchType' => 'getContentSearchTypeService',
  133.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\FaqAnswerType' => 'getFaqAnswerTypeService',
  134.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\FaqCategoryType' => 'getFaqCategoryTypeService',
  135.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\InformationType' => 'getInformationTypeService',
  136.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\InstructionCategoryType' => 'getInstructionCategoryTypeService',
  137.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\InstructionType' => 'getInstructionTypeService',
  138.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\MarketCategoryType' => 'getMarketCategoryTypeService',
  139.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\MarketType' => 'getMarketTypeService',
  140.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductCategoryFiltersType' => 'getProductCategoryFiltersTypeService',
  141.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductFireResistanceGroupType' => 'getProductFireResistanceGroupTypeService',
  142.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductFireResistanceType' => 'getProductFireResistanceTypeService',
  143.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductInsuranceSecurityType' => 'getProductInsuranceSecurityTypeService',
  144.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSafeLockType' => 'getProductSafeLockTypeService',
  145.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSearchType' => 'getProductSearchTypeService',
  146.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSecurityClassGroupType' => 'getProductSecurityClassGroupTypeService',
  147.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSecurityClassType' => 'getProductSecurityClassTypeService',
  148.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSeriesType' => 'getProductSeriesTypeService',
  149.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductType' => 'getProductTypeService',
  150.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\PublicationType' => 'getPublicationTypeService',
  151.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\SearchType' => 'getSearchTypeService',
  152.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\SimilarProductType' => 'getSimilarProductTypeService',
  153.             'Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\SloganType' => 'getSloganTypeService',
  154.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ChangeLogController' => 'getChangeLogControllerService',
  155.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  156.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SecurityController' => 'getSecurityControllerService',
  157.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SystemConfigurationController' => 'getSystemConfigurationControllerService',
  158.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ToolsController' => 'getToolsControllerService',
  159.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController' => 'getUsersControllerService',
  160.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController' => 'getWhitelistControllerService',
  161.             'Hitso\\Bundle\\AdminBundle\\DataTable\\ChangeLogDataTable' => 'getChangeLogDataTableService',
  162.             'Hitso\\Bundle\\AdminBundle\\DataTable\\Log' => 'getLogService',
  163.             'Hitso\\Bundle\\AdminBundle\\DataTable\\SystemConfigurationDataTable' => 'getSystemConfigurationDataTableService',
  164.             'Hitso\\Bundle\\AdminBundle\\DataTable\\UserLog' => 'getUserLogService',
  165.             'Hitso\\Bundle\\AdminBundle\\DataTable\\Users' => 'getUsersService',
  166.             'Hitso\\Bundle\\AdminBundle\\DataTable\\WhitelistDataTable' => 'getWhitelistDataTableService',
  167.             'Hitso\\Bundle\\BlocksBundle\\Block\\Factory' => 'getFactoryService',
  168.             'Hitso\\Bundle\\BlocksBundle\\Controller\\Admin\\BlockController' => 'getBlockControllerService',
  169.             'Hitso\\Bundle\\BlocksBundle\\DataTable\\Blocks' => 'getBlocksService',
  170.             'Hitso\\Bundle\\BlocksBundle\\DataTable\\DataSource\\Blocks' => 'getBlocks2Service',
  171.             'Hitso\\Bundle\\BlocksBundle\\Service\\Api\\Controller\\BlockController' => 'getBlockController2Service',
  172.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController' => 'getAttributeControllerService',
  173.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController' => 'getAttributeGroupControllerService',
  174.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController' => 'getBrandControllerService',
  175.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController' => 'getCategoryController2Service',
  176.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController' => 'getCategorySectionControllerService',
  177.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController' => 'getProductChangeLogControllerService',
  178.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController' => 'getProductController3Service',
  179.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController' => 'getProductReviewControllerService',
  180.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController' => 'getProductSectionControllerService',
  181.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController' => 'getTaxRateControllerService',
  182.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CategoryController' => 'getCategoryController3Service',
  183.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController' => 'getCompareControllerService',
  184.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ErrorPageController' => 'getErrorPageControllerService',
  185.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\FeaturedProductsController' => 'getFeaturedProductsControllerService',
  186.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ProductController' => 'getProductController4Service',
  187.             'Hitso\\Bundle\\CatalogBundle\\DataTable\\AttributeDataTable' => 'getAttributeDataTableService',
  188.             'Hitso\\Bundle\\CatalogBundle\\DataTable\\AttributeGroupDataTable' => 'getAttributeGroupDataTable2Service',
  189.             'Hitso\\Bundle\\CatalogBundle\\DataTable\\AttributeLogDataTable' => 'getAttributeLogDataTableService',
  190.             'Hitso\\Bundle\\CatalogBundle\\DataTable\\BrandDataTable' => 'getBrandDataTableService',
  191.             'Hitso\\Bundle\\CatalogBundle\\DataTable\\CategoryDataTable' => 'getCategoryDataTable2Service',
  192.             'Hitso\\Bundle\\CatalogBundle\\DataTable\\CategorySectionDataTable' => 'getCategorySectionDataTableService',
  193.             'Hitso\\Bundle\\CatalogBundle\\DataTable\\DataSource\\AttributeLog' => 'getAttributeLogService',
  194.             'Hitso\\Bundle\\CatalogBundle\\DataTable\\ProductChangeLogDataTable' => 'getProductChangeLogDataTableService',
  195.             'Hitso\\Bundle\\CatalogBundle\\DataTable\\ProductDataTable' => 'getProductDataTable2Service',
  196.             'Hitso\\Bundle\\CatalogBundle\\DataTable\\ProductDeletableDataTable' => 'getProductDeletableDataTableService',
  197.             'Hitso\\Bundle\\CatalogBundle\\DataTable\\ProductEditableDataTable' => 'getProductEditableDataTableService',
  198.             'Hitso\\Bundle\\CatalogBundle\\DataTable\\ProductFilesDataTable' => 'getProductFilesDataTableService',
  199.             'Hitso\\Bundle\\CatalogBundle\\DataTable\\ProductLogDataTable' => 'getProductLogDataTableService',
  200.             'Hitso\\Bundle\\CatalogBundle\\DataTable\\ProductReviewDataTable' => 'getProductReviewDataTable2Service',
  201.             'Hitso\\Bundle\\CatalogBundle\\DataTable\\ProductSectionChangesDataTable' => 'getProductSectionChangesDataTableService',
  202.             'Hitso\\Bundle\\CatalogBundle\\DataTable\\ProductSectionDataTable' => 'getProductSectionDataTableService',
  203.             'Hitso\\Bundle\\CatalogBundle\\DataTable\\TaxRateDataTable' => 'getTaxRateDataTableService',
  204.             'Hitso\\Bundle\\CatalogBundle\\Extension\\Strategy\\ProductColumnsPageStrategy' => 'getProductColumnsPageStrategyService',
  205.             'Hitso\\Bundle\\CatalogBundle\\Seo\\Json\\CategoryJsonLinkingDataGenerator' => 'getCategoryJsonLinkingDataGeneratorService',
  206.             'Hitso\\Bundle\\CatalogBundle\\Seo\\Json\\ProductJsonLinkingDataGenerator' => 'getProductJsonLinkingDataGeneratorService',
  207.             'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Controller\\AttributeController' => 'getAttributeController2Service',
  208.             'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Controller\\AttributeGroupController' => 'getAttributeGroupController2Service',
  209.             'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Controller\\BrandController' => 'getBrandController2Service',
  210.             'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Controller\\CategoryController' => 'getCategoryController4Service',
  211.             'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Controller\\ProductController' => 'getProductController5Service',
  212.             'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Controller\\TaxRateController' => 'getTaxRateController2Service',
  213.             'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\AttributeFactory' => 'getAttributeFactoryService',
  214.             'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\AttributeGroupFactory' => 'getAttributeGroupFactoryService',
  215.             'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\BrandFactory' => 'getBrandFactoryService',
  216.             'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\CategoryFactory' => 'getCategoryFactoryService',
  217.             'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\ProductFactory' => 'getProductFactory2Service',
  218.             'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\TaxRateFactory' => 'getTaxRateFactoryService',
  219.             'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\AttributeGroupType' => 'getAttributeGroupTypeService',
  220.             'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\AttributeType' => 'getAttributeTypeService',
  221.             'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\BrandType' => 'getBrandTypeService',
  222.             'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\CategoryType' => 'getCategoryTypeService',
  223.             'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\ProductType' => 'getProductType2Service',
  224.             'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\TaxRateType' => 'getTaxRateTypeService',
  225.             'Hitso\\Bundle\\CommonBundle\\Api\\Factory\\ConditionFactory' => 'getConditionFactoryService',
  226.             'Hitso\\Bundle\\CommonBundle\\Api\\Factory\\CriteriaFactory' => 'getCriteriaFactoryService',
  227.             'Hitso\\Bundle\\CommonBundle\\Controller\\Admin\\CacheController' => 'getCacheController2Service',
  228.             'Hitso\\Bundle\\CommonBundle\\Controller\\Api\\LikesController' => 'getLikesControllerService',
  229.             'Hitso\\Bundle\\CommonBundle\\Controller\\Api\\MonitorController' => 'getMonitorControllerService',
  230.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\AboutUsController' => 'getAboutUsControllerService',
  231.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\GraphQLController' => 'getGraphQLControllerService',
  232.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\HomePageController' => 'getHomePageControllerService',
  233.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\UserController' => 'getUserControllerService',
  234.             'Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection' => 'getManagerCollectionService',
  235.             'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection' => 'getLoggableReverterCollectionService',
  236.             'Hitso\\Bundle\\CommonBundle\\Mailer\\Mailer' => 'getMailerService',
  237.             'Hitso\\Bundle\\CommonBundle\\Manager\\SystemConfigurationManager' => 'getSystemConfigurationManagerService',
  238.             'Hitso\\Bundle\\CommonBundle\\Service\\CSV' => 'getCSVService',
  239.             'Hitso\\Bundle\\CommonBundle\\Service\\GoogleSheet' => 'getGoogleSheetService',
  240.             'Hitso\\Bundle\\CommonBundle\\Service\\System\\Configuration\\SystemConfiguratorCollection' => 'getSystemConfiguratorCollectionService',
  241.             'Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\ImportExportMappingConfigurator' => 'getImportExportMappingConfiguratorService',
  242.             'Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\MailerConfigurator' => 'getMailerConfiguratorService',
  243.             'Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\RecaptchaConfigurator' => 'getRecaptchaConfiguratorService',
  244.             'Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\RobotsConfigurator' => 'getRobotsConfiguratorService',
  245.             'Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\ThemeConfigurator' => 'getThemeConfiguratorService',
  246.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController' => 'getAuthorControllerService',
  247.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController' => 'getBannerControllerService',
  248.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController' => 'getCategoryController5Service',
  249.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController' => 'getCommentControllerService',
  250.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController' => 'getContentChangeLogControllerService',
  251.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController' => 'getContentControllerService',
  252.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\RateController' => 'getRateControllerService',
  253.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController' => 'getSlideControllerService',
  254.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\CommentController' => 'getCommentController2Service',
  255.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController' => 'getContentController2Service',
  256.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController' => 'getElementControllerService',
  257.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController' => 'getSearchController2Service',
  258.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController' => 'getArticleCategoryControllerService',
  259.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController' => 'getArticleControllerService',
  260.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ContentController' => 'getContentController3Service',
  261.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\FormController' => 'getFormControllerService',
  262.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController' => 'getPageControllerService',
  263.             'Hitso\\Bundle\\ContentBundle\\DataTable\\Authors' => 'getAuthorsService',
  264.             'Hitso\\Bundle\\ContentBundle\\DataTable\\Banners' => 'getBannersService',
  265.             'Hitso\\Bundle\\ContentBundle\\DataTable\\Categories' => 'getCategoriesService',
  266.             'Hitso\\Bundle\\ContentBundle\\DataTable\\Comments' => 'getCommentsService',
  267.             'Hitso\\Bundle\\ContentBundle\\DataTable\\ContentChangeLogDataTable' => 'getContentChangeLogDataTableService',
  268.             'Hitso\\Bundle\\ContentBundle\\DataTable\\ContentDeletableDataTable' => 'getContentDeletableDataTableService',
  269.             'Hitso\\Bundle\\ContentBundle\\DataTable\\Contents' => 'getContents2Service',
  270.             'Hitso\\Bundle\\ContentBundle\\DataTable\\Rates' => 'getRatesService',
  271.             'Hitso\\Bundle\\ContentBundle\\DataTable\\Slides' => 'getSlidesService',
  272.             'Hitso\\Bundle\\ContentBundle\\Seo\\Extractor\\CategoryExtractor' => 'getCategoryExtractorService',
  273.             'Hitso\\Bundle\\ContentBundle\\Seo\\Extractor\\ContentExtractor' => 'getContentExtractorService',
  274.             'Hitso\\Bundle\\ContentBundle\\Service\\Api\\Controller\\ArticleCategoryController' => 'getArticleCategoryController2Service',
  275.             'Hitso\\Bundle\\ContentBundle\\Service\\Api\\Controller\\ArticleController' => 'getArticleController2Service',
  276.             'Hitso\\Bundle\\ContentBundle\\Service\\Api\\Controller\\ContentCategoryController' => 'getContentCategoryControllerService',
  277.             'Hitso\\Bundle\\ContentBundle\\Service\\Api\\Controller\\ContentController' => 'getContentController4Service',
  278.             'Hitso\\Bundle\\ContentBundle\\Service\\Api\\Factory\\ArticleCategoryFactory' => 'getArticleCategoryFactoryService',
  279.             'Hitso\\Bundle\\ContentBundle\\Service\\Api\\Factory\\ArticleFactory' => 'getArticleFactoryService',
  280.             'Hitso\\Bundle\\ContentBundle\\Service\\Api\\Factory\\ContentCategoryFactory' => 'getContentCategoryFactoryService',
  281.             'Hitso\\Bundle\\ContentBundle\\Service\\Api\\Factory\\ContentFactory' => 'getContentFactoryService',
  282.             'Hitso\\Bundle\\ContentBundle\\Service\\Api\\Query\\ArticleCategoryType' => 'getArticleCategoryTypeService',
  283.             'Hitso\\Bundle\\ContentBundle\\Service\\Api\\Query\\ArticleType' => 'getArticleTypeService',
  284.             'Hitso\\Bundle\\ContentBundle\\Service\\Api\\Query\\ContentCategoryType' => 'getContentCategoryTypeService',
  285.             'Hitso\\Bundle\\ContentBundle\\Service\\Api\\Query\\ContentType' => 'getContentTypeService',
  286.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController' => 'getDataTableControllerService',
  287.             'Hitso\\Bundle\\DataTableBundle\\Serializer\\SerializerFactory' => 'getSerializerFactoryService',
  288.             'Hitso\\Bundle\\DataTableBundle\\Transformer\\StripTagsTransformer' => 'getStripTagsTransformerService',
  289.             'Hitso\\Bundle\\FileManagerBundle\\Command\\RecreateSlugCommand' => 'getRecreateSlugCommandService',
  290.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DirectoryController' => 'getDirectoryControllerService',
  291.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController' => 'getDownloadControllerService',
  292.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController' => 'getFileChangeLogControllerService',
  293.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController' => 'getFileControllerService',
  294.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\HotspotController' => 'getHotspotControllerService',
  295.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Front\\DownloadController' => 'getDownloadController2Service',
  296.             'Hitso\\Bundle\\FileManagerBundle\\DataTable\\Downloads' => 'getDownloadsService',
  297.             'Hitso\\Bundle\\FileManagerBundle\\DataTable\\FileDeletable' => 'getFileDeletableService',
  298.             'Hitso\\Bundle\\FileManagerBundle\\EventListener\\DoctrineListener' => 'getDoctrineListenerService',
  299.             'Hitso\\Bundle\\FileManagerBundle\\Extension\\HitsoFileManagerProvider' => 'getHitsoFileManagerProviderService',
  300.             'Hitso\\Bundle\\FileManagerBundle\\FileManager\\MediaUrlProvider' => 'getMediaUrlProviderService',
  301.             'Hitso\\Bundle\\FileManagerBundle\\Form\\FileType' => 'getFileTypeService',
  302.             'Hitso\\Bundle\\FileManagerBundle\\Helper\\FileHelper' => 'getFileHelperService',
  303.             'Hitso\\Bundle\\FileManagerBundle\\Manager\\DirectoryManager' => 'getDirectoryManagerService',
  304.             'Hitso\\Bundle\\FileManagerBundle\\Manager\\DisposableLinkManager' => 'getDisposableLinkManagerService',
  305.             'Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager' => 'getFileManagerService',
  306.             'Hitso\\Bundle\\FileManagerBundle\\Repository\\DirectoryRepository' => 'getDirectoryRepositoryService',
  307.             'Hitso\\Bundle\\FileManagerBundle\\Repository\\DisposableLinkRepository' => 'getDisposableLinkRepositoryService',
  308.             'Hitso\\Bundle\\FileManagerBundle\\Repository\\FileHotspotRepository' => 'getFileHotspotRepositoryService',
  309.             'Hitso\\Bundle\\FileManagerBundle\\Repository\\FileRepository' => 'getFileRepositoryService',
  310.             'Hitso\\Bundle\\FileManagerBundle\\Repository\\FileStatRepository' => 'getFileStatRepositoryService',
  311.             'Hitso\\Bundle\\FileManagerBundle\\Serializer\\DirectoryNormalizer' => 'getDirectoryNormalizerService',
  312.             'Hitso\\Bundle\\FileManagerBundle\\Serializer\\DownloadNormalizer' => 'getDownloadNormalizerService',
  313.             'Hitso\\Bundle\\FileManagerBundle\\Serializer\\FileNormalizer' => 'getFileNormalizerService',
  314.             'Hitso\\Bundle\\FileManagerBundle\\Service\\Api\\Type\\MediaUrlType' => 'getMediaUrlTypeService',
  315.             'Hitso\\Bundle\\FileManagerBundle\\Service\\LoggableReverter\\FileLoggableReverter' => 'getFileLoggableReverterService',
  316.             'Hitso\\Bundle\\FileManagerBundle\\Twig\\FileManagerExtension' => 'getFileManagerExtensionService',
  317.             'Hitso\\Bundle\\FormBundle\\Controller\\ApiController' => 'getApiControllerService',
  318.             'Hitso\\Bundle\\FormBundle\\Controller\\DownloadController' => 'getDownloadController3Service',
  319.             'Hitso\\Bundle\\MultiSiteBundle\\Router\\MultiSiteRouter' => 'getMultiSiteRouterService',
  320.             'Hitso\\Bundle\\NavigationBundle\\Controller\\ApiController' => 'getApiController2Service',
  321.             'Hitso\\Bundle\\NavigationBundle\\Controller\\NavigationController' => 'getNavigationControllerService',
  322.             'Hitso\\Bundle\\NavigationBundle\\Service\\Api\\Controller\\MenuItemController' => 'getMenuItemControllerService',
  323.             'Hitso\\Bundle\\NavigationBundle\\Service\\Api\\Factory\\MenuItemFactory' => 'getMenuItemFactoryService',
  324.             'Hitso\\Bundle\\NavigationBundle\\Service\\Api\\Query\\MenuItemType' => 'getMenuItemTypeService',
  325.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController' => 'getSubscriberControllerService',
  326.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Front\\SubscriberController' => 'getSubscriberController2Service',
  327.             'Hitso\\Bundle\\NewsletterBundle\\DataTable\\SubscriberDataTable' => 'getSubscriberDataTableService',
  328.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController' => 'getProbeControllerService',
  329.             'Hitso\\Bundle\\ProbeBundle\\DataTable\\ProbeOptions' => 'getProbeOptionsService',
  330.             'Hitso\\Bundle\\ProbeBundle\\DataTable\\ProbeResults' => 'getProbeResultsService',
  331.             'Hitso\\Bundle\\ProbeBundle\\DataTable\\Probes' => 'getProbesService',
  332.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController' => 'getAnswerControllerService',
  333.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController' => 'getQuestionControllerService',
  334.             'Hitso\\Bundle\\QABundle\\DataTable\\Answers' => 'getAnswersService',
  335.             'Hitso\\Bundle\\QABundle\\DataTable\\Questions' => 'getQuestionsService',
  336.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController' => 'getRedirectControllerService',
  337.             'Hitso\\Bundle\\RoutingBundle\\DataTable\\RedirectDataTable' => 'getRedirectDataTableService',
  338.             'Hitso\\Bundle\\SearchBundle\\Controller\\Admin\\AutocompleteController' => 'getAutocompleteControllerService',
  339.             'Hitso\\Bundle\\SearchBundle\\Controller\\Front\\SearchController' => 'getSearchController3Service',
  340.             'Hitso\\Bundle\\SearchBundle\\Service\\Search\\SearchTypeCollection' => 'getSearchTypeCollectionService',
  341.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController' => 'getBlockController3Service',
  342.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController' => 'getGroupControllerService',
  343.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController' => 'getSectionControllerService',
  344.             'Hitso\\Bundle\\SectionBundle\\Controller\\Front\\SectionController' => 'getSectionController2Service',
  345.             'Hitso\\Bundle\\SectionBundle\\DataTable\\BlocksDataTable' => 'getBlocksDataTableService',
  346.             'Hitso\\Bundle\\SectionBundle\\DataTable\\Groups' => 'getGroupsService',
  347.             'Hitso\\Bundle\\SectionBundle\\DataTable\\Sections' => 'getSectionsService',
  348.             'Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\CatalogRankingStrategy' => 'getCatalogRankingStrategyService',
  349.             'Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\CategoryPromotionsStrategy' => 'getCategoryPromotionsStrategyService',
  350.             'Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\ContentsCategoryStrategy' => 'getContentsCategoryStrategyService',
  351.             'Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\FeaturedProductsStrategy' => 'getFeaturedProductsStrategyService',
  352.             'Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\HtmlCodeStrategy' => 'getHtmlCodeStrategyService',
  353.             'Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\NewsStrategy' => 'getNewsStrategyService',
  354.             'Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\ProductListStrategy' => 'getProductListStrategyService',
  355.             'Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\ProductSliderStrategy' => 'getProductSliderStrategyService',
  356.             'Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\PromoBoxStrategy' => 'getPromoBoxStrategyService',
  357.             'Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\SetsStrategy' => 'getSetsStrategyService',
  358.             'Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\SubCategoriesStrategy' => 'getSubCategoriesStrategyService',
  359.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController' => 'getSeoPageControllerService',
  360.             'Hitso\\Bundle\\SeoBundle\\Controller\\Front\\SitemapController' => 'getSitemapControllerService',
  361.             'Hitso\\Bundle\\SeoBundle\\DataTable\\SeoPages' => 'getSeoPagesService',
  362.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController' => 'getTagControllerService',
  363.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController' => 'getTagTypeControllerService',
  364.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Api\\TagController' => 'getTagController2Service',
  365.             'Hitso\\Bundle\\TaggingBundle\\DataTable\\TagTypes' => 'getTagTypesService',
  366.             'Hitso\\Bundle\\TaggingBundle\\DataTable\\Tags' => 'getTagsService',
  367.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController' => 'getTicketControllerService',
  368.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Front\\TicketController' => 'getTicketController2Service',
  369.             'Hitso\\Bundle\\TicketsBundle\\DataTable\\Tickets' => 'getTicketsService',
  370.             'Hitso\\Bundle\\TranslationBundle\\Controller\\ApiController' => 'getApiController3Service',
  371.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController' => 'getTranslatorControllerService',
  372.             'Hitso\\Bundle\\TranslationBundle\\DataTable\\DataSource\\Translations' => 'getTranslationsService',
  373.             'Hitso\\Bundle\\TranslationBundle\\DataTable\\Translations' => 'getTranslations2Service',
  374.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  375.             'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
  376.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
  377.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectController2Service',
  378.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  379.             'TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQL\\LoginController' => 'getLoginControllerService',
  380.             'TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQL\\MeController' => 'getMeControllerService',
  381.             'TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQLiteController' => 'getGraphQLiteControllerService',
  382.             'TheCodingMachine\\GraphQLite\\Bundle\\Types\\SymfonyUserInterfaceType' => 'getSymfonyUserInterfaceTypeService',
  383.             'TheCodingMachine\\GraphQLite\\Schema' => 'getSchemaService',
  384.             'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
  385.             'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
  386.             'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
  387.             'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
  388.             'cache.app' => 'getCache_AppService',
  389.             'cache.app_clearer' => 'getCache_AppClearerService',
  390.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  391.             'cache.system' => 'getCache_SystemService',
  392.             'cache.system_clearer' => 'getCache_SystemClearerService',
  393.             'cache_clearer' => 'getCacheClearerService',
  394.             'cache_warmer' => 'getCacheWarmerService',
  395.             'cmf_routing.router' => 'getCmfRouting_RouterService',
  396.             'cmf_seo.error.suggestion_provider.controller' => 'getCmfSeo_Error_SuggestionProvider_ControllerService',
  397.             'console.command.public_alias.Hartmann\\Bundle\\AppBundle\\Command\\CopyCatalogToNewLanguageCommand' => 'getCopyCatalogToNewLanguageCommandService',
  398.             'console.command.public_alias.Hitso\\Bundle\\CatalogBundle\\Command\\MigrateAttributesBetweenSites' => 'getMigrateAttributesBetweenSitesService',
  399.             'console.command.public_alias.Hitso\\Bundle\\CommonBundle\\Command\\ClearRoutingCommand' => 'getClearRoutingCommandService',
  400.             'console.command.public_alias.Hitso\\Bundle\\CommonBundle\\Command\\EnhanceCommand' => 'getEnhanceCommandService',
  401.             'console.command.public_alias.Hitso\\Bundle\\CommonBundle\\Command\\LoadSystemDefaultsCommand' => 'getLoadSystemDefaultsCommandService',
  402.             'console.command.public_alias.Hitso\\Bundle\\ContentBundle\\Command\\CreateFakeArticlesCommand' => 'getCreateFakeArticlesCommandService',
  403.             'console.command.public_alias.Hitso\\Bundle\\ContentBundle\\Command\\EvaluateContentRankingCommand' => 'getEvaluateContentRankingCommandService',
  404.             'console.command.public_alias.Hitso\\Bundle\\ContentBundle\\Command\\ImportWordpressArticlesCommand' => 'getImportWordpressArticlesCommandService',
  405.             'console.command.public_alias.Hitso\\Bundle\\SearchBundle\\Command\\ReindexCommand' => 'getReindexCommandService',
  406.             'console.command.public_alias.Hitso\\Bundle\\TranslationBundle\\Command\\HitsoTranslationApplyCommand' => 'getHitsoTranslationApplyCommandService',
  407.             'console.command.public_alias.Hitso\\Bundle\\TranslationBundle\\Command\\HitsoTranslationCleanCommand' => 'getHitsoTranslationCleanCommandService',
  408.             'console.command.public_alias.Hitso\\Bundle\\TranslationBundle\\Command\\HitsoTranslationUpdateCommand' => 'getHitsoTranslationUpdateCommandService',
  409.             'console.command.public_alias.Sonata\\SeoBundle\\Command\\SitemapGeneratorCommand' => 'getSitemapGeneratorCommandService',
  410.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService',
  411.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService',
  412.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService',
  413.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService',
  414.             'console.command_loader' => 'getConsole_CommandLoaderService',
  415.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  416.             'doctrine' => 'getDoctrineService',
  417.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  418.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  419.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  420.             'doctrine_cache.providers.apcu' => 'getDoctrineCache_Providers_ApcuService',
  421.             'doctrine_cache.providers.file_system' => 'getDoctrineCache_Providers_FileSystemService',
  422.             'error_controller' => 'getErrorControllerService',
  423.             'event_dispatcher' => 'getEventDispatcherService',
  424.             'feedio' => 'getFeedioService',
  425.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  426.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  427.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  428.             'filesystem' => 'getFilesystemService',
  429.             'form.factory' => 'getForm_FactoryService',
  430.             'form.type.file' => 'getForm_Type_FileService',
  431.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  432.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  433.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  434.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  435.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  436.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  437.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  438.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  439.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  440.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  441.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  442.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  443.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  444.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  445.             'hitso.file_manager.serializer' => 'getHitso_FileManager_SerializerService',
  446.             'hitso.sitemap.generator' => 'getHitso_Sitemap_GeneratorService',
  447.             'http_kernel' => 'getHttpKernelService',
  448.             'httplug.client' => 'getHttplug_ClientService',
  449.             'httplug.message_factory' => 'getHttplug_MessageFactoryService',
  450.             'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService',
  451.             'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService',
  452.             'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService',
  453.             'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService',
  454.             'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService',
  455.             'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService',
  456.             'httplug.psr18_client' => 'getHttplug_Psr18ClientService',
  457.             'httplug.stream_factory' => 'getHttplug_StreamFactoryService',
  458.             'httplug.uri_factory' => 'getHttplug_UriFactoryService',
  459.             'jms_translation.config_factory' => 'getJmsTranslation_ConfigFactoryService',
  460.             'jms_translation.controller.api_controller' => 'getJmsTranslation_Controller_ApiControllerService',
  461.             'jms_translation.controller.translate_controller' => 'getJmsTranslation_Controller_TranslateControllerService',
  462.             'jms_translation.twig_extension' => 'getJmsTranslation_TwigExtensionService',
  463.             'jms_translation.updater' => 'getJmsTranslation_UpdaterService',
  464.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  465.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  466.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  467.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  468.             'liform' => 'getLiformService',
  469.             'liform.add_schema_extension' => 'getLiform_AddSchemaExtensionService',
  470.             'liform.guesser.validator' => 'getLiform_Guesser_ValidatorService',
  471.             'liform.resolver' => 'getLiform_ResolverService',
  472.             'liip_imagine.binary.loader.app_root' => 'getLiipImagine_Binary_Loader_AppRootService',
  473.             'liip_imagine.binary.loader.content_banner' => 'getLiipImagine_Binary_Loader_ContentBannerService',
  474.             'liip_imagine.binary.loader.content_slide' => 'getLiipImagine_Binary_Loader_ContentSlideService',
  475.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  476.             'liip_imagine.binary.loader.filemanager' => 'getLiipImagine_Binary_Loader_FilemanagerService',
  477.             'liip_imagine.binary.loader.message_image' => 'getLiipImagine_Binary_Loader_MessageImageService',
  478.             'liip_imagine.binary.loader.section_image' => 'getLiipImagine_Binary_Loader_SectionImageService',
  479.             'liip_imagine.binary.loader.user_avatar' => 'getLiipImagine_Binary_Loader_UserAvatarService',
  480.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  481.             'liip_imagine.cache.resolver.fm_cache_resolver' => 'getLiipImagine_Cache_Resolver_FmCacheResolverService',
  482.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  483.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  484.             'liip_imagine.command.remove_cache_command' => 'getLiipImagine_Command_RemoveCacheCommandService',
  485.             'liip_imagine.command.resolve_cache_command' => 'getLiipImagine_Command_ResolveCacheCommandService',
  486.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  487.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  488.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  489.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  490.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  491.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  492.             'liip_theme.theme_controller' => 'getLiipTheme_ThemeControllerService',
  493.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  494.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  495.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  496.             'overblog_graphiql.controller' => 'getOverblogGraphiql_ControllerService',
  497.             'profiler' => 'getProfilerService',
  498.             'request_stack' => 'getRequestStackService',
  499.             'routing.loader' => 'getRouting_LoaderService',
  500.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  501.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  502.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  503.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  504.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  505.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  506.             'security.token_storage' => 'getSecurity_TokenStorageService',
  507.             'serializer' => 'getSerializerService',
  508.             'services_resetter' => 'getServicesResetterService',
  509.             'session' => 'getSessionService',
  510.             'sonata.seo.page.default' => 'getSonata_Seo_Page_DefaultService',
  511.             'sonata.seo.sitemap.manager' => 'getSonata_Seo_Sitemap_ManagerService',
  512.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  513.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  514.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  515.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  516.             'templating' => 'getTemplatingService',
  517.             'templating.loader' => 'getTemplating_LoaderService',
  518.             'twig' => 'getTwigService',
  519.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  520.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  521.             'validator' => 'getValidatorService',
  522.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  523.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  524.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  525.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  526.             'white_october_breadcrumbs' => 'getWhiteOctoberBreadcrumbsService',
  527.             'white_october_breadcrumbs.helper' => 'getWhiteOctoberBreadcrumbs_HelperService',
  528.             'white_october_breadcrumbs.twig' => 'getWhiteOctoberBreadcrumbs_TwigService',
  529.         ];
  530.         $this->aliases = [
  531.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  532.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  533.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  534.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  535.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  536.             'JMS\\TranslationBundle\\Controller\\ApiController' => 'jms_translation.controller.api_controller',
  537.             'JMS\\TranslationBundle\\Controller\\TranslateController' => 'jms_translation.controller.translate_controller',
  538.             'Overblog\\GraphiQLBundle\\Controller\\GraphiQLController' => 'overblog_graphiql.controller',
  539.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  540.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => 'security.authorization_checker',
  541.             'database_connection' => 'doctrine.dbal.default_connection',
  542.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  543.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  544.             'mailer' => 'swiftmailer.mailer.default',
  545.             'router' => 'cmf_routing.router',
  546.             'sonata.seo.page' => 'sonata.seo.page.default',
  547.         ];
  548.         $this->privates['service_container'] = function () {
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  555.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/Kernel.php';
  556.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  576.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  614.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Form/OrderedResolvedFormTypeFactory.php';
  615.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Form/Orderer/FormOrdererInterface.php';
  616.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Form/Orderer/FormOrderer.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  628.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  650.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  671.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  673.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/DataCollector/RedisDataCollector.php';
  674.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/Logger/RedisLogger.php';
  675.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/WebProfiler/AdminToolsCollector.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  692.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  693.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  694.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  695.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  707.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/FileLoader.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/YamlFileLoader.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  741.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  742.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  743.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  744.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  745.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  747.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  748.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Request/ParamConverter/QueryParamConverter.php';
  749.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Request/SearchRequestParamConverter.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  751.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  752.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  753.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  754.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  756.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  757.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  758.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  761.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  762.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  763.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  764.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  765.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  766.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  767.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  768.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  769.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php';
  770.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php';
  771.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  772.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  773.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  776.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  777.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  778.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  779.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  780.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  781.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  782.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  783.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  785.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  787.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/ConnectionConfigurator.php';
  788.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  789.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  790.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactory.php';
  792.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  793.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  794.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  795.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  796.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  797.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  798.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  799.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheConfiguration.php';
  800.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLogger.php';
  801.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLoggerChain.php';
  802.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/StatisticsCacheLogger.php';
  803.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheFactory.php';
  804.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCacheFactory.php';
  805.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/RegionsConfiguration.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  807.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  808.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  809.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  810.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  811.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  812.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php';
  813.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php';
  814.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  815.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  816.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  817.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  818.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  819.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  820.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  821.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  822.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  823.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  824.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  825.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  826.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  827.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  829.             include_once \dirname(__DIR__4).'/vendor/liip/theme-bundle/Twig/Loader/FilesystemLoader.php';
  830.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  831.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  833.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  857.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  858.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  865.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  866.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  867.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  868.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  869.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  870.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  871.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  872.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  873.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  874.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  875.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  876.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  877.             include_once \dirname(__DIR__4).'/vendor/twig/cache-extension/lib/Twig/CacheExtension/Extension.php';
  878.             include_once \dirname(__DIR__4).'/vendor/twig/cache-extension/lib/Twig/CacheExtension/CacheStrategyInterface.php';
  879.             include_once \dirname(__DIR__4).'/vendor/emanueleminotto/twig-cache-bundle/Strategy/ProfilerStrategy.php';
  880.             include_once \dirname(__DIR__4).'/vendor/twig/cache-extension/lib/Twig/CacheExtension/CacheStrategy/IndexedChainingCacheStrategy.php';
  881.             include_once \dirname(__DIR__4).'/vendor/twig/cache-extension/lib/Twig/CacheExtension/CacheStrategy/GenerationalCacheStrategy.php';
  882.             include_once \dirname(__DIR__4).'/vendor/twig/cache-extension/lib/Twig/CacheExtension/CacheProviderInterface.php';
  883.             include_once \dirname(__DIR__4).'/vendor/twig/cache-extension/lib/Twig/CacheExtension/CacheProvider/DoctrineCacheAdapter.php';
  884.             include_once \dirname(__DIR__4).'/vendor/twig/cache-extension/lib/Twig/CacheExtension/CacheStrategy/KeyGeneratorInterface.php';
  885.             include_once \dirname(__DIR__4).'/vendor/emanueleminotto/twig-cache-bundle/KeyGenerator/SplObjectHashKeyGenerator.php';
  886.             include_once \dirname(__DIR__4).'/vendor/twig/cache-extension/lib/Twig/CacheExtension/CacheStrategy/LifetimeCacheStrategy.php';
  887.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Twig/Extension/SeoExtension.php';
  888.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Twig/SeoExtension.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/Twig/Extension/CmfSeoExtension.php';
  890.             include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/TranslationContainerInterface.php';
  891.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Twig/MenuExtension.php';
  892.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Twig/SitesExtension.php';
  893.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Twig/BreadcrumbsExtension.php';
  894.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Twig/MailExtension.php';
  895.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Twig/MediaFileExtension.php';
  896.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Media/FileExtensionGenerator.php';
  897.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Twig/MediaUrlExtension.php';
  898.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Twig/RequestExtension.php';
  899.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Twig/UserExtension.php';
  900.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Twig/UserLogExtension.php';
  901.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Twig/UtilityExtension.php';
  902.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  903.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  904.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Twig/CatalogExtension.php';
  905.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Compare/CompareMatrixProvider.php';
  906.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Compare/ProductMatrixProvider.php';
  907.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Product/ProductAttributesFormatter.php';
  908.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Twig/DataTableExtension.php';
  909.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Twig/Extension/FormExtension.php';
  910.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Form/Renderer/FormRendererInterface.php';
  911.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Form/Renderer/JavascriptRenderer.php';
  912.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  913.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/MultiSiteBundle/Twig/MultiSiteExtension.php';
  914.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/MultiSiteBundle/Twig/SitesVariable.php';
  915.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/RoutingBundle/Twig/RoutingExtension.php';
  916.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Twig/Extension/ContentExtension.php';
  917.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Twig/JsonLinkingDataExtension.php';
  918.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Collections/CollectionInterface.php';
  919.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Collections/ArrayCollection.php';
  920.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Json/JsonLinkingDataGeneratorCollection.php';
  921.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Json/JsonLinkingDataGeneratorInterface.php';
  922.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Seo/Json/ArticleCategoryJsonLinkingDataGenerator.php';
  923.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Seo/Json/ArticleJsonLinkingDataGenerator.php';
  924.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Twig/BlocksExtension.php';
  925.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Twig/FeaturedProductsExtension.php';
  926.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Service/FeaturedProductsService.php';
  927.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Twig/PromoBoxExtension.php';
  928.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  929.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Twig/SearchExtension.php';
  930.             include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
  931.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Twig/AppExtension.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  933.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  934.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  936.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  937.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  938.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  939.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  940.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  941.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  942.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  948.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  961.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  962.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  963.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  966.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  967.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  968.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  969.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  970.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  971.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  972.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  973.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Imagine/Cache/Resolver/FMPathResolver.php';
  974.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  975.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  976.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  977.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Extension/Imagine/Locator/FileSystemLocator.php';
  978.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  979.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Imagine/PrependingFilterManager.php';
  980.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  981.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  982.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  983.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  984.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  985.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  986.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  987.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  988.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  989.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  990.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  991.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  992.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Imagine/Filter/HitsoCropFilter.php';
  993.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  994.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  995.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  996.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  997.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  998.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  999.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/lib/Imagine/Image/ImagineInterface.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/lib/Imagine/Image/AbstractImagine.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/lib/Imagine/Imagick/Imagine.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/lib/Imagine/Image/Metadata/MetadataReaderInterface.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/lib/Imagine/Image/Metadata/AbstractMetadataReader.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/lib/Imagine/Image/Metadata/ExifMetadataReader.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesserInterface.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesserInterface.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesser.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/liip/theme-bundle/Locator/TemplateLocator.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/liip/theme-bundle/Locator/FileLocator.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/liip/theme-bundle/ActiveTheme.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/liip/theme-bundle/Helper/DeviceDetectionInterface.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/liip/theme-bundle/Helper/DeviceDetection.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  1068.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/EventSubscriber/LoggableListener.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/whiteoctober/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/Twig/Extension/BreadcrumbsExtension.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/emanueleminotto/twig-cache-bundle/DataCollector/TwigCacheCollector.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPageInterface.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPage.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/Cache/CacheInterface.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/Cache/FileCache.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/SeoPresentationInterface.php';
  1082.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Service/SeoPresentation.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/DependencyInjection/ConfigValues.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/Extractor/ExtractorInterface.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/Extractor/TitleExtractor.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/Extractor/TitleReadExtractor.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/Extractor/DescriptionExtractor.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/Extractor/ExtrasExtractor.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/Extractor/KeywordsExtractor.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/Extractor/OriginalUrlExtractor.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/Extractor/OriginalRouteExtractor.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/EventListener/LanguageListener.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Twig/TranslationExtension.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Trusted/TrustedDeviceTokenStorage.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Trusted/TrustedDeviceTokenEncoder.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Trusted/JwtTokenEncoder.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Trusted/TrustedCookieResponseListener.php';
  1107.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/EventListener/SiteRedirectingListener.php';
  1108.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Manager/ManagerInterface.php';
  1109.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Manager/AbstractManager.php';
  1110.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Manager/UserManager.php';
  1111.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Manager/WhitelistManager.php';
  1112.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Menu/MenuBuilder.php';
  1113.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Menu/Model/ItemInterface.php';
  1114.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Menu/Model/ItemTrait.php';
  1115.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Menu/Model/Item.php';
  1116.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Menu/MenuProviderInterface.php';
  1117.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Menu/SimpleItemProvider.php';
  1118.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Extension/UserMenuProvider.php';
  1119.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Extension/WhitelistMenuProvider.php';
  1120.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Extension/CatalogMenuProvider.php';
  1121.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Extension/ContentMenuProvider.php';
  1122.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Extension/BlocksMenuProvider.php';
  1123.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NewsletterBundle/Extension/NewsletterMenuProvider.php';
  1124.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Extension/AppMenuProvider.php';
  1125.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/EventListener/BeforeActionListener.php';
  1126.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/EventListener/GoogleListener.php';
  1127.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/EventListener/HttpSubscriber.php';
  1128.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Manager/ChangeLogManager.php';
  1129.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Manager/CronLogManager.php';
  1130.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Manager/LikesManager.php';
  1131.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Manager/SystemConfigurationManager.php';
  1132.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Manager/UserManager.php';
  1133.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Factory/EntityCloneFactoryInterface.php';
  1134.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Factory/EntityCloneFactory.php';
  1135.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Service/EntityAuthorizationChecker.php';
  1136.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  1137.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Helper/Request/RequestHelperInterface.php';
  1138.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Helper/Request/RequestHelper.php';
  1139.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Helper/Router/RouterHelperInterface.php';
  1140.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Helper/Router/RouterHelper.php';
  1141.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Helper/Templating/TemplatingHelperInterface.php';
  1142.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Helper/Templating/TemplatingHelper.php';
  1143.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/UserLog/CrudActionDescriber.php';
  1144.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/UserLog/CrudLogger.php';
  1145.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/UserLog/FormatterInterface.php';
  1146.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/UserLog/FormatterChain.php';
  1147.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/UserLog/Formatter/CrudFormatter.php';
  1148.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/UserLog/Formatter/SecurityFormatter.php';
  1149.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Twig/AppExtension.php';
  1150.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Expression/ExpressionLanguage.php';
  1151.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Monitor/VisitManager.php';
  1152.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Monitor/SlowQueryLogger.php';
  1153.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Media/MediaUrlProviderInterface.php';
  1154.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Media/UrlGenerator.php';
  1155.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Service/System/Configuration/SystemConfiguratorInterface.php';
  1156.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Service/System/Configuration/AbstractSystemConfigurator.php';
  1157.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Service/System/Configurator/RecaptchaConfigurator.php';
  1158.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Service/System/Configurator/ThemeConfigurator.php';
  1159.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  1160.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1161.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1162.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity/Repository/LogEntryRepository.php';
  1163.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1164.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Repository/ChangeLogRepository.php';
  1165.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Manager/ManagerCollection.php';
  1166.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Manager/ReviewManager.php';
  1167.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Manager/Section/CategoryPageSectionManager.php';
  1168.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Manager/Section/ProductPageSectionManager.php';
  1169.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Manager/ArticleCategoryManager.php';
  1170.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Manager/ArticleReviewManager.php';
  1171.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Manager/ContentAuthorManager.php';
  1172.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Manager/Element/ElementManager.php';
  1173.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Manager/Element/ImageManager.php';
  1174.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Manager/Element/LinkManager.php';
  1175.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Manager/Element/ParagraphManager.php';
  1176.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Manager/ContentManager.php';
  1177.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Manager/PageManager.php';
  1178.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Manager/SnapshotManager.php';
  1179.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Manager/StatManager.php';
  1180.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Manager/SeoMetadataManager.php';
  1181.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle/Manager/MenuItemManager.php';
  1182.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Manager/SectionManager.php';
  1183.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Manager/Section/ArticleSectionManager.php';
  1184.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Manager/Section/BlockSectionManager.php';
  1185.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Manager/Section/FeaturedProductSectionManager.php';
  1186.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Manager/Section/HtmlCodeSectionManager.php';
  1187.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Manager/Section/ProductListSectionManager.php';
  1188.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Manager/Section/ProductSectionManager.php';
  1189.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Manager/Section/ProductSliderSectionManager.php';
  1190.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Manager/Section/PromoBoxSectionManager.php';
  1191.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Manager/Section/SetsSectionManager.php';
  1192.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Manager/Section/SubCategoriesSectionManager.php';
  1193.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Manager/AttributeGroupManager.php';
  1194.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/AttributeGroupManager.php';
  1195.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Manager/AttributeManager.php';
  1196.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/AttributeManager.php';
  1197.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/DimensionsManager.php';
  1198.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/ProductInsuranceSecurityTypeManager.php';
  1199.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/ProductSizeManager.php';
  1200.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Manager/BrandManager.php';
  1201.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Manager/CategoryManager.php';
  1202.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Manager/ProductAttributeManager.php';
  1203.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Manager/ProductManager.php';
  1204.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Manager/ProductReviewManager.php';
  1205.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Manager/TaxRateManager.php';
  1206.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Provider/CatalogCategoryOrderedProvider.php';
  1207.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1208.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Repository/EntityRepositoryInterface.php';
  1209.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Repository/EntityRepository.php';
  1210.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Repository/CategoryRepository.php';
  1211.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Repository/ProductAttributeRepository.php';
  1212.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Seo/Json/CategoryJsonLinkingDataGenerator.php';
  1213.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Seo/Json/ProductJsonLinkingDataGenerator.php';
  1214.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Compare/CompareStorageInterface.php';
  1215.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Compare/CompareSessionStorage.php';
  1216.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Service/DataTableFactory.php';
  1217.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Service/ContextManager.php';
  1218.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Serializer/SerializerFactory.php';
  1219.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Extension/HitsoFileManagerProvider.php';
  1220.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Manager/DirectoryManager.php';
  1221.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Manager/DisposableLinkManager.php';
  1222.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Manager/FileManager.php';
  1223.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Repository/FileRepository.php';
  1224.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Twig/FileManagerExtension.php';
  1225.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/FileManager/MediaUrlProvider.php';
  1226.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Service/LoggableReverterInterface.php';
  1227.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Service/LoggableReverter.php';
  1228.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Service/LoggableReverter/FileLoggableReverter.php';
  1229.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/FileManager/Filesystem/FilesystemInterface.php';
  1230.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/FileManager/Filesystem/LocalFilesystem.php';
  1231.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Form/Handler/FormHandlerInterface.php';
  1232.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Form/Handler/FormHandler.php';
  1233.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Config/ConfigCollection.php';
  1234.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Config/ConfigInterface.php';
  1235.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Config/Config.php';
  1236.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Config/FileTypeConfig.php';
  1237.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Config/ImageTypeConfig.php';
  1238.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Storage/StorageManager.php';
  1239.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Storage/MediaUrlProvider.php';
  1240.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Storage/UploadManager.php';
  1241.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/MultiSiteBundle/EventListener/GraphQlLocaleSubscriber.php';
  1242.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/MultiSiteBundle/EventListener/SiteIdFilterConfigurator.php';
  1243.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/MultiSiteBundle/EventListener/SiteListener.php';
  1244.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/MultiSiteBundle/MultiSite/SiteCollection.php';
  1245.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/MultiSiteBundle/MultiSite/Site.php';
  1246.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/MultiSiteBundle/MultiSite/SiteContext.php';
  1247.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1248.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1249.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1250.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1251.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1252.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  1253.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  1254.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1255.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  1256.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  1257.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1258.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  1259.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  1260.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  1261.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  1262.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/RoutingBundle/Router/AliasRouter.php';
  1263.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  1264.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  1265.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/RoutingBundle/Provider/RouteProvider.php';
  1266.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  1267.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  1268.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  1269.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  1270.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  1271.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  1272.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  1273.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  1274.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/RoutingBundle/Manager/RedirectManager.php';
  1275.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/EventListener/ContentHitSubscriber.php';
  1276.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Manager/ArticleManager.php';
  1277.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Manager/AuthorManager.php';
  1278.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Manager/BannerManager.php';
  1279.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Manager/CommentManager.php';
  1280.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Manager/SlideManager.php';
  1281.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Seo/Extractor/CategoryExtractor.php';
  1282.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Seo/Extractor/ContentExtractor.php';
  1283.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Services/ContentHelper.php';
  1284.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Services/Video/VideoHelper.php';
  1285.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Model/ContentTypeCollection.php';
  1286.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Model/ContentType.php';
  1287.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Manager/SeoPageManager.php';
  1288.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Repository/SeoPageRepository.php';
  1289.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/EventListener/SeoAwareSubscriber.php';
  1290.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Manager/BlockManager.php';
  1291.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php';
  1292.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Block/Loader.php';
  1293.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Block/Factory.php';
  1294.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1295.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Serializer/ContainerNormalizer.php';
  1296.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NewsletterBundle/Manager/SubscriberManager.php';
  1297.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Manager/GroupManager.php';
  1298.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Manager/GroupTypeManager.php';
  1299.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TicketsBundle/Manager/ContactManager.php';
  1300.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TicketsBundle/Manager/OperationManager.php';
  1301.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TicketsBundle/Manager/TicketManager.php';
  1302.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Manager/TranslationMessageManager.php';
  1303.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/FormattingTranslator.php';
  1304.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/Formatter/FormatterInterface.php';
  1305.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/Formatter/GenderFormatter.php';
  1306.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/QABundle/Manager/AnswerManager.php';
  1307.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/QABundle/Manager/QuestionManager.php';
  1308.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle/Manager/ProbeManager.php';
  1309.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle/Manager/ProbeOptionManager.php';
  1310.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Manager/SearchManager.php';
  1311.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Service/Search/SearchResultStorage.php';
  1312.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Manager/SearchReportManager.php';
  1313.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Adapter/AdapterInterface.php';
  1314.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Service/ElasticSearch/ElasticSearchAdapter.php';
  1315.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Service/ElasticSearch/ElasticSearchConfigurator.php';
  1316.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php';
  1317.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php';
  1318.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Service/Search/SearchTypeCollection.php';
  1319.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Manager/TagManager.php';
  1320.             include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Manager/TagTypeManager.php';
  1321.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/CategoryAttributeManager.php';
  1322.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/CompanyReferenceManager.php';
  1323.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/FaqAnswerManager.php';
  1324.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/FaqCategoryManager.php';
  1325.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/InformationManager.php';
  1326.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/InstructionCategoryManager.php';
  1327.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/InstructionManager.php';
  1328.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/MarketCategoryManager.php';
  1329.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/MarketManager.php';
  1330.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/ProductFireResistanceManager.php';
  1331.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/ProductInsuranceSecurityManager.php';
  1332.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/ProductSafeLockManager.php';
  1333.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/ProductSecurityClassFeatureManager.php';
  1334.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/ProductSecurityClassManager.php';
  1335.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/ProductSerieManager.php';
  1336.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/PublicationManager.php';
  1337.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/SloganManager.php';
  1338.             include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Manager/WhatToLookForBlockManager.php';
  1339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  1340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  1342.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  1343.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  1344.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV2.php';
  1345.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  1346.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  1347.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  1348.             include_once \dirname(__DIR__4).'/vendor/whiteoctober/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/Model/Breadcrumbs.php';
  1349.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1350.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1351.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1352.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1353.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1354.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  1355.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1357.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1358.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1359.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  1360.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  1361.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  1362.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  1363.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  1364.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  1365.         };
  1366.     }
  1367.     public function compile(): void
  1368.     {
  1369.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1370.     }
  1371.     public function isCompiled(): bool
  1372.     {
  1373.         return true;
  1374.     }
  1375.     public function getRemovedIds(): array
  1376.     {
  1377.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1378.     }
  1379.     /**
  1380.      * Gets the public 'Debril\RssAtomBundle\Controller\StreamController' shared service.
  1381.      *
  1382.      * @return \Debril\RssAtomBundle\Controller\StreamController
  1383.      */
  1384.     protected function getStreamControllerService()
  1385.     {
  1386.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1387.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1388.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1389.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1390.         include_once \dirname(__DIR__4).'/vendor/debril/rss-atom-bundle/Debril/RssAtomBundle/Controller/StreamController.php';
  1391.         return $this->services['Debril\\RssAtomBundle\\Controller\\StreamController'] = new \Debril\RssAtomBundle\Controller\StreamController();
  1392.     }
  1393.     /**
  1394.      * Gets the public 'Endroid\QrCodeBundle\Controller\GenerateController' shared autowired service.
  1395.      *
  1396.      * @return \Endroid\QrCodeBundle\Controller\GenerateController
  1397.      */
  1398.     protected function getGenerateControllerService()
  1399.     {
  1400.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Controller/GenerateController.php';
  1401.         return $this->services['Endroid\\QrCodeBundle\\Controller\\GenerateController'] = new \Endroid\QrCodeBundle\Controller\GenerateController(($this->privates['Endroid\\QrCode\\Factory\\QrCodeFactory'] ?? $this->getQrCodeFactoryService()));
  1402.     }
  1403.     /**
  1404.      * Gets the public 'Endroid\QrCode\Writer\BinaryWriter' shared autowired service.
  1405.      *
  1406.      * @return \Endroid\QrCode\Writer\BinaryWriter
  1407.      */
  1408.     protected function getBinaryWriterService()
  1409.     {
  1410.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  1411.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/AbstractWriter.php';
  1412.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/BinaryWriter.php';
  1413.         return $this->services['Endroid\\QrCode\\Writer\\BinaryWriter'] = new \Endroid\QrCode\Writer\BinaryWriter();
  1414.     }
  1415.     /**
  1416.      * Gets the public 'Endroid\QrCode\Writer\DebugWriter' shared autowired service.
  1417.      *
  1418.      * @return \Endroid\QrCode\Writer\DebugWriter
  1419.      */
  1420.     protected function getDebugWriterService()
  1421.     {
  1422.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  1423.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/AbstractWriter.php';
  1424.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/DebugWriter.php';
  1425.         return $this->services['Endroid\\QrCode\\Writer\\DebugWriter'] = new \Endroid\QrCode\Writer\DebugWriter();
  1426.     }
  1427.     /**
  1428.      * Gets the public 'Endroid\QrCode\Writer\EpsWriter' shared autowired service.
  1429.      *
  1430.      * @return \Endroid\QrCode\Writer\EpsWriter
  1431.      */
  1432.     protected function getEpsWriterService()
  1433.     {
  1434.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  1435.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/AbstractWriter.php';
  1436.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/EpsWriter.php';
  1437.         return $this->services['Endroid\\QrCode\\Writer\\EpsWriter'] = new \Endroid\QrCode\Writer\EpsWriter();
  1438.     }
  1439.     /**
  1440.      * Gets the public 'Endroid\QrCode\Writer\PngWriter' shared autowired service.
  1441.      *
  1442.      * @return \Endroid\QrCode\Writer\PngWriter
  1443.      */
  1444.     protected function getPngWriterService()
  1445.     {
  1446.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  1447.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/AbstractWriter.php';
  1448.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/PngWriter.php';
  1449.         return $this->services['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter();
  1450.     }
  1451.     /**
  1452.      * Gets the public 'Endroid\QrCode\Writer\SvgWriter' shared autowired service.
  1453.      *
  1454.      * @return \Endroid\QrCode\Writer\SvgWriter
  1455.      */
  1456.     protected function getSvgWriterService()
  1457.     {
  1458.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  1459.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/AbstractWriter.php';
  1460.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/SvgWriter.php';
  1461.         return $this->services['Endroid\\QrCode\\Writer\\SvgWriter'] = new \Endroid\QrCode\Writer\SvgWriter();
  1462.     }
  1463.     /**
  1464.      * Gets the public 'Faker\Generator' shared service.
  1465.      *
  1466.      * @return \Faker\Generator
  1467.      */
  1468.     protected function getGeneratorService()
  1469.     {
  1470.         include_once \dirname(__DIR__4).'/vendor/fzaninotto/faker/src/Faker/Generator.php';
  1471.         include_once \dirname(__DIR__4).'/vendor/fzaninotto/faker/src/Faker/Factory.php';
  1472.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  1473.         $this->services['Faker\\Generator'] = $instance = \Faker\Factory::create('en_US');
  1474.         $instance->seed(1);
  1475.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  1476.         return $instance;
  1477.     }
  1478.     /**
  1479.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\CacheController' shared autowired service.
  1480.      *
  1481.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\CacheController
  1482.      */
  1483.     protected function getCacheControllerService()
  1484.     {
  1485.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1486.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1487.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/CacheController.php';
  1488.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CacheController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\CacheController(($this->services['kernel'] ?? $this->get('kernel'1)));
  1489.         $instance->setContainer(($this->privates['.service_locator.2lY5oFh'] ?? $this->get_ServiceLocator_2lY5oFhService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CacheController'$this));
  1490.         return $instance;
  1491.     }
  1492.     /**
  1493.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\CategoryAttributeController' shared autowired service.
  1494.      *
  1495.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\CategoryAttributeController
  1496.      */
  1497.     protected function getCategoryAttributeControllerService()
  1498.     {
  1499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1500.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1501.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1502.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1503.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/CategoryAttributeController.php';
  1504.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\CategoryAttributeController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\CategoryAttributeManager'] ?? $this->getCategoryAttributeManagerService()));
  1505.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController'$this));
  1506.         return $instance;
  1507.     }
  1508.     /**
  1509.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\CategoryController' shared autowired service.
  1510.      *
  1511.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\CategoryController
  1512.      */
  1513.     protected function getCategoryControllerService()
  1514.     {
  1515.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1516.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1517.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1518.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1519.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Controller/Admin/CategoryController.php';
  1520.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/CategoryController.php';
  1521.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Checker/CatalogCategoryRemoverChecker.php';
  1522.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\CategoryController(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\CategoryManager'] ?? $this->getCategoryManagerService()), ($this->privates['Hartmann\\Bundle\\AppBundle\\Service\\Checker\\CatalogCategoryRemoverChecker'] ?? ($this->privates['Hartmann\\Bundle\\AppBundle\\Service\\Checker\\CatalogCategoryRemoverChecker'] = new \Hartmann\Bundle\AppBundle\Service\Checker\CatalogCategoryRemoverChecker())));
  1523.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController'$this));
  1524.         return $instance;
  1525.     }
  1526.     /**
  1527.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\CompanyReferenceController' shared autowired service.
  1528.      *
  1529.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\CompanyReferenceController
  1530.      */
  1531.     protected function getCompanyReferenceControllerService()
  1532.     {
  1533.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1534.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1535.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1536.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1537.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/CompanyReferenceController.php';
  1538.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\CompanyReferenceController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\CompanyReferenceManager'] ?? $this->getCompanyReferenceManagerService()));
  1539.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController'$this));
  1540.         return $instance;
  1541.     }
  1542.     /**
  1543.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\ErrorTestController' shared autowired service.
  1544.      *
  1545.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\ErrorTestController
  1546.      */
  1547.     protected function getErrorTestControllerService()
  1548.     {
  1549.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1550.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1551.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1552.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1553.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/ErrorTestController.php';
  1554.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\ErrorTestController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\InformationManager'] ?? $this->getInformationManagerService()));
  1555.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController'$this));
  1556.         return $instance;
  1557.     }
  1558.     /**
  1559.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\FaqAnswerController' shared autowired service.
  1560.      *
  1561.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\FaqAnswerController
  1562.      */
  1563.     protected function getFaqAnswerControllerService()
  1564.     {
  1565.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1566.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1567.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1568.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1569.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/FaqAnswerController.php';
  1570.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\FaqAnswerController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\FaqAnswerManager'] ?? $this->getFaqAnswerManagerService()));
  1571.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController'$this));
  1572.         return $instance;
  1573.     }
  1574.     /**
  1575.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\FaqCategoryController' shared autowired service.
  1576.      *
  1577.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\FaqCategoryController
  1578.      */
  1579.     protected function getFaqCategoryControllerService()
  1580.     {
  1581.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1582.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1583.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1584.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1585.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/FaqCategoryController.php';
  1586.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\FaqCategoryController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\FaqCategoryManager'] ?? $this->getFaqCategoryManagerService()));
  1587.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController'$this));
  1588.         return $instance;
  1589.     }
  1590.     /**
  1591.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\InformationController' shared autowired service.
  1592.      *
  1593.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\InformationController
  1594.      */
  1595.     protected function getInformationControllerService()
  1596.     {
  1597.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1598.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1599.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1600.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1601.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/InformationController.php';
  1602.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\InformationController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\InformationManager'] ?? $this->getInformationManagerService()));
  1603.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController'$this));
  1604.         return $instance;
  1605.     }
  1606.     /**
  1607.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\InstructionCategoryController' shared autowired service.
  1608.      *
  1609.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\InstructionCategoryController
  1610.      */
  1611.     protected function getInstructionCategoryControllerService()
  1612.     {
  1613.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1614.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1615.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1616.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1617.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/InstructionCategoryController.php';
  1618.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\InstructionCategoryController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\InstructionCategoryManager'] ?? $this->getInstructionCategoryManagerService()));
  1619.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController'$this));
  1620.         return $instance;
  1621.     }
  1622.     /**
  1623.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\InstructionController' shared autowired service.
  1624.      *
  1625.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\InstructionController
  1626.      */
  1627.     protected function getInstructionControllerService()
  1628.     {
  1629.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1630.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1631.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1632.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1633.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/InstructionController.php';
  1634.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\InstructionController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\InstructionManager'] ?? $this->getInstructionManagerService()));
  1635.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController'$this));
  1636.         return $instance;
  1637.     }
  1638.     /**
  1639.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\MarketCategoryController' shared autowired service.
  1640.      *
  1641.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\MarketCategoryController
  1642.      */
  1643.     protected function getMarketCategoryControllerService()
  1644.     {
  1645.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1646.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1647.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1648.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1649.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/MarketCategoryController.php';
  1650.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\MarketCategoryController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\MarketCategoryManager'] ?? $this->getMarketCategoryManagerService()));
  1651.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController'$this));
  1652.         return $instance;
  1653.     }
  1654.     /**
  1655.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\MarketController' shared autowired service.
  1656.      *
  1657.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\MarketController
  1658.      */
  1659.     protected function getMarketControllerService()
  1660.     {
  1661.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1662.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1663.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1664.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1665.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/MarketController.php';
  1666.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\MarketController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\MarketManager'] ?? $this->getMarketManagerService()));
  1667.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController'$this));
  1668.         return $instance;
  1669.     }
  1670.     /**
  1671.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\ProductController' shared autowired service.
  1672.      *
  1673.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\ProductController
  1674.      */
  1675.     protected function getProductControllerService()
  1676.     {
  1677.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1678.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1679.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1680.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1681.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Controller/Admin/ProductController.php';
  1682.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/ProductController.php';
  1683.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\ProductController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductManager'] ?? $this->getProductManagerService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductAttributeManager'] ?? $this->getProductAttributeManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository'] ?? $this->getChangeLogRepositoryService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Service\\Product\\ProductLoggableReverter'] ?? $this->getProductLoggableReverterService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Service\\Product\\ProductAttributes'] ?? $this->getProductAttributesService()));
  1684.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController'$this));
  1685.         return $instance;
  1686.     }
  1687.     /**
  1688.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\ProductFireResistanceController' shared autowired service.
  1689.      *
  1690.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\ProductFireResistanceController
  1691.      */
  1692.     protected function getProductFireResistanceControllerService()
  1693.     {
  1694.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1695.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1696.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1697.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1698.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/ProductFireResistanceController.php';
  1699.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\ProductFireResistanceController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductFireResistanceManager'] ?? $this->getProductFireResistanceManagerService()));
  1700.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController'$this));
  1701.         return $instance;
  1702.     }
  1703.     /**
  1704.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\ProductInsuranceSecurityController' shared autowired service.
  1705.      *
  1706.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\ProductInsuranceSecurityController
  1707.      */
  1708.     protected function getProductInsuranceSecurityControllerService()
  1709.     {
  1710.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1711.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1712.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1713.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1714.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/ProductInsuranceSecurityController.php';
  1715.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\ProductInsuranceSecurityController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductInsuranceSecurityManager'] ?? $this->getProductInsuranceSecurityManagerService()));
  1716.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController'$this));
  1717.         return $instance;
  1718.     }
  1719.     /**
  1720.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\ProductSafeLockController' shared autowired service.
  1721.      *
  1722.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\ProductSafeLockController
  1723.      */
  1724.     protected function getProductSafeLockControllerService()
  1725.     {
  1726.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1727.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1728.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1729.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1730.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/ProductSafeLockController.php';
  1731.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\ProductSafeLockController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSafeLockManager'] ?? $this->getProductSafeLockManagerService()));
  1732.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController'$this));
  1733.         return $instance;
  1734.     }
  1735.     /**
  1736.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\ProductSecurityClassController' shared autowired service.
  1737.      *
  1738.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\ProductSecurityClassController
  1739.      */
  1740.     protected function getProductSecurityClassControllerService()
  1741.     {
  1742.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1743.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1744.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1745.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1746.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/ProductSecurityClassController.php';
  1747.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\ProductSecurityClassController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSecurityClassManager'] ?? $this->getProductSecurityClassManagerService()));
  1748.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController'$this));
  1749.         return $instance;
  1750.     }
  1751.     /**
  1752.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\ProductSecurityClassFeatureController' shared autowired service.
  1753.      *
  1754.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\ProductSecurityClassFeatureController
  1755.      */
  1756.     protected function getProductSecurityClassFeatureControllerService()
  1757.     {
  1758.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1759.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1760.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1761.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1762.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/ProductSecurityClassFeatureController.php';
  1763.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\ProductSecurityClassFeatureController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSecurityClassFeatureManager'] ?? $this->getProductSecurityClassFeatureManagerService()));
  1764.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController'$this));
  1765.         return $instance;
  1766.     }
  1767.     /**
  1768.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\ProductSeriesController' shared autowired service.
  1769.      *
  1770.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\ProductSeriesController
  1771.      */
  1772.     protected function getProductSeriesControllerService()
  1773.     {
  1774.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1775.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1776.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1777.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1778.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/ProductSeriesController.php';
  1779.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\ProductSeriesController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSerieManager'] ?? $this->getProductSerieManagerService()));
  1780.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController'$this));
  1781.         return $instance;
  1782.     }
  1783.     /**
  1784.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\PublicationController' shared autowired service.
  1785.      *
  1786.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\PublicationController
  1787.      */
  1788.     protected function getPublicationControllerService()
  1789.     {
  1790.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1791.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1792.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1793.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1794.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/PublicationController.php';
  1795.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\PublicationController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\PublicationManager'] ?? $this->getPublicationManagerService()));
  1796.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController'$this));
  1797.         return $instance;
  1798.     }
  1799.     /**
  1800.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\SloganController' shared autowired service.
  1801.      *
  1802.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\SloganController
  1803.      */
  1804.     protected function getSloganControllerService()
  1805.     {
  1806.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1807.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1808.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1809.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1810.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/SloganController.php';
  1811.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\SloganController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\SloganManager'] ?? $this->getSloganManagerService()));
  1812.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController'$this));
  1813.         return $instance;
  1814.     }
  1815.     /**
  1816.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Admin\WhatToLookForBlockController' shared autowired service.
  1817.      *
  1818.      * @return \Hartmann\Bundle\AppBundle\Controller\Admin\WhatToLookForBlockController
  1819.      */
  1820.     protected function getWhatToLookForBlockControllerService()
  1821.     {
  1822.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1823.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1824.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  1825.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  1826.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Admin/WhatToLookForBlockController.php';
  1827.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Admin\WhatToLookForBlockController(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\WhatToLookForBlockManager'] ?? $this->getWhatToLookForBlockManagerService()));
  1828.         $instance->setContainer(($this->privates['.service_locator.T7SRPCu'] ?? $this->get_ServiceLocator_T7SRPCuService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController'$this));
  1829.         return $instance;
  1830.     }
  1831.     /**
  1832.      * Gets the public 'Hartmann\Bundle\AppBundle\Controller\Front\PdfGeneratorController' shared autowired service.
  1833.      *
  1834.      * @return \Hartmann\Bundle\AppBundle\Controller\Front\PdfGeneratorController
  1835.      */
  1836.     protected function getPdfGeneratorControllerService()
  1837.     {
  1838.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1839.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1840.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Controller/Front/PdfGeneratorController.php';
  1841.         $this->services['Hartmann\\Bundle\\AppBundle\\Controller\\Front\\PdfGeneratorController'] = $instance = new \Hartmann\Bundle\AppBundle\Controller\Front\PdfGeneratorController(($this->services['kernel'] ?? $this->get('kernel'1)), $this->getEnv('resolve:FRONT_HOST'));
  1842.         $instance->setContainer(($this->privates['.service_locator.2lY5oFh'] ?? $this->get_ServiceLocator_2lY5oFhService())->withContext('Hartmann\\Bundle\\AppBundle\\Controller\\Front\\PdfGeneratorController'$this));
  1843.         return $instance;
  1844.     }
  1845.     /**
  1846.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\AttributeGroupDataTable' shared autowired service.
  1847.      *
  1848.      * @return \Hartmann\Bundle\AppBundle\DataTable\AttributeGroupDataTable
  1849.      */
  1850.     protected function getAttributeGroupDataTableService()
  1851.     {
  1852.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  1853.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  1854.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1855.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1856.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  1857.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  1858.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/AttributeGroupDataTable.php';
  1859.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/AttributeGroupDataTable.php';
  1860.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\AttributeGroupDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\AttributeGroupDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  1861.     }
  1862.     /**
  1863.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\CategoryAttributeDataTable' shared autowired service.
  1864.      *
  1865.      * @return \Hartmann\Bundle\AppBundle\DataTable\CategoryAttributeDataTable
  1866.      */
  1867.     protected function getCategoryAttributeDataTableService()
  1868.     {
  1869.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  1870.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  1871.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1872.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1873.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  1874.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  1875.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/CategoryAttributeDataTable.php';
  1876.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\CategoryAttributeDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\CategoryAttributeDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  1877.     }
  1878.     /**
  1879.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\CategoryDataTable' shared autowired service.
  1880.      *
  1881.      * @return \Hartmann\Bundle\AppBundle\DataTable\CategoryDataTable
  1882.      */
  1883.     protected function getCategoryDataTableService()
  1884.     {
  1885.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  1886.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  1887.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1888.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1889.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  1890.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  1891.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/CategoryDataTable.php';
  1892.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Checker/CatalogCategoryRemoverChecker.php';
  1893.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\CategoryDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\CategoryDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\CategorySectionTypeCollection'] ?? $this->getCategorySectionTypeCollectionService()), ($this->privates['Hartmann\\Bundle\\AppBundle\\Service\\Checker\\CatalogCategoryRemoverChecker'] ?? ($this->privates['Hartmann\\Bundle\\AppBundle\\Service\\Checker\\CatalogCategoryRemoverChecker'] = new \Hartmann\Bundle\AppBundle\Service\Checker\CatalogCategoryRemoverChecker())));
  1894.     }
  1895.     /**
  1896.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\CompanyReferenceDataTable' shared autowired service.
  1897.      *
  1898.      * @return \Hartmann\Bundle\AppBundle\DataTable\CompanyReferenceDataTable
  1899.      */
  1900.     protected function getCompanyReferenceDataTableService()
  1901.     {
  1902.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  1903.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  1904.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1905.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1906.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  1907.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  1908.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/CompanyReferenceDataTable.php';
  1909.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\CompanyReferenceDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\CompanyReferenceDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  1910.     }
  1911.     /**
  1912.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\Contents' shared autowired service.
  1913.      *
  1914.      * @return \Hartmann\Bundle\AppBundle\DataTable\Contents
  1915.      */
  1916.     protected function getContentsService()
  1917.     {
  1918.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  1919.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1921.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1922.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  1923.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/DataTable/Contents.php';
  1924.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/Contents.php';
  1925.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\Contents'] = new \Hartmann\Bundle\AppBundle\DataTable\Contents(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()), ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker'] ?? $this->getEntityAuthorizationCheckerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  1926.     }
  1927.     /**
  1928.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\FaqAnswerDataTable' shared autowired service.
  1929.      *
  1930.      * @return \Hartmann\Bundle\AppBundle\DataTable\FaqAnswerDataTable
  1931.      */
  1932.     protected function getFaqAnswerDataTableService()
  1933.     {
  1934.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  1935.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  1936.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1937.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1938.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  1939.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  1940.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/FaqAnswerDataTable.php';
  1941.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\FaqAnswerDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\FaqAnswerDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\FaqCategoryRepository'] ?? $this->getFaqCategoryRepositoryService()));
  1942.     }
  1943.     /**
  1944.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\FaqCategoryDataTable' shared autowired service.
  1945.      *
  1946.      * @return \Hartmann\Bundle\AppBundle\DataTable\FaqCategoryDataTable
  1947.      */
  1948.     protected function getFaqCategoryDataTableService()
  1949.     {
  1950.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  1951.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  1952.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1953.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1954.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  1955.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  1956.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/FaqCategoryDataTable.php';
  1957.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\FaqCategoryDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\FaqCategoryDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  1958.     }
  1959.     /**
  1960.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\InformationDataTable' shared autowired service.
  1961.      *
  1962.      * @return \Hartmann\Bundle\AppBundle\DataTable\InformationDataTable
  1963.      */
  1964.     protected function getInformationDataTableService()
  1965.     {
  1966.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  1967.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  1968.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1969.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1970.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  1971.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  1972.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/InformationDataTable.php';
  1973.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\InformationDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\InformationDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()));
  1974.     }
  1975.     /**
  1976.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\InstructionCategoryDataTable' shared autowired service.
  1977.      *
  1978.      * @return \Hartmann\Bundle\AppBundle\DataTable\InstructionCategoryDataTable
  1979.      */
  1980.     protected function getInstructionCategoryDataTableService()
  1981.     {
  1982.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  1983.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  1984.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1985.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1986.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  1987.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  1988.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/InstructionCategoryDataTable.php';
  1989.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\InstructionCategoryDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\InstructionCategoryDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  1990.     }
  1991.     /**
  1992.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\InstructionDataTable' shared autowired service.
  1993.      *
  1994.      * @return \Hartmann\Bundle\AppBundle\DataTable\InstructionDataTable
  1995.      */
  1996.     protected function getInstructionDataTableService()
  1997.     {
  1998.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  1999.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  2000.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2001.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2002.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  2003.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  2004.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/InstructionDataTable.php';
  2005.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\InstructionDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\InstructionDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\InstructionCategoryRepository'] ?? $this->getInstructionCategoryRepositoryService()));
  2006.     }
  2007.     /**
  2008.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\MarketCategoryDataTable' shared autowired service.
  2009.      *
  2010.      * @return \Hartmann\Bundle\AppBundle\DataTable\MarketCategoryDataTable
  2011.      */
  2012.     protected function getMarketCategoryDataTableService()
  2013.     {
  2014.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  2015.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  2016.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2017.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2018.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  2019.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  2020.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/MarketCategoryDataTable.php';
  2021.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\MarketCategoryDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\MarketCategoryDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  2022.     }
  2023.     /**
  2024.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\MarketDataTable' shared autowired service.
  2025.      *
  2026.      * @return \Hartmann\Bundle\AppBundle\DataTable\MarketDataTable
  2027.      */
  2028.     protected function getMarketDataTableService()
  2029.     {
  2030.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  2031.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  2032.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2033.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2034.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  2035.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  2036.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/MarketDataTable.php';
  2037.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\MarketDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\MarketDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\MarketCategoryRepository'] ?? $this->getMarketCategoryRepositoryService()));
  2038.     }
  2039.     /**
  2040.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\ProductDataTable' shared autowired service.
  2041.      *
  2042.      * @return \Hartmann\Bundle\AppBundle\DataTable\ProductDataTable
  2043.      */
  2044.     protected function getProductDataTableService()
  2045.     {
  2046.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  2047.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  2048.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2050.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  2051.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  2052.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/ProductDataTable.php';
  2053.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/ProductDataTable.php';
  2054.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/SectionTypeCollection.php';
  2055.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/ProductSectionTypeCollection.php';
  2056.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\ProductDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\ProductDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker'] ?? $this->getEntityAuthorizationCheckerService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\ProductSectionTypeCollection'] ?? ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\ProductSectionTypeCollection'] = new \Hitso\Bundle\SectionBundle\Model\ProductSectionTypeCollection())), $this->getEnv('resolve:FRONT_HOST'));
  2057.     }
  2058.     /**
  2059.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\ProductFireResistanceDataTable' shared autowired service.
  2060.      *
  2061.      * @return \Hartmann\Bundle\AppBundle\DataTable\ProductFireResistanceDataTable
  2062.      */
  2063.     protected function getProductFireResistanceDataTableService()
  2064.     {
  2065.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  2066.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  2067.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2068.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2069.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  2070.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  2071.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/ProductFireResistanceDataTable.php';
  2072.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\ProductFireResistanceDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\ProductFireResistanceDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  2073.     }
  2074.     /**
  2075.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\ProductInsuranceSecurityDataTable' shared autowired service.
  2076.      *
  2077.      * @return \Hartmann\Bundle\AppBundle\DataTable\ProductInsuranceSecurityDataTable
  2078.      */
  2079.     protected function getProductInsuranceSecurityDataTableService()
  2080.     {
  2081.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  2082.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  2083.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2084.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2085.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  2086.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  2087.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/ProductInsuranceSecurityDataTable.php';
  2088.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\ProductInsuranceSecurityDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\ProductInsuranceSecurityDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  2089.     }
  2090.     /**
  2091.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\ProductReviewDataTable' shared autowired service.
  2092.      *
  2093.      * @return \Hartmann\Bundle\AppBundle\DataTable\ProductReviewDataTable
  2094.      */
  2095.     protected function getProductReviewDataTableService()
  2096.     {
  2097.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  2098.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  2099.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2100.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2101.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  2102.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  2103.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/ProductReviewDataTable.php';
  2104.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\ProductReviewDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\ProductReviewDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  2105.     }
  2106.     /**
  2107.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\ProductSafeLockDataTable' shared autowired service.
  2108.      *
  2109.      * @return \Hartmann\Bundle\AppBundle\DataTable\ProductSafeLockDataTable
  2110.      */
  2111.     protected function getProductSafeLockDataTableService()
  2112.     {
  2113.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  2114.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  2115.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2116.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2117.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  2118.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  2119.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/ProductSafeLockDataTable.php';
  2120.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\ProductSafeLockDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\ProductSafeLockDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  2121.     }
  2122.     /**
  2123.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\ProductSecurityClassDataTable' shared autowired service.
  2124.      *
  2125.      * @return \Hartmann\Bundle\AppBundle\DataTable\ProductSecurityClassDataTable
  2126.      */
  2127.     protected function getProductSecurityClassDataTableService()
  2128.     {
  2129.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  2130.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  2131.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2132.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2133.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  2134.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  2135.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/ProductSecurityClassDataTable.php';
  2136.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\ProductSecurityClassDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\ProductSecurityClassDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  2137.     }
  2138.     /**
  2139.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\ProductSecurityClassFeatureDataTable' shared autowired service.
  2140.      *
  2141.      * @return \Hartmann\Bundle\AppBundle\DataTable\ProductSecurityClassFeatureDataTable
  2142.      */
  2143.     protected function getProductSecurityClassFeatureDataTableService()
  2144.     {
  2145.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  2146.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  2147.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2148.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2149.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  2150.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  2151.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/ProductSecurityClassFeatureDataTable.php';
  2152.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\ProductSecurityClassFeatureDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\ProductSecurityClassFeatureDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  2153.     }
  2154.     /**
  2155.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\ProductSeriesDataTable' shared autowired service.
  2156.      *
  2157.      * @return \Hartmann\Bundle\AppBundle\DataTable\ProductSeriesDataTable
  2158.      */
  2159.     protected function getProductSeriesDataTableService()
  2160.     {
  2161.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  2162.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  2163.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2164.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2165.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  2166.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  2167.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/ProductSeriesDataTable.php';
  2168.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\ProductSeriesDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\ProductSeriesDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  2169.     }
  2170.     /**
  2171.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\PublicationDataTable' shared autowired service.
  2172.      *
  2173.      * @return \Hartmann\Bundle\AppBundle\DataTable\PublicationDataTable
  2174.      */
  2175.     protected function getPublicationDataTableService()
  2176.     {
  2177.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  2178.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  2179.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2180.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2181.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  2182.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  2183.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/PublicationDataTable.php';
  2184.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\PublicationDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\PublicationDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()));
  2185.     }
  2186.     /**
  2187.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\SloganDataTable' shared autowired service.
  2188.      *
  2189.      * @return \Hartmann\Bundle\AppBundle\DataTable\SloganDataTable
  2190.      */
  2191.     protected function getSloganDataTableService()
  2192.     {
  2193.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  2194.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  2195.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2196.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2197.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  2198.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  2199.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/SloganDataTable.php';
  2200.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\SloganDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\SloganDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  2201.     }
  2202.     /**
  2203.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\TicketsDataTable' shared autowired service.
  2204.      *
  2205.      * @return \Hartmann\Bundle\AppBundle\DataTable\TicketsDataTable
  2206.      */
  2207.     protected function getTicketsDataTableService()
  2208.     {
  2209.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  2210.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  2211.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2212.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2213.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  2214.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  2215.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TicketsBundle/DataTable/Tickets.php';
  2216.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/TicketsDataTable.php';
  2217.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\TicketsDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\TicketsDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  2218.     }
  2219.     /**
  2220.      * Gets the public 'Hartmann\Bundle\AppBundle\DataTable\WhatToLookForBlockDataTable' shared autowired service.
  2221.      *
  2222.      * @return \Hartmann\Bundle\AppBundle\DataTable\WhatToLookForBlockDataTable
  2223.      */
  2224.     protected function getWhatToLookForBlockDataTableService()
  2225.     {
  2226.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  2227.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  2228.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2229.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2230.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  2231.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  2232.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataTable/WhatToLookForBlockDataTable.php';
  2233.         return $this->services['Hartmann\\Bundle\\AppBundle\\DataTable\\WhatToLookForBlockDataTable'] = new \Hartmann\Bundle\AppBundle\DataTable\WhatToLookForBlockDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Repository\\SectionRepository'] ?? $this->getSectionRepositoryService()));
  2234.     }
  2235.     /**
  2236.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\CompanyReferenceController' shared autowired service.
  2237.      *
  2238.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\CompanyReferenceController
  2239.      */
  2240.     protected function getCompanyReferenceController2Service()
  2241.     {
  2242.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2243.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/CompanyReferenceController.php';
  2244.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\CompanyReferenceController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\CompanyReferenceController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\CompanyReferenceController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\CompanyReferenceType'] ?? $this->getCompanyReferenceTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\CompanyReferenceFactory'] ?? $this->getCompanyReferenceFactoryService()));
  2245.     }
  2246.     /**
  2247.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\ContactFormController' shared autowired service.
  2248.      *
  2249.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\ContactFormController
  2250.      */
  2251.     protected function getContactFormControllerService()
  2252.     {
  2253.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2254.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/ContactFormController.php';
  2255.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ContactFormController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\ContactFormController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ContactFormController'$this), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Mailer\\MailerHelper'] ?? $this->getMailerHelperService()));
  2256.     }
  2257.     /**
  2258.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\FaqAnswerController' shared autowired service.
  2259.      *
  2260.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\FaqAnswerController
  2261.      */
  2262.     protected function getFaqAnswerController2Service()
  2263.     {
  2264.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2265.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/FaqAnswerController.php';
  2266.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\FaqAnswerController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\FaqAnswerController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\FaqAnswerController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\FaqAnswerType'] ?? $this->getFaqAnswerTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\FaqAnswerFactory'] ?? $this->getFaqAnswerFactoryService()));
  2267.     }
  2268.     /**
  2269.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\FaqCategoryController' shared autowired service.
  2270.      *
  2271.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\FaqCategoryController
  2272.      */
  2273.     protected function getFaqCategoryController2Service()
  2274.     {
  2275.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2276.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/FaqCategoryController.php';
  2277.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\FaqCategoryController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\FaqCategoryController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\FaqCategoryController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\FaqCategoryType'] ?? $this->getFaqCategoryTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\FaqCategoryFactory'] ?? $this->getFaqCategoryFactoryService()));
  2278.     }
  2279.     /**
  2280.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\InformationController' shared autowired service.
  2281.      *
  2282.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\InformationController
  2283.      */
  2284.     protected function getInformationController2Service()
  2285.     {
  2286.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2287.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/InformationController.php';
  2288.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\InformationController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\InformationController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\InformationController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\InformationType'] ?? $this->getInformationTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\InformationFactory'] ?? $this->getInformationFactoryService()));
  2289.     }
  2290.     /**
  2291.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\InstructionCategoryController' shared autowired service.
  2292.      *
  2293.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\InstructionCategoryController
  2294.      */
  2295.     protected function getInstructionCategoryController2Service()
  2296.     {
  2297.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2298.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/InstructionCategoryController.php';
  2299.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\InstructionCategoryController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\InstructionCategoryController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\InstructionCategoryController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\InstructionCategoryType'] ?? $this->getInstructionCategoryTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\InstructionCategoryFactory'] ?? $this->getInstructionCategoryFactoryService()));
  2300.     }
  2301.     /**
  2302.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\InstructionController' shared autowired service.
  2303.      *
  2304.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\InstructionController
  2305.      */
  2306.     protected function getInstructionController2Service()
  2307.     {
  2308.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2309.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/InstructionController.php';
  2310.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\InstructionController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\InstructionController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\InstructionController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\InstructionType'] ?? $this->getInstructionTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\InstructionFactory'] ?? $this->getInstructionFactoryService()));
  2311.     }
  2312.     /**
  2313.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\MarketCategoryController' shared autowired service.
  2314.      *
  2315.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\MarketCategoryController
  2316.      */
  2317.     protected function getMarketCategoryController2Service()
  2318.     {
  2319.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2320.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/MarketCategoryController.php';
  2321.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\MarketCategoryController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\MarketCategoryController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\MarketCategoryController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\MarketCategoryType'] ?? $this->getMarketCategoryTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\MarketCategoryFactory'] ?? $this->getMarketCategoryFactoryService()));
  2322.     }
  2323.     /**
  2324.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\MarketController' shared autowired service.
  2325.      *
  2326.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\MarketController
  2327.      */
  2328.     protected function getMarketController2Service()
  2329.     {
  2330.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2331.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/MarketController.php';
  2332.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\MarketController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\MarketController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\MarketController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\MarketType'] ?? $this->getMarketTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\MarketFactory'] ?? $this->getMarketFactoryService()));
  2333.     }
  2334.     /**
  2335.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductCategoryController' shared autowired service.
  2336.      *
  2337.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductCategoryController
  2338.      */
  2339.     protected function getProductCategoryControllerService()
  2340.     {
  2341.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2342.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/ProductCategoryController.php';
  2343.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductCategoryController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductCategoryController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductCategoryController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductCategoryFiltersType'] ?? $this->getProductCategoryFiltersTypeService()));
  2344.     }
  2345.     /**
  2346.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductController' shared autowired service.
  2347.      *
  2348.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductController
  2349.      */
  2350.     protected function getProductController2Service()
  2351.     {
  2352.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2353.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Controller/ProductController.php';
  2354.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/ProductController.php';
  2355.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductType'] ?? $this->getProductTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductFactory'] ?? $this->getProductFactoryService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\SimilarProductType'] ?? $this->getSimilarProductTypeService()));
  2356.     }
  2357.     /**
  2358.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductFireResistanceController' shared autowired service.
  2359.      *
  2360.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductFireResistanceController
  2361.      */
  2362.     protected function getProductFireResistanceController2Service()
  2363.     {
  2364.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2365.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/ProductFireResistanceController.php';
  2366.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductFireResistanceController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductFireResistanceController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductFireResistanceController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductFireResistanceType'] ?? $this->getProductFireResistanceTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductFireResistanceFactory'] ?? $this->getProductFireResistanceFactoryService()));
  2367.     }
  2368.     /**
  2369.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductFireResistanceGroupController' shared autowired service.
  2370.      *
  2371.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductFireResistanceGroupController
  2372.      */
  2373.     protected function getProductFireResistanceGroupControllerService()
  2374.     {
  2375.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2376.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/ProductFireResistanceGroupController.php';
  2377.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductFireResistanceGroupController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductFireResistanceGroupController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductFireResistanceGroupController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductFireResistanceGroupType'] ?? $this->getProductFireResistanceGroupTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductFireResistanceGroupFactory'] ?? $this->getProductFireResistanceGroupFactoryService()));
  2378.     }
  2379.     /**
  2380.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductInsuranceSecurityController' shared autowired service.
  2381.      *
  2382.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductInsuranceSecurityController
  2383.      */
  2384.     protected function getProductInsuranceSecurityController2Service()
  2385.     {
  2386.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2387.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/ProductInsuranceSecurityController.php';
  2388.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductInsuranceSecurityController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductInsuranceSecurityController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductInsuranceSecurityController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductInsuranceSecurityType'] ?? $this->getProductInsuranceSecurityTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductInsuranceSecurityFactory'] ?? $this->getProductInsuranceSecurityFactoryService()));
  2389.     }
  2390.     /**
  2391.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductSafeLockController' shared autowired service.
  2392.      *
  2393.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductSafeLockController
  2394.      */
  2395.     protected function getProductSafeLockController2Service()
  2396.     {
  2397.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2398.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/ProductSafeLockController.php';
  2399.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductSafeLockController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductSafeLockController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductSafeLockController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSafeLockType'] ?? $this->getProductSafeLockTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductSafeLockFactory'] ?? $this->getProductSafeLockFactoryService()));
  2400.     }
  2401.     /**
  2402.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductSecurityClassController' shared autowired service.
  2403.      *
  2404.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductSecurityClassController
  2405.      */
  2406.     protected function getProductSecurityClassController2Service()
  2407.     {
  2408.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2409.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/ProductSecurityClassController.php';
  2410.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductSecurityClassController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductSecurityClassController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductSecurityClassController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSecurityClassType'] ?? $this->getProductSecurityClassTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductSecurityClassFactory'] ?? $this->getProductSecurityClassFactoryService()));
  2411.     }
  2412.     /**
  2413.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductSecurityClassGroupController' shared autowired service.
  2414.      *
  2415.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductSecurityClassGroupController
  2416.      */
  2417.     protected function getProductSecurityClassGroupControllerService()
  2418.     {
  2419.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2420.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/ProductSecurityClassGroupController.php';
  2421.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductSecurityClassGroupController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductSecurityClassGroupController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductSecurityClassGroupController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSecurityClassGroupType'] ?? $this->getProductSecurityClassGroupTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductSecurityClassGroupFactory'] ?? $this->getProductSecurityClassGroupFactoryService()));
  2422.     }
  2423.     /**
  2424.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductSeriesController' shared autowired service.
  2425.      *
  2426.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductSeriesController
  2427.      */
  2428.     protected function getProductSeriesController2Service()
  2429.     {
  2430.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2431.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/ProductSeriesController.php';
  2432.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductSeriesController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\ProductSeriesController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\ProductSeriesController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSeriesType'] ?? $this->getProductSeriesTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductSeriesFactory'] ?? $this->getProductSeriesFactoryService()));
  2433.     }
  2434.     /**
  2435.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\PublicationController' shared autowired service.
  2436.      *
  2437.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\PublicationController
  2438.      */
  2439.     protected function getPublicationController2Service()
  2440.     {
  2441.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2442.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/PublicationController.php';
  2443.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\PublicationController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\PublicationController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\PublicationController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\PublicationType'] ?? $this->getPublicationTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\PublicationFactory'] ?? $this->getPublicationFactoryService()));
  2444.     }
  2445.     /**
  2446.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\SearchController' shared autowired service.
  2447.      *
  2448.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\SearchController
  2449.      */
  2450.     protected function getSearchControllerService()
  2451.     {
  2452.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2453.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/SearchController.php';
  2454.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\SearchController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\SearchController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\SearchController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\SearchType'] ?? $this->getSearchTypeService()));
  2455.     }
  2456.     /**
  2457.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\SloganController' shared autowired service.
  2458.      *
  2459.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\SloganController
  2460.      */
  2461.     protected function getSloganController2Service()
  2462.     {
  2463.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2464.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/SloganController.php';
  2465.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\SloganController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\SloganController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\SloganController'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\SloganType'] ?? $this->getSloganTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\SloganFactory'] ?? $this->getSloganFactoryService()));
  2466.     }
  2467.     /**
  2468.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Controller\SlugController' shared autowired service.
  2469.      *
  2470.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Controller\SlugController
  2471.      */
  2472.     protected function getSlugControllerService()
  2473.     {
  2474.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2475.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Controller/SlugController.php';
  2476.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\SlugController'] = new \Hartmann\Bundle\AppBundle\Service\Api\Controller\SlugController(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Controller\\SlugController'$this));
  2477.     }
  2478.     /**
  2479.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Factory\CompanyReferenceFactory' shared autowired service.
  2480.      *
  2481.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Factory\CompanyReferenceFactory
  2482.      */
  2483.     protected function getCompanyReferenceFactoryService()
  2484.     {
  2485.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2486.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Factory/CompanyReferenceFactory.php';
  2487.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\CompanyReferenceFactory'] = new \Hartmann\Bundle\AppBundle\Service\Api\Factory\CompanyReferenceFactory(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\CompanyReferenceFactory'$this));
  2488.     }
  2489.     /**
  2490.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Factory\FaqAnswerFactory' shared autowired service.
  2491.      *
  2492.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Factory\FaqAnswerFactory
  2493.      */
  2494.     protected function getFaqAnswerFactoryService()
  2495.     {
  2496.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2497.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Factory/FaqAnswerFactory.php';
  2498.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\FaqAnswerFactory'] = new \Hartmann\Bundle\AppBundle\Service\Api\Factory\FaqAnswerFactory(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\FaqAnswerFactory'$this));
  2499.     }
  2500.     /**
  2501.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Factory\FaqCategoryFactory' shared autowired service.
  2502.      *
  2503.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Factory\FaqCategoryFactory
  2504.      */
  2505.     protected function getFaqCategoryFactoryService()
  2506.     {
  2507.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2508.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Factory/FaqCategoryFactory.php';
  2509.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\FaqCategoryFactory'] = new \Hartmann\Bundle\AppBundle\Service\Api\Factory\FaqCategoryFactory(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\FaqCategoryFactory'$this));
  2510.     }
  2511.     /**
  2512.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Factory\InformationFactory' shared autowired service.
  2513.      *
  2514.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Factory\InformationFactory
  2515.      */
  2516.     protected function getInformationFactoryService()
  2517.     {
  2518.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2519.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Factory/InformationFactory.php';
  2520.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\InformationFactory'] = new \Hartmann\Bundle\AppBundle\Service\Api\Factory\InformationFactory(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\InformationFactory'$this));
  2521.     }
  2522.     /**
  2523.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Factory\InstructionCategoryFactory' shared autowired service.
  2524.      *
  2525.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Factory\InstructionCategoryFactory
  2526.      */
  2527.     protected function getInstructionCategoryFactoryService()
  2528.     {
  2529.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2530.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Factory/InstructionCategoryFactory.php';
  2531.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\InstructionCategoryFactory'] = new \Hartmann\Bundle\AppBundle\Service\Api\Factory\InstructionCategoryFactory(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\InstructionCategoryFactory'$this));
  2532.     }
  2533.     /**
  2534.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Factory\InstructionFactory' shared autowired service.
  2535.      *
  2536.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Factory\InstructionFactory
  2537.      */
  2538.     protected function getInstructionFactoryService()
  2539.     {
  2540.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2541.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Factory/InstructionFactory.php';
  2542.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\InstructionFactory'] = new \Hartmann\Bundle\AppBundle\Service\Api\Factory\InstructionFactory(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\InstructionFactory'$this));
  2543.     }
  2544.     /**
  2545.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Factory\MarketCategoryFactory' shared autowired service.
  2546.      *
  2547.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Factory\MarketCategoryFactory
  2548.      */
  2549.     protected function getMarketCategoryFactoryService()
  2550.     {
  2551.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2552.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Factory/MarketCategoryFactory.php';
  2553.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\MarketCategoryFactory'] = new \Hartmann\Bundle\AppBundle\Service\Api\Factory\MarketCategoryFactory(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\MarketCategoryFactory'$this));
  2554.     }
  2555.     /**
  2556.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Factory\MarketFactory' shared autowired service.
  2557.      *
  2558.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Factory\MarketFactory
  2559.      */
  2560.     protected function getMarketFactoryService()
  2561.     {
  2562.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2563.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Factory/MarketFactory.php';
  2564.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\MarketFactory'] = new \Hartmann\Bundle\AppBundle\Service\Api\Factory\MarketFactory(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\MarketFactory'$this));
  2565.     }
  2566.     /**
  2567.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductFactory' shared autowired service.
  2568.      *
  2569.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductFactory
  2570.      */
  2571.     protected function getProductFactoryService()
  2572.     {
  2573.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2574.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Factory/ProductFactory.php';
  2575.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Factory/ProductFactory.php';
  2576.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductFactory'] = new \Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductFactory(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductFactory'$this));
  2577.     }
  2578.     /**
  2579.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductFireResistanceFactory' shared autowired service.
  2580.      *
  2581.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductFireResistanceFactory
  2582.      */
  2583.     protected function getProductFireResistanceFactoryService()
  2584.     {
  2585.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2586.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Factory/ProductFireResistanceFactory.php';
  2587.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductFireResistanceFactory'] = new \Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductFireResistanceFactory(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductFireResistanceFactory'$this));
  2588.     }
  2589.     /**
  2590.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductFireResistanceGroupFactory' shared autowired service.
  2591.      *
  2592.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductFireResistanceGroupFactory
  2593.      */
  2594.     protected function getProductFireResistanceGroupFactoryService()
  2595.     {
  2596.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2597.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Factory/ProductFireResistanceGroupFactory.php';
  2598.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductFireResistanceGroupFactory'] = new \Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductFireResistanceGroupFactory(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductFireResistanceGroupFactory'$this));
  2599.     }
  2600.     /**
  2601.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductInsuranceSecurityFactory' shared autowired service.
  2602.      *
  2603.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductInsuranceSecurityFactory
  2604.      */
  2605.     protected function getProductInsuranceSecurityFactoryService()
  2606.     {
  2607.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2608.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Factory/ProductInsuranceSecurityFactory.php';
  2609.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductInsuranceSecurityFactory'] = new \Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductInsuranceSecurityFactory(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductInsuranceSecurityFactory'$this));
  2610.     }
  2611.     /**
  2612.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductSafeLockFactory' shared autowired service.
  2613.      *
  2614.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductSafeLockFactory
  2615.      */
  2616.     protected function getProductSafeLockFactoryService()
  2617.     {
  2618.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2619.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Factory/ProductSafeLockFactory.php';
  2620.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductSafeLockFactory'] = new \Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductSafeLockFactory(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductSafeLockFactory'$this));
  2621.     }
  2622.     /**
  2623.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductSecurityClassFactory' shared autowired service.
  2624.      *
  2625.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductSecurityClassFactory
  2626.      */
  2627.     protected function getProductSecurityClassFactoryService()
  2628.     {
  2629.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2630.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Factory/ProductSecurityClassFactory.php';
  2631.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductSecurityClassFactory'] = new \Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductSecurityClassFactory(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductSecurityClassFactory'$this));
  2632.     }
  2633.     /**
  2634.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductSecurityClassGroupFactory' shared autowired service.
  2635.      *
  2636.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductSecurityClassGroupFactory
  2637.      */
  2638.     protected function getProductSecurityClassGroupFactoryService()
  2639.     {
  2640.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2641.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Factory/ProductSecurityClassGroupFactory.php';
  2642.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductSecurityClassGroupFactory'] = new \Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductSecurityClassGroupFactory(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductSecurityClassGroupFactory'$this));
  2643.     }
  2644.     /**
  2645.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductSeriesFactory' shared autowired service.
  2646.      *
  2647.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductSeriesFactory
  2648.      */
  2649.     protected function getProductSeriesFactoryService()
  2650.     {
  2651.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2652.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Factory/ProductSeriesFactory.php';
  2653.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductSeriesFactory'] = new \Hartmann\Bundle\AppBundle\Service\Api\Factory\ProductSeriesFactory(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\ProductSeriesFactory'$this));
  2654.     }
  2655.     /**
  2656.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Factory\PublicationFactory' shared autowired service.
  2657.      *
  2658.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Factory\PublicationFactory
  2659.      */
  2660.     protected function getPublicationFactoryService()
  2661.     {
  2662.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2663.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Factory/PublicationFactory.php';
  2664.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\PublicationFactory'] = new \Hartmann\Bundle\AppBundle\Service\Api\Factory\PublicationFactory(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\PublicationFactory'$this));
  2665.     }
  2666.     /**
  2667.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Factory\SloganFactory' shared autowired service.
  2668.      *
  2669.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Factory\SloganFactory
  2670.      */
  2671.     protected function getSloganFactoryService()
  2672.     {
  2673.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2674.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Factory/SloganFactory.php';
  2675.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\SloganFactory'] = new \Hartmann\Bundle\AppBundle\Service\Api\Factory\SloganFactory(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Factory\\SloganFactory'$this));
  2676.     }
  2677.     /**
  2678.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\CompanyReferenceType' shared autowired service.
  2679.      *
  2680.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\CompanyReferenceType
  2681.      */
  2682.     protected function getCompanyReferenceTypeService()
  2683.     {
  2684.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2685.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2686.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2687.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/CompanyReferenceType.php';
  2688.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\CompanyReferenceType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\CompanyReferenceType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\CompanyReferenceType'$this));
  2689.     }
  2690.     /**
  2691.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\ContentSearchType' shared autowired service.
  2692.      *
  2693.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\ContentSearchType
  2694.      */
  2695.     protected function getContentSearchTypeService()
  2696.     {
  2697.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2698.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2699.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2700.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/ContentSearchType.php';
  2701.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ContentSearchType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\ContentSearchType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ContentSearchType'$this), ($this->privates['Hitso\\Bundle\\SearchBundle\\Manager\\SearchManager'] ?? $this->getSearchManagerService()));
  2702.     }
  2703.     /**
  2704.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\FaqAnswerType' shared autowired service.
  2705.      *
  2706.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\FaqAnswerType
  2707.      */
  2708.     protected function getFaqAnswerTypeService()
  2709.     {
  2710.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2711.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2712.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2713.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/FaqAnswerType.php';
  2714.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\FaqAnswerType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\FaqAnswerType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\FaqAnswerType'$this));
  2715.     }
  2716.     /**
  2717.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\FaqCategoryType' shared autowired service.
  2718.      *
  2719.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\FaqCategoryType
  2720.      */
  2721.     protected function getFaqCategoryTypeService()
  2722.     {
  2723.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2724.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2725.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2726.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/FaqCategoryType.php';
  2727.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\FaqCategoryType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\FaqCategoryType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\FaqCategoryType'$this));
  2728.     }
  2729.     /**
  2730.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\InformationType' shared autowired service.
  2731.      *
  2732.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\InformationType
  2733.      */
  2734.     protected function getInformationTypeService()
  2735.     {
  2736.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2737.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2738.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2739.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/InformationType.php';
  2740.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\InformationType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\InformationType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\InformationType'$this), ($this->privates['Hitso\\Bundle\\SearchBundle\\Manager\\SearchManager'] ?? $this->getSearchManagerService()));
  2741.     }
  2742.     /**
  2743.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\InstructionCategoryType' shared autowired service.
  2744.      *
  2745.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\InstructionCategoryType
  2746.      */
  2747.     protected function getInstructionCategoryTypeService()
  2748.     {
  2749.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2750.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2751.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2752.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/InstructionCategoryType.php';
  2753.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\InstructionCategoryType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\InstructionCategoryType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\InstructionCategoryType'$this));
  2754.     }
  2755.     /**
  2756.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\InstructionType' shared autowired service.
  2757.      *
  2758.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\InstructionType
  2759.      */
  2760.     protected function getInstructionTypeService()
  2761.     {
  2762.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2763.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2764.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2765.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/InstructionType.php';
  2766.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\InstructionType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\InstructionType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\InstructionType'$this));
  2767.     }
  2768.     /**
  2769.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\MarketCategoryType' shared autowired service.
  2770.      *
  2771.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\MarketCategoryType
  2772.      */
  2773.     protected function getMarketCategoryTypeService()
  2774.     {
  2775.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2776.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2777.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2778.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/MarketCategoryType.php';
  2779.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\MarketCategoryType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\MarketCategoryType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\MarketCategoryType'$this));
  2780.     }
  2781.     /**
  2782.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\MarketType' shared autowired service.
  2783.      *
  2784.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\MarketType
  2785.      */
  2786.     protected function getMarketTypeService()
  2787.     {
  2788.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2789.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2790.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2791.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/MarketType.php';
  2792.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\MarketType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\MarketType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\MarketType'$this));
  2793.     }
  2794.     /**
  2795.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\ProductCategoryFiltersType' shared autowired service.
  2796.      *
  2797.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductCategoryFiltersType
  2798.      */
  2799.     protected function getProductCategoryFiltersTypeService()
  2800.     {
  2801.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2802.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2803.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2804.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/ProductCategoryFiltersType.php';
  2805.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductCategoryFiltersType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductCategoryFiltersType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductCategoryFiltersType'$this));
  2806.     }
  2807.     /**
  2808.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\ProductFireResistanceGroupType' shared autowired service.
  2809.      *
  2810.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductFireResistanceGroupType
  2811.      */
  2812.     protected function getProductFireResistanceGroupTypeService()
  2813.     {
  2814.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2815.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2816.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2817.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/ProductFireResistanceGroupType.php';
  2818.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductFireResistanceGroupType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductFireResistanceGroupType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductFireResistanceGroupType'$this));
  2819.     }
  2820.     /**
  2821.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\ProductFireResistanceType' shared autowired service.
  2822.      *
  2823.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductFireResistanceType
  2824.      */
  2825.     protected function getProductFireResistanceTypeService()
  2826.     {
  2827.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2828.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2829.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2830.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/ProductFireResistanceType.php';
  2831.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductFireResistanceType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductFireResistanceType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductFireResistanceType'$this));
  2832.     }
  2833.     /**
  2834.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\ProductInsuranceSecurityType' shared autowired service.
  2835.      *
  2836.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductInsuranceSecurityType
  2837.      */
  2838.     protected function getProductInsuranceSecurityTypeService()
  2839.     {
  2840.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2841.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2842.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2843.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/ProductInsuranceSecurityType.php';
  2844.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductInsuranceSecurityType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductInsuranceSecurityType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductInsuranceSecurityType'$this));
  2845.     }
  2846.     /**
  2847.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\ProductSafeLockType' shared autowired service.
  2848.      *
  2849.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductSafeLockType
  2850.      */
  2851.     protected function getProductSafeLockTypeService()
  2852.     {
  2853.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2854.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2855.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2856.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/ProductSafeLockType.php';
  2857.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSafeLockType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductSafeLockType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSafeLockType'$this));
  2858.     }
  2859.     /**
  2860.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\ProductSearchType' shared autowired service.
  2861.      *
  2862.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductSearchType
  2863.      */
  2864.     protected function getProductSearchTypeService()
  2865.     {
  2866.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2867.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2868.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2869.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/ProductSearchType.php';
  2870.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSearchType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductSearchType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSearchType'$this), ($this->privates['Hitso\\Bundle\\SearchBundle\\Manager\\SearchManager'] ?? $this->getSearchManagerService()));
  2871.     }
  2872.     /**
  2873.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\ProductSecurityClassGroupType' shared autowired service.
  2874.      *
  2875.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductSecurityClassGroupType
  2876.      */
  2877.     protected function getProductSecurityClassGroupTypeService()
  2878.     {
  2879.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2880.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2881.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2882.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/ProductSecurityClassGroupType.php';
  2883.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSecurityClassGroupType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductSecurityClassGroupType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSecurityClassGroupType'$this));
  2884.     }
  2885.     /**
  2886.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\ProductSecurityClassType' shared autowired service.
  2887.      *
  2888.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductSecurityClassType
  2889.      */
  2890.     protected function getProductSecurityClassTypeService()
  2891.     {
  2892.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2893.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2894.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2895.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/ProductSecurityClassType.php';
  2896.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSecurityClassType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductSecurityClassType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSecurityClassType'$this));
  2897.     }
  2898.     /**
  2899.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\ProductSeriesType' shared autowired service.
  2900.      *
  2901.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductSeriesType
  2902.      */
  2903.     protected function getProductSeriesTypeService()
  2904.     {
  2905.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2906.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2907.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2908.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/ProductSeriesType.php';
  2909.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSeriesType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductSeriesType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSeriesType'$this));
  2910.     }
  2911.     /**
  2912.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\ProductType' shared autowired service.
  2913.      *
  2914.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductType
  2915.      */
  2916.     protected function getProductTypeService()
  2917.     {
  2918.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2919.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2920.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2921.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Query/ProductType.php';
  2922.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/ProductType.php';
  2923.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\ProductType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductType'$this));
  2924.     }
  2925.     /**
  2926.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\PublicationType' shared autowired service.
  2927.      *
  2928.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\PublicationType
  2929.      */
  2930.     protected function getPublicationTypeService()
  2931.     {
  2932.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2933.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2934.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2935.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/PublicationType.php';
  2936.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\PublicationType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\PublicationType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\PublicationType'$this));
  2937.     }
  2938.     /**
  2939.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\SearchType' shared autowired service.
  2940.      *
  2941.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\SearchType
  2942.      */
  2943.     protected function getSearchTypeService()
  2944.     {
  2945.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2946.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/SearchType.php';
  2947.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\SearchType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\SearchType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\SearchType'$this), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ProductSearchType'] ?? $this->getProductSearchTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\ContentSearchType'] ?? $this->getContentSearchTypeService()), ($this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\InformationType'] ?? $this->getInformationTypeService()));
  2948.     }
  2949.     /**
  2950.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\SimilarProductType' shared autowired service.
  2951.      *
  2952.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\SimilarProductType
  2953.      */
  2954.     protected function getSimilarProductTypeService()
  2955.     {
  2956.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2957.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2958.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2959.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/SimilarProductType.php';
  2960.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\SimilarProductType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\SimilarProductType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\SimilarProductType'$this));
  2961.     }
  2962.     /**
  2963.      * Gets the public 'Hartmann\Bundle\AppBundle\Service\Api\Query\SloganType' shared autowired service.
  2964.      *
  2965.      * @return \Hartmann\Bundle\AppBundle\Service\Api\Query\SloganType
  2966.      */
  2967.     protected function getSloganTypeService()
  2968.     {
  2969.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  2970.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  2971.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  2972.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Query/SloganType.php';
  2973.         return $this->services['Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\SloganType'] = new \Hartmann\Bundle\AppBundle\Service\Api\Query\SloganType(($this->privates['.service_locator.ShXu8LR'] ?? $this->get_ServiceLocator_ShXu8LRService())->withContext('Hartmann\\Bundle\\AppBundle\\Service\\Api\\Query\\SloganType'$this));
  2974.     }
  2975.     /**
  2976.      * Gets the public 'Hitso\Bundle\AdminBundle\Controller\Admin\ChangeLogController' shared autowired service.
  2977.      *
  2978.      * @return \Hitso\Bundle\AdminBundle\Controller\Admin\ChangeLogController
  2979.      */
  2980.     protected function getChangeLogControllerService()
  2981.     {
  2982.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2983.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2984.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  2985.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Controller/Admin/ChangeLogController.php';
  2986.         $this->services['Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ChangeLogController'] = $instance = new \Hitso\Bundle\AdminBundle\Controller\Admin\ChangeLogController(($this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\ChangeLogManager'] ?? $this->getChangeLogManagerService()));
  2987.         $instance->setContainer(($this->privates['.service_locator.Mcfs8Td'] ?? $this->get_ServiceLocator_Mcfs8TdService())->withContext('Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ChangeLogController'$this));
  2988.         return $instance;
  2989.     }
  2990.     /**
  2991.      * Gets the public 'Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController' shared autowired service.
  2992.      *
  2993.      * @return \Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController
  2994.      */
  2995.     protected function getDashboardControllerService()
  2996.     {
  2997.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2998.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2999.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3000.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Controller/Admin/DashboardController.php';
  3001.         $this->services['Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\DashboardController'] = $instance = new \Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController();
  3002.         $instance->setContainer(($this->privates['.service_locator.Mcfs8Td'] ?? $this->get_ServiceLocator_Mcfs8TdService())->withContext('Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\DashboardController'$this));
  3003.         return $instance;
  3004.     }
  3005.     /**
  3006.      * Gets the public 'Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController' shared autowired service.
  3007.      *
  3008.      * @return \Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController
  3009.      */
  3010.     protected function getSecurityControllerService()
  3011.     {
  3012.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3014.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3015.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Controller/Admin/SecurityController.php';
  3016.         $this->services['Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SecurityController'] = $instance = new \Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController();
  3017.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3018.             'cmf_seo.presentation' => ['privates''cmf_seo.presentation''getCmfSeo_PresentationService'false],
  3019.             'crud_action_describer' => ['privates''Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber''getCrudActionDescriberService'false],
  3020.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3021.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  3022.             'hitso.content_types' => ['privates''Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection''getContentTypeCollectionService'false],
  3023.             'hitso.entity_authorization_checker' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker''getEntityAuthorizationCheckerService'false],
  3024.             'hitso.entity_clone_factory' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory''getEntityCloneFactoryService'false],
  3025.             'hitso.entity_manager_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection''getManagerCollectionService'false],
  3026.             'hitso.loggable_reverter' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter''getLoggableReverterService'false],
  3027.             'hitso.loggable_reverter_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection''getLoggableReverterCollectionService'false],
  3028.             'hitso.media_url_generator' => ['privates''Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator''getUrlGeneratorService'false],
  3029.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3030.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3031.             'request.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper''getRequestHelperService'false],
  3032.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3033.             'router' => ['services''cmf_routing.router''getCmfRouting_RouterService'false],
  3034.             'router.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper''getRouterHelperService'false],
  3035.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  3036.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  3037.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  3038.             'serializer' => ['services''serializer''getSerializerService'false],
  3039.             'session' => ['services''session''getSessionService'false],
  3040.             'site.collection' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection''getSiteCollectionService'false],
  3041.             'site.context' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext''getSiteContextService'false],
  3042.             'sonata.seo.page' => ['services''sonata.seo.page.default''getSonata_Seo_Page_DefaultService'false],
  3043.             'templating' => ['services''templating''getTemplatingService'false],
  3044.             'templating.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper''getTemplatingHelperService'false],
  3045.             'translator' => ['privates''translator.data_collector''getTranslator_DataCollectorService'false],
  3046.             'twig' => ['services''twig''getTwigService'false],
  3047.             'white_october_breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  3048.         ], [
  3049.             'cmf_seo.presentation' => '?',
  3050.             'crud_action_describer' => 'Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber',
  3051.             'doctrine' => '?',
  3052.             'form.factory' => '?',
  3053.             'hitso.content_types' => 'Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection',
  3054.             'hitso.entity_authorization_checker' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker',
  3055.             'hitso.entity_clone_factory' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory',
  3056.             'hitso.entity_manager_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection',
  3057.             'hitso.loggable_reverter' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter',
  3058.             'hitso.loggable_reverter_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection',
  3059.             'hitso.media_url_generator' => 'Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator',
  3060.             'http_kernel' => '?',
  3061.             'parameter_bag' => '?',
  3062.             'request.helper' => '?',
  3063.             'request_stack' => '?',
  3064.             'router' => '?',
  3065.             'router.helper' => '?',
  3066.             'security.authorization_checker' => '?',
  3067.             'security.csrf.token_manager' => '?',
  3068.             'security.token_storage' => '?',
  3069.             'serializer' => '?',
  3070.             'session' => '?',
  3071.             'site.collection' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection',
  3072.             'site.context' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext',
  3073.             'sonata.seo.page' => '?',
  3074.             'templating' => '?',
  3075.             'templating.helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper',
  3076.             'translator' => '?',
  3077.             'twig' => '?',
  3078.             'white_october_breadcrumbs' => '?',
  3079.         ]))->withContext('Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SecurityController'$this));
  3080.         return $instance;
  3081.     }
  3082.     /**
  3083.      * Gets the public 'Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController' shared autowired service.
  3084.      *
  3085.      * @return \Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController
  3086.      */
  3087.     protected function getSystemConfigurationControllerService()
  3088.     {
  3089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3090.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3091.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3092.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Controller/Admin/SystemConfigurationController.php';
  3093.         $this->services['Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SystemConfigurationController'] = $instance = new \Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController(($this->services['Hitso\\Bundle\\CommonBundle\\Manager\\SystemConfigurationManager'] ?? $this->getSystemConfigurationManagerService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configuration\\SystemConfiguratorCollection'] ?? $this->getSystemConfiguratorCollectionService()));
  3094.         $instance->setContainer(($this->privates['.service_locator.Mcfs8Td'] ?? $this->get_ServiceLocator_Mcfs8TdService())->withContext('Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SystemConfigurationController'$this));
  3095.         return $instance;
  3096.     }
  3097.     /**
  3098.      * Gets the public 'Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController' shared autowired service.
  3099.      *
  3100.      * @return \Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController
  3101.      */
  3102.     protected function getToolsControllerService()
  3103.     {
  3104.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3106.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3107.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Controller/Admin/ToolsController.php';
  3108.         $this->services['Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ToolsController'] = $instance = new \Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController();
  3109.         $instance->setContainer(($this->privates['.service_locator.Mcfs8Td'] ?? $this->get_ServiceLocator_Mcfs8TdService())->withContext('Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ToolsController'$this));
  3110.         return $instance;
  3111.     }
  3112.     /**
  3113.      * Gets the public 'Hitso\Bundle\AdminBundle\Controller\Admin\UsersController' shared autowired service.
  3114.      *
  3115.      * @return \Hitso\Bundle\AdminBundle\Controller\Admin\UsersController
  3116.      */
  3117.     protected function getUsersControllerService()
  3118.     {
  3119.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3121.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3122.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Controller/Admin/UsersController.php';
  3123.         $this->services['Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController'] = $instance = new \Hitso\Bundle\AdminBundle\Controller\Admin\UsersController(($this->privates['Hitso\\Bundle\\AdminBundle\\Manager\\UserManager'] ?? $this->getUserManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  3124.         $instance->setContainer(($this->privates['.service_locator.Mcfs8Td'] ?? $this->get_ServiceLocator_Mcfs8TdService())->withContext('Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController'$this));
  3125.         return $instance;
  3126.     }
  3127.     /**
  3128.      * Gets the public 'Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController' shared autowired service.
  3129.      *
  3130.      * @return \Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController
  3131.      */
  3132.     protected function getWhitelistControllerService()
  3133.     {
  3134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3136.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3137.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  3138.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Controller/Admin/WhitelistController.php';
  3139.         $this->services['Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController'] = $instance = new \Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController(($this->privates['Hitso\\Bundle\\AdminBundle\\Manager\\WhitelistManager'] ?? $this->getWhitelistManagerService()));
  3140.         $instance->setContainer(($this->privates['.service_locator.Mcfs8Td'] ?? $this->get_ServiceLocator_Mcfs8TdService())->withContext('Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController'$this));
  3141.         return $instance;
  3142.     }
  3143.     /**
  3144.      * Gets the public 'Hitso\Bundle\AdminBundle\DataTable\ChangeLogDataTable' shared autowired service.
  3145.      *
  3146.      * @return \Hitso\Bundle\AdminBundle\DataTable\ChangeLogDataTable
  3147.      */
  3148.     protected function getChangeLogDataTableService()
  3149.     {
  3150.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3151.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3152.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3153.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3154.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3155.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3156.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/DataTable/ChangeLogDataTable.php';
  3157.         return $this->services['Hitso\\Bundle\\AdminBundle\\DataTable\\ChangeLogDataTable'] = new \Hitso\Bundle\AdminBundle\DataTable\ChangeLogDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  3158.     }
  3159.     /**
  3160.      * Gets the public 'Hitso\Bundle\AdminBundle\DataTable\Log' shared autowired service.
  3161.      *
  3162.      * @return \Hitso\Bundle\AdminBundle\DataTable\Log
  3163.      */
  3164.     protected function getLogService()
  3165.     {
  3166.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3167.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3168.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3169.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3170.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3171.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3172.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/DataTable/Log.php';
  3173.         return $this->services['Hitso\\Bundle\\AdminBundle\\DataTable\\Log'] = new \Hitso\Bundle\AdminBundle\DataTable\Log(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\UserLog\\FormatterChain'] ?? $this->getFormatterChainService()));
  3174.     }
  3175.     /**
  3176.      * Gets the public 'Hitso\Bundle\AdminBundle\DataTable\SystemConfigurationDataTable' shared autowired service.
  3177.      *
  3178.      * @return \Hitso\Bundle\AdminBundle\DataTable\SystemConfigurationDataTable
  3179.      */
  3180.     protected function getSystemConfigurationDataTableService()
  3181.     {
  3182.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3183.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3184.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3185.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3186.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3187.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3188.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/DataTable/SystemConfigurationDataTable.php';
  3189.         return $this->services['Hitso\\Bundle\\AdminBundle\\DataTable\\SystemConfigurationDataTable'] = new \Hitso\Bundle\AdminBundle\DataTable\SystemConfigurationDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  3190.     }
  3191.     /**
  3192.      * Gets the public 'Hitso\Bundle\AdminBundle\DataTable\UserLog' shared autowired service.
  3193.      *
  3194.      * @return \Hitso\Bundle\AdminBundle\DataTable\UserLog
  3195.      */
  3196.     protected function getUserLogService()
  3197.     {
  3198.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3199.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3200.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3201.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3202.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3203.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3204.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/DataTable/UserLog.php';
  3205.         return $this->services['Hitso\\Bundle\\AdminBundle\\DataTable\\UserLog'] = new \Hitso\Bundle\AdminBundle\DataTable\UserLog(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\UserLog\\FormatterChain'] ?? $this->getFormatterChainService()));
  3206.     }
  3207.     /**
  3208.      * Gets the public 'Hitso\Bundle\AdminBundle\DataTable\Users' shared autowired service.
  3209.      *
  3210.      * @return \Hitso\Bundle\AdminBundle\DataTable\Users
  3211.      */
  3212.     protected function getUsersService()
  3213.     {
  3214.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3215.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3216.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3217.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3218.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3219.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3220.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/DataTable/Users.php';
  3221.         return $this->services['Hitso\\Bundle\\AdminBundle\\DataTable\\Users'] = new \Hitso\Bundle\AdminBundle\DataTable\Users(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  3222.     }
  3223.     /**
  3224.      * Gets the public 'Hitso\Bundle\AdminBundle\DataTable\WhitelistDataTable' shared autowired service.
  3225.      *
  3226.      * @return \Hitso\Bundle\AdminBundle\DataTable\WhitelistDataTable
  3227.      */
  3228.     protected function getWhitelistDataTableService()
  3229.     {
  3230.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3231.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3232.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3233.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3234.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3235.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3236.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/DataTable/WhitelistDataTable.php';
  3237.         return $this->services['Hitso\\Bundle\\AdminBundle\\DataTable\\WhitelistDataTable'] = new \Hitso\Bundle\AdminBundle\DataTable\WhitelistDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  3238.     }
  3239.     /**
  3240.      * Gets the public 'Hitso\Bundle\BlocksBundle\Block\Factory' shared autowired service.
  3241.      *
  3242.      * @return \Hitso\Bundle\BlocksBundle\Block\Factory
  3243.      */
  3244.     protected function getFactoryService($lazyLoad true)
  3245.     {
  3246.         $a = ($this->privates['Hitso\\Bundle\\BlocksBundle\\Block\\Loader'] ?? $this->getLoaderService());
  3247.         if (isset($this->services['Hitso\\Bundle\\BlocksBundle\\Block\\Factory'])) {
  3248.             return $this->services['Hitso\\Bundle\\BlocksBundle\\Block\\Factory'];
  3249.         }
  3250.         $b = ($this->services['twig'] ?? $this->getTwigService());
  3251.         if (isset($this->services['Hitso\\Bundle\\BlocksBundle\\Block\\Factory'])) {
  3252.             return $this->services['Hitso\\Bundle\\BlocksBundle\\Block\\Factory'];
  3253.         }
  3254.         $this->services['Hitso\\Bundle\\BlocksBundle\\Block\\Factory'] = $instance = new \Hitso\Bundle\BlocksBundle\Block\Factory($b$a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->privates['Hitso\\Bundle\\BlocksBundle\\Serializer\\ContainerNormalizer'] ?? $this->getContainerNormalizerService()), ($this->privates['Hitso\\Bundle\\BlocksBundle\\Manager\\BlockManager'] ?? $this->getBlockManagerService()));
  3255.         $instance->addContainerDefinition('mail''Hitso\\Bundle\\BlocksBundle\\Block\\Container\\MailContainer');
  3256.         $instance->addContainerDefinition('content''Hitso\\Bundle\\BlocksBundle\\Block\\Container\\ContentContainer');
  3257.         $instance->addContainerDefinition('header_content''Hitso\\Bundle\\BlocksBundle\\Block\\Container\\HeaderContentContainer');
  3258.         $instance->addContainerDefinition('file_collection''Hitso\\Bundle\\BlocksBundle\\Block\\Container\\FileCollectionContainer');
  3259.         $instance->addContainerDefinition('file''Hitso\\Bundle\\BlocksBundle\\Block\\Container\\FileCollectionContainer');
  3260.         $instance->addFormDefinition('mail''Hitso\\Bundle\\BlocksBundle\\Form\\Type\\MailContentType');
  3261.         $instance->addFormDefinition('textarea_content''Hitso\\Bundle\\BlocksBundle\\Form\\Type\\TextareaContentType');
  3262.         $instance->addFormDefinition('tinymce_content''Hitso\\Bundle\\BlocksBundle\\Form\\Type\\TinyMCEContentType');
  3263.         $instance->addFormDefinition('header_textarea_content''Hitso\\Bundle\\BlocksBundle\\Form\\Type\\HeaderTextareaContentType');
  3264.         $instance->addFormDefinition('header_tinymce_content''Hitso\\Bundle\\BlocksBundle\\Form\\Type\\HeaderTinyMCEContentType');
  3265.         $instance->addFormDefinition('image''Hitso\\Bundle\\BlocksBundle\\Form\\Type\\ImageContainerType');
  3266.         $instance->addFormDefinition('file''Hitso\\Bundle\\BlocksBundle\\Form\\Type\\FileContainerType');
  3267.         $instance->addGroupDefinition('mail''WiadomoÅ›ci e-mail', []);
  3268.         $instance->addGroupDefinition('hartmann''Hartmann', []);
  3269.         $instance->addGroupDefinition('support''Support', []);
  3270.         $instance->addGroupDefinition('general''Ogólne', []);
  3271.         return $instance;
  3272.     }
  3273.     /**
  3274.      * Gets the public 'Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController' shared autowired service.
  3275.      *
  3276.      * @return \Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController
  3277.      */
  3278.     protected function getBlockControllerService()
  3279.     {
  3280.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3281.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3282.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3283.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Controller/Admin/BlockController.php';
  3284.         $this->services['Hitso\\Bundle\\BlocksBundle\\Controller\\Admin\\BlockController'] = $instance = new \Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController(($this->services['Hitso\\Bundle\\BlocksBundle\\Block\\Factory'] ?? $this->getFactoryService()));
  3285.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\BlocksBundle\\Controller\\Admin\\BlockController'$this));
  3286.         return $instance;
  3287.     }
  3288.     /**
  3289.      * Gets the public 'Hitso\Bundle\BlocksBundle\DataTable\Blocks' shared autowired service.
  3290.      *
  3291.      * @return \Hitso\Bundle\BlocksBundle\DataTable\Blocks
  3292.      */
  3293.     protected function getBlocksService()
  3294.     {
  3295.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3296.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3298.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3299.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3300.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/DataTable/Blocks.php';
  3301.         return $this->services['Hitso\\Bundle\\BlocksBundle\\DataTable\\Blocks'] = new \Hitso\Bundle\BlocksBundle\DataTable\Blocks(($this->services['Hitso\\Bundle\\BlocksBundle\\DataTable\\DataSource\\Blocks'] ?? $this->getBlocks2Service()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  3302.     }
  3303.     /**
  3304.      * Gets the public 'Hitso\Bundle\BlocksBundle\DataTable\DataSource\Blocks' shared autowired service.
  3305.      *
  3306.      * @return \Hitso\Bundle\BlocksBundle\DataTable\DataSource\Blocks
  3307.      */
  3308.     protected function getBlocks2Service()
  3309.     {
  3310.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/DataSource/AbstractDataSource.php';
  3311.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/DataSource/DataSourceInterface.php';
  3312.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/DataTable/DataSource/Blocks.php';
  3313.         return $this->services['Hitso\\Bundle\\BlocksBundle\\DataTable\\DataSource\\Blocks'] = new \Hitso\Bundle\BlocksBundle\DataTable\DataSource\Blocks(($this->services['Hitso\\Bundle\\BlocksBundle\\Block\\Factory'] ?? $this->getFactoryService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  3314.     }
  3315.     /**
  3316.      * Gets the public 'Hitso\Bundle\BlocksBundle\Service\Api\Controller\BlockController' shared autowired service.
  3317.      *
  3318.      * @return \Hitso\Bundle\BlocksBundle\Service\Api\Controller\BlockController
  3319.      */
  3320.     protected function getBlockController2Service()
  3321.     {
  3322.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  3323.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Service/Api/Controller/BlockController.php';
  3324.         return $this->services['Hitso\\Bundle\\BlocksBundle\\Service\\Api\\Controller\\BlockController'] = new \Hitso\Bundle\BlocksBundle\Service\Api\Controller\BlockController(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\BlocksBundle\\Service\\Api\\Controller\\BlockController'$this), ($this->services['Hitso\\Bundle\\BlocksBundle\\Block\\Factory'] ?? $this->getFactoryService()));
  3325.     }
  3326.     /**
  3327.      * Gets the public 'Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController' shared autowired service.
  3328.      *
  3329.      * @return \Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController
  3330.      */
  3331.     protected function getAttributeControllerService()
  3332.     {
  3333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3334.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3335.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3336.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  3337.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Controller/Admin/AttributeController.php';
  3338.         $this->services['Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController'] = $instance = new \Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\AttributeManager'] ?? $this->getAttributeManagerService()));
  3339.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController'$this));
  3340.         return $instance;
  3341.     }
  3342.     /**
  3343.      * Gets the public 'Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController' shared autowired service.
  3344.      *
  3345.      * @return \Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController
  3346.      */
  3347.     protected function getAttributeGroupControllerService()
  3348.     {
  3349.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3350.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3351.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3352.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  3353.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Controller/Admin/AttributeGroupController.php';
  3354.         $this->services['Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController'] = $instance = new \Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\AttributeGroupManager'] ?? $this->getAttributeGroupManagerService()));
  3355.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController'$this));
  3356.         return $instance;
  3357.     }
  3358.     /**
  3359.      * Gets the public 'Hitso\Bundle\CatalogBundle\Controller\Admin\BrandController' shared autowired service.
  3360.      *
  3361.      * @return \Hitso\Bundle\CatalogBundle\Controller\Admin\BrandController
  3362.      */
  3363.     protected function getBrandControllerService()
  3364.     {
  3365.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3366.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3367.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3368.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  3369.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Controller/Admin/BrandController.php';
  3370.         $this->services['Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController'] = $instance = new \Hitso\Bundle\CatalogBundle\Controller\Admin\BrandController(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\BrandManager'] ?? $this->getBrandManagerService()));
  3371.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController'$this));
  3372.         return $instance;
  3373.     }
  3374.     /**
  3375.      * Gets the public 'Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController' shared autowired service.
  3376.      *
  3377.      * @return \Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController
  3378.      */
  3379.     protected function getCategoryController2Service()
  3380.     {
  3381.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3382.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3383.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3384.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  3385.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Controller/Admin/CategoryController.php';
  3386.         $this->services['Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController'] = $instance = new \Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\CategoryManager'] ?? $this->getCategoryManagerService()));
  3387.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController'$this));
  3388.         return $instance;
  3389.     }
  3390.     /**
  3391.      * Gets the public 'Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController' shared autowired service.
  3392.      *
  3393.      * @return \Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController
  3394.      */
  3395.     protected function getCategorySectionControllerService()
  3396.     {
  3397.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3399.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3400.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  3401.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Controller/Admin/AbstractSectionController.php';
  3402.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Controller/Admin/CategorySectionController.php';
  3403.         $this->services['Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController'] = $instance = new \Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController(($this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\SectionManager'] ?? $this->getSectionManagerService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\CategorySectionTypeCollection'] ?? $this->getCategorySectionTypeCollectionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository'] ?? $this->getChangeLogRepositoryService()));
  3404.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController'$this));
  3405.         return $instance;
  3406.     }
  3407.     /**
  3408.      * Gets the public 'Hitso\Bundle\CatalogBundle\Controller\Admin\ProductChangeLogController' shared autowired service.
  3409.      *
  3410.      * @return \Hitso\Bundle\CatalogBundle\Controller\Admin\ProductChangeLogController
  3411.      */
  3412.     protected function getProductChangeLogControllerService()
  3413.     {
  3414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3416.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3417.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  3418.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Controller/Admin/ProductChangeLogController.php';
  3419.         $this->services['Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController'] = $instance = new \Hitso\Bundle\CatalogBundle\Controller\Admin\ProductChangeLogController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection'] ?? $this->getLoggableReverterCollectionService()));
  3420.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController'$this));
  3421.         return $instance;
  3422.     }
  3423.     /**
  3424.      * Gets the public 'Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController' shared autowired service.
  3425.      *
  3426.      * @return \Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController
  3427.      */
  3428.     protected function getProductController3Service()
  3429.     {
  3430.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3431.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3432.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3433.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  3434.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Controller/Admin/ProductController.php';
  3435.         $this->services['Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController'] = $instance = new \Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductManager'] ?? $this->getProductManagerService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductAttributeManager'] ?? $this->getProductAttributeManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository'] ?? $this->getChangeLogRepositoryService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Service\\Product\\ProductLoggableReverter'] ?? $this->getProductLoggableReverterService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Service\\Product\\ProductAttributes'] ?? $this->getProductAttributesService()));
  3436.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController'$this));
  3437.         return $instance;
  3438.     }
  3439.     /**
  3440.      * Gets the public 'Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController' shared autowired service.
  3441.      *
  3442.      * @return \Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController
  3443.      */
  3444.     protected function getProductReviewControllerService()
  3445.     {
  3446.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3447.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3448.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3449.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  3450.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Controller/Admin/ProductReviewController.php';
  3451.         $this->services['Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController'] = $instance = new \Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductReviewManager'] ?? $this->getProductReviewManagerService()));
  3452.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController'$this));
  3453.         return $instance;
  3454.     }
  3455.     /**
  3456.      * Gets the public 'Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController' shared autowired service.
  3457.      *
  3458.      * @return \Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController
  3459.      */
  3460.     protected function getProductSectionControllerService()
  3461.     {
  3462.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3463.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3464.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3465.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  3466.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Controller/Admin/AbstractSectionController.php';
  3467.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Controller/Admin/ProductSectionController.php';
  3468.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/SectionTypeCollection.php';
  3469.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/ProductSectionTypeCollection.php';
  3470.         $this->services['Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController'] = $instance = new \Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController(($this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\SectionManager'] ?? $this->getSectionManagerService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\ProductSectionTypeCollection'] ?? ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\ProductSectionTypeCollection'] = new \Hitso\Bundle\SectionBundle\Model\ProductSectionTypeCollection())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository'] ?? $this->getChangeLogRepositoryService()));
  3471.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController'$this));
  3472.         return $instance;
  3473.     }
  3474.     /**
  3475.      * Gets the public 'Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController' shared autowired service.
  3476.      *
  3477.      * @return \Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController
  3478.      */
  3479.     protected function getTaxRateControllerService()
  3480.     {
  3481.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3483.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3484.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  3485.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Controller/Admin/TaxRateController.php';
  3486.         $this->services['Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController'] = $instance = new \Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\TaxRateManager'] ?? $this->getTaxRateManagerService()));
  3487.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController'$this));
  3488.         return $instance;
  3489.     }
  3490.     /**
  3491.      * Gets the public 'Hitso\Bundle\CatalogBundle\Controller\Front\CategoryController' shared autowired service.
  3492.      *
  3493.      * @return \Hitso\Bundle\CatalogBundle\Controller\Front\CategoryController
  3494.      */
  3495.     protected function getCategoryController3Service()
  3496.     {
  3497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3499.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3500.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Controller/Front/CategoryController.php';
  3501.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Helper/NavigationHelperInterface.php';
  3502.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Helper/NavigationHelper.php';
  3503.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Storage/SessionStorage.php';
  3504.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Category/BreadcrumbsServiceInterface.php';
  3505.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Category/BreadcrumbsService.php';
  3506.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService());
  3507.         $this->services['Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CategoryController'] = $instance = new \Hitso\Bundle\CatalogBundle\Controller\Front\CategoryController(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\CategoryManager'] ?? $this->getCategoryManagerService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\GroupManager'] ?? $this->getGroupManagerService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\GroupTypeManager'] ?? $this->getGroupTypeManagerService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\SectionManager'] ?? $this->getSectionManagerService()), new \Hitso\Bundle\CatalogBundle\Helper\NavigationHelper(($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper'] ?? $this->getRequestHelperService()), $a, ($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\AttributeManager'] ?? $this->getAttributeManagerService())), new \Hitso\Bundle\CatalogBundle\Storage\SessionStorage(($this->services['session'] ?? $this->getSessionService())), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Service\\Category\\BreadcrumbsService'] ?? ($this->privates['Hitso\\Bundle\\CatalogBundle\\Service\\Category\\BreadcrumbsService'] = new \Hitso\Bundle\CatalogBundle\Service\Category\BreadcrumbsService())), $a);
  3508.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CategoryController'$this));
  3509.         return $instance;
  3510.     }
  3511.     /**
  3512.      * Gets the public 'Hitso\Bundle\CatalogBundle\Controller\Front\CompareController' shared autowired service.
  3513.      *
  3514.      * @return \Hitso\Bundle\CatalogBundle\Controller\Front\CompareController
  3515.      */
  3516.     protected function getCompareControllerService()
  3517.     {
  3518.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3519.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3520.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3521.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Controller/Front/CompareController.php';
  3522.         $this->services['Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController'] = $instance = new \Hitso\Bundle\CatalogBundle\Controller\Front\CompareController(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductManager'] ?? $this->getProductManagerService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Service\\Compare\\CompareSessionStorage'] ?? $this->getCompareSessionStorageService()));
  3523.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController'$this));
  3524.         return $instance;
  3525.     }
  3526.     /**
  3527.      * Gets the public 'Hitso\Bundle\CatalogBundle\Controller\Front\ErrorPageController' shared autowired service.
  3528.      *
  3529.      * @return \Hitso\Bundle\CatalogBundle\Controller\Front\ErrorPageController
  3530.      */
  3531.     protected function getErrorPageControllerService()
  3532.     {
  3533.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3534.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3535.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3536.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Controller/Front/ErrorPageController.php';
  3537.         $this->services['Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ErrorPageController'] = $instance = new \Hitso\Bundle\CatalogBundle\Controller\Front\ErrorPageController();
  3538.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ErrorPageController'$this));
  3539.         return $instance;
  3540.     }
  3541.     /**
  3542.      * Gets the public 'Hitso\Bundle\CatalogBundle\Controller\Front\FeaturedProductsController' shared autowired service.
  3543.      *
  3544.      * @return \Hitso\Bundle\CatalogBundle\Controller\Front\FeaturedProductsController
  3545.      */
  3546.     protected function getFeaturedProductsControllerService()
  3547.     {
  3548.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3549.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3550.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3551.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Controller/Front/FeaturedProductsController.php';
  3552.         $this->services['Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\FeaturedProductsController'] = $instance = new \Hitso\Bundle\CatalogBundle\Controller\Front\FeaturedProductsController(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductManager'] ?? $this->getProductManagerService()));
  3553.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\FeaturedProductsController'$this));
  3554.         return $instance;
  3555.     }
  3556.     /**
  3557.      * Gets the public 'Hitso\Bundle\CatalogBundle\Controller\Front\ProductController' shared autowired service.
  3558.      *
  3559.      * @return \Hitso\Bundle\CatalogBundle\Controller\Front\ProductController
  3560.      */
  3561.     protected function getProductController4Service()
  3562.     {
  3563.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3564.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3565.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  3566.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Controller/Front/ProductController.php';
  3567.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Category/BreadcrumbsServiceInterface.php';
  3568.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Category/BreadcrumbsService.php';
  3569.         $this->services['Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ProductController'] = $instance = new \Hitso\Bundle\CatalogBundle\Controller\Front\ProductController(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductManager'] ?? $this->getProductManagerService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\CategoryManager'] ?? $this->getCategoryManagerService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\GroupManager'] ?? $this->getGroupManagerService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\GroupTypeManager'] ?? $this->getGroupTypeManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Service\\Category\\BreadcrumbsService'] ?? ($this->privates['Hitso\\Bundle\\CatalogBundle\\Service\\Category\\BreadcrumbsService'] = new \Hitso\Bundle\CatalogBundle\Service\Category\BreadcrumbsService())));
  3570.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ProductController'$this));
  3571.         return $instance;
  3572.     }
  3573.     /**
  3574.      * Gets the public 'Hitso\Bundle\CatalogBundle\DataTable\AttributeDataTable' shared autowired service.
  3575.      *
  3576.      * @return \Hitso\Bundle\CatalogBundle\DataTable\AttributeDataTable
  3577.      */
  3578.     protected function getAttributeDataTableService()
  3579.     {
  3580.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3581.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3582.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3583.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3584.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3585.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3586.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/AttributeDataTable.php';
  3587.         return $this->services['Hitso\\Bundle\\CatalogBundle\\DataTable\\AttributeDataTable'] = new \Hitso\Bundle\CatalogBundle\DataTable\AttributeDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\AttributeRepository'] ?? $this->getAttributeRepositoryService()));
  3588.     }
  3589.     /**
  3590.      * Gets the public 'Hitso\Bundle\CatalogBundle\DataTable\AttributeGroupDataTable' shared autowired service.
  3591.      *
  3592.      * @return \Hitso\Bundle\CatalogBundle\DataTable\AttributeGroupDataTable
  3593.      */
  3594.     protected function getAttributeGroupDataTable2Service()
  3595.     {
  3596.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3597.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3598.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3599.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3600.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3601.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3602.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/AttributeGroupDataTable.php';
  3603.         return $this->services['Hitso\\Bundle\\CatalogBundle\\DataTable\\AttributeGroupDataTable'] = new \Hitso\Bundle\CatalogBundle\DataTable\AttributeGroupDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  3604.     }
  3605.     /**
  3606.      * Gets the public 'Hitso\Bundle\CatalogBundle\DataTable\AttributeLogDataTable' shared autowired service.
  3607.      *
  3608.      * @return \Hitso\Bundle\CatalogBundle\DataTable\AttributeLogDataTable
  3609.      */
  3610.     protected function getAttributeLogDataTableService()
  3611.     {
  3612.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3613.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3614.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3615.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3616.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3617.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/AttributeLogDataTable.php';
  3618.         return $this->services['Hitso\\Bundle\\CatalogBundle\\DataTable\\AttributeLogDataTable'] = new \Hitso\Bundle\CatalogBundle\DataTable\AttributeLogDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Hitso\\Bundle\\CatalogBundle\\DataTable\\DataSource\\AttributeLog'] ?? $this->getAttributeLogService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\UserLog\\FormatterChain'] ?? $this->getFormatterChainService()));
  3619.     }
  3620.     /**
  3621.      * Gets the public 'Hitso\Bundle\CatalogBundle\DataTable\BrandDataTable' shared autowired service.
  3622.      *
  3623.      * @return \Hitso\Bundle\CatalogBundle\DataTable\BrandDataTable
  3624.      */
  3625.     protected function getBrandDataTableService()
  3626.     {
  3627.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3628.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3629.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3630.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3631.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3632.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3633.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/BrandDataTable.php';
  3634.         return $this->services['Hitso\\Bundle\\CatalogBundle\\DataTable\\BrandDataTable'] = new \Hitso\Bundle\CatalogBundle\DataTable\BrandDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  3635.     }
  3636.     /**
  3637.      * Gets the public 'Hitso\Bundle\CatalogBundle\DataTable\CategoryDataTable' shared autowired service.
  3638.      *
  3639.      * @return \Hitso\Bundle\CatalogBundle\DataTable\CategoryDataTable
  3640.      */
  3641.     protected function getCategoryDataTable2Service()
  3642.     {
  3643.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3644.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3645.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3646.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3647.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3648.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3649.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/CategoryDataTable.php';
  3650.         return $this->services['Hitso\\Bundle\\CatalogBundle\\DataTable\\CategoryDataTable'] = new \Hitso\Bundle\CatalogBundle\DataTable\CategoryDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\CategorySectionTypeCollection'] ?? $this->getCategorySectionTypeCollectionService()));
  3651.     }
  3652.     /**
  3653.      * Gets the public 'Hitso\Bundle\CatalogBundle\DataTable\CategorySectionDataTable' shared autowired service.
  3654.      *
  3655.      * @return \Hitso\Bundle\CatalogBundle\DataTable\CategorySectionDataTable
  3656.      */
  3657.     protected function getCategorySectionDataTableService()
  3658.     {
  3659.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3660.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3661.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/CategorySectionDataTable.php';
  3662.         return $this->services['Hitso\\Bundle\\CatalogBundle\\DataTable\\CategorySectionDataTable'] = new \Hitso\Bundle\CatalogBundle\DataTable\CategorySectionDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\CategorySectionTypeCollection'] ?? $this->getCategorySectionTypeCollectionService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker'] ?? $this->getEntityAuthorizationCheckerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  3663.     }
  3664.     /**
  3665.      * Gets the public 'Hitso\Bundle\CatalogBundle\DataTable\DataSource\AttributeLog' shared autowired service.
  3666.      *
  3667.      * @return \Hitso\Bundle\CatalogBundle\DataTable\DataSource\AttributeLog
  3668.      */
  3669.     protected function getAttributeLogService()
  3670.     {
  3671.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/DataSource/AbstractDataSource.php';
  3672.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/DataSource/DataSourceInterface.php';
  3673.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/DataSource/SortableInterface.php';
  3674.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/DataSource/RepositoryDataSource.php';
  3675.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/DataSource/QueryDataSource.php';
  3676.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/DataSource/AttributeLog.php';
  3677.         return $this->services['Hitso\\Bundle\\CatalogBundle\\DataTable\\DataSource\\AttributeLog'] = new \Hitso\Bundle\CatalogBundle\DataTable\DataSource\AttributeLog(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->services['Hitso\\Bundle\\BlocksBundle\\Block\\Factory'] ?? $this->getFactoryService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  3678.     }
  3679.     /**
  3680.      * Gets the public 'Hitso\Bundle\CatalogBundle\DataTable\ProductChangeLogDataTable' shared autowired service.
  3681.      *
  3682.      * @return \Hitso\Bundle\CatalogBundle\DataTable\ProductChangeLogDataTable
  3683.      */
  3684.     protected function getProductChangeLogDataTableService()
  3685.     {
  3686.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3687.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3688.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3689.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3690.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3691.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3692.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/ProductChangeLogDataTable.php';
  3693.         return $this->services['Hitso\\Bundle\\CatalogBundle\\DataTable\\ProductChangeLogDataTable'] = new \Hitso\Bundle\CatalogBundle\DataTable\ProductChangeLogDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()), ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()));
  3694.     }
  3695.     /**
  3696.      * Gets the public 'Hitso\Bundle\CatalogBundle\DataTable\ProductDataTable' shared autowired service.
  3697.      *
  3698.      * @return \Hitso\Bundle\CatalogBundle\DataTable\ProductDataTable
  3699.      */
  3700.     protected function getProductDataTable2Service()
  3701.     {
  3702.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3703.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3704.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3705.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3706.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3707.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3708.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/ProductDataTable.php';
  3709.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/SectionTypeCollection.php';
  3710.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/ProductSectionTypeCollection.php';
  3711.         return $this->services['Hitso\\Bundle\\CatalogBundle\\DataTable\\ProductDataTable'] = new \Hitso\Bundle\CatalogBundle\DataTable\ProductDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker'] ?? $this->getEntityAuthorizationCheckerService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\ProductSectionTypeCollection'] ?? ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\ProductSectionTypeCollection'] = new \Hitso\Bundle\SectionBundle\Model\ProductSectionTypeCollection())));
  3712.     }
  3713.     /**
  3714.      * Gets the public 'Hitso\Bundle\CatalogBundle\DataTable\ProductDeletableDataTable' shared autowired service.
  3715.      *
  3716.      * @return \Hitso\Bundle\CatalogBundle\DataTable\ProductDeletableDataTable
  3717.      */
  3718.     protected function getProductDeletableDataTableService()
  3719.     {
  3720.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3721.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3722.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3723.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3724.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3725.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3726.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DataTable/DeletableDataTable.php';
  3727.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/ProductDeletableDataTable.php';
  3728.         return $this->services['Hitso\\Bundle\\CatalogBundle\\DataTable\\ProductDeletableDataTable'] = new \Hitso\Bundle\CatalogBundle\DataTable\ProductDeletableDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  3729.     }
  3730.     /**
  3731.      * Gets the public 'Hitso\Bundle\CatalogBundle\DataTable\ProductEditableDataTable' shared autowired service.
  3732.      *
  3733.      * @return \Hitso\Bundle\CatalogBundle\DataTable\ProductEditableDataTable
  3734.      */
  3735.     protected function getProductEditableDataTableService()
  3736.     {
  3737.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3738.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3739.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3740.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3741.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3742.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3743.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DataTable/EditableDataTable.php';
  3744.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/ProductEditableDataTable.php';
  3745.         return $this->services['Hitso\\Bundle\\CatalogBundle\\DataTable\\ProductEditableDataTable'] = new \Hitso\Bundle\CatalogBundle\DataTable\ProductEditableDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  3746.     }
  3747.     /**
  3748.      * Gets the public 'Hitso\Bundle\CatalogBundle\DataTable\ProductFilesDataTable' shared autowired service.
  3749.      *
  3750.      * @return \Hitso\Bundle\CatalogBundle\DataTable\ProductFilesDataTable
  3751.      */
  3752.     protected function getProductFilesDataTableService()
  3753.     {
  3754.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3755.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3756.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3757.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3758.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3759.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3760.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/ProductFilesDataTable.php';
  3761.         return $this->services['Hitso\\Bundle\\CatalogBundle\\DataTable\\ProductFilesDataTable'] = new \Hitso\Bundle\CatalogBundle\DataTable\ProductFilesDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()), ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()));
  3762.     }
  3763.     /**
  3764.      * Gets the public 'Hitso\Bundle\CatalogBundle\DataTable\ProductLogDataTable' shared autowired service.
  3765.      *
  3766.      * @return \Hitso\Bundle\CatalogBundle\DataTable\ProductLogDataTable
  3767.      */
  3768.     protected function getProductLogDataTableService()
  3769.     {
  3770.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3771.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3772.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3773.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3774.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3775.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3776.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/ProductLogDataTable.php';
  3777.         return $this->services['Hitso\\Bundle\\CatalogBundle\\DataTable\\ProductLogDataTable'] = new \Hitso\Bundle\CatalogBundle\DataTable\ProductLogDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  3778.     }
  3779.     /**
  3780.      * Gets the public 'Hitso\Bundle\CatalogBundle\DataTable\ProductReviewDataTable' shared autowired service.
  3781.      *
  3782.      * @return \Hitso\Bundle\CatalogBundle\DataTable\ProductReviewDataTable
  3783.      */
  3784.     protected function getProductReviewDataTable2Service()
  3785.     {
  3786.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3787.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3788.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3789.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3790.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3791.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3792.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/ProductReviewDataTable.php';
  3793.         return $this->services['Hitso\\Bundle\\CatalogBundle\\DataTable\\ProductReviewDataTable'] = new \Hitso\Bundle\CatalogBundle\DataTable\ProductReviewDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  3794.     }
  3795.     /**
  3796.      * Gets the public 'Hitso\Bundle\CatalogBundle\DataTable\ProductSectionChangesDataTable' shared autowired service.
  3797.      *
  3798.      * @return \Hitso\Bundle\CatalogBundle\DataTable\ProductSectionChangesDataTable
  3799.      */
  3800.     protected function getProductSectionChangesDataTableService()
  3801.     {
  3802.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3803.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3804.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3805.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3806.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3807.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3808.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/ProductSectionChangesDataTable.php';
  3809.         return $this->services['Hitso\\Bundle\\CatalogBundle\\DataTable\\ProductSectionChangesDataTable'] = new \Hitso\Bundle\CatalogBundle\DataTable\ProductSectionChangesDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  3810.     }
  3811.     /**
  3812.      * Gets the public 'Hitso\Bundle\CatalogBundle\DataTable\ProductSectionDataTable' shared autowired service.
  3813.      *
  3814.      * @return \Hitso\Bundle\CatalogBundle\DataTable\ProductSectionDataTable
  3815.      */
  3816.     protected function getProductSectionDataTableService()
  3817.     {
  3818.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3819.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3820.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/ProductSectionDataTable.php';
  3821.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/SectionTypeCollection.php';
  3822.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/ProductSectionTypeCollection.php';
  3823.         return $this->services['Hitso\\Bundle\\CatalogBundle\\DataTable\\ProductSectionDataTable'] = new \Hitso\Bundle\CatalogBundle\DataTable\ProductSectionDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\ProductSectionTypeCollection'] ?? ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\ProductSectionTypeCollection'] = new \Hitso\Bundle\SectionBundle\Model\ProductSectionTypeCollection())), ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker'] ?? $this->getEntityAuthorizationCheckerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  3824.     }
  3825.     /**
  3826.      * Gets the public 'Hitso\Bundle\CatalogBundle\DataTable\TaxRateDataTable' shared autowired service.
  3827.      *
  3828.      * @return \Hitso\Bundle\CatalogBundle\DataTable\TaxRateDataTable
  3829.      */
  3830.     protected function getTaxRateDataTableService()
  3831.     {
  3832.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  3833.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  3834.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3835.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3836.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  3837.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  3838.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/DataTable/TaxRateDataTable.php';
  3839.         return $this->services['Hitso\\Bundle\\CatalogBundle\\DataTable\\TaxRateDataTable'] = new \Hitso\Bundle\CatalogBundle\DataTable\TaxRateDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  3840.     }
  3841.     /**
  3842.      * Gets the public 'Hitso\Bundle\CatalogBundle\Extension\Strategy\ProductColumnsPageStrategy' shared autowired service.
  3843.      *
  3844.      * @return \Hitso\Bundle\CatalogBundle\Extension\Strategy\ProductColumnsPageStrategy
  3845.      */
  3846.     protected function getProductColumnsPageStrategyService()
  3847.     {
  3848.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/SectionStrategyInterface.php';
  3849.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Extension/Strategy/ProductColumnsPageStrategy.php';
  3850.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Extension\\Strategy\\ProductColumnsPageStrategy'] = new \Hitso\Bundle\CatalogBundle\Extension\Strategy\ProductColumnsPageStrategy(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService()));
  3851.     }
  3852.     /**
  3853.      * Gets the public 'Hitso\Bundle\CatalogBundle\Seo\Json\CategoryJsonLinkingDataGenerator' shared autowired service.
  3854.      *
  3855.      * @return \Hitso\Bundle\CatalogBundle\Seo\Json\CategoryJsonLinkingDataGenerator
  3856.      */
  3857.     protected function getCategoryJsonLinkingDataGeneratorService()
  3858.     {
  3859.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService());
  3860.         if (isset($this->services['Hitso\\Bundle\\CatalogBundle\\Seo\\Json\\CategoryJsonLinkingDataGenerator'])) {
  3861.             return $this->services['Hitso\\Bundle\\CatalogBundle\\Seo\\Json\\CategoryJsonLinkingDataGenerator'];
  3862.         }
  3863.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Seo\\Json\\CategoryJsonLinkingDataGenerator'] = new \Hitso\Bundle\CatalogBundle\Seo\Json\CategoryJsonLinkingDataGenerator($a);
  3864.     }
  3865.     /**
  3866.      * Gets the public 'Hitso\Bundle\CatalogBundle\Seo\Json\ProductJsonLinkingDataGenerator' shared autowired service.
  3867.      *
  3868.      * @return \Hitso\Bundle\CatalogBundle\Seo\Json\ProductJsonLinkingDataGenerator
  3869.      */
  3870.     protected function getProductJsonLinkingDataGeneratorService()
  3871.     {
  3872.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService());
  3873.         if (isset($this->services['Hitso\\Bundle\\CatalogBundle\\Seo\\Json\\ProductJsonLinkingDataGenerator'])) {
  3874.             return $this->services['Hitso\\Bundle\\CatalogBundle\\Seo\\Json\\ProductJsonLinkingDataGenerator'];
  3875.         }
  3876.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Seo\\Json\\ProductJsonLinkingDataGenerator'] = new \Hitso\Bundle\CatalogBundle\Seo\Json\ProductJsonLinkingDataGenerator($a, ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()));
  3877.     }
  3878.     /**
  3879.      * Gets the public 'Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeController' shared autowired service.
  3880.      *
  3881.      * @return \Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeController
  3882.      */
  3883.     protected function getAttributeController2Service()
  3884.     {
  3885.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  3886.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Controller/AttributeController.php';
  3887.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Controller\\AttributeController'] = new \Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeController(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Controller\\AttributeController'$this), ($this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\AttributeType'] ?? $this->getAttributeTypeService()), ($this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\AttributeFactory'] ?? $this->getAttributeFactoryService()));
  3888.     }
  3889.     /**
  3890.      * Gets the public 'Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeGroupController' shared autowired service.
  3891.      *
  3892.      * @return \Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeGroupController
  3893.      */
  3894.     protected function getAttributeGroupController2Service()
  3895.     {
  3896.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  3897.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Controller/AttributeGroupController.php';
  3898.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Controller\\AttributeGroupController'] = new \Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeGroupController(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Controller\\AttributeGroupController'$this), ($this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\AttributeGroupType'] ?? $this->getAttributeGroupTypeService()), ($this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\AttributeGroupFactory'] ?? $this->getAttributeGroupFactoryService()));
  3899.     }
  3900.     /**
  3901.      * Gets the public 'Hitso\Bundle\CatalogBundle\Service\Api\Controller\BrandController' shared autowired service.
  3902.      *
  3903.      * @return \Hitso\Bundle\CatalogBundle\Service\Api\Controller\BrandController
  3904.      */
  3905.     protected function getBrandController2Service()
  3906.     {
  3907.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  3908.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Controller/BrandController.php';
  3909.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Controller\\BrandController'] = new \Hitso\Bundle\CatalogBundle\Service\Api\Controller\BrandController(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Controller\\BrandController'$this), ($this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\BrandType'] ?? $this->getBrandTypeService()), ($this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\BrandFactory'] ?? $this->getBrandFactoryService()));
  3910.     }
  3911.     /**
  3912.      * Gets the public 'Hitso\Bundle\CatalogBundle\Service\Api\Controller\CategoryController' shared autowired service.
  3913.      *
  3914.      * @return \Hitso\Bundle\CatalogBundle\Service\Api\Controller\CategoryController
  3915.      */
  3916.     protected function getCategoryController4Service()
  3917.     {
  3918.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  3919.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Controller/CategoryController.php';
  3920.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Controller\\CategoryController'] = new \Hitso\Bundle\CatalogBundle\Service\Api\Controller\CategoryController(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Controller\\CategoryController'$this), ($this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\CategoryType'] ?? $this->getCategoryTypeService()), ($this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\CategoryFactory'] ?? $this->getCategoryFactoryService()));
  3921.     }
  3922.     /**
  3923.      * Gets the public 'Hitso\Bundle\CatalogBundle\Service\Api\Controller\ProductController' shared autowired service.
  3924.      *
  3925.      * @return \Hitso\Bundle\CatalogBundle\Service\Api\Controller\ProductController
  3926.      */
  3927.     protected function getProductController5Service()
  3928.     {
  3929.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  3930.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Controller/ProductController.php';
  3931.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Controller\\ProductController'] = new \Hitso\Bundle\CatalogBundle\Service\Api\Controller\ProductController(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Controller\\ProductController'$this), ($this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\ProductType'] ?? $this->getProductType2Service()), ($this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\ProductFactory'] ?? $this->getProductFactory2Service()));
  3932.     }
  3933.     /**
  3934.      * Gets the public 'Hitso\Bundle\CatalogBundle\Service\Api\Controller\TaxRateController' shared autowired service.
  3935.      *
  3936.      * @return \Hitso\Bundle\CatalogBundle\Service\Api\Controller\TaxRateController
  3937.      */
  3938.     protected function getTaxRateController2Service()
  3939.     {
  3940.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  3941.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Controller/TaxRateController.php';
  3942.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Controller\\TaxRateController'] = new \Hitso\Bundle\CatalogBundle\Service\Api\Controller\TaxRateController(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Controller\\TaxRateController'$this), ($this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\TaxRateType'] ?? $this->getTaxRateTypeService()), ($this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\TaxRateFactory'] ?? $this->getTaxRateFactoryService()));
  3943.     }
  3944.     /**
  3945.      * Gets the public 'Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeFactory' shared autowired service.
  3946.      *
  3947.      * @return \Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeFactory
  3948.      */
  3949.     protected function getAttributeFactoryService()
  3950.     {
  3951.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  3952.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Factory/AttributeFactory.php';
  3953.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\AttributeFactory'] = new \Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeFactory(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\AttributeFactory'$this));
  3954.     }
  3955.     /**
  3956.      * Gets the public 'Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeGroupFactory' shared autowired service.
  3957.      *
  3958.      * @return \Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeGroupFactory
  3959.      */
  3960.     protected function getAttributeGroupFactoryService()
  3961.     {
  3962.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  3963.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Factory/AttributeGroupFactory.php';
  3964.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\AttributeGroupFactory'] = new \Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeGroupFactory(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\AttributeGroupFactory'$this));
  3965.     }
  3966.     /**
  3967.      * Gets the public 'Hitso\Bundle\CatalogBundle\Service\Api\Factory\BrandFactory' shared autowired service.
  3968.      *
  3969.      * @return \Hitso\Bundle\CatalogBundle\Service\Api\Factory\BrandFactory
  3970.      */
  3971.     protected function getBrandFactoryService()
  3972.     {
  3973.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  3974.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Factory/BrandFactory.php';
  3975.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\BrandFactory'] = new \Hitso\Bundle\CatalogBundle\Service\Api\Factory\BrandFactory(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\BrandFactory'$this));
  3976.     }
  3977.     /**
  3978.      * Gets the public 'Hitso\Bundle\CatalogBundle\Service\Api\Factory\CategoryFactory' shared autowired service.
  3979.      *
  3980.      * @return \Hitso\Bundle\CatalogBundle\Service\Api\Factory\CategoryFactory
  3981.      */
  3982.     protected function getCategoryFactoryService()
  3983.     {
  3984.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  3985.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Factory/CategoryFactory.php';
  3986.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\CategoryFactory'] = new \Hitso\Bundle\CatalogBundle\Service\Api\Factory\CategoryFactory(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\CategoryFactory'$this));
  3987.     }
  3988.     /**
  3989.      * Gets the public 'Hitso\Bundle\CatalogBundle\Service\Api\Factory\ProductFactory' shared autowired service.
  3990.      *
  3991.      * @return \Hitso\Bundle\CatalogBundle\Service\Api\Factory\ProductFactory
  3992.      */
  3993.     protected function getProductFactory2Service()
  3994.     {
  3995.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  3996.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Factory/ProductFactory.php';
  3997.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\ProductFactory'] = new \Hitso\Bundle\CatalogBundle\Service\Api\Factory\ProductFactory(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\ProductFactory'$this));
  3998.     }
  3999.     /**
  4000.      * Gets the public 'Hitso\Bundle\CatalogBundle\Service\Api\Factory\TaxRateFactory' shared autowired service.
  4001.      *
  4002.      * @return \Hitso\Bundle\CatalogBundle\Service\Api\Factory\TaxRateFactory
  4003.      */
  4004.     protected function getTaxRateFactoryService()
  4005.     {
  4006.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  4007.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Factory/TaxRateFactory.php';
  4008.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\TaxRateFactory'] = new \Hitso\Bundle\CatalogBundle\Service\Api\Factory\TaxRateFactory(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Factory\\TaxRateFactory'$this));
  4009.     }
  4010.     /**
  4011.      * Gets the public 'Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeGroupType' shared autowired service.
  4012.      *
  4013.      * @return \Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeGroupType
  4014.      */
  4015.     protected function getAttributeGroupTypeService()
  4016.     {
  4017.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  4018.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  4019.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  4020.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Query/AttributeGroupType.php';
  4021.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\AttributeGroupType'] = new \Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeGroupType(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\AttributeGroupType'$this));
  4022.     }
  4023.     /**
  4024.      * Gets the public 'Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeType' shared autowired service.
  4025.      *
  4026.      * @return \Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeType
  4027.      */
  4028.     protected function getAttributeTypeService()
  4029.     {
  4030.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  4031.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  4032.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  4033.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Query/AttributeType.php';
  4034.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\AttributeType'] = new \Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeType(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\AttributeType'$this));
  4035.     }
  4036.     /**
  4037.      * Gets the public 'Hitso\Bundle\CatalogBundle\Service\Api\Query\BrandType' shared autowired service.
  4038.      *
  4039.      * @return \Hitso\Bundle\CatalogBundle\Service\Api\Query\BrandType
  4040.      */
  4041.     protected function getBrandTypeService()
  4042.     {
  4043.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  4044.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  4045.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  4046.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Query/BrandType.php';
  4047.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\BrandType'] = new \Hitso\Bundle\CatalogBundle\Service\Api\Query\BrandType(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\BrandType'$this));
  4048.     }
  4049.     /**
  4050.      * Gets the public 'Hitso\Bundle\CatalogBundle\Service\Api\Query\CategoryType' shared autowired service.
  4051.      *
  4052.      * @return \Hitso\Bundle\CatalogBundle\Service\Api\Query\CategoryType
  4053.      */
  4054.     protected function getCategoryTypeService()
  4055.     {
  4056.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  4057.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  4058.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  4059.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Query/CategoryType.php';
  4060.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\CategoryType'] = new \Hitso\Bundle\CatalogBundle\Service\Api\Query\CategoryType(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\CategoryType'$this));
  4061.     }
  4062.     /**
  4063.      * Gets the public 'Hitso\Bundle\CatalogBundle\Service\Api\Query\ProductType' shared autowired service.
  4064.      *
  4065.      * @return \Hitso\Bundle\CatalogBundle\Service\Api\Query\ProductType
  4066.      */
  4067.     protected function getProductType2Service()
  4068.     {
  4069.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  4070.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  4071.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  4072.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Query/ProductType.php';
  4073.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\ProductType'] = new \Hitso\Bundle\CatalogBundle\Service\Api\Query\ProductType(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\ProductType'$this));
  4074.     }
  4075.     /**
  4076.      * Gets the public 'Hitso\Bundle\CatalogBundle\Service\Api\Query\TaxRateType' shared autowired service.
  4077.      *
  4078.      * @return \Hitso\Bundle\CatalogBundle\Service\Api\Query\TaxRateType
  4079.      */
  4080.     protected function getTaxRateTypeService()
  4081.     {
  4082.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  4083.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  4084.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  4085.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Query/TaxRateType.php';
  4086.         return $this->services['Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\TaxRateType'] = new \Hitso\Bundle\CatalogBundle\Service\Api\Query\TaxRateType(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\Query\\TaxRateType'$this));
  4087.     }
  4088.     /**
  4089.      * Gets the public 'Hitso\Bundle\CommonBundle\Api\Factory\ConditionFactory' shared autowired service.
  4090.      *
  4091.      * @return \Hitso\Bundle\CommonBundle\Api\Factory\ConditionFactory
  4092.      */
  4093.     protected function getConditionFactoryService()
  4094.     {
  4095.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Factory/ConditionFactory.php';
  4096.         return $this->services['Hitso\\Bundle\\CommonBundle\\Api\\Factory\\ConditionFactory'] = new \Hitso\Bundle\CommonBundle\Api\Factory\ConditionFactory();
  4097.     }
  4098.     /**
  4099.      * Gets the public 'Hitso\Bundle\CommonBundle\Api\Factory\CriteriaFactory' shared autowired service.
  4100.      *
  4101.      * @return \Hitso\Bundle\CommonBundle\Api\Factory\CriteriaFactory
  4102.      */
  4103.     protected function getCriteriaFactoryService()
  4104.     {
  4105.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Factory/CriteriaFactory.php';
  4106.         return $this->services['Hitso\\Bundle\\CommonBundle\\Api\\Factory\\CriteriaFactory'] = new \Hitso\Bundle\CommonBundle\Api\Factory\CriteriaFactory();
  4107.     }
  4108.     /**
  4109.      * Gets the public 'Hitso\Bundle\CommonBundle\Controller\Admin\CacheController' shared autowired service.
  4110.      *
  4111.      * @return \Hitso\Bundle\CommonBundle\Controller\Admin\CacheController
  4112.      */
  4113.     protected function getCacheController2Service()
  4114.     {
  4115.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4116.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4117.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Admin/CacheController.php';
  4118.         $this->services['Hitso\\Bundle\\CommonBundle\\Controller\\Admin\\CacheController'] = $instance = new \Hitso\Bundle\CommonBundle\Controller\Admin\CacheController(($this->services['kernel'] ?? $this->get('kernel'1)));
  4119.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4120.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4121.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  4122.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4123.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4124.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4125.             'router' => ['services''cmf_routing.router''getCmfRouting_RouterService'false],
  4126.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4127.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  4128.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  4129.             'serializer' => ['services''serializer''getSerializerService'false],
  4130.             'session' => ['services''session''getSessionService'false],
  4131.             'templating' => ['services''templating''getTemplatingService'false],
  4132.             'twig' => ['services''twig''getTwigService'false],
  4133.         ], [
  4134.             'doctrine' => '?',
  4135.             'form.factory' => '?',
  4136.             'http_kernel' => '?',
  4137.             'parameter_bag' => '?',
  4138.             'request_stack' => '?',
  4139.             'router' => '?',
  4140.             'security.authorization_checker' => '?',
  4141.             'security.csrf.token_manager' => '?',
  4142.             'security.token_storage' => '?',
  4143.             'serializer' => '?',
  4144.             'session' => '?',
  4145.             'templating' => '?',
  4146.             'twig' => '?',
  4147.         ]))->withContext('Hitso\\Bundle\\CommonBundle\\Controller\\Admin\\CacheController'$this));
  4148.         return $instance;
  4149.     }
  4150.     /**
  4151.      * Gets the public 'Hitso\Bundle\CommonBundle\Controller\Api\LikesController' shared autowired service.
  4152.      *
  4153.      * @return \Hitso\Bundle\CommonBundle\Controller\Api\LikesController
  4154.      */
  4155.     protected function getLikesControllerService()
  4156.     {
  4157.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4158.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4159.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4160.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Api/LikesController.php';
  4161.         $this->services['Hitso\\Bundle\\CommonBundle\\Controller\\Api\\LikesController'] = $instance = new \Hitso\Bundle\CommonBundle\Controller\Api\LikesController(($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\LikesHelper'] ?? $this->getLikesHelperService()));
  4162.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CommonBundle\\Controller\\Api\\LikesController'$this));
  4163.         return $instance;
  4164.     }
  4165.     /**
  4166.      * Gets the public 'Hitso\Bundle\CommonBundle\Controller\Api\MonitorController' shared autowired service.
  4167.      *
  4168.      * @return \Hitso\Bundle\CommonBundle\Controller\Api\MonitorController
  4169.      */
  4170.     protected function getMonitorControllerService()
  4171.     {
  4172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4174.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4175.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4176.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Api/MonitorController.php';
  4177.         $this->services['Hitso\\Bundle\\CommonBundle\\Controller\\Api\\MonitorController'] = $instance = new \Hitso\Bundle\CommonBundle\Controller\Api\MonitorController();
  4178.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4179.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4180.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  4181.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  4182.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4183.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4184.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4185.             'router' => ['services''cmf_routing.router''getCmfRouting_RouterService'false],
  4186.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4187.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  4188.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  4189.             'serializer' => ['services''serializer''getSerializerService'false],
  4190.             'session' => ['services''session''getSessionService'false],
  4191.             'templating' => ['services''templating''getTemplatingService'false],
  4192.             'twig' => ['services''twig''getTwigService'false],
  4193.         ], [
  4194.             'doctrine' => '?',
  4195.             'form.factory' => '?',
  4196.             'fos_rest.view_handler' => '?',
  4197.             'http_kernel' => '?',
  4198.             'parameter_bag' => '?',
  4199.             'request_stack' => '?',
  4200.             'router' => '?',
  4201.             'security.authorization_checker' => '?',
  4202.             'security.csrf.token_manager' => '?',
  4203.             'security.token_storage' => '?',
  4204.             'serializer' => '?',
  4205.             'session' => '?',
  4206.             'templating' => '?',
  4207.             'twig' => '?',
  4208.         ]))->withContext('Hitso\\Bundle\\CommonBundle\\Controller\\Api\\MonitorController'$this));
  4209.         return $instance;
  4210.     }
  4211.     /**
  4212.      * Gets the public 'Hitso\Bundle\CommonBundle\Controller\Front\AboutUsController' shared autowired service.
  4213.      *
  4214.      * @return \Hitso\Bundle\CommonBundle\Controller\Front\AboutUsController
  4215.      */
  4216.     protected function getAboutUsControllerService()
  4217.     {
  4218.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4220.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4221.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Front/AboutUsController.php';
  4222.         $this->services['Hitso\\Bundle\\CommonBundle\\Controller\\Front\\AboutUsController'] = $instance = new \Hitso\Bundle\CommonBundle\Controller\Front\AboutUsController();
  4223.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CommonBundle\\Controller\\Front\\AboutUsController'$this));
  4224.         return $instance;
  4225.     }
  4226.     /**
  4227.      * Gets the public 'Hitso\Bundle\CommonBundle\Controller\Front\GraphQLController' shared autowired service.
  4228.      *
  4229.      * @return \Hitso\Bundle\CommonBundle\Controller\Front\GraphQLController
  4230.      */
  4231.     protected function getGraphQLControllerService()
  4232.     {
  4233.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Front/GraphQLController.php';
  4234.         return $this->services['Hitso\\Bundle\\CommonBundle\\Controller\\Front\\GraphQLController'] = new \Hitso\Bundle\CommonBundle\Controller\Front\GraphQLController(($this->privates['GraphQL\\Server\\ServerConfig'] ?? $this->getServerConfigService()), ($this->privates['sensio_framework_extra.psr7.http_message_factory'] ?? $this->getSensioFrameworkExtra_Psr7_HttpMessageFactoryService()));
  4235.     }
  4236.     /**
  4237.      * Gets the public 'Hitso\Bundle\CommonBundle\Controller\Front\HomePageController' shared autowired service.
  4238.      *
  4239.      * @return \Hitso\Bundle\CommonBundle\Controller\Front\HomePageController
  4240.      */
  4241.     protected function getHomePageControllerService()
  4242.     {
  4243.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4245.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4246.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Front/HomePageController.php';
  4247.         $this->services['Hitso\\Bundle\\CommonBundle\\Controller\\Front\\HomePageController'] = $instance = new \Hitso\Bundle\CommonBundle\Controller\Front\HomePageController();
  4248.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CommonBundle\\Controller\\Front\\HomePageController'$this));
  4249.         return $instance;
  4250.     }
  4251.     /**
  4252.      * Gets the public 'Hitso\Bundle\CommonBundle\Controller\Front\UserController' shared autowired service.
  4253.      *
  4254.      * @return \Hitso\Bundle\CommonBundle\Controller\Front\UserController
  4255.      */
  4256.     protected function getUserControllerService()
  4257.     {
  4258.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4259.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4260.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4261.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Front/UserController.php';
  4262.         $this->services['Hitso\\Bundle\\CommonBundle\\Controller\\Front\\UserController'] = $instance = new \Hitso\Bundle\CommonBundle\Controller\Front\UserController(($this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\UserManager'] ?? $this->getUserManager2Service()), ($this->services['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Security\\FormAuthenticator'] ?? $this->getFormAuthenticatorService()));
  4263.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\CommonBundle\\Controller\\Front\\UserController'$this));
  4264.         return $instance;
  4265.     }
  4266.     /**
  4267.      * Gets the public 'Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection' shared autowired service.
  4268.      *
  4269.      * @return \Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection
  4270.      */
  4271.     protected function getManagerCollectionService()
  4272.     {
  4273.         $this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] = $instance = new \Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection();
  4274.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4275.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4276.         $c = ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService());
  4277.         $d = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  4278.         $e = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  4279.         $instance->add(($this->privates['Hitso\\Bundle\\AdminBundle\\Manager\\UserManager'] ?? $this->getUserManagerService()));
  4280.         $instance->add(($this->privates['Hitso\\Bundle\\AdminBundle\\Manager\\WhitelistManager'] ?? $this->getWhitelistManagerService()));
  4281.         $instance->add(($this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\ChangeLogManager'] ?? $this->getChangeLogManagerService()));
  4282.         $instance->add(($this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\CronLogManager'] ?? $this->getCronLogManagerService()));
  4283.         $instance->add(($this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\LikesManager'] ?? $this->getLikesManagerService()));
  4284.         $instance->add(new \Hitso\Bundle\CommonBundle\Manager\ReviewManager($a$b$c$d$e));
  4285.         $instance->add(($this->services['Hitso\\Bundle\\CommonBundle\\Manager\\SystemConfigurationManager'] ?? $this->getSystemConfigurationManagerService()));
  4286.         $instance->add(($this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\UserManager'] ?? $this->getUserManager2Service()));
  4287.         $instance->add(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\AttributeGroupManager'] ?? $this->getAttributeGroupManagerService()));
  4288.         $instance->add(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\AttributeManager'] ?? $this->getAttributeManagerService()));
  4289.         $instance->add(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\BrandManager'] ?? $this->getBrandManagerService()));
  4290.         $instance->add(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\CategoryManager'] ?? $this->getCategoryManagerService()));
  4291.         $instance->add(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductAttributeManager'] ?? $this->getProductAttributeManagerService()));
  4292.         $instance->add(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductManager'] ?? $this->getProductManagerService()));
  4293.         $instance->add(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductReviewManager'] ?? $this->getProductReviewManagerService()));
  4294.         $instance->add(new \Hitso\Bundle\CatalogBundle\Manager\Section\CategoryPageSectionManager($a$b$c$d$e));
  4295.         $instance->add(new \Hitso\Bundle\CatalogBundle\Manager\Section\ProductPageSectionManager($a$b$c$d$e));
  4296.         $instance->add(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\TaxRateManager'] ?? $this->getTaxRateManagerService()));
  4297.         $instance->add(($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\DirectoryManager'] ?? $this->getDirectoryManagerService()));
  4298.         $instance->add(($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\DisposableLinkManager'] ?? $this->getDisposableLinkManagerService()));
  4299.         $instance->add(($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'] ?? $this->getFileManagerService()));
  4300.         $instance->add(($this->privates['Hitso\\Bundle\\RoutingBundle\\Manager\\RedirectManager'] ?? $this->getRedirectManagerService()));
  4301.         $instance->add(new \Hitso\Bundle\ContentBundle\Manager\ArticleCategoryManager($a$b$c$d$e));
  4302.         $instance->add(($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\ArticleManager'] ?? $this->getArticleManagerService()));
  4303.         $instance->add(new \Hitso\Bundle\ContentBundle\Manager\ArticleReviewManager($a$b$c$d$e));
  4304.         $instance->add(($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\AuthorManager'] ?? $this->getAuthorManagerService()));
  4305.         $instance->add(($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\BannerManager'] ?? $this->getBannerManagerService()));
  4306.         $instance->add(($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\CommentManager'] ?? $this->getCommentManagerService()));
  4307.         $instance->add(new \Hitso\Bundle\ContentBundle\Manager\ContentAuthorManager($a$b$c$d$e));
  4308.         $instance->add(($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\ContentManager'] ?? $this->getContentManagerService()));
  4309.         $instance->add(($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\Element\\ElementManager'] ?? $this->getElementManagerService()));
  4310.         $instance->add(new \Hitso\Bundle\ContentBundle\Manager\Element\ImageManager($a$b$c$d$e));
  4311.         $instance->add(new \Hitso\Bundle\ContentBundle\Manager\Element\LinkManager($a$b$c$d$e));
  4312.         $instance->add(new \Hitso\Bundle\ContentBundle\Manager\Element\ParagraphManager($a$b$c$d$e));
  4313.         $instance->add(new \Hitso\Bundle\ContentBundle\Manager\PageManager($a$b$c$d$e));
  4314.         $instance->add(($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\SlideManager'] ?? $this->getSlideManagerService()));
  4315.         $instance->add(new \Hitso\Bundle\ContentBundle\Manager\SnapshotManager($a$b$c$d$e));
  4316.         $instance->add(new \Hitso\Bundle\ContentBundle\Manager\StatManager($a$b$c$d$e));
  4317.         $instance->add(new \Hitso\Bundle\SeoBundle\Manager\SeoMetadataManager($a$b$c$d$e));
  4318.         $instance->add(($this->privates['Hitso\\Bundle\\SeoBundle\\Manager\\SeoPageManager'] ?? $this->getSeoPageManagerService()));
  4319.         $instance->add(($this->privates['Hitso\\Bundle\\BlocksBundle\\Manager\\BlockManager'] ?? $this->getBlockManagerService()));
  4320.         $instance->add(new \Hitso\Bundle\NavigationBundle\Manager\MenuItemManager($a$b$c$d$e));
  4321.         $instance->add(($this->privates['Hitso\\Bundle\\NewsletterBundle\\Manager\\SubscriberManager'] ?? $this->getSubscriberManagerService()));
  4322.         $instance->add(($this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\GroupManager'] ?? $this->getGroupManagerService()));
  4323.         $instance->add(($this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\GroupTypeManager'] ?? $this->getGroupTypeManagerService()));
  4324.         $instance->add(new \Hitso\Bundle\SectionBundle\Manager\Section\ArticleSectionManager($a$b$c$d$e));
  4325.         $instance->add(new \Hitso\Bundle\SectionBundle\Manager\Section\BlockSectionManager($a$b$c$d$e));
  4326.         $instance->add(new \Hitso\Bundle\SectionBundle\Manager\Section\FeaturedProductSectionManager($a$b$c$d$e));
  4327.         $instance->add(new \Hitso\Bundle\SectionBundle\Manager\Section\HtmlCodeSectionManager($a$b$c$d$e));
  4328.         $instance->add(new \Hitso\Bundle\SectionBundle\Manager\Section\ProductListSectionManager($a$b$c$d$e));
  4329.         $instance->add(new \Hitso\Bundle\SectionBundle\Manager\Section\ProductSectionManager($a$b$c$d$e));
  4330.         $instance->add(new \Hitso\Bundle\SectionBundle\Manager\Section\ProductSliderSectionManager($a$b$c$d$e));
  4331.         $instance->add(new \Hitso\Bundle\SectionBundle\Manager\Section\PromoBoxSectionManager($a$b$c$d$e));
  4332.         $instance->add(new \Hitso\Bundle\SectionBundle\Manager\Section\SetsSectionManager($a$b$c$d$e));
  4333.         $instance->add(new \Hitso\Bundle\SectionBundle\Manager\Section\SubCategoriesSectionManager($a$b$c$d$e));
  4334.         $instance->add(($this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\SectionManager'] ?? $this->getSectionManagerService()));
  4335.         $instance->add(($this->privates['Hitso\\Bundle\\TicketsBundle\\Manager\\ContactManager'] ?? $this->getContactManagerService()));
  4336.         $instance->add(($this->privates['Hitso\\Bundle\\TicketsBundle\\Manager\\OperationManager'] ?? $this->getOperationManagerService()));
  4337.         $instance->add(($this->privates['Hitso\\Bundle\\TicketsBundle\\Manager\\TicketManager'] ?? $this->getTicketManagerService()));
  4338.         $instance->add(($this->privates['Hitso\\Bundle\\TranslationBundle\\Manager\\TranslationMessageManager'] ?? $this->getTranslationMessageManagerService()));
  4339.         $instance->add(($this->privates['Hitso\\Bundle\\QABundle\\Manager\\AnswerManager'] ?? $this->getAnswerManagerService()));
  4340.         $instance->add(($this->privates['Hitso\\Bundle\\QABundle\\Manager\\QuestionManager'] ?? $this->getQuestionManagerService()));
  4341.         $instance->add(($this->privates['Hitso\\Bundle\\ProbeBundle\\Manager\\ProbeManager'] ?? $this->getProbeManagerService()));
  4342.         $instance->add(($this->privates['Hitso\\Bundle\\ProbeBundle\\Manager\\ProbeOptionManager'] ?? $this->getProbeOptionManagerService()));
  4343.         $instance->add(($this->privates['Hitso\\Bundle\\SearchBundle\\Manager\\SearchReportManager'] ?? $this->getSearchReportManagerService()));
  4344.         $instance->add(($this->privates['Hitso\\Bundle\\TaggingBundle\\Manager\\TagManager'] ?? $this->getTagManagerService()));
  4345.         $instance->add(($this->privates['Hitso\\Bundle\\TaggingBundle\\Manager\\TagTypeManager'] ?? $this->getTagTypeManagerService()));
  4346.         $instance->add(new \Hartmann\Bundle\AppBundle\Manager\AttributeGroupManager($a$b$c$d$e));
  4347.         $instance->add(new \Hartmann\Bundle\AppBundle\Manager\AttributeManager($a$b$c$d$e));
  4348.         $instance->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\CategoryAttributeManager'] ?? $this->getCategoryAttributeManagerService()));
  4349.         $instance->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\CompanyReferenceManager'] ?? $this->getCompanyReferenceManagerService()));
  4350.         $instance->add(new \Hartmann\Bundle\AppBundle\Manager\DimensionsManager($a$b$c$d$e));
  4351.         $instance->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\FaqAnswerManager'] ?? $this->getFaqAnswerManagerService()));
  4352.         $instance->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\FaqCategoryManager'] ?? $this->getFaqCategoryManagerService()));
  4353.         $instance->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\InformationManager'] ?? $this->getInformationManagerService()));
  4354.         $instance->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\InstructionCategoryManager'] ?? $this->getInstructionCategoryManagerService()));
  4355.         $instance->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\InstructionManager'] ?? $this->getInstructionManagerService()));
  4356.         $instance->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\MarketCategoryManager'] ?? $this->getMarketCategoryManagerService()));
  4357.         $instance->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\MarketManager'] ?? $this->getMarketManagerService()));
  4358.         $instance->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductFireResistanceManager'] ?? $this->getProductFireResistanceManagerService()));
  4359.         $instance->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductInsuranceSecurityManager'] ?? $this->getProductInsuranceSecurityManagerService()));
  4360.         $instance->add(new \Hartmann\Bundle\AppBundle\Manager\ProductInsuranceSecurityTypeManager($a$b$c$d$e));
  4361.         $instance->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSafeLockManager'] ?? $this->getProductSafeLockManagerService()));
  4362.         $instance->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSecurityClassFeatureManager'] ?? $this->getProductSecurityClassFeatureManagerService()));
  4363.         $instance->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSecurityClassManager'] ?? $this->getProductSecurityClassManagerService()));
  4364.         $instance->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSerieManager'] ?? $this->getProductSerieManagerService()));
  4365.         $instance->add(new \Hartmann\Bundle\AppBundle\Manager\ProductSizeManager($a$b$c$d$e));
  4366.         $instance->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\PublicationManager'] ?? $this->getPublicationManagerService()));
  4367.         $instance->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\SloganManager'] ?? $this->getSloganManagerService()));
  4368.         $instance->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\WhatToLookForBlockManager'] ?? $this->getWhatToLookForBlockManagerService()));
  4369.         return $instance;
  4370.     }
  4371.     /**
  4372.      * Gets the public 'Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterCollection' shared autowired service.
  4373.      *
  4374.      * @return \Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterCollection
  4375.      */
  4376.     protected function getLoggableReverterCollectionService()
  4377.     {
  4378.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Service/LoggableReverterCollection.php';
  4379.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/LoggableReverter/ProductPageSectionReverter.php';
  4380.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Services/LoggableReverter/ContentLoggableReverter.php';
  4381.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Services/LoggableReverter/ArticleLoggableReverter.php';
  4382.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Services/LoggableReverter/PageLoggableReverter.php';
  4383.         $this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection'] = $instance = new \Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterCollection();
  4384.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4385.         $b = ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService());
  4386.         $c = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  4387.         $d = ($this->privates['Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber'] ?? $this->getCrudActionDescriberService());
  4388.         $e = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker'] ?? $this->getEntityAuthorizationCheckerService());
  4389.         $instance->add(($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter'] ?? $this->getLoggableReverterService()));
  4390.         $instance->add(new \Hitso\Bundle\CatalogBundle\Service\LoggableReverter\ProductPageSectionReverter($a$b$c$d$e));
  4391.         $instance->add(($this->privates['Hitso\\Bundle\\CatalogBundle\\Service\\Product\\ProductLoggableReverter'] ?? $this->getProductLoggableReverterService()));
  4392.         $instance->add(($this->services['Hitso\\Bundle\\FileManagerBundle\\Service\\LoggableReverter\\FileLoggableReverter'] ?? $this->getFileLoggableReverterService()));
  4393.         $instance->add(new \Hitso\Bundle\ContentBundle\Services\LoggableReverter\ArticleLoggableReverter($a$b$c$d$e));
  4394.         $instance->add(new \Hitso\Bundle\ContentBundle\Services\LoggableReverter\PageLoggableReverter($a$b$c$d$e));
  4395.         return $instance;
  4396.     }
  4397.     /**
  4398.      * Gets the public 'Hitso\Bundle\CommonBundle\Mailer\Mailer' shared autowired service.
  4399.      *
  4400.      * @return \Hitso\Bundle\CommonBundle\Mailer\Mailer
  4401.      */
  4402.     protected function getMailerService()
  4403.     {
  4404.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Mailer/Mailer.php';
  4405.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Mailer/Transformer/TransformerInterface.php';
  4406.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Mailer/Message/MessagePlaceholdersTrait.php';
  4407.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Mailer/BlockMessageTransformer.php';
  4408.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Mailer/Transformer/SimpleTextMessageTransformer.php';
  4409.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Mailer/Transformer/TwigMessageTransformer.php';
  4410.         $a = ($this->services['twig'] ?? $this->getTwigService());
  4411.         return $this->services['Hitso\\Bundle\\CommonBundle\\Mailer\\Mailer'] = new \Hitso\Bundle\CommonBundle\Mailer\Mailer(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), [=> new \Hitso\Bundle\BlocksBundle\Mailer\BlockMessageTransformer(($this->services['Hitso\\Bundle\\BlocksBundle\\Block\\Factory'] ?? $this->getFactoryService()), $a), => new \Hitso\Bundle\CommonBundle\Mailer\Transformer\SimpleTextMessageTransformer(), => new \Hitso\Bundle\CommonBundle\Mailer\Transformer\TwigMessageTransformer($a)], 'hello@wellcommerce.org''Autentika');
  4412.     }
  4413.     /**
  4414.      * Gets the public 'Hitso\Bundle\CommonBundle\Manager\SystemConfigurationManager' shared autowired service.
  4415.      *
  4416.      * @return \Hitso\Bundle\CommonBundle\Manager\SystemConfigurationManager
  4417.      */
  4418.     protected function getSystemConfigurationManagerService()
  4419.     {
  4420.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  4421.         if (isset($this->services['Hitso\\Bundle\\CommonBundle\\Manager\\SystemConfigurationManager'])) {
  4422.             return $this->services['Hitso\\Bundle\\CommonBundle\\Manager\\SystemConfigurationManager'];
  4423.         }
  4424.         return $this->services['Hitso\\Bundle\\CommonBundle\\Manager\\SystemConfigurationManager'] = new \Hitso\Bundle\CommonBundle\Manager\SystemConfigurationManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()));
  4425.     }
  4426.     /**
  4427.      * Gets the public 'Hitso\Bundle\CommonBundle\Service\CSV' shared autowired service.
  4428.      *
  4429.      * @return \Hitso\Bundle\CommonBundle\Service\CSV
  4430.      */
  4431.     protected function getCSVService()
  4432.     {
  4433.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Interfaces/ImportExportInterface.php';
  4434.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Service/AbstractImportExport.php';
  4435.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Service/CSV.php';
  4436.         return $this->services['Hitso\\Bundle\\CommonBundle\\Service\\CSV'] = new \Hitso\Bundle\CommonBundle\Service\CSV(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\ImportExportMappingConfigurator'] ?? $this->getImportExportMappingConfiguratorService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), true);
  4437.     }
  4438.     /**
  4439.      * Gets the public 'Hitso\Bundle\CommonBundle\Service\GoogleSheet' shared autowired service.
  4440.      *
  4441.      * @return \Hitso\Bundle\CommonBundle\Service\GoogleSheet
  4442.      */
  4443.     protected function getGoogleSheetService($lazyLoad true)
  4444.     {
  4445.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Interfaces/ImportExportInterface.php';
  4446.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Service/AbstractImportExport.php';
  4447.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Service/GoogleSheet.php';
  4448.         return $this->services['Hitso\\Bundle\\CommonBundle\\Service\\GoogleSheet'] = new \Hitso\Bundle\CommonBundle\Service\GoogleSheet(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\ImportExportMappingConfigurator'] ?? $this->getImportExportMappingConfiguratorService()), ($this->services['validator'] ?? $this->getValidatorService()), true);
  4449.     }
  4450.     /**
  4451.      * Gets the public 'Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorCollection' shared autowired service.
  4452.      *
  4453.      * @return \Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorCollection
  4454.      */
  4455.     protected function getSystemConfiguratorCollectionService()
  4456.     {
  4457.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Service/System/Configuration/SystemConfiguratorCollection.php';
  4458.         return $this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configuration\\SystemConfiguratorCollection'] = new \Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorCollection(new RewindableGenerator(function () {
  4459.             yield => ($this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\ImportExportMappingConfigurator'] ?? $this->getImportExportMappingConfiguratorService());
  4460.             yield => ($this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\MailerConfigurator'] ?? $this->getMailerConfiguratorService());
  4461.             yield => ($this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\RecaptchaConfigurator'] ?? $this->getRecaptchaConfiguratorService());
  4462.             yield => ($this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\RobotsConfigurator'] ?? $this->getRobotsConfiguratorService());
  4463.             yield => ($this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\ThemeConfigurator'] ?? $this->getThemeConfiguratorService());
  4464.             yield => ($this->privates['Hitso\\Bundle\\SearchBundle\\Service\\ElasticSearch\\ElasticSearchConfigurator'] ?? $this->getElasticSearchConfigurator2Service());
  4465.             yield => ($this->privates['Hartmann\\Bundle\\AppBundle\\Service\\ElasticSearch\\ElasticSearchConfigurator'] ?? $this->getElasticSearchConfiguratorService());
  4466.         }, 7));
  4467.     }
  4468.     /**
  4469.      * Gets the public 'Hitso\Bundle\CommonBundle\Service\System\Configurator\ImportExportMappingConfigurator' shared autowired service.
  4470.      *
  4471.      * @return \Hitso\Bundle\CommonBundle\Service\System\Configurator\ImportExportMappingConfigurator
  4472.      */
  4473.     protected function getImportExportMappingConfiguratorService()
  4474.     {
  4475.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Service/System/Configurator/ImportExportMappingConfigurator.php';
  4476.         return $this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\ImportExportMappingConfigurator'] = new \Hitso\Bundle\CommonBundle\Service\System\Configurator\ImportExportMappingConfigurator(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Hitso\\Bundle\\CommonBundle\\Manager\\SystemConfigurationManager'] ?? $this->getSystemConfigurationManagerService()));
  4477.     }
  4478.     /**
  4479.      * Gets the public 'Hitso\Bundle\CommonBundle\Service\System\Configurator\MailerConfigurator' shared autowired service.
  4480.      *
  4481.      * @return \Hitso\Bundle\CommonBundle\Service\System\Configurator\MailerConfigurator
  4482.      */
  4483.     protected function getMailerConfiguratorService()
  4484.     {
  4485.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Service/System/Configurator/MailerConfigurator.php';
  4486.         return $this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\MailerConfigurator'] = new \Hitso\Bundle\CommonBundle\Service\System\Configurator\MailerConfigurator(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Hitso\\Bundle\\CommonBundle\\Manager\\SystemConfigurationManager'] ?? $this->getSystemConfigurationManagerService()));
  4487.     }
  4488.     /**
  4489.      * Gets the public 'Hitso\Bundle\CommonBundle\Service\System\Configurator\RecaptchaConfigurator' shared autowired service.
  4490.      *
  4491.      * @return \Hitso\Bundle\CommonBundle\Service\System\Configurator\RecaptchaConfigurator
  4492.      */
  4493.     protected function getRecaptchaConfiguratorService()
  4494.     {
  4495.         return $this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\RecaptchaConfigurator'] = new \Hitso\Bundle\CommonBundle\Service\System\Configurator\RecaptchaConfigurator(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Hitso\\Bundle\\CommonBundle\\Manager\\SystemConfigurationManager'] ?? $this->getSystemConfigurationManagerService()));
  4496.     }
  4497.     /**
  4498.      * Gets the public 'Hitso\Bundle\CommonBundle\Service\System\Configurator\RobotsConfigurator' shared autowired service.
  4499.      *
  4500.      * @return \Hitso\Bundle\CommonBundle\Service\System\Configurator\RobotsConfigurator
  4501.      */
  4502.     protected function getRobotsConfiguratorService()
  4503.     {
  4504.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Service/System/Configurator/RobotsConfigurator.php';
  4505.         return $this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\RobotsConfigurator'] = new \Hitso\Bundle\CommonBundle\Service\System\Configurator\RobotsConfigurator(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Hitso\\Bundle\\CommonBundle\\Manager\\SystemConfigurationManager'] ?? $this->getSystemConfigurationManagerService()));
  4506.     }
  4507.     /**
  4508.      * Gets the public 'Hitso\Bundle\CommonBundle\Service\System\Configurator\ThemeConfigurator' shared autowired service.
  4509.      *
  4510.      * @return \Hitso\Bundle\CommonBundle\Service\System\Configurator\ThemeConfigurator
  4511.      */
  4512.     protected function getThemeConfiguratorService()
  4513.     {
  4514.         return $this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\ThemeConfigurator'] = new \Hitso\Bundle\CommonBundle\Service\System\Configurator\ThemeConfigurator(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Hitso\\Bundle\\CommonBundle\\Manager\\SystemConfigurationManager'] ?? $this->getSystemConfigurationManagerService()));
  4515.     }
  4516.     /**
  4517.      * Gets the public 'Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController' shared autowired service.
  4518.      *
  4519.      * @return \Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController
  4520.      */
  4521.     protected function getAuthorControllerService()
  4522.     {
  4523.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4524.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4525.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4526.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  4527.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Admin/AuthorController.php';
  4528.         $this->services['Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController'] = $instance = new \Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController(($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\AuthorManager'] ?? $this->getAuthorManagerService()));
  4529.         $instance->setContainer(($this->privates['.service_locator.ijSUN2d'] ?? $this->get_ServiceLocator_IjSUN2dService())->withContext('Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController'$this));
  4530.         return $instance;
  4531.     }
  4532.     /**
  4533.      * Gets the public 'Hitso\Bundle\ContentBundle\Controller\Admin\BannerController' shared autowired service.
  4534.      *
  4535.      * @return \Hitso\Bundle\ContentBundle\Controller\Admin\BannerController
  4536.      */
  4537.     protected function getBannerControllerService()
  4538.     {
  4539.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4540.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4541.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4542.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Admin/BannerController.php';
  4543.         $this->services['Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController'] = $instance = new \Hitso\Bundle\ContentBundle\Controller\Admin\BannerController(($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\BannerManager'] ?? $this->getBannerManagerService()));
  4544.         $instance->setContainer(($this->privates['.service_locator.ijSUN2d'] ?? $this->get_ServiceLocator_IjSUN2dService())->withContext('Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController'$this));
  4545.         return $instance;
  4546.     }
  4547.     /**
  4548.      * Gets the public 'Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController' shared autowired service.
  4549.      *
  4550.      * @return \Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController
  4551.      */
  4552.     protected function getCategoryController5Service()
  4553.     {
  4554.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4555.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4556.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4557.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  4558.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Admin/Controller.php';
  4559.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Admin/CategoryController.php';
  4560.         $this->services['Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController'] = $instance = new \Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection'] ?? $this->getContentTypeCollectionService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()));
  4561.         $instance->setContainer(($this->privates['.service_locator.ijSUN2d'] ?? $this->get_ServiceLocator_IjSUN2dService())->withContext('Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController'$this));
  4562.         return $instance;
  4563.     }
  4564.     /**
  4565.      * Gets the public 'Hitso\Bundle\ContentBundle\Controller\Admin\CommentController' shared autowired service.
  4566.      *
  4567.      * @return \Hitso\Bundle\ContentBundle\Controller\Admin\CommentController
  4568.      */
  4569.     protected function getCommentControllerService()
  4570.     {
  4571.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4572.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4573.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4574.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Admin/CommentController.php';
  4575.         $this->services['Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController'] = $instance = new \Hitso\Bundle\ContentBundle\Controller\Admin\CommentController(($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\CommentManager'] ?? $this->getCommentManagerService()));
  4576.         $instance->setContainer(($this->privates['.service_locator.ijSUN2d'] ?? $this->get_ServiceLocator_IjSUN2dService())->withContext('Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController'$this));
  4577.         return $instance;
  4578.     }
  4579.     /**
  4580.      * Gets the public 'Hitso\Bundle\ContentBundle\Controller\Admin\ContentChangeLogController' shared autowired service.
  4581.      *
  4582.      * @return \Hitso\Bundle\ContentBundle\Controller\Admin\ContentChangeLogController
  4583.      */
  4584.     protected function getContentChangeLogControllerService()
  4585.     {
  4586.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4588.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4589.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  4590.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Admin/ContentChangeLogController.php';
  4591.         $this->services['Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController'] = $instance = new \Hitso\Bundle\ContentBundle\Controller\Admin\ContentChangeLogController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection'] ?? $this->getLoggableReverterCollectionService()));
  4592.         $instance->setContainer(($this->privates['.service_locator.ijSUN2d'] ?? $this->get_ServiceLocator_IjSUN2dService())->withContext('Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController'$this));
  4593.         return $instance;
  4594.     }
  4595.     /**
  4596.      * Gets the public 'Hitso\Bundle\ContentBundle\Controller\Admin\ContentController' shared autowired service.
  4597.      *
  4598.      * @return \Hitso\Bundle\ContentBundle\Controller\Admin\ContentController
  4599.      */
  4600.     protected function getContentControllerService()
  4601.     {
  4602.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4603.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4604.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4605.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  4606.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Admin/Controller.php';
  4607.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Admin/ContentController.php';
  4608.         $this->services['Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController'] = $instance = new \Hitso\Bundle\ContentBundle\Controller\Admin\ContentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection'] ?? $this->getContentTypeCollectionService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\ContentManager'] ?? $this->getContentManagerService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\Element\\ElementManager'] ?? $this->getElementManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker'] ?? $this->getEntityAuthorizationCheckerService()));
  4609.         $instance->setContainer(($this->privates['.service_locator.ijSUN2d'] ?? $this->get_ServiceLocator_IjSUN2dService())->withContext('Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController'$this));
  4610.         return $instance;
  4611.     }
  4612.     /**
  4613.      * Gets the public 'Hitso\Bundle\ContentBundle\Controller\Admin\RateController' shared autowired service.
  4614.      *
  4615.      * @return \Hitso\Bundle\ContentBundle\Controller\Admin\RateController
  4616.      */
  4617.     protected function getRateControllerService()
  4618.     {
  4619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4621.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4622.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Admin/RateController.php';
  4623.         $this->services['Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\RateController'] = $instance = new \Hitso\Bundle\ContentBundle\Controller\Admin\RateController();
  4624.         $instance->setContainer(($this->privates['.service_locator.ijSUN2d'] ?? $this->get_ServiceLocator_IjSUN2dService())->withContext('Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\RateController'$this));
  4625.         return $instance;
  4626.     }
  4627.     /**
  4628.      * Gets the public 'Hitso\Bundle\ContentBundle\Controller\Admin\SlideController' shared autowired service.
  4629.      *
  4630.      * @return \Hitso\Bundle\ContentBundle\Controller\Admin\SlideController
  4631.      */
  4632.     protected function getSlideControllerService()
  4633.     {
  4634.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4635.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4636.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4637.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  4638.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Admin/SlideController.php';
  4639.         $a $this->getSlideController2Service();
  4640.         $this->services['Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController'] = $instance = new \Hitso\Bundle\ContentBundle\Controller\Admin\SlideController(($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\SlideManager'] ?? $this->getSlideManagerService()), $a);
  4641.         $instance->setContainer($a);
  4642.         return $instance;
  4643.     }
  4644.     /**
  4645.      * Gets the public 'Hitso\Bundle\ContentBundle\Controller\Api\CommentController' shared autowired service.
  4646.      *
  4647.      * @return \Hitso\Bundle\ContentBundle\Controller\Api\CommentController
  4648.      */
  4649.     protected function getCommentController2Service()
  4650.     {
  4651.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4652.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4653.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4654.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Api/CommentController.php';
  4655.         $this->services['Hitso\\Bundle\\ContentBundle\\Controller\\Api\\CommentController'] = $instance = new \Hitso\Bundle\ContentBundle\Controller\Api\CommentController(($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\CommentManager'] ?? $this->getCommentManagerService()));
  4656.         $instance->setContainer(($this->privates['.service_locator.ijSUN2d'] ?? $this->get_ServiceLocator_IjSUN2dService())->withContext('Hitso\\Bundle\\ContentBundle\\Controller\\Api\\CommentController'$this));
  4657.         return $instance;
  4658.     }
  4659.     /**
  4660.      * Gets the public 'Hitso\Bundle\ContentBundle\Controller\Api\ContentController' shared autowired service.
  4661.      *
  4662.      * @return \Hitso\Bundle\ContentBundle\Controller\Api\ContentController
  4663.      */
  4664.     protected function getContentController2Service()
  4665.     {
  4666.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4667.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4668.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4669.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  4670.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Admin/Controller.php';
  4671.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Api/ContentController.php';
  4672.         $this->services['Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController'] = $instance = new \Hitso\Bundle\ContentBundle\Controller\Api\ContentController(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection'] ?? $this->getContentTypeCollectionService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\ContentManager'] ?? $this->getContentManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker'] ?? $this->getEntityAuthorizationCheckerService()));
  4673.         $instance->setContainer(($this->privates['.service_locator.ijSUN2d'] ?? $this->get_ServiceLocator_IjSUN2dService())->withContext('Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController'$this));
  4674.         return $instance;
  4675.     }
  4676.     /**
  4677.      * Gets the public 'Hitso\Bundle\ContentBundle\Controller\Api\ElementController' shared autowired service.
  4678.      *
  4679.      * @return \Hitso\Bundle\ContentBundle\Controller\Api\ElementController
  4680.      */
  4681.     protected function getElementControllerService()
  4682.     {
  4683.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4684.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4685.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4686.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Api/ElementController.php';
  4687.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Model/ElementTypeCollection.php';
  4688.         $this->services['Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController'] = $instance = new \Hitso\Bundle\ContentBundle\Controller\Api\ElementController(new \Hitso\Bundle\ContentBundle\Model\ElementTypeCollection(new RewindableGenerator(function () {
  4689.             yield => ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Advert'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Advert'] = new \Hitso\Bundle\ContentBundle\Entity\Elements\Advert()));
  4690.             yield => ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Attachments'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Attachments'] = new \Hitso\Bundle\ContentBundle\Entity\Elements\Attachments()));
  4691.             yield => ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\CatalogCategory'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\CatalogCategory'] = new \Hitso\Bundle\ContentBundle\Entity\Elements\CatalogCategory()));
  4692.             yield => ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Cta'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Cta'] = new \Hitso\Bundle\ContentBundle\Entity\Elements\Cta()));
  4693.             yield => ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Embed'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Embed'] = new \Hitso\Bundle\ContentBundle\Entity\Elements\Embed()));
  4694.             yield => ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Featured'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Featured'] = new \Hitso\Bundle\ContentBundle\Entity\Elements\Featured()));
  4695.             yield => ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Gallery'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Gallery'] = new \Hitso\Bundle\ContentBundle\Entity\Elements\Gallery()));
  4696.             yield => ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Header'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Header'] = new \Hitso\Bundle\ContentBundle\Entity\Elements\Header()));
  4697.             yield => ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Image'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Image'] = new \Hitso\Bundle\ContentBundle\Entity\Elements\Image()));
  4698.             yield => ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Link'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Link'] = new \Hitso\Bundle\ContentBundle\Entity\Elements\Link()));
  4699.             yield 10 => ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Newsletter'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Newsletter'] = new \Hitso\Bundle\ContentBundle\Entity\Elements\Newsletter()));
  4700.             yield 11 => ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Paragraph'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Paragraph'] = new \Hitso\Bundle\ContentBundle\Entity\Elements\Paragraph()));
  4701.             yield 12 => ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Probe'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Probe'] = new \Hitso\Bundle\ContentBundle\Entity\Elements\Probe()));
  4702.             yield 13 => ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Product'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Product'] = new \Hitso\Bundle\ContentBundle\Entity\Elements\Product()));
  4703.             yield 14 => ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Section'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Section'] = new \Hitso\Bundle\ContentBundle\Entity\Elements\Section()));
  4704.             yield 15 => ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Table'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Table'] = new \Hitso\Bundle\ContentBundle\Entity\Elements\Table()));
  4705.             yield 16 => ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\TextWrap'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\TextWrap'] = new \Hitso\Bundle\ContentBundle\Entity\Elements\TextWrap()));
  4706.             yield 17 => ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Video'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Video'] = new \Hitso\Bundle\ContentBundle\Entity\Elements\Video()));
  4707.         }, 18)), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\Element\\ElementManager'] ?? $this->getElementManagerService()));
  4708.         $instance->setContainer(($this->privates['.service_locator.ijSUN2d'] ?? $this->get_ServiceLocator_IjSUN2dService())->withContext('Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController'$this));
  4709.         return $instance;
  4710.     }
  4711.     /**
  4712.      * Gets the public 'Hitso\Bundle\ContentBundle\Controller\Api\SearchController' shared autowired service.
  4713.      *
  4714.      * @return \Hitso\Bundle\ContentBundle\Controller\Api\SearchController
  4715.      */
  4716.     protected function getSearchController2Service()
  4717.     {
  4718.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4719.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4720.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4721.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  4722.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Admin/Controller.php';
  4723.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Api/SearchController.php';
  4724.         $this->services['Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController'] = $instance = new \Hitso\Bundle\ContentBundle\Controller\Api\SearchController(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection'] ?? $this->getContentTypeCollectionService()));
  4725.         $instance->setContainer(($this->privates['.service_locator.ijSUN2d'] ?? $this->get_ServiceLocator_IjSUN2dService())->withContext('Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController'$this));
  4726.         return $instance;
  4727.     }
  4728.     /**
  4729.      * Gets the public 'Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController' shared autowired service.
  4730.      *
  4731.      * @return \Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController
  4732.      */
  4733.     protected function getArticleCategoryControllerService()
  4734.     {
  4735.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4736.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4737.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4738.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Front/ArticleCategoryController.php';
  4739.         $this->services['Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController'] = $instance = new \Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController();
  4740.         $instance->setContainer(($this->privates['.service_locator.ijSUN2d'] ?? $this->get_ServiceLocator_IjSUN2dService())->withContext('Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController'$this));
  4741.         return $instance;
  4742.     }
  4743.     /**
  4744.      * Gets the public 'Hitso\Bundle\ContentBundle\Controller\Front\ArticleController' shared autowired service.
  4745.      *
  4746.      * @return \Hitso\Bundle\ContentBundle\Controller\Front\ArticleController
  4747.      */
  4748.     protected function getArticleControllerService()
  4749.     {
  4750.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4751.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4752.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4753.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Front/ContentController.php';
  4754.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Front/ArticleController.php';
  4755.         $this->services['Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController'] = $instance = new \Hitso\Bundle\ContentBundle\Controller\Front\ArticleController();
  4756.         $instance->setContainer(($this->privates['.service_locator.ijSUN2d'] ?? $this->get_ServiceLocator_IjSUN2dService())->withContext('Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController'$this));
  4757.         return $instance;
  4758.     }
  4759.     /**
  4760.      * Gets the public 'Hitso\Bundle\ContentBundle\Controller\Front\ContentController' shared autowired service.
  4761.      *
  4762.      * @return \Hitso\Bundle\ContentBundle\Controller\Front\ContentController
  4763.      */
  4764.     protected function getContentController3Service()
  4765.     {
  4766.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4767.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4768.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4769.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Front/ContentController.php';
  4770.         $this->services['Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ContentController'] = $instance = new \Hitso\Bundle\ContentBundle\Controller\Front\ContentController();
  4771.         $instance->setContainer(($this->privates['.service_locator.ijSUN2d'] ?? $this->get_ServiceLocator_IjSUN2dService())->withContext('Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ContentController'$this));
  4772.         return $instance;
  4773.     }
  4774.     /**
  4775.      * Gets the public 'Hitso\Bundle\ContentBundle\Controller\Front\FormController' shared autowired service.
  4776.      *
  4777.      * @return \Hitso\Bundle\ContentBundle\Controller\Front\FormController
  4778.      */
  4779.     protected function getFormControllerService()
  4780.     {
  4781.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4782.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4783.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4784.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Front/FormController.php';
  4785.         $this->services['Hitso\\Bundle\\ContentBundle\\Controller\\Front\\FormController'] = $instance = new \Hitso\Bundle\ContentBundle\Controller\Front\FormController(($this->privates['Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection'] ?? $this->getContentTypeCollectionService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\ContentManager'] ?? $this->getContentManagerService()), ($this->services['liform'] ?? $this->getLiformService()), ($this->services['liform.resolver'] ?? $this->getLiform_ResolverService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  4786.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4787.             'cmf_seo.presentation' => ['privates''cmf_seo.presentation''getCmfSeo_PresentationService'false],
  4788.             'crud_action_describer' => ['privates''Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber''getCrudActionDescriberService'false],
  4789.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4790.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  4791.             'hitso.content_types' => ['privates''Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection''getContentTypeCollectionService'false],
  4792.             'hitso.entity_authorization_checker' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker''getEntityAuthorizationCheckerService'false],
  4793.             'hitso.entity_clone_factory' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory''getEntityCloneFactoryService'false],
  4794.             'hitso.entity_manager_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection''getManagerCollectionService'false],
  4795.             'hitso.loggable_reverter' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter''getLoggableReverterService'false],
  4796.             'hitso.loggable_reverter_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection''getLoggableReverterCollectionService'false],
  4797.             'hitso.media_url_generator' => ['privates''Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator''getUrlGeneratorService'false],
  4798.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4799.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4800.             'request.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper''getRequestHelperService'false],
  4801.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4802.             'router' => ['services''cmf_routing.router''getCmfRouting_RouterService'false],
  4803.             'router.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper''getRouterHelperService'false],
  4804.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4805.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  4806.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  4807.             'serializer' => ['services''serializer''getSerializerService'false],
  4808.             'session' => ['services''session''getSessionService'false],
  4809.             'site.collection' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection''getSiteCollectionService'false],
  4810.             'site.context' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext''getSiteContextService'false],
  4811.             'sonata.seo.page' => ['services''sonata.seo.page.default''getSonata_Seo_Page_DefaultService'false],
  4812.             'templating' => ['services''templating''getTemplatingService'false],
  4813.             'templating.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper''getTemplatingHelperService'false],
  4814.             'translator' => ['privates''translator.data_collector''getTranslator_DataCollectorService'false],
  4815.             'twig' => ['services''twig''getTwigService'false],
  4816.             'white_october_breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  4817.         ], [
  4818.             'cmf_seo.presentation' => '?',
  4819.             'crud_action_describer' => 'Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber',
  4820.             'doctrine' => '?',
  4821.             'form.factory' => '?',
  4822.             'hitso.content_types' => 'Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection',
  4823.             'hitso.entity_authorization_checker' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker',
  4824.             'hitso.entity_clone_factory' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory',
  4825.             'hitso.entity_manager_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection',
  4826.             'hitso.loggable_reverter' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter',
  4827.             'hitso.loggable_reverter_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection',
  4828.             'hitso.media_url_generator' => 'Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator',
  4829.             'http_kernel' => '?',
  4830.             'parameter_bag' => '?',
  4831.             'request.helper' => '?',
  4832.             'request_stack' => '?',
  4833.             'router' => '?',
  4834.             'router.helper' => '?',
  4835.             'security.authorization_checker' => '?',
  4836.             'security.csrf.token_manager' => '?',
  4837.             'security.token_storage' => '?',
  4838.             'serializer' => '?',
  4839.             'session' => '?',
  4840.             'site.collection' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection',
  4841.             'site.context' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext',
  4842.             'sonata.seo.page' => '?',
  4843.             'templating' => '?',
  4844.             'templating.helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper',
  4845.             'translator' => '?',
  4846.             'twig' => '?',
  4847.             'white_october_breadcrumbs' => '?',
  4848.         ]))->withContext('Hitso\\Bundle\\ContentBundle\\Controller\\Front\\FormController'$this));
  4849.         return $instance;
  4850.     }
  4851.     /**
  4852.      * Gets the public 'Hitso\Bundle\ContentBundle\Controller\Front\PageController' shared autowired service.
  4853.      *
  4854.      * @return \Hitso\Bundle\ContentBundle\Controller\Front\PageController
  4855.      */
  4856.     protected function getPageControllerService()
  4857.     {
  4858.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4859.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4860.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  4861.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Front/ContentController.php';
  4862.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Controller/Front/PageController.php';
  4863.         $this->services['Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController'] = $instance = new \Hitso\Bundle\ContentBundle\Controller\Front\PageController();
  4864.         $instance->setContainer(($this->privates['.service_locator.ijSUN2d'] ?? $this->get_ServiceLocator_IjSUN2dService())->withContext('Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController'$this));
  4865.         return $instance;
  4866.     }
  4867.     /**
  4868.      * Gets the public 'Hitso\Bundle\ContentBundle\DataTable\Authors' shared autowired service.
  4869.      *
  4870.      * @return \Hitso\Bundle\ContentBundle\DataTable\Authors
  4871.      */
  4872.     protected function getAuthorsService()
  4873.     {
  4874.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  4875.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  4876.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4878.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  4879.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  4880.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/DataTable/Authors.php';
  4881.         return $this->services['Hitso\\Bundle\\ContentBundle\\DataTable\\Authors'] = new \Hitso\Bundle\ContentBundle\DataTable\Authors(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()));
  4882.     }
  4883.     /**
  4884.      * Gets the public 'Hitso\Bundle\ContentBundle\DataTable\Banners' shared autowired service.
  4885.      *
  4886.      * @return \Hitso\Bundle\ContentBundle\DataTable\Banners
  4887.      */
  4888.     protected function getBannersService()
  4889.     {
  4890.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  4891.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  4892.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4893.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4894.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  4895.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  4896.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/DataTable/Banners.php';
  4897.         return $this->services['Hitso\\Bundle\\ContentBundle\\DataTable\\Banners'] = new \Hitso\Bundle\ContentBundle\DataTable\Banners(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  4898.     }
  4899.     /**
  4900.      * Gets the public 'Hitso\Bundle\ContentBundle\DataTable\Categories' shared autowired service.
  4901.      *
  4902.      * @return \Hitso\Bundle\ContentBundle\DataTable\Categories
  4903.      */
  4904.     protected function getCategoriesService()
  4905.     {
  4906.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  4907.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  4908.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4909.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4910.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  4911.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/DataTable/Categories.php';
  4912.         return $this->services['Hitso\\Bundle\\ContentBundle\\DataTable\\Categories'] = new \Hitso\Bundle\ContentBundle\DataTable\Categories(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  4913.     }
  4914.     /**
  4915.      * Gets the public 'Hitso\Bundle\ContentBundle\DataTable\Comments' shared autowired service.
  4916.      *
  4917.      * @return \Hitso\Bundle\ContentBundle\DataTable\Comments
  4918.      */
  4919.     protected function getCommentsService()
  4920.     {
  4921.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  4922.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  4923.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4924.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4925.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  4926.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  4927.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/DataTable/Comments.php';
  4928.         return $this->services['Hitso\\Bundle\\ContentBundle\\DataTable\\Comments'] = new \Hitso\Bundle\ContentBundle\DataTable\Comments(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  4929.     }
  4930.     /**
  4931.      * Gets the public 'Hitso\Bundle\ContentBundle\DataTable\ContentChangeLogDataTable' shared autowired service.
  4932.      *
  4933.      * @return \Hitso\Bundle\ContentBundle\DataTable\ContentChangeLogDataTable
  4934.      */
  4935.     protected function getContentChangeLogDataTableService()
  4936.     {
  4937.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  4938.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4940.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4941.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  4942.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  4943.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DataTable/AbstractChangeLogDataTable.php';
  4944.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/DataTable/ContentChangeLogDataTable.php';
  4945.         return $this->services['Hitso\\Bundle\\ContentBundle\\DataTable\\ContentChangeLogDataTable'] = new \Hitso\Bundle\ContentBundle\DataTable\ContentChangeLogDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()), ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  4946.     }
  4947.     /**
  4948.      * Gets the public 'Hitso\Bundle\ContentBundle\DataTable\ContentDeletableDataTable' shared autowired service.
  4949.      *
  4950.      * @return \Hitso\Bundle\ContentBundle\DataTable\ContentDeletableDataTable
  4951.      */
  4952.     protected function getContentDeletableDataTableService()
  4953.     {
  4954.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  4955.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  4956.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4957.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4958.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  4959.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  4960.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DataTable/DeletableDataTable.php';
  4961.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/DataTable/ContentDeletableDataTable.php';
  4962.         return $this->services['Hitso\\Bundle\\ContentBundle\\DataTable\\ContentDeletableDataTable'] = new \Hitso\Bundle\ContentBundle\DataTable\ContentDeletableDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  4963.     }
  4964.     /**
  4965.      * Gets the public 'Hitso\Bundle\ContentBundle\DataTable\Contents' shared autowired service.
  4966.      *
  4967.      * @return \Hitso\Bundle\ContentBundle\DataTable\Contents
  4968.      */
  4969.     protected function getContents2Service()
  4970.     {
  4971.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  4972.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  4973.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4974.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4975.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  4976.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/DataTable/Contents.php';
  4977.         return $this->services['Hitso\\Bundle\\ContentBundle\\DataTable\\Contents'] = new \Hitso\Bundle\ContentBundle\DataTable\Contents(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()), ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker'] ?? $this->getEntityAuthorizationCheckerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  4978.     }
  4979.     /**
  4980.      * Gets the public 'Hitso\Bundle\ContentBundle\DataTable\Rates' shared autowired service.
  4981.      *
  4982.      * @return \Hitso\Bundle\ContentBundle\DataTable\Rates
  4983.      */
  4984.     protected function getRatesService()
  4985.     {
  4986.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  4987.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  4988.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4989.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4990.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  4991.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  4992.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/DataTable/Rates.php';
  4993.         return $this->services['Hitso\\Bundle\\ContentBundle\\DataTable\\Rates'] = new \Hitso\Bundle\ContentBundle\DataTable\Rates(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  4994.     }
  4995.     /**
  4996.      * Gets the public 'Hitso\Bundle\ContentBundle\DataTable\Slides' shared autowired service.
  4997.      *
  4998.      * @return \Hitso\Bundle\ContentBundle\DataTable\Slides
  4999.      */
  5000.     protected function getSlidesService()
  5001.     {
  5002.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  5003.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  5004.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/DataTable/Slides.php';
  5005.         return $this->services['Hitso\\Bundle\\ContentBundle\\DataTable\\Slides'] = new \Hitso\Bundle\ContentBundle\DataTable\Slides(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  5006.     }
  5007.     /**
  5008.      * Gets the public 'Hitso\Bundle\ContentBundle\Seo\Extractor\CategoryExtractor' shared autowired service.
  5009.      *
  5010.      * @return \Hitso\Bundle\ContentBundle\Seo\Extractor\CategoryExtractor
  5011.      */
  5012.     protected function getCategoryExtractorService()
  5013.     {
  5014.         return $this->services['Hitso\\Bundle\\ContentBundle\\Seo\\Extractor\\CategoryExtractor'] = new \Hitso\Bundle\ContentBundle\Seo\Extractor\CategoryExtractor(($this->privates['Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection'] ?? $this->getContentTypeCollectionService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  5015.     }
  5016.     /**
  5017.      * Gets the public 'Hitso\Bundle\ContentBundle\Seo\Extractor\ContentExtractor' shared autowired service.
  5018.      *
  5019.      * @return \Hitso\Bundle\ContentBundle\Seo\Extractor\ContentExtractor
  5020.      */
  5021.     protected function getContentExtractorService()
  5022.     {
  5023.         return $this->services['Hitso\\Bundle\\ContentBundle\\Seo\\Extractor\\ContentExtractor'] = new \Hitso\Bundle\ContentBundle\Seo\Extractor\ContentExtractor(($this->privates['Hitso\\Bundle\\ContentBundle\\Services\\ContentHelper'] ?? $this->getContentHelperService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection'] ?? $this->getContentTypeCollectionService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  5024.     }
  5025.     /**
  5026.      * Gets the public 'Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleCategoryController' shared autowired service.
  5027.      *
  5028.      * @return \Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleCategoryController
  5029.      */
  5030.     protected function getArticleCategoryController2Service()
  5031.     {
  5032.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  5033.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Service/Api/Controller/ArticleCategoryController.php';
  5034.         return $this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Controller\\ArticleCategoryController'] = new \Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleCategoryController(($this->privates['.service_locator.24VwpBw'] ?? $this->get_ServiceLocator_24VwpBwService())->withContext('Hitso\\Bundle\\ContentBundle\\Service\\Api\\Controller\\ArticleCategoryController'$this), ($this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Query\\ArticleCategoryType'] ?? $this->getArticleCategoryTypeService()), ($this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Factory\\ArticleCategoryFactory'] ?? $this->getArticleCategoryFactoryService()));
  5035.     }
  5036.     /**
  5037.      * Gets the public 'Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleController' shared autowired service.
  5038.      *
  5039.      * @return \Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleController
  5040.      */
  5041.     protected function getArticleController2Service()
  5042.     {
  5043.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  5044.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Service/Api/Controller/ArticleController.php';
  5045.         return $this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Controller\\ArticleController'] = new \Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleController(($this->privates['.service_locator.24VwpBw'] ?? $this->get_ServiceLocator_24VwpBwService())->withContext('Hitso\\Bundle\\ContentBundle\\Service\\Api\\Controller\\ArticleController'$this), ($this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Query\\ArticleType'] ?? $this->getArticleTypeService()), ($this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Factory\\ArticleFactory'] ?? $this->getArticleFactoryService()));
  5046.     }
  5047.     /**
  5048.      * Gets the public 'Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentCategoryController' shared autowired service.
  5049.      *
  5050.      * @return \Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentCategoryController
  5051.      */
  5052.     protected function getContentCategoryControllerService()
  5053.     {
  5054.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  5055.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Service/Api/Controller/ContentCategoryController.php';
  5056.         return $this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Controller\\ContentCategoryController'] = new \Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentCategoryController(($this->privates['.service_locator.24VwpBw'] ?? $this->get_ServiceLocator_24VwpBwService())->withContext('Hitso\\Bundle\\ContentBundle\\Service\\Api\\Controller\\ContentCategoryController'$this), ($this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Query\\ContentCategoryType'] ?? $this->getContentCategoryTypeService()), ($this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Factory\\ContentCategoryFactory'] ?? $this->getContentCategoryFactoryService()));
  5057.     }
  5058.     /**
  5059.      * Gets the public 'Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentController' shared autowired service.
  5060.      *
  5061.      * @return \Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentController
  5062.      */
  5063.     protected function getContentController4Service()
  5064.     {
  5065.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  5066.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Service/Api/Controller/ContentController.php';
  5067.         return $this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Controller\\ContentController'] = new \Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentController(($this->privates['.service_locator.24VwpBw'] ?? $this->get_ServiceLocator_24VwpBwService())->withContext('Hitso\\Bundle\\ContentBundle\\Service\\Api\\Controller\\ContentController'$this), ($this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Query\\ContentType'] ?? $this->getContentTypeService()), ($this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Factory\\ContentFactory'] ?? $this->getContentFactoryService()));
  5068.     }
  5069.     /**
  5070.      * Gets the public 'Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleCategoryFactory' shared autowired service.
  5071.      *
  5072.      * @return \Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleCategoryFactory
  5073.      */
  5074.     protected function getArticleCategoryFactoryService()
  5075.     {
  5076.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  5077.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Service/Api/Factory/ArticleCategoryFactory.php';
  5078.         return $this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Factory\\ArticleCategoryFactory'] = new \Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleCategoryFactory(($this->privates['.service_locator.24VwpBw'] ?? $this->get_ServiceLocator_24VwpBwService())->withContext('Hitso\\Bundle\\ContentBundle\\Service\\Api\\Factory\\ArticleCategoryFactory'$this));
  5079.     }
  5080.     /**
  5081.      * Gets the public 'Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleFactory' shared autowired service.
  5082.      *
  5083.      * @return \Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleFactory
  5084.      */
  5085.     protected function getArticleFactoryService()
  5086.     {
  5087.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  5088.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Service/Api/Factory/ArticleFactory.php';
  5089.         return $this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Factory\\ArticleFactory'] = new \Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleFactory(($this->privates['.service_locator.24VwpBw'] ?? $this->get_ServiceLocator_24VwpBwService())->withContext('Hitso\\Bundle\\ContentBundle\\Service\\Api\\Factory\\ArticleFactory'$this));
  5090.     }
  5091.     /**
  5092.      * Gets the public 'Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentCategoryFactory' shared autowired service.
  5093.      *
  5094.      * @return \Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentCategoryFactory
  5095.      */
  5096.     protected function getContentCategoryFactoryService()
  5097.     {
  5098.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  5099.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Service/Api/Factory/ContentCategoryFactory.php';
  5100.         return $this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Factory\\ContentCategoryFactory'] = new \Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentCategoryFactory(($this->privates['.service_locator.24VwpBw'] ?? $this->get_ServiceLocator_24VwpBwService())->withContext('Hitso\\Bundle\\ContentBundle\\Service\\Api\\Factory\\ContentCategoryFactory'$this));
  5101.     }
  5102.     /**
  5103.      * Gets the public 'Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentFactory' shared autowired service.
  5104.      *
  5105.      * @return \Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentFactory
  5106.      */
  5107.     protected function getContentFactoryService()
  5108.     {
  5109.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  5110.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Service/Api/Factory/ContentFactory.php';
  5111.         return $this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Factory\\ContentFactory'] = new \Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentFactory(($this->privates['.service_locator.24VwpBw'] ?? $this->get_ServiceLocator_24VwpBwService())->withContext('Hitso\\Bundle\\ContentBundle\\Service\\Api\\Factory\\ContentFactory'$this));
  5112.     }
  5113.     /**
  5114.      * Gets the public 'Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleCategoryType' shared autowired service.
  5115.      *
  5116.      * @return \Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleCategoryType
  5117.      */
  5118.     protected function getArticleCategoryTypeService()
  5119.     {
  5120.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  5121.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  5122.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  5123.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Service/Api/Query/ArticleCategoryType.php';
  5124.         return $this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Query\\ArticleCategoryType'] = new \Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleCategoryType(($this->privates['.service_locator.24VwpBw'] ?? $this->get_ServiceLocator_24VwpBwService())->withContext('Hitso\\Bundle\\ContentBundle\\Service\\Api\\Query\\ArticleCategoryType'$this));
  5125.     }
  5126.     /**
  5127.      * Gets the public 'Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleType' shared autowired service.
  5128.      *
  5129.      * @return \Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleType
  5130.      */
  5131.     protected function getArticleTypeService()
  5132.     {
  5133.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  5134.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  5135.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  5136.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Service/Api/Query/ArticleType.php';
  5137.         return $this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Query\\ArticleType'] = new \Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleType(($this->privates['.service_locator.24VwpBw'] ?? $this->get_ServiceLocator_24VwpBwService())->withContext('Hitso\\Bundle\\ContentBundle\\Service\\Api\\Query\\ArticleType'$this));
  5138.     }
  5139.     /**
  5140.      * Gets the public 'Hitso\Bundle\ContentBundle\Service\Api\Query\ContentCategoryType' shared autowired service.
  5141.      *
  5142.      * @return \Hitso\Bundle\ContentBundle\Service\Api\Query\ContentCategoryType
  5143.      */
  5144.     protected function getContentCategoryTypeService()
  5145.     {
  5146.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  5147.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  5148.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  5149.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Service/Api/Query/ContentCategoryType.php';
  5150.         return $this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Query\\ContentCategoryType'] = new \Hitso\Bundle\ContentBundle\Service\Api\Query\ContentCategoryType(($this->privates['.service_locator.24VwpBw'] ?? $this->get_ServiceLocator_24VwpBwService())->withContext('Hitso\\Bundle\\ContentBundle\\Service\\Api\\Query\\ContentCategoryType'$this));
  5151.     }
  5152.     /**
  5153.      * Gets the public 'Hitso\Bundle\ContentBundle\Service\Api\Query\ContentType' shared autowired service.
  5154.      *
  5155.      * @return \Hitso\Bundle\ContentBundle\Service\Api\Query\ContentType
  5156.      */
  5157.     protected function getContentTypeService()
  5158.     {
  5159.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  5160.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  5161.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  5162.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Service/Api/Query/ContentType.php';
  5163.         return $this->services['Hitso\\Bundle\\ContentBundle\\Service\\Api\\Query\\ContentType'] = new \Hitso\Bundle\ContentBundle\Service\Api\Query\ContentType(($this->privates['.service_locator.24VwpBw'] ?? $this->get_ServiceLocator_24VwpBwService())->withContext('Hitso\\Bundle\\ContentBundle\\Service\\Api\\Query\\ContentType'$this));
  5164.     }
  5165.     /**
  5166.      * Gets the public 'Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController' shared autowired service.
  5167.      *
  5168.      * @return \Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController
  5169.      */
  5170.     protected function getDataTableControllerService()
  5171.     {
  5172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5174.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5175.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Controller/Admin/DataTableController.php';
  5176.         $this->services['Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController'] = $instance = new \Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController(($this->privates['Hitso\\Bundle\\DataTableBundle\\Service\\DataTableFactory'] ?? $this->getDataTableFactoryService()), ($this->services['Hitso\\Bundle\\DataTableBundle\\Serializer\\SerializerFactory'] ?? $this->getSerializerFactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5177.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController'$this));
  5178.         return $instance;
  5179.     }
  5180.     /**
  5181.      * Gets the public 'Hitso\Bundle\DataTableBundle\Serializer\SerializerFactory' shared service.
  5182.      *
  5183.      * @return \Hitso\Bundle\DataTableBundle\Serializer\SerializerFactory
  5184.      */
  5185.     protected function getSerializerFactoryService()
  5186.     {
  5187.         return $this->services['Hitso\\Bundle\\DataTableBundle\\Serializer\\SerializerFactory'] = new \Hitso\Bundle\DataTableBundle\Serializer\SerializerFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), 'admin', ['Hitso\\Bundle\\DataTableBundle\\Model\\AbstractModel' => [=> 'header'], 'Hitso\\Bundle\\DataTableBundle\\Model\\Action' => [=> 'label'=> 'confirmMessage'], 'Hitso\\Bundle\\DataTableBundle\\Model\\Column\\AbstractColumn' => [=> 'label'], 'Hitso\\Bundle\\DataTableBundle\\Model\\Filter\\AbstractFilter' => [=> 'label'=> 'placeholder'], 'Hitso\\Bundle\\DataTableBundle\\Model\\Filter\\SelectFilter' => [=> 'label'=> 'placeholder'=> 'values']]);
  5188.     }
  5189.     /**
  5190.      * Gets the public 'Hitso\Bundle\DataTableBundle\Transformer\StripTagsTransformer' shared autowired service.
  5191.      *
  5192.      * @return \Hitso\Bundle\DataTableBundle\Transformer\StripTagsTransformer
  5193.      */
  5194.     protected function getStripTagsTransformerService()
  5195.     {
  5196.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ColumnTransformer/ColumnTransformerInterface.php';
  5197.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Transformer/StripTagsTransformer.php';
  5198.         return $this->services['Hitso\\Bundle\\DataTableBundle\\Transformer\\StripTagsTransformer'] = new \Hitso\Bundle\DataTableBundle\Transformer\StripTagsTransformer(($this->services['validator'] ?? $this->getValidatorService()));
  5199.     }
  5200.     /**
  5201.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Command\RecreateSlugCommand' shared autowired service.
  5202.      *
  5203.      * @return \Hitso\Bundle\FileManagerBundle\Command\RecreateSlugCommand
  5204.      */
  5205.     protected function getRecreateSlugCommandService()
  5206.     {
  5207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5208.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Command/RecreateSlugCommand.php';
  5209.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\Command\\RecreateSlugCommand'] = new \Hitso\Bundle\FileManagerBundle\Command\RecreateSlugCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5210.     }
  5211.     /**
  5212.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController' shared autowired service.
  5213.      *
  5214.      * @return \Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController
  5215.      */
  5216.     protected function getDirectoryControllerService()
  5217.     {
  5218.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5220.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5221.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Controller/Admin/DirectoryController.php';
  5222.         $this->services['Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DirectoryController'] = $instance = new \Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController(($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\DirectoryManager'] ?? $this->getDirectoryManagerService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  5223.         $instance->setContainer(($this->privates['.service_locator.P7ETUlH'] ?? $this->get_ServiceLocator_P7ETUlHService())->withContext('Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DirectoryController'$this));
  5224.         return $instance;
  5225.     }
  5226.     /**
  5227.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController' shared autowired service.
  5228.      *
  5229.      * @return \Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController
  5230.      */
  5231.     protected function getDownloadControllerService()
  5232.     {
  5233.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5235.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5236.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Controller/Admin/DownloadController.php';
  5237.         $this->services['Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController'] = $instance = new \Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController(($this->privates['Hitso\\Bundle\\FormBundle\\Storage\\StorageManager'] ?? $this->getStorageManagerService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Config\\ConfigCollection'] ?? $this->getConfigCollectionService()), ($this->privates['hitso.file_manager.fs'] ?? ($this->privates['hitso.file_manager.fs'] = new \Hitso\Bundle\FileManagerBundle\FileManager\Filesystem\LocalFilesystem((\dirname(__DIR__3).'/filemanager')))));
  5238.         $instance->setContainer(($this->privates['.service_locator.P7ETUlH'] ?? $this->get_ServiceLocator_P7ETUlHService())->withContext('Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController'$this));
  5239.         return $instance;
  5240.     }
  5241.     /**
  5242.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Controller\Admin\FileChangeLogController' shared autowired service.
  5243.      *
  5244.      * @return \Hitso\Bundle\FileManagerBundle\Controller\Admin\FileChangeLogController
  5245.      */
  5246.     protected function getFileChangeLogControllerService()
  5247.     {
  5248.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5249.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5250.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5251.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  5252.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Controller/Admin/FileChangeLogController.php';
  5253.         $this->services['Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController'] = $instance = new \Hitso\Bundle\FileManagerBundle\Controller\Admin\FileChangeLogController(($this->services['Hitso\\Bundle\\FileManagerBundle\\Service\\LoggableReverter\\FileLoggableReverter'] ?? $this->getFileLoggableReverterService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
  5254.         $instance->setContainer(($this->privates['.service_locator.P7ETUlH'] ?? $this->get_ServiceLocator_P7ETUlHService())->withContext('Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController'$this));
  5255.         return $instance;
  5256.     }
  5257.     /**
  5258.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController' shared autowired service.
  5259.      *
  5260.      * @return \Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController
  5261.      */
  5262.     protected function getFileControllerService()
  5263.     {
  5264.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5265.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5266.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5267.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  5268.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Controller/Admin/FileController.php';
  5269.         $this->services['Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController'] = $instance = new \Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController(($this->privates['Hitso\\Bundle\\TaggingBundle\\Manager\\TagManager'] ?? $this->getTagManagerService()), ($this->privates['Hitso\\Bundle\\TaggingBundle\\Manager\\TagTypeManager'] ?? $this->getTagTypeManagerService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'] ?? $this->getFileManagerService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\DirectoryManager'] ?? $this->getDirectoryManagerService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\DisposableLinkManager'] ?? $this->getDisposableLinkManagerService()), ($this->privates['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Service\\LoggableReverter\\FileLoggableReverter'] ?? $this->getFileLoggableReverterService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker'] ?? $this->getEntityAuthorizationCheckerService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Helper\\FileHelper'] ?? $this->getFileHelperService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService()));
  5270.         $instance->setContainer(($this->privates['.service_locator.P7ETUlH'] ?? $this->get_ServiceLocator_P7ETUlHService())->withContext('Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController'$this));
  5271.         return $instance;
  5272.     }
  5273.     /**
  5274.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController' shared autowired service.
  5275.      *
  5276.      * @return \Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController
  5277.      */
  5278.     protected function getHotspotControllerService()
  5279.     {
  5280.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5281.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5282.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5283.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Controller/Admin/HotspotController.php';
  5284.         $this->services['Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\HotspotController'] = $instance = new \Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController(($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'] ?? $this->getFileManagerService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  5285.         $instance->setContainer(($this->privates['.service_locator.P7ETUlH'] ?? $this->get_ServiceLocator_P7ETUlHService())->withContext('Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\HotspotController'$this));
  5286.         return $instance;
  5287.     }
  5288.     /**
  5289.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController' shared autowired service.
  5290.      *
  5291.      * @return \Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController
  5292.      */
  5293.     protected function getDownloadController2Service()
  5294.     {
  5295.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5296.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5297.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5298.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Controller/Front/DownloadController.php';
  5299.         $this->services['Hitso\\Bundle\\FileManagerBundle\\Controller\\Front\\DownloadController'] = $instance = new \Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController(($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'] ?? $this->getFileManagerService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\DisposableLinkManager'] ?? $this->getDisposableLinkManagerService()));
  5300.         $instance->setContainer(($this->privates['.service_locator.P7ETUlH'] ?? $this->get_ServiceLocator_P7ETUlHService())->withContext('Hitso\\Bundle\\FileManagerBundle\\Controller\\Front\\DownloadController'$this));
  5301.         return $instance;
  5302.     }
  5303.     /**
  5304.      * Gets the public 'Hitso\Bundle\FileManagerBundle\DataTable\Downloads' shared autowired service.
  5305.      *
  5306.      * @return \Hitso\Bundle\FileManagerBundle\DataTable\Downloads
  5307.      */
  5308.     protected function getDownloadsService()
  5309.     {
  5310.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  5311.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  5312.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5314.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  5315.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/DataTable/Downloads.php';
  5316.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\DataTable\\Downloads'] = new \Hitso\Bundle\FileManagerBundle\DataTable\Downloads(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  5317.     }
  5318.     /**
  5319.      * Gets the public 'Hitso\Bundle\FileManagerBundle\DataTable\FileDeletable' shared autowired service.
  5320.      *
  5321.      * @return \Hitso\Bundle\FileManagerBundle\DataTable\FileDeletable
  5322.      */
  5323.     protected function getFileDeletableService()
  5324.     {
  5325.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  5326.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  5327.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5328.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5329.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  5330.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  5331.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DataTable/DeletableDataTable.php';
  5332.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/DataTable/FileDeletable.php';
  5333.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\DataTable\\FileDeletable'] = new \Hitso\Bundle\FileManagerBundle\DataTable\FileDeletable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  5334.     }
  5335.     /**
  5336.      * Gets the public 'Hitso\Bundle\FileManagerBundle\EventListener\DoctrineListener' shared autowired service.
  5337.      *
  5338.      * @return \Hitso\Bundle\FileManagerBundle\EventListener\DoctrineListener
  5339.      */
  5340.     protected function getDoctrineListenerService()
  5341.     {
  5342.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/EventListener/DoctrineListener.php';
  5343.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\EventListener\\DoctrineListener'] = new \Hitso\Bundle\FileManagerBundle\EventListener\DoctrineListener($this);
  5344.     }
  5345.     /**
  5346.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Extension\HitsoFileManagerProvider' shared autowired service.
  5347.      *
  5348.      * @return \Hitso\Bundle\FileManagerBundle\Extension\HitsoFileManagerProvider
  5349.      */
  5350.     protected function getHitsoFileManagerProviderService()
  5351.     {
  5352.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\Extension\\HitsoFileManagerProvider'] = new \Hitso\Bundle\FileManagerBundle\Extension\HitsoFileManagerProvider();
  5353.     }
  5354.     /**
  5355.      * Gets the public 'Hitso\Bundle\FileManagerBundle\FileManager\MediaUrlProvider' shared autowired service.
  5356.      *
  5357.      * @return \Hitso\Bundle\FileManagerBundle\FileManager\MediaUrlProvider
  5358.      */
  5359.     protected function getMediaUrlProviderService()
  5360.     {
  5361.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\FileManager\\MediaUrlProvider'] = new \Hitso\Bundle\FileManagerBundle\FileManager\MediaUrlProvider(($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'] ?? $this->getFileManagerService()), ($this->privates['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Service\\LoggableReverter\\FileLoggableReverter'] ?? $this->getFileLoggableReverterService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository'] ?? $this->getChangeLogRepositoryService()));
  5362.     }
  5363.     /**
  5364.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Form\FileType' shared autowired service.
  5365.      *
  5366.      * @return \Hitso\Bundle\FileManagerBundle\Form\FileType
  5367.      */
  5368.     protected function getFileTypeService()
  5369.     {
  5370.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5371.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5372.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Form/FileType.php';
  5373.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\Form\\FileType'] = new \Hitso\Bundle\FileManagerBundle\Form\FileType(($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'] ?? $this->getFileManagerService()));
  5374.     }
  5375.     /**
  5376.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Helper\FileHelper' shared autowired service.
  5377.      *
  5378.      * @return \Hitso\Bundle\FileManagerBundle\Helper\FileHelper
  5379.      */
  5380.     protected function getFileHelperService()
  5381.     {
  5382.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Helper/FileHelperInterface.php';
  5383.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Helper/FileHelper.php';
  5384.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\Helper\\FileHelper'] = new \Hitso\Bundle\FileManagerBundle\Helper\FileHelper(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()));
  5385.     }
  5386.     /**
  5387.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Manager\DirectoryManager' shared autowired service.
  5388.      *
  5389.      * @return \Hitso\Bundle\FileManagerBundle\Manager\DirectoryManager
  5390.      */
  5391.     protected function getDirectoryManagerService()
  5392.     {
  5393.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  5394.         if (isset($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\DirectoryManager'])) {
  5395.             return $this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\DirectoryManager'];
  5396.         }
  5397.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\DirectoryManager'] = new \Hitso\Bundle\FileManagerBundle\Manager\DirectoryManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  5398.     }
  5399.     /**
  5400.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Manager\DisposableLinkManager' shared autowired service.
  5401.      *
  5402.      * @return \Hitso\Bundle\FileManagerBundle\Manager\DisposableLinkManager
  5403.      */
  5404.     protected function getDisposableLinkManagerService()
  5405.     {
  5406.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  5407.         if (isset($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\DisposableLinkManager'])) {
  5408.             return $this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\DisposableLinkManager'];
  5409.         }
  5410.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\DisposableLinkManager'] = new \Hitso\Bundle\FileManagerBundle\Manager\DisposableLinkManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  5411.     }
  5412.     /**
  5413.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Manager\FileManager' shared autowired service.
  5414.      *
  5415.      * @return \Hitso\Bundle\FileManagerBundle\Manager\FileManager
  5416.      */
  5417.     protected function getFileManagerService()
  5418.     {
  5419.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  5420.         if (isset($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'])) {
  5421.             return $this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'];
  5422.         }
  5423.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'] = new \Hitso\Bundle\FileManagerBundle\Manager\FileManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['liip_imagine.imagick'] ?? $this->getLiipImagine_ImagickService()), ($this->privates['hitso.file_manager.fs'] ?? ($this->privates['hitso.file_manager.fs'] = new \Hitso\Bundle\FileManagerBundle\FileManager\Filesystem\LocalFilesystem((\dirname(__DIR__3).'/filemanager')))));
  5424.     }
  5425.     /**
  5426.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Repository\DirectoryRepository' shared autowired service.
  5427.      *
  5428.      * @return \Hitso\Bundle\FileManagerBundle\Repository\DirectoryRepository
  5429.      */
  5430.     protected function getDirectoryRepositoryService($lazyLoad true)
  5431.     {
  5432.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Repository/DirectoryRepository.php';
  5433.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\Repository\\DirectoryRepository'] = new \Hitso\Bundle\FileManagerBundle\Repository\DirectoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5434.     }
  5435.     /**
  5436.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Repository\DisposableLinkRepository' shared autowired service.
  5437.      *
  5438.      * @return \Hitso\Bundle\FileManagerBundle\Repository\DisposableLinkRepository
  5439.      */
  5440.     protected function getDisposableLinkRepositoryService($lazyLoad true)
  5441.     {
  5442.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Repository/DisposableLinkRepository.php';
  5443.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\Repository\\DisposableLinkRepository'] = new \Hitso\Bundle\FileManagerBundle\Repository\DisposableLinkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5444.     }
  5445.     /**
  5446.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Repository\FileHotspotRepository' shared autowired service.
  5447.      *
  5448.      * @return \Hitso\Bundle\FileManagerBundle\Repository\FileHotspotRepository
  5449.      */
  5450.     protected function getFileHotspotRepositoryService($lazyLoad true)
  5451.     {
  5452.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Repository/FileHotspotRepository.php';
  5453.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\Repository\\FileHotspotRepository'] = new \Hitso\Bundle\FileManagerBundle\Repository\FileHotspotRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5454.     }
  5455.     /**
  5456.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Repository\FileRepository' shared autowired service.
  5457.      *
  5458.      * @return \Hitso\Bundle\FileManagerBundle\Repository\FileRepository
  5459.      */
  5460.     protected function getFileRepositoryService($lazyLoad true)
  5461.     {
  5462.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\Repository\\FileRepository'] = new \Hitso\Bundle\FileManagerBundle\Repository\FileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5463.     }
  5464.     /**
  5465.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Repository\FileStatRepository' shared autowired service.
  5466.      *
  5467.      * @return \Hitso\Bundle\FileManagerBundle\Repository\FileStatRepository
  5468.      */
  5469.     protected function getFileStatRepositoryService($lazyLoad true)
  5470.     {
  5471.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Repository/FileStatRepository.php';
  5472.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\Repository\\FileStatRepository'] = new \Hitso\Bundle\FileManagerBundle\Repository\FileStatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5473.     }
  5474.     /**
  5475.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Serializer\DirectoryNormalizer' shared autowired service.
  5476.      *
  5477.      * @return \Hitso\Bundle\FileManagerBundle\Serializer\DirectoryNormalizer
  5478.      */
  5479.     protected function getDirectoryNormalizerService()
  5480.     {
  5481.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Serializer/DirectoryNormalizer.php';
  5482.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\DirectoryNormalizer'] = new \Hitso\Bundle\FileManagerBundle\Serializer\DirectoryNormalizer();
  5483.     }
  5484.     /**
  5485.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Serializer\DownloadNormalizer' shared autowired service.
  5486.      *
  5487.      * @return \Hitso\Bundle\FileManagerBundle\Serializer\DownloadNormalizer
  5488.      */
  5489.     protected function getDownloadNormalizerService()
  5490.     {
  5491.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Serializer/DownloadNormalizer.php';
  5492.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\DownloadNormalizer'] = new \Hitso\Bundle\FileManagerBundle\Serializer\DownloadNormalizer(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5493.     }
  5494.     /**
  5495.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Serializer\FileNormalizer' shared autowired service.
  5496.      *
  5497.      * @return \Hitso\Bundle\FileManagerBundle\Serializer\FileNormalizer
  5498.      */
  5499.     protected function getFileNormalizerService()
  5500.     {
  5501.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Serializer/FileNormalizer.php';
  5502.         $a = ($this->services['Hitso\\Bundle\\FileManagerBundle\\Service\\LoggableReverter\\FileLoggableReverter'] ?? $this->getFileLoggableReverterService());
  5503.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\FileNormalizer'] = new \Hitso\Bundle\FileManagerBundle\Serializer\FileNormalizer(($this->privates['hitso.file_manager.fs'] ?? ($this->privates['hitso.file_manager.fs'] = new \Hitso\Bundle\FileManagerBundle\FileManager\Filesystem\LocalFilesystem((\dirname(__DIR__3).'/filemanager')))), ($this->services['Hitso\\Bundle\\FileManagerBundle\\FileManager\\MediaUrlProvider'] ?? $this->getMediaUrlProviderService()), ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository'] ?? $this->getChangeLogRepositoryService()), 'fm_thumb', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Services\\Video\\VideoHelper'] ?? $this->getVideoHelperService()), $a, ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker'] ?? $this->getEntityAuthorizationCheckerService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'] ?? $this->getFileManagerService()), ($this->privates['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->services['Hitso\\Bundle\\FileManagerBundle\\Helper\\FileHelper'] ?? $this->getFileHelperService()));
  5504.     }
  5505.     /**
  5506.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Service\Api\Type\MediaUrlType' shared autowired service.
  5507.      *
  5508.      * @return \Hitso\Bundle\FileManagerBundle\Service\Api\Type\MediaUrlType
  5509.      */
  5510.     protected function getMediaUrlTypeService()
  5511.     {
  5512.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/Type.php';
  5513.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/OutputType.php';
  5514.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/InputType.php';
  5515.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/LeafType.php';
  5516.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NullableType.php';
  5517.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NamedType.php';
  5518.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/ScalarType.php';
  5519.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Service/Api/Type/MediaUrlType.php';
  5520.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\Service\\Api\\Type\\MediaUrlType'] = new \Hitso\Bundle\FileManagerBundle\Service\Api\Type\MediaUrlType(($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'] ?? $this->getFileManagerService()), ($this->privates['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()));
  5521.     }
  5522.     /**
  5523.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Service\LoggableReverter\FileLoggableReverter' shared autowired service.
  5524.      *
  5525.      * @return \Hitso\Bundle\FileManagerBundle\Service\LoggableReverter\FileLoggableReverter
  5526.      */
  5527.     protected function getFileLoggableReverterService()
  5528.     {
  5529.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\Service\\LoggableReverter\\FileLoggableReverter'] = new \Hitso\Bundle\FileManagerBundle\Service\LoggableReverter\FileLoggableReverter(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber'] ?? $this->getCrudActionDescriberService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker'] ?? $this->getEntityAuthorizationCheckerService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'] ?? $this->getFileManagerService()), ($this->privates['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
  5530.     }
  5531.     /**
  5532.      * Gets the public 'Hitso\Bundle\FileManagerBundle\Twig\FileManagerExtension' shared autowired service.
  5533.      *
  5534.      * @return \Hitso\Bundle\FileManagerBundle\Twig\FileManagerExtension
  5535.      */
  5536.     protected function getFileManagerExtensionService()
  5537.     {
  5538.         return $this->services['Hitso\\Bundle\\FileManagerBundle\\Twig\\FileManagerExtension'] = new \Hitso\Bundle\FileManagerBundle\Twig\FileManagerExtension(($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'] ?? $this->getFileManagerService()));
  5539.     }
  5540.     /**
  5541.      * Gets the public 'Hitso\Bundle\FormBundle\Controller\ApiController' shared autowired service.
  5542.      *
  5543.      * @return \Hitso\Bundle\FormBundle\Controller\ApiController
  5544.      */
  5545.     protected function getApiControllerService()
  5546.     {
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5549.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5550.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Controller/ApiController.php';
  5551.         $this->services['Hitso\\Bundle\\FormBundle\\Controller\\ApiController'] = $instance = new \Hitso\Bundle\FormBundle\Controller\ApiController(($this->privates['Hitso\\Bundle\\FormBundle\\Config\\ConfigCollection'] ?? $this->getConfigCollectionService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Storage\\StorageManager'] ?? $this->getStorageManagerService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Storage\\UploadManager'] ?? ($this->privates['Hitso\\Bundle\\FormBundle\\Storage\\UploadManager'] = new \Hitso\Bundle\FormBundle\Storage\UploadManager(($this->targetDir.''.'/../../uploads'), 3600))), ($this->privates['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->privates['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['liip_imagine.imagick'] ?? $this->getLiipImagine_ImagickService()));
  5552.         $instance->setContainer(($this->privates['.service_locator.p1fJHru'] ?? $this->get_ServiceLocator_P1fJHruService())->withContext('Hitso\\Bundle\\FormBundle\\Controller\\ApiController'$this));
  5553.         return $instance;
  5554.     }
  5555.     /**
  5556.      * Gets the public 'Hitso\Bundle\FormBundle\Controller\DownloadController' shared autowired service.
  5557.      *
  5558.      * @return \Hitso\Bundle\FormBundle\Controller\DownloadController
  5559.      */
  5560.     protected function getDownloadController3Service()
  5561.     {
  5562.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5563.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5564.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5565.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Controller/DownloadController.php';
  5566.         $this->services['Hitso\\Bundle\\FormBundle\\Controller\\DownloadController'] = $instance = new \Hitso\Bundle\FormBundle\Controller\DownloadController(($this->privates['Hitso\\Bundle\\FormBundle\\Storage\\StorageManager'] ?? $this->getStorageManagerService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Config\\ConfigCollection'] ?? $this->getConfigCollectionService()));
  5567.         $instance->setContainer(($this->privates['.service_locator.p1fJHru'] ?? $this->get_ServiceLocator_P1fJHruService())->withContext('Hitso\\Bundle\\FormBundle\\Controller\\DownloadController'$this));
  5568.         return $instance;
  5569.     }
  5570.     /**
  5571.      * Gets the public 'Hitso\Bundle\MultiSiteBundle\Router\MultiSiteRouter' shared autowired service.
  5572.      *
  5573.      * @return \Hitso\Bundle\MultiSiteBundle\Router\MultiSiteRouter
  5574.      */
  5575.     protected function getMultiSiteRouterService()
  5576.     {
  5577.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/MultiSiteBundle/Router/MultiSiteRouter.php';
  5578.         return $this->services['Hitso\\Bundle\\MultiSiteBundle\\Router\\MultiSiteRouter'] = new \Hitso\Bundle\MultiSiteBundle\Router\MultiSiteRouter(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection'] ?? $this->getSiteCollectionService()));
  5579.     }
  5580.     /**
  5581.      * Gets the public 'Hitso\Bundle\NavigationBundle\Controller\ApiController' shared autowired service.
  5582.      *
  5583.      * @return \Hitso\Bundle\NavigationBundle\Controller\ApiController
  5584.      */
  5585.     protected function getApiController2Service()
  5586.     {
  5587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5588.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5589.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5590.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  5591.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/RestController.php';
  5592.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle/Controller/ApiController.php';
  5593.         $this->services['Hitso\\Bundle\\NavigationBundle\\Controller\\ApiController'] = $instance = new \Hitso\Bundle\NavigationBundle\Controller\ApiController(($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['validator'] ?? $this->getValidatorService()));
  5594.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\NavigationBundle\\Controller\\ApiController'$this));
  5595.         return $instance;
  5596.     }
  5597.     /**
  5598.      * Gets the public 'Hitso\Bundle\NavigationBundle\Controller\NavigationController' shared autowired service.
  5599.      *
  5600.      * @return \Hitso\Bundle\NavigationBundle\Controller\NavigationController
  5601.      */
  5602.     protected function getNavigationControllerService()
  5603.     {
  5604.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5605.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5606.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5607.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle/Controller/NavigationController.php';
  5608.         $this->services['Hitso\\Bundle\\NavigationBundle\\Controller\\NavigationController'] = $instance = new \Hitso\Bundle\NavigationBundle\Controller\NavigationController(($this->privates['Hitso\\Bundle\\NavigationBundle\\Menu\\MenuManager'] ?? $this->getMenuManagerService()));
  5609.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\NavigationBundle\\Controller\\NavigationController'$this));
  5610.         return $instance;
  5611.     }
  5612.     /**
  5613.      * Gets the public 'Hitso\Bundle\NavigationBundle\Service\Api\Controller\MenuItemController' shared autowired service.
  5614.      *
  5615.      * @return \Hitso\Bundle\NavigationBundle\Service\Api\Controller\MenuItemController
  5616.      */
  5617.     protected function getMenuItemControllerService()
  5618.     {
  5619.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  5620.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle/Service/Api/Controller/MenuItemController.php';
  5621.         return $this->services['Hitso\\Bundle\\NavigationBundle\\Service\\Api\\Controller\\MenuItemController'] = new \Hitso\Bundle\NavigationBundle\Service\Api\Controller\MenuItemController(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\NavigationBundle\\Service\\Api\\Controller\\MenuItemController'$this), ($this->services['Hitso\\Bundle\\NavigationBundle\\Service\\Api\\Query\\MenuItemType'] ?? $this->getMenuItemTypeService()), ($this->services['Hitso\\Bundle\\NavigationBundle\\Service\\Api\\Factory\\MenuItemFactory'] ?? $this->getMenuItemFactoryService()));
  5622.     }
  5623.     /**
  5624.      * Gets the public 'Hitso\Bundle\NavigationBundle\Service\Api\Factory\MenuItemFactory' shared autowired service.
  5625.      *
  5626.      * @return \Hitso\Bundle\NavigationBundle\Service\Api\Factory\MenuItemFactory
  5627.      */
  5628.     protected function getMenuItemFactoryService()
  5629.     {
  5630.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  5631.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle/Service/Api/Factory/MenuItemFactory.php';
  5632.         return $this->services['Hitso\\Bundle\\NavigationBundle\\Service\\Api\\Factory\\MenuItemFactory'] = new \Hitso\Bundle\NavigationBundle\Service\Api\Factory\MenuItemFactory(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\NavigationBundle\\Service\\Api\\Factory\\MenuItemFactory'$this));
  5633.     }
  5634.     /**
  5635.      * Gets the public 'Hitso\Bundle\NavigationBundle\Service\Api\Query\MenuItemType' shared autowired service.
  5636.      *
  5637.      * @return \Hitso\Bundle\NavigationBundle\Service\Api\Query\MenuItemType
  5638.      */
  5639.     protected function getMenuItemTypeService()
  5640.     {
  5641.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DependencyInjection/AbstractServiceSubscriber.php';
  5642.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/GraphQLQueryInterface.php';
  5643.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Api/Query/AbstractGraphQLQuery.php';
  5644.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle/Service/Api/Query/MenuItemType.php';
  5645.         return $this->services['Hitso\\Bundle\\NavigationBundle\\Service\\Api\\Query\\MenuItemType'] = new \Hitso\Bundle\NavigationBundle\Service\Api\Query\MenuItemType(($this->privates['.service_locator..37F1Qm'] ?? $this->get_ServiceLocator__37F1QmService())->withContext('Hitso\\Bundle\\NavigationBundle\\Service\\Api\\Query\\MenuItemType'$this));
  5646.     }
  5647.     /**
  5648.      * Gets the public 'Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController' shared autowired service.
  5649.      *
  5650.      * @return \Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController
  5651.      */
  5652.     protected function getSubscriberControllerService()
  5653.     {
  5654.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5655.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5656.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5657.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  5658.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NewsletterBundle/Controller/Admin/SubscriberController.php';
  5659.         $this->services['Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController'] = $instance = new \Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController(($this->privates['Hitso\\Bundle\\NewsletterBundle\\Manager\\SubscriberManager'] ?? $this->getSubscriberManagerService()));
  5660.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController'$this));
  5661.         return $instance;
  5662.     }
  5663.     /**
  5664.      * Gets the public 'Hitso\Bundle\NewsletterBundle\Controller\Front\SubscriberController' shared autowired service.
  5665.      *
  5666.      * @return \Hitso\Bundle\NewsletterBundle\Controller\Front\SubscriberController
  5667.      */
  5668.     protected function getSubscriberController2Service()
  5669.     {
  5670.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5671.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5672.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5673.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NewsletterBundle/Controller/Front/SubscriberController.php';
  5674.         $this->services['Hitso\\Bundle\\NewsletterBundle\\Controller\\Front\\SubscriberController'] = $instance = new \Hitso\Bundle\NewsletterBundle\Controller\Front\SubscriberController(($this->privates['Hitso\\Bundle\\NewsletterBundle\\Manager\\SubscriberManager'] ?? $this->getSubscriberManagerService()), ($this->services['validator'] ?? $this->getValidatorService()));
  5675.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\NewsletterBundle\\Controller\\Front\\SubscriberController'$this));
  5676.         return $instance;
  5677.     }
  5678.     /**
  5679.      * Gets the public 'Hitso\Bundle\NewsletterBundle\DataTable\SubscriberDataTable' shared autowired service.
  5680.      *
  5681.      * @return \Hitso\Bundle\NewsletterBundle\DataTable\SubscriberDataTable
  5682.      */
  5683.     protected function getSubscriberDataTableService()
  5684.     {
  5685.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  5686.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  5687.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5688.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5689.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  5690.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  5691.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NewsletterBundle/DataTable/SubscriberDataTable.php';
  5692.         return $this->services['Hitso\\Bundle\\NewsletterBundle\\DataTable\\SubscriberDataTable'] = new \Hitso\Bundle\NewsletterBundle\DataTable\SubscriberDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  5693.     }
  5694.     /**
  5695.      * Gets the public 'Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController' shared autowired service.
  5696.      *
  5697.      * @return \Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController
  5698.      */
  5699.     protected function getProbeControllerService()
  5700.     {
  5701.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5702.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5703.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5704.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  5705.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle/Controller/Admin/ProbeController.php';
  5706.         $this->services['Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController'] = $instance = new \Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController(($this->privates['Hitso\\Bundle\\ProbeBundle\\Manager\\ProbeManager'] ?? $this->getProbeManagerService()), ($this->privates['Hitso\\Bundle\\ProbeBundle\\Manager\\ProbeOptionManager'] ?? $this->getProbeOptionManagerService()));
  5707.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController'$this));
  5708.         return $instance;
  5709.     }
  5710.     /**
  5711.      * Gets the public 'Hitso\Bundle\ProbeBundle\DataTable\ProbeOptions' shared autowired service.
  5712.      *
  5713.      * @return \Hitso\Bundle\ProbeBundle\DataTable\ProbeOptions
  5714.      */
  5715.     protected function getProbeOptionsService()
  5716.     {
  5717.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  5718.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  5719.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5720.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5721.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  5722.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  5723.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle/DataTable/ProbeOptions.php';
  5724.         return $this->services['Hitso\\Bundle\\ProbeBundle\\DataTable\\ProbeOptions'] = new \Hitso\Bundle\ProbeBundle\DataTable\ProbeOptions(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  5725.     }
  5726.     /**
  5727.      * Gets the public 'Hitso\Bundle\ProbeBundle\DataTable\ProbeResults' shared autowired service.
  5728.      *
  5729.      * @return \Hitso\Bundle\ProbeBundle\DataTable\ProbeResults
  5730.      */
  5731.     protected function getProbeResultsService()
  5732.     {
  5733.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  5734.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  5735.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5736.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5737.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  5738.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  5739.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle/DataTable/ProbeResults.php';
  5740.         return $this->services['Hitso\\Bundle\\ProbeBundle\\DataTable\\ProbeResults'] = new \Hitso\Bundle\ProbeBundle\DataTable\ProbeResults(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  5741.     }
  5742.     /**
  5743.      * Gets the public 'Hitso\Bundle\ProbeBundle\DataTable\Probes' shared autowired service.
  5744.      *
  5745.      * @return \Hitso\Bundle\ProbeBundle\DataTable\Probes
  5746.      */
  5747.     protected function getProbesService()
  5748.     {
  5749.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  5750.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  5751.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5752.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5753.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  5754.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  5755.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle/DataTable/Probes.php';
  5756.         return $this->services['Hitso\\Bundle\\ProbeBundle\\DataTable\\Probes'] = new \Hitso\Bundle\ProbeBundle\DataTable\Probes(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  5757.     }
  5758.     /**
  5759.      * Gets the public 'Hitso\Bundle\QABundle\Controller\AnswerController' shared autowired service.
  5760.      *
  5761.      * @return \Hitso\Bundle\QABundle\Controller\AnswerController
  5762.      */
  5763.     protected function getAnswerControllerService()
  5764.     {
  5765.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5766.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5767.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5768.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/QABundle/Controller/AnswerController.php';
  5769.         $this->services['Hitso\\Bundle\\QABundle\\Controller\\AnswerController'] = $instance = new \Hitso\Bundle\QABundle\Controller\AnswerController(($this->privates['Hitso\\Bundle\\QABundle\\Manager\\AnswerManager'] ?? $this->getAnswerManagerService()));
  5770.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\QABundle\\Controller\\AnswerController'$this));
  5771.         return $instance;
  5772.     }
  5773.     /**
  5774.      * Gets the public 'Hitso\Bundle\QABundle\Controller\QuestionController' shared autowired service.
  5775.      *
  5776.      * @return \Hitso\Bundle\QABundle\Controller\QuestionController
  5777.      */
  5778.     protected function getQuestionControllerService()
  5779.     {
  5780.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5781.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5782.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5783.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/QABundle/Controller/QuestionController.php';
  5784.         $this->services['Hitso\\Bundle\\QABundle\\Controller\\QuestionController'] = $instance = new \Hitso\Bundle\QABundle\Controller\QuestionController(($this->privates['Hitso\\Bundle\\QABundle\\Manager\\QuestionManager'] ?? $this->getQuestionManagerService()));
  5785.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\QABundle\\Controller\\QuestionController'$this));
  5786.         return $instance;
  5787.     }
  5788.     /**
  5789.      * Gets the public 'Hitso\Bundle\QABundle\DataTable\Answers' shared autowired service.
  5790.      *
  5791.      * @return \Hitso\Bundle\QABundle\DataTable\Answers
  5792.      */
  5793.     protected function getAnswersService()
  5794.     {
  5795.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  5796.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  5797.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5798.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5799.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  5800.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/QABundle/DataTable/Answers.php';
  5801.         return $this->services['Hitso\\Bundle\\QABundle\\DataTable\\Answers'] = new \Hitso\Bundle\QABundle\DataTable\Answers(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  5802.     }
  5803.     /**
  5804.      * Gets the public 'Hitso\Bundle\QABundle\DataTable\Questions' shared autowired service.
  5805.      *
  5806.      * @return \Hitso\Bundle\QABundle\DataTable\Questions
  5807.      */
  5808.     protected function getQuestionsService()
  5809.     {
  5810.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  5811.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  5812.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5813.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5814.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  5815.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/QABundle/DataTable/Questions.php';
  5816.         return $this->services['Hitso\\Bundle\\QABundle\\DataTable\\Questions'] = new \Hitso\Bundle\QABundle\DataTable\Questions(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  5817.     }
  5818.     /**
  5819.      * Gets the public 'Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController' shared autowired service.
  5820.      *
  5821.      * @return \Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController
  5822.      */
  5823.     protected function getRedirectControllerService()
  5824.     {
  5825.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5827.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5828.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/RoutingBundle/Controller/Admin/RedirectController.php';
  5829.         $this->services['Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController'] = $instance = new \Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController(($this->privates['Hitso\\Bundle\\RoutingBundle\\Manager\\RedirectManager'] ?? $this->getRedirectManagerService()));
  5830.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController'$this));
  5831.         return $instance;
  5832.     }
  5833.     /**
  5834.      * Gets the public 'Hitso\Bundle\RoutingBundle\DataTable\RedirectDataTable' shared autowired service.
  5835.      *
  5836.      * @return \Hitso\Bundle\RoutingBundle\DataTable\RedirectDataTable
  5837.      */
  5838.     protected function getRedirectDataTableService()
  5839.     {
  5840.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  5841.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5843.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5844.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  5845.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  5846.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/RoutingBundle/DataTable/RedirectDataTable.php';
  5847.         return $this->services['Hitso\\Bundle\\RoutingBundle\\DataTable\\RedirectDataTable'] = new \Hitso\Bundle\RoutingBundle\DataTable\RedirectDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  5848.     }
  5849.     /**
  5850.      * Gets the public 'Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController' shared autowired service.
  5851.      *
  5852.      * @return \Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController
  5853.      */
  5854.     protected function getAutocompleteControllerService()
  5855.     {
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5857.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5858.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5859.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Controller/Admin/AutocompleteController.php';
  5860.         $this->services['Hitso\\Bundle\\SearchBundle\\Controller\\Admin\\AutocompleteController'] = $instance = new \Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController(($this->privates['Hitso\\Bundle\\SearchBundle\\Manager\\SearchManager'] ?? $this->getSearchManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService()));
  5861.         $instance->setContainer(($this->privates['.service_locator.qnyH42P'] ?? $this->get_ServiceLocator_QnyH42PService())->withContext('Hitso\\Bundle\\SearchBundle\\Controller\\Admin\\AutocompleteController'$this));
  5862.         return $instance;
  5863.     }
  5864.     /**
  5865.      * Gets the public 'Hitso\Bundle\SearchBundle\Controller\Front\SearchController' shared autowired service.
  5866.      *
  5867.      * @return \Hitso\Bundle\SearchBundle\Controller\Front\SearchController
  5868.      */
  5869.     protected function getSearchController3Service()
  5870.     {
  5871.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5872.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5873.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5874.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Controller/Front/SearchController.php';
  5875.         $this->services['Hitso\\Bundle\\SearchBundle\\Controller\\Front\\SearchController'] = $instance = new \Hitso\Bundle\SearchBundle\Controller\Front\SearchController(($this->privates['Hitso\\Bundle\\SearchBundle\\Manager\\SearchManager'] ?? $this->getSearchManagerService()), ($this->services['Hitso\\Bundle\\SearchBundle\\Service\\Search\\SearchTypeCollection'] ?? $this->getSearchTypeCollectionService()));
  5876.         $instance->setContainer(($this->privates['.service_locator.qnyH42P'] ?? $this->get_ServiceLocator_QnyH42PService())->withContext('Hitso\\Bundle\\SearchBundle\\Controller\\Front\\SearchController'$this));
  5877.         return $instance;
  5878.     }
  5879.     /**
  5880.      * Gets the public 'Hitso\Bundle\SearchBundle\Service\Search\SearchTypeCollection' shared autowired service.
  5881.      *
  5882.      * @return \Hitso\Bundle\SearchBundle\Service\Search\SearchTypeCollection
  5883.      */
  5884.     protected function getSearchTypeCollectionService()
  5885.     {
  5886.         return $this->services['Hitso\\Bundle\\SearchBundle\\Service\\Search\\SearchTypeCollection'] = new \Hitso\Bundle\SearchBundle\Service\Search\SearchTypeCollection(new RewindableGenerator(function () {
  5887.             yield => ($this->privates['search.type.article'] ?? $this->getSearch_Type_ArticleService());
  5888.             yield => ($this->privates['search.type.article_category'] ?? $this->getSearch_Type_ArticleCategoryService());
  5889.             yield => ($this->privates['search.type.content'] ?? $this->getSearch_Type_ContentService());
  5890.             yield => ($this->privates['search.type.product'] ?? $this->getSearch_Type_ProductService());
  5891.             yield => ($this->privates['search.type.information'] ?? $this->getSearch_Type_InformationService());
  5892.         }, 5));
  5893.     }
  5894.     /**
  5895.      * Gets the public 'Hitso\Bundle\SectionBundle\Controller\Admin\BlockController' shared autowired service.
  5896.      *
  5897.      * @return \Hitso\Bundle\SectionBundle\Controller\Admin\BlockController
  5898.      */
  5899.     protected function getBlockController3Service()
  5900.     {
  5901.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5902.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5903.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5904.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  5905.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Controller/Admin/AbstractSectionController.php';
  5906.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Controller/Admin/BlockController.php';
  5907.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/SectionTypeCollection.php';
  5908.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/BlockSectionTypeCollection.php';
  5909.         $this->services['Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController'] = $instance = new \Hitso\Bundle\SectionBundle\Controller\Admin\BlockController(($this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\SectionManager'] ?? $this->getSectionManagerService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\BlockSectionTypeCollection'] ?? ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\BlockSectionTypeCollection'] = new \Hitso\Bundle\SectionBundle\Model\BlockSectionTypeCollection())), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5910.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController'$this));
  5911.         return $instance;
  5912.     }
  5913.     /**
  5914.      * Gets the public 'Hitso\Bundle\SectionBundle\Controller\Admin\GroupController' shared autowired service.
  5915.      *
  5916.      * @return \Hitso\Bundle\SectionBundle\Controller\Admin\GroupController
  5917.      */
  5918.     protected function getGroupControllerService()
  5919.     {
  5920.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5921.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5922.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5923.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  5924.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Controller/Admin/GroupController.php';
  5925.         $this->services['Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController'] = $instance = new \Hitso\Bundle\SectionBundle\Controller\Admin\GroupController(($this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\GroupManager'] ?? $this->getGroupManagerService()));
  5926.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController'$this));
  5927.         return $instance;
  5928.     }
  5929.     /**
  5930.      * Gets the public 'Hitso\Bundle\SectionBundle\Controller\Admin\SectionController' shared autowired service.
  5931.      *
  5932.      * @return \Hitso\Bundle\SectionBundle\Controller\Admin\SectionController
  5933.      */
  5934.     protected function getSectionControllerService()
  5935.     {
  5936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5938.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5939.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  5940.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Controller/Admin/AbstractSectionController.php';
  5941.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Controller/Admin/SectionController.php';
  5942.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/SectionTypeCollection.php';
  5943.         $this->services['Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController'] = $instance = new \Hitso\Bundle\SectionBundle\Controller\Admin\SectionController(($this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\SectionManager'] ?? $this->getSectionManagerService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\SectionTypeCollection'] ?? ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\SectionTypeCollection'] = new \Hitso\Bundle\SectionBundle\Model\SectionTypeCollection())), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5944.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController'$this));
  5945.         return $instance;
  5946.     }
  5947.     /**
  5948.      * Gets the public 'Hitso\Bundle\SectionBundle\Controller\Front\SectionController' shared autowired service.
  5949.      *
  5950.      * @return \Hitso\Bundle\SectionBundle\Controller\Front\SectionController
  5951.      */
  5952.     protected function getSectionController2Service()
  5953.     {
  5954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5955.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5956.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  5957.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Controller/Front/SectionController.php';
  5958.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/SectionStrategyCollection.php';
  5959.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/SectionTypeCollection.php';
  5960.         $this->services['Hitso\\Bundle\\SectionBundle\\Controller\\Front\\SectionController'] = $instance = new \Hitso\Bundle\SectionBundle\Controller\Front\SectionController(($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\SectionTypeCollection'] ?? ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\SectionTypeCollection'] = new \Hitso\Bundle\SectionBundle\Model\SectionTypeCollection())), new \Hitso\Bundle\SectionBundle\Extension\SectionStrategyCollection(new RewindableGenerator(function () {
  5961.             yield => ($this->services['Hitso\\Bundle\\CatalogBundle\\Extension\\Strategy\\ProductColumnsPageStrategy'] ?? $this->getProductColumnsPageStrategyService());
  5962.             yield => ($this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\CatalogRankingStrategy'] ?? $this->getCatalogRankingStrategyService());
  5963.             yield => ($this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\CategoryPromotionsStrategy'] ?? $this->getCategoryPromotionsStrategyService());
  5964.             yield => ($this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\ContentsCategoryStrategy'] ?? $this->getContentsCategoryStrategyService());
  5965.             yield => ($this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\FeaturedProductsStrategy'] ?? $this->getFeaturedProductsStrategyService());
  5966.             yield => ($this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\HtmlCodeStrategy'] ?? $this->getHtmlCodeStrategyService());
  5967.             yield => ($this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\NewsStrategy'] ?? $this->getNewsStrategyService());
  5968.             yield => ($this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\ProductListStrategy'] ?? $this->getProductListStrategyService());
  5969.             yield => ($this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\ProductSliderStrategy'] ?? $this->getProductSliderStrategyService());
  5970.             yield => ($this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\PromoBoxStrategy'] ?? $this->getPromoBoxStrategyService());
  5971.             yield 10 => ($this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\SetsStrategy'] ?? $this->getSetsStrategyService());
  5972.             yield 11 => ($this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\SubCategoriesStrategy'] ?? $this->getSubCategoriesStrategyService());
  5973.         }, 12)));
  5974.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\SectionBundle\\Controller\\Front\\SectionController'$this));
  5975.         return $instance;
  5976.     }
  5977.     /**
  5978.      * Gets the public 'Hitso\Bundle\SectionBundle\DataTable\BlocksDataTable' shared autowired service.
  5979.      *
  5980.      * @return \Hitso\Bundle\SectionBundle\DataTable\BlocksDataTable
  5981.      */
  5982.     protected function getBlocksDataTableService()
  5983.     {
  5984.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  5985.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  5986.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5987.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5988.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  5989.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  5990.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/DataTable/BlocksDataTable.php';
  5991.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/SectionTypeCollection.php';
  5992.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/BlockSectionTypeCollection.php';
  5993.         return $this->services['Hitso\\Bundle\\SectionBundle\\DataTable\\BlocksDataTable'] = new \Hitso\Bundle\SectionBundle\DataTable\BlocksDataTable(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\BlockSectionTypeCollection'] ?? ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\BlockSectionTypeCollection'] = new \Hitso\Bundle\SectionBundle\Model\BlockSectionTypeCollection())), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  5994.     }
  5995.     /**
  5996.      * Gets the public 'Hitso\Bundle\SectionBundle\DataTable\Groups' shared autowired service.
  5997.      *
  5998.      * @return \Hitso\Bundle\SectionBundle\DataTable\Groups
  5999.      */
  6000.     protected function getGroupsService()
  6001.     {
  6002.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  6003.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  6004.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/DataTable/Groups.php';
  6005.         return $this->services['Hitso\\Bundle\\SectionBundle\\DataTable\\Groups'] = new \Hitso\Bundle\SectionBundle\DataTable\Groups(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  6006.     }
  6007.     /**
  6008.      * Gets the public 'Hitso\Bundle\SectionBundle\DataTable\Sections' shared autowired service.
  6009.      *
  6010.      * @return \Hitso\Bundle\SectionBundle\DataTable\Sections
  6011.      */
  6012.     protected function getSectionsService()
  6013.     {
  6014.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  6015.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  6016.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  6017.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  6018.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  6019.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  6020.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/DataTable/Sections.php';
  6021.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/SectionTypeCollection.php';
  6022.         return $this->services['Hitso\\Bundle\\SectionBundle\\DataTable\\Sections'] = new \Hitso\Bundle\SectionBundle\DataTable\Sections(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\SectionTypeCollection'] ?? ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\SectionTypeCollection'] = new \Hitso\Bundle\SectionBundle\Model\SectionTypeCollection())), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  6023.     }
  6024.     /**
  6025.      * Gets the public 'Hitso\Bundle\SectionBundle\Extension\Strategy\CatalogRankingStrategy' shared autowired service.
  6026.      *
  6027.      * @return \Hitso\Bundle\SectionBundle\Extension\Strategy\CatalogRankingStrategy
  6028.      */
  6029.     protected function getCatalogRankingStrategyService()
  6030.     {
  6031.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/SectionStrategyInterface.php';
  6032.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/Strategy/CatalogRankingStrategy.php';
  6033.         return $this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\CatalogRankingStrategy'] = new \Hitso\Bundle\SectionBundle\Extension\Strategy\CatalogRankingStrategy(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService()));
  6034.     }
  6035.     /**
  6036.      * Gets the public 'Hitso\Bundle\SectionBundle\Extension\Strategy\CategoryPromotionsStrategy' shared autowired service.
  6037.      *
  6038.      * @return \Hitso\Bundle\SectionBundle\Extension\Strategy\CategoryPromotionsStrategy
  6039.      */
  6040.     protected function getCategoryPromotionsStrategyService()
  6041.     {
  6042.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/SectionStrategyInterface.php';
  6043.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/Strategy/CategoryPromotionsStrategy.php';
  6044.         return $this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\CategoryPromotionsStrategy'] = new \Hitso\Bundle\SectionBundle\Extension\Strategy\CategoryPromotionsStrategy(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService()));
  6045.     }
  6046.     /**
  6047.      * Gets the public 'Hitso\Bundle\SectionBundle\Extension\Strategy\ContentsCategoryStrategy' shared autowired service.
  6048.      *
  6049.      * @return \Hitso\Bundle\SectionBundle\Extension\Strategy\ContentsCategoryStrategy
  6050.      */
  6051.     protected function getContentsCategoryStrategyService()
  6052.     {
  6053.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/SectionStrategyInterface.php';
  6054.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/Strategy/ContentsCategoryStrategy.php';
  6055.         return $this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\ContentsCategoryStrategy'] = new \Hitso\Bundle\SectionBundle\Extension\Strategy\ContentsCategoryStrategy(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService()));
  6056.     }
  6057.     /**
  6058.      * Gets the public 'Hitso\Bundle\SectionBundle\Extension\Strategy\FeaturedProductsStrategy' shared autowired service.
  6059.      *
  6060.      * @return \Hitso\Bundle\SectionBundle\Extension\Strategy\FeaturedProductsStrategy
  6061.      */
  6062.     protected function getFeaturedProductsStrategyService()
  6063.     {
  6064.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/SectionStrategyInterface.php';
  6065.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/Strategy/FeaturedProductsStrategy.php';
  6066.         return $this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\FeaturedProductsStrategy'] = new \Hitso\Bundle\SectionBundle\Extension\Strategy\FeaturedProductsStrategy(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService()));
  6067.     }
  6068.     /**
  6069.      * Gets the public 'Hitso\Bundle\SectionBundle\Extension\Strategy\HtmlCodeStrategy' shared autowired service.
  6070.      *
  6071.      * @return \Hitso\Bundle\SectionBundle\Extension\Strategy\HtmlCodeStrategy
  6072.      */
  6073.     protected function getHtmlCodeStrategyService()
  6074.     {
  6075.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/SectionStrategyInterface.php';
  6076.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/Strategy/HtmlCodeStrategy.php';
  6077.         return $this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\HtmlCodeStrategy'] = new \Hitso\Bundle\SectionBundle\Extension\Strategy\HtmlCodeStrategy(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService()));
  6078.     }
  6079.     /**
  6080.      * Gets the public 'Hitso\Bundle\SectionBundle\Extension\Strategy\NewsStrategy' shared autowired service.
  6081.      *
  6082.      * @return \Hitso\Bundle\SectionBundle\Extension\Strategy\NewsStrategy
  6083.      */
  6084.     protected function getNewsStrategyService()
  6085.     {
  6086.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/SectionStrategyInterface.php';
  6087.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/Strategy/NewsStrategy.php';
  6088.         return $this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\NewsStrategy'] = new \Hitso\Bundle\SectionBundle\Extension\Strategy\NewsStrategy(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService()));
  6089.     }
  6090.     /**
  6091.      * Gets the public 'Hitso\Bundle\SectionBundle\Extension\Strategy\ProductListStrategy' shared autowired service.
  6092.      *
  6093.      * @return \Hitso\Bundle\SectionBundle\Extension\Strategy\ProductListStrategy
  6094.      */
  6095.     protected function getProductListStrategyService()
  6096.     {
  6097.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/SectionStrategyInterface.php';
  6098.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/Strategy/ProductListStrategy.php';
  6099.         return $this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\ProductListStrategy'] = new \Hitso\Bundle\SectionBundle\Extension\Strategy\ProductListStrategy(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService()));
  6100.     }
  6101.     /**
  6102.      * Gets the public 'Hitso\Bundle\SectionBundle\Extension\Strategy\ProductSliderStrategy' shared autowired service.
  6103.      *
  6104.      * @return \Hitso\Bundle\SectionBundle\Extension\Strategy\ProductSliderStrategy
  6105.      */
  6106.     protected function getProductSliderStrategyService()
  6107.     {
  6108.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/SectionStrategyInterface.php';
  6109.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/Strategy/ProductSliderStrategy.php';
  6110.         return $this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\ProductSliderStrategy'] = new \Hitso\Bundle\SectionBundle\Extension\Strategy\ProductSliderStrategy(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService()));
  6111.     }
  6112.     /**
  6113.      * Gets the public 'Hitso\Bundle\SectionBundle\Extension\Strategy\PromoBoxStrategy' shared autowired service.
  6114.      *
  6115.      * @return \Hitso\Bundle\SectionBundle\Extension\Strategy\PromoBoxStrategy
  6116.      */
  6117.     protected function getPromoBoxStrategyService()
  6118.     {
  6119.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/SectionStrategyInterface.php';
  6120.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/Strategy/PromoBoxStrategy.php';
  6121.         return $this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\PromoBoxStrategy'] = new \Hitso\Bundle\SectionBundle\Extension\Strategy\PromoBoxStrategy(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService()));
  6122.     }
  6123.     /**
  6124.      * Gets the public 'Hitso\Bundle\SectionBundle\Extension\Strategy\SetsStrategy' shared autowired service.
  6125.      *
  6126.      * @return \Hitso\Bundle\SectionBundle\Extension\Strategy\SetsStrategy
  6127.      */
  6128.     protected function getSetsStrategyService()
  6129.     {
  6130.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/SectionStrategyInterface.php';
  6131.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/Strategy/SetsStrategy.php';
  6132.         return $this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\SetsStrategy'] = new \Hitso\Bundle\SectionBundle\Extension\Strategy\SetsStrategy(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService()));
  6133.     }
  6134.     /**
  6135.      * Gets the public 'Hitso\Bundle\SectionBundle\Extension\Strategy\SubCategoriesStrategy' shared autowired service.
  6136.      *
  6137.      * @return \Hitso\Bundle\SectionBundle\Extension\Strategy\SubCategoriesStrategy
  6138.      */
  6139.     protected function getSubCategoriesStrategyService()
  6140.     {
  6141.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/SectionStrategyInterface.php';
  6142.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Extension/Strategy/SubCategoriesStrategy.php';
  6143.         return $this->services['Hitso\\Bundle\\SectionBundle\\Extension\\Strategy\\SubCategoriesStrategy'] = new \Hitso\Bundle\SectionBundle\Extension\Strategy\SubCategoriesStrategy(($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService()));
  6144.     }
  6145.     /**
  6146.      * Gets the public 'Hitso\Bundle\SeoBundle\Controller\Admin\SeoPageController' shared autowired service.
  6147.      *
  6148.      * @return \Hitso\Bundle\SeoBundle\Controller\Admin\SeoPageController
  6149.      */
  6150.     protected function getSeoPageControllerService()
  6151.     {
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6154.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  6155.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Controller/Admin/SeoPageController.php';
  6156.         $this->services['Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController'] = $instance = new \Hitso\Bundle\SeoBundle\Controller\Admin\SeoPageController(($this->privates['Hitso\\Bundle\\SeoBundle\\Manager\\SeoPageManager'] ?? $this->getSeoPageManagerService()));
  6157.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController'$this));
  6158.         return $instance;
  6159.     }
  6160.     /**
  6161.      * Gets the public 'Hitso\Bundle\SeoBundle\Controller\Front\SitemapController' shared autowired service.
  6162.      *
  6163.      * @return \Hitso\Bundle\SeoBundle\Controller\Front\SitemapController
  6164.      */
  6165.     protected function getSitemapControllerService()
  6166.     {
  6167.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  6168.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  6169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  6170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  6171.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Controller/Front/SitemapController.php';
  6172.         return $this->services['Hitso\\Bundle\\SeoBundle\\Controller\\Front\\SitemapController'] = new \Hitso\Bundle\SeoBundle\Controller\Front\SitemapController(($this->privates['Hitso\\Bundle\\SeoBundle\\Service\\SitemapGenerator'] ?? $this->getSitemapGeneratorService()));
  6173.     }
  6174.     /**
  6175.      * Gets the public 'Hitso\Bundle\SeoBundle\DataTable\SeoPages' shared autowired service.
  6176.      *
  6177.      * @return \Hitso\Bundle\SeoBundle\DataTable\SeoPages
  6178.      */
  6179.     protected function getSeoPagesService()
  6180.     {
  6181.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  6182.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  6183.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  6184.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  6185.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  6186.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  6187.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/DataTable/SeoPages.php';
  6188.         return $this->services['Hitso\\Bundle\\SeoBundle\\DataTable\\SeoPages'] = new \Hitso\Bundle\SeoBundle\DataTable\SeoPages(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  6189.     }
  6190.     /**
  6191.      * Gets the public 'Hitso\Bundle\TaggingBundle\Controller\Admin\TagController' shared autowired service.
  6192.      *
  6193.      * @return \Hitso\Bundle\TaggingBundle\Controller\Admin\TagController
  6194.      */
  6195.     protected function getTagControllerService()
  6196.     {
  6197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  6198.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6199.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  6200.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  6201.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Controller/Admin/TagController.php';
  6202.         $this->services['Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController'] = $instance = new \Hitso\Bundle\TaggingBundle\Controller\Admin\TagController(($this->privates['Hitso\\Bundle\\TaggingBundle\\Manager\\TagManager'] ?? $this->getTagManagerService()));
  6203.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController'$this));
  6204.         return $instance;
  6205.     }
  6206.     /**
  6207.      * Gets the public 'Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController' shared autowired service.
  6208.      *
  6209.      * @return \Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController
  6210.      */
  6211.     protected function getTagTypeControllerService()
  6212.     {
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  6214.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6215.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  6216.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/AbstractCrudController.php';
  6217.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Controller/Admin/TagTypeController.php';
  6218.         $this->services['Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController'] = $instance = new \Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController(($this->privates['Hitso\\Bundle\\TaggingBundle\\Manager\\TagTypeManager'] ?? $this->getTagTypeManagerService()));
  6219.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController'$this));
  6220.         return $instance;
  6221.     }
  6222.     /**
  6223.      * Gets the public 'Hitso\Bundle\TaggingBundle\Controller\Api\TagController' shared autowired service.
  6224.      *
  6225.      * @return \Hitso\Bundle\TaggingBundle\Controller\Api\TagController
  6226.      */
  6227.     protected function getTagController2Service()
  6228.     {
  6229.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  6230.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6231.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  6232.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Controller/Api/TagController.php';
  6233.         $this->services['Hitso\\Bundle\\TaggingBundle\\Controller\\Api\\TagController'] = $instance = new \Hitso\Bundle\TaggingBundle\Controller\Api\TagController(($this->privates['Hitso\\Bundle\\TaggingBundle\\Manager\\TagManager'] ?? $this->getTagManagerService()), ($this->privates['Hitso\\Bundle\\TaggingBundle\\Manager\\TagTypeManager'] ?? $this->getTagTypeManagerService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  6234.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\TaggingBundle\\Controller\\Api\\TagController'$this));
  6235.         return $instance;
  6236.     }
  6237.     /**
  6238.      * Gets the public 'Hitso\Bundle\TaggingBundle\DataTable\TagTypes' shared autowired service.
  6239.      *
  6240.      * @return \Hitso\Bundle\TaggingBundle\DataTable\TagTypes
  6241.      */
  6242.     protected function getTagTypesService()
  6243.     {
  6244.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  6245.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  6246.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  6247.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  6248.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  6249.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  6250.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/DataTable/TagTypes.php';
  6251.         return $this->services['Hitso\\Bundle\\TaggingBundle\\DataTable\\TagTypes'] = new \Hitso\Bundle\TaggingBundle\DataTable\TagTypes(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  6252.     }
  6253.     /**
  6254.      * Gets the public 'Hitso\Bundle\TaggingBundle\DataTable\Tags' shared autowired service.
  6255.      *
  6256.      * @return \Hitso\Bundle\TaggingBundle\DataTable\Tags
  6257.      */
  6258.     protected function getTagsService()
  6259.     {
  6260.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  6261.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  6262.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/DataTable/Tags.php';
  6263.         return $this->services['Hitso\\Bundle\\TaggingBundle\\DataTable\\Tags'] = new \Hitso\Bundle\TaggingBundle\DataTable\Tags(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()));
  6264.     }
  6265.     /**
  6266.      * Gets the public 'Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController' shared autowired service.
  6267.      *
  6268.      * @return \Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController
  6269.      */
  6270.     protected function getTicketControllerService()
  6271.     {
  6272.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6274.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  6275.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TicketsBundle/Controller/Admin/TicketController.php';
  6276.         $this->services['Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController'] = $instance = new \Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController(($this->privates['Hitso\\Bundle\\TicketsBundle\\Manager\\TicketManager'] ?? $this->getTicketManagerService()));
  6277.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController'$this));
  6278.         return $instance;
  6279.     }
  6280.     /**
  6281.      * Gets the public 'Hitso\Bundle\TicketsBundle\Controller\Front\TicketController' shared autowired service.
  6282.      *
  6283.      * @return \Hitso\Bundle\TicketsBundle\Controller\Front\TicketController
  6284.      */
  6285.     protected function getTicketController2Service()
  6286.     {
  6287.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  6288.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6289.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  6290.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TicketsBundle/Controller/Front/TicketController.php';
  6291.         $this->services['Hitso\\Bundle\\TicketsBundle\\Controller\\Front\\TicketController'] = $instance = new \Hitso\Bundle\TicketsBundle\Controller\Front\TicketController(($this->privates['Hitso\\Bundle\\TicketsBundle\\Manager\\ContactManager'] ?? $this->getContactManagerService()));
  6292.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\TicketsBundle\\Controller\\Front\\TicketController'$this));
  6293.         return $instance;
  6294.     }
  6295.     /**
  6296.      * Gets the public 'Hitso\Bundle\TicketsBundle\DataTable\Tickets' shared autowired service.
  6297.      *
  6298.      * @return \Hitso\Bundle\TicketsBundle\DataTable\Tickets
  6299.      */
  6300.     protected function getTicketsService()
  6301.     {
  6302.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  6303.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  6304.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  6305.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  6306.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/ContainerAwareModel.php';
  6307.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/RepositoryModel.php';
  6308.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TicketsBundle/DataTable/Tickets.php';
  6309.         return $this->services['Hitso\\Bundle\\TicketsBundle\\DataTable\\Tickets'] = new \Hitso\Bundle\TicketsBundle\DataTable\Tickets(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] ?? $this->getDataTableConfigService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  6310.     }
  6311.     /**
  6312.      * Gets the public 'Hitso\Bundle\TranslationBundle\Controller\ApiController' shared autowired service.
  6313.      *
  6314.      * @return \Hitso\Bundle\TranslationBundle\Controller\ApiController
  6315.      */
  6316.     protected function getApiController3Service()
  6317.     {
  6318.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  6319.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6320.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  6321.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  6322.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/RestController.php';
  6323.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Controller/ApiController.php';
  6324.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/MachineTranslator/MachineTranslatorInterface.php';
  6325.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/MachineTranslator/MachineTranslator/MicrosoftTranslator.php';
  6326.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/MachineTranslator/MachineTranslator/AccessTokenStorageInterface.php';
  6327.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/MachineTranslator/MachineTranslator/FileAccessTokenStorage.php';
  6328.         $this->services['Hitso\\Bundle\\TranslationBundle\\Controller\\ApiController'] = $instance = new \Hitso\Bundle\TranslationBundle\Controller\ApiController(new \Hitso\Bundle\TranslationBundle\MachineTranslator\MachineTranslator\MicrosoftTranslator(new \Hitso\Bundle\TranslationBundle\MachineTranslator\MachineTranslator\FileAccessTokenStorage($this->targetDir.'''trans_api_token.ser'), NULL));
  6329.         $instance->setContainer($this);
  6330.         return $instance;
  6331.     }
  6332.     /**
  6333.      * Gets the public 'Hitso\Bundle\TranslationBundle\Controller\TranslatorController' shared autowired service.
  6334.      *
  6335.      * @return \Hitso\Bundle\TranslationBundle\Controller\TranslatorController
  6336.      */
  6337.     protected function getTranslatorControllerService()
  6338.     {
  6339.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  6340.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6341.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Controller/Controller.php';
  6342.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Controller/TranslatorController.php';
  6343.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/XPort/XPorter.php';
  6344.         $a = ($this->privates['Hitso\\Bundle\\TranslationBundle\\Translation\\TranslationsManager'] ?? $this->getTranslationsManagerService());
  6345.         $this->services['Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController'] = $instance = new \Hitso\Bundle\TranslationBundle\Controller\TranslatorController($a, new \Hitso\Bundle\TranslationBundle\Translation\XPort\XPorter($a, ($this->privates['Hitso\\Bundle\\TranslationBundle\\Manager\\TranslationMessageManager'] ?? $this->getTranslationMessageManagerService()), ($this->privates['jms_translation.loader_manager'] ?? $this->getJmsTranslation_LoaderManagerService()), ($this->privates['jms_translation.file_writer'] ?? $this->getJmsTranslation_FileWriterService()), $this->targetDir.''));
  6346.         $instance->setContainer(($this->privates['.service_locator.YuxSq03'] ?? $this->get_ServiceLocator_YuxSq03Service())->withContext('Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController'$this));
  6347.         return $instance;
  6348.     }
  6349.     /**
  6350.      * Gets the public 'Hitso\Bundle\TranslationBundle\DataTable\DataSource\Translations' shared autowired service.
  6351.      *
  6352.      * @return \Hitso\Bundle\TranslationBundle\DataTable\DataSource\Translations
  6353.      */
  6354.     protected function getTranslationsService()
  6355.     {
  6356.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/DataSource/AbstractDataSource.php';
  6357.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/DataSource/DataSourceInterface.php';
  6358.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/DataTable/DataSource/Translations.php';
  6359.         return $this->services['Hitso\\Bundle\\TranslationBundle\\DataTable\\DataSource\\Translations'] = new \Hitso\Bundle\TranslationBundle\DataTable\DataSource\Translations(($this->privates['Hitso\\Bundle\\TranslationBundle\\Translation\\TranslationsManager'] ?? $this->getTranslationsManagerService()));
  6360.     }
  6361.     /**
  6362.      * Gets the public 'Hitso\Bundle\TranslationBundle\DataTable\Translations' shared autowired service.
  6363.      *
  6364.      * @return \Hitso\Bundle\TranslationBundle\DataTable\Translations
  6365.      */
  6366.     protected function getTranslations2Service()
  6367.     {
  6368.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableInterface.php';
  6369.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/AbstractModel.php';
  6370.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/DataTable/Translations.php';
  6371.         return $this->services['Hitso\\Bundle\\TranslationBundle\\DataTable\\Translations'] = new \Hitso\Bundle\TranslationBundle\DataTable\Translations(($this->services['Hitso\\Bundle\\TranslationBundle\\DataTable\\DataSource\\Translations'] ?? $this->getTranslationsService()));
  6372.     }
  6373.     /**
  6374.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  6375.      *
  6376.      * @return \Liip\ImagineBundle\Controller\ImagineController
  6377.      */
  6378.     protected function getImagineControllerService()
  6379.     {
  6380.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  6381.         return $this->services['Liip\\ImagineBundle\\Controller\\ImagineController'] = new \Liip\ImagineBundle\Controller\ImagineController(($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()), ($this->privates['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('resolve:APP_SECRET')))));
  6382.     }
  6383.     /**
  6384.      * Gets the public 'Scheb\TwoFactorBundle\Model\PersisterInterface' shared service.
  6385.      *
  6386.      * @return \Scheb\TwoFactorBundle\Model\Persister\DoctrinePersister
  6387.      */
  6388.     protected function getPersisterInterfaceService($lazyLoad true)
  6389.     {
  6390.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Model/PersisterInterface.php';
  6391.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Model/Persister/DoctrinePersister.php';
  6392.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Model/Persister/DoctrinePersisterFactory.php';
  6393.         return $this->services['Scheb\\TwoFactorBundle\\Model\\PersisterInterface'] = (new \Scheb\TwoFactorBundle\Model\Persister\DoctrinePersisterFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL))->getPersister();
  6394.     }
  6395.     /**
  6396.      * Gets the public 'Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface' shared service.
  6397.      *
  6398.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer
  6399.      */
  6400.     protected function getTwoFactorFormRendererInterfaceService($lazyLoad true)
  6401.     {
  6402.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Provider/TwoFactorFormRendererInterface.php';
  6403.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Provider/DefaultTwoFactorFormRenderer.php';
  6404.         return $this->services['Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer(($this->services['twig'] ?? $this->getTwigService()), '@SchebTwoFactor/Authentication/form.html.twig');
  6405.     }
  6406.     /**
  6407.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  6408.      *
  6409.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  6410.      */
  6411.     protected function getRedirectController2Service()
  6412.     {
  6413.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  6414.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), 80443);
  6415.     }
  6416.     /**
  6417.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  6418.      *
  6419.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  6420.      */
  6421.     protected function getTemplateControllerService()
  6422.     {
  6423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  6424.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['templating'] ?? $this->getTemplatingService()));
  6425.     }
  6426.     /**
  6427.      * Gets the public 'TheCodingMachine\GraphQLite\Bundle\Controller\GraphQL\LoginController' shared autowired service.
  6428.      *
  6429.      * @return \TheCodingMachine\GraphQLite\Bundle\Controller\GraphQL\LoginController
  6430.      */
  6431.     protected function getLoginControllerService()
  6432.     {
  6433.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite-bundle/Controller/GraphQL/LoginController.php';
  6434.         return $this->services['TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQL\\LoginController'] = new \TheCodingMachine\GraphQLite\Bundle\Controller\GraphQL\LoginController(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['session'] ?? $this->getSessionService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'admin');
  6435.     }
  6436.     /**
  6437.      * Gets the public 'TheCodingMachine\GraphQLite\Bundle\Controller\GraphQL\MeController' shared autowired service.
  6438.      *
  6439.      * @return \TheCodingMachine\GraphQLite\Bundle\Controller\GraphQL\MeController
  6440.      */
  6441.     protected function getMeControllerService()
  6442.     {
  6443.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite-bundle/Controller/GraphQL/MeController.php';
  6444.         return $this->services['TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQL\\MeController'] = new \TheCodingMachine\GraphQLite\Bundle\Controller\GraphQL\MeController(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  6445.     }
  6446.     /**
  6447.      * Gets the public 'TheCodingMachine\GraphQLite\Bundle\Controller\GraphQLiteController' shared autowired service.
  6448.      *
  6449.      * @return \TheCodingMachine\GraphQLite\Bundle\Controller\GraphQLiteController
  6450.      */
  6451.     protected function getGraphQLiteControllerService()
  6452.     {
  6453.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite-bundle/Controller/GraphQLiteController.php';
  6454.         return $this->services['TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQLiteController'] = new \TheCodingMachine\GraphQLite\Bundle\Controller\GraphQLiteController(($this->privates['GraphQL\\Server\\ServerConfig'] ?? $this->getServerConfigService()), ($this->privates['sensio_framework_extra.psr7.http_message_factory'] ?? $this->getSensioFrameworkExtra_Psr7_HttpMessageFactoryService()));
  6455.     }
  6456.     /**
  6457.      * Gets the public 'TheCodingMachine\GraphQLite\Bundle\Types\SymfonyUserInterfaceType' shared autowired service.
  6458.      *
  6459.      * @return \TheCodingMachine\GraphQLite\Bundle\Types\SymfonyUserInterfaceType
  6460.      */
  6461.     protected function getSymfonyUserInterfaceTypeService()
  6462.     {
  6463.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite-bundle/Types/SymfonyUserInterfaceType.php';
  6464.         return $this->services['TheCodingMachine\\GraphQLite\\Bundle\\Types\\SymfonyUserInterfaceType'] = new \TheCodingMachine\GraphQLite\Bundle\Types\SymfonyUserInterfaceType();
  6465.     }
  6466.     /**
  6467.      * Gets the public 'TheCodingMachine\GraphQLite\Schema' shared autowired service.
  6468.      *
  6469.      * @return \TheCodingMachine\GraphQLite\Schema
  6470.      */
  6471.     protected function getSchemaService()
  6472.     {
  6473.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Schema.php';
  6474.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite/src/Schema.php';
  6475.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Service/Api/SchemaFactory.php';
  6476.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite/src/Security/AuthenticationServiceInterface.php';
  6477.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite-bundle/Security/AuthenticationService.php';
  6478.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite/src/Security/AuthorizationServiceInterface.php';
  6479.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite-bundle/Security/AuthorizationService.php';
  6480.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite/src/QueryProviderFactoryInterface.php';
  6481.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite/src/AggregateControllerQueryProviderFactory.php';
  6482.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite/src/Mappers/Root/RootTypeMapperFactoryInterface.php';
  6483.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Type/CategoryCounterTypeMapperFactory.php';
  6484.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Type/MediaUrlTypeMapperFactory.php';
  6485.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Service/Api/Type/ContentElementRawTypeMapperFactory.php';
  6486.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Service/Api/Type/ContentElementRenderedTypeMapperFactory.php';
  6487.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Service/Api/Type/ExtraDataTypeMapperFactory.php';
  6488.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Type/JsonArrayTypeMapperFactory.php';
  6489.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Type/SimilarProductsTypeMapperFactory.php';
  6490.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite/src/Mappers/Parameters/ParameterMiddlewareInterface.php';
  6491.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite-bundle/Mappers/RequestParameterMiddleware.php';
  6492.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite-symfony-validator-bridge/src/Mappers/Parameters/AssertParameterMiddleware.php';
  6493.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite/src/Mappers/TypeMapperInterface.php';
  6494.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite/src/Mappers/StaticTypeMapper.php';
  6495.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/Type.php';
  6496.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/OutputType.php';
  6497.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/InputType.php';
  6498.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/LeafType.php';
  6499.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NullableType.php';
  6500.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NamedType.php';
  6501.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/ScalarType.php';
  6502.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Api/Type/CategoryCounterType.php';
  6503.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Service/Api/Type/ContentElementRawType.php';
  6504.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Service/Api/Type/ContentElementRenderedType.php';
  6505.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Type/JsonArrayType.php';
  6506.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Api/Type/SimilarProductsType.php';
  6507.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite/src/Mappers/TypeMapperFactoryInterface.php';
  6508.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite/src/Mappers/StaticClassListTypeMapperFactory.php';
  6509.         $a = new \Hitso\Bundle\CommonBundle\Service\Api\SchemaFactory(($this->privates['graphqlite.psr16cache'] ?? $this->getGraphqlite_Psr16cacheService()), $this);
  6510.         $b = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  6511.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6512.         $d = ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'] ?? $this->getFileManagerService());
  6513.         $e = ($this->privates['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  6514.         $f = ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService());
  6515.         $g = ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService());
  6516.         $h = ($this->privates['Hitso\\Bundle\\ContentBundle\\Services\\Video\\VideoHelper'] ?? $this->getVideoHelperService());
  6517.         $i = ($this->services['serializer'] ?? $this->getSerializerService());
  6518.         $j = ($this->services['twig'] ?? $this->getTwigService());
  6519.         $k = new \TheCodingMachine\GraphQLite\Mappers\StaticTypeMapper();
  6520.         $k->setNotMappedTypes([=> new \Hitso\Bundle\CatalogBundle\Service\Api\Type\CategoryCounterType($c), => ($this->services['Hitso\\Bundle\\FileManagerBundle\\Service\\Api\\Type\\MediaUrlType'] ?? $this->getMediaUrlTypeService()), => new \Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRawType($e$i), => new \Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRenderedType($e$j$i), => new \Hartmann\Bundle\AppBundle\Service\Api\Type\JsonArrayType($c), => new \Hartmann\Bundle\AppBundle\Service\Api\Type\SimilarProductsType($c)]);
  6521.         $a->setAuthenticationService(new \TheCodingMachine\GraphQLite\Bundle\Security\AuthenticationService($b));
  6522.         $a->setAuthorizationService(new \TheCodingMachine\GraphQLite\Bundle\Security\AuthorizationService(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), $b));
  6523.         $a->devMode();
  6524.         $a->addControllerNamespace('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\');
  6525.         $a->addControllerNamespace('Hitso\\Bundle\\BlocksBundle\\Service\\Api\\');
  6526.         $a->addControllerNamespace('Hitso\\Bundle\\ContentBundle\\Service\\Api\\');
  6527.         $a->addControllerNamespace('Hitso\\Bundle\\FileManagerBundle\\Service\\Api\\');
  6528.         $a->addControllerNamespace('Hitso\\Bundle\\NavigationBundle\\Service\\Api\\');
  6529.         $a->addControllerNamespace('Hartmann\\Bundle\\AppBundle\\Service\\Api\\');
  6530.         $a->addTypeNamespace('Hitso\\Bundle\\CatalogBundle\\Service\\Api\\');
  6531.         $a->addTypeNamespace('Hitso\\Bundle\\CatalogBundle\\Entity\\');
  6532.         $a->addTypeNamespace('Hitso\\Bundle\\ContentBundle\\Service\\Api\\');
  6533.         $a->addTypeNamespace('Hitso\\Bundle\\ContentBundle\\Entity\\');
  6534.         $a->addTypeNamespace('Hitso\\Bundle\\FileManagerBundle\\Entity\\');
  6535.         $a->addTypeNamespace('Hitso\\Bundle\\FileManagerBundle\\Service\\Api\\Type\\');
  6536.         $a->addTypeNamespace('Hitso\\Bundle\\NavigationBundle\\Service\\Api\\');
  6537.         $a->addTypeNamespace('Hitso\\Bundle\\NavigationBundle\\Entity\\');
  6538.         $a->addTypeNamespace('Hitso\\Bundle\\CommonBundle\\Api\\Factory\\');
  6539.         $a->addTypeNamespace('Hitso\\Bundle\\SeoBundle\\Entity\\');
  6540.         $a->addTypeNamespace('Hitso\\Bundle\\SeoBundle\\Service\\Api\\Type\\');
  6541.         $a->addTypeNamespace('Hitso\\Bundle\\SectionBundle\\Entity\\');
  6542.         $a->addTypeNamespace('Hitso\\Bundle\\TaggingBundle\\Entity\\');
  6543.         $a->addTypeNamespace('Hartmann\\Bundle\\AppBundle\\Service\\Api\\');
  6544.         $a->addTypeNamespace('Hartmann\\Bundle\\AppBundle\\Entity\\');
  6545.         $a->addQueryProviderFactory(new \TheCodingMachine\GraphQLite\AggregateControllerQueryProviderFactory([=> 'TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQL\\LoginController'=> 'TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQL\\MeController'], $this));
  6546.         $a->addRootTypeMapperFactory(new \Hitso\Bundle\CatalogBundle\Service\Api\Type\CategoryCounterTypeMapperFactory($c));
  6547.         $a->addRootTypeMapperFactory(new \Hartmann\Bundle\AppBundle\Service\Api\Type\MediaUrlTypeMapperFactory($d$e$f$g$h));
  6548.         $a->addRootTypeMapperFactory(new \Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRawTypeMapperFactory($e$i));
  6549.         $a->addRootTypeMapperFactory(new \Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRenderedTypeMapperFactory($e$j$i));
  6550.         $a->addRootTypeMapperFactory(new \Hitso\Bundle\SectionBundle\Service\Api\Type\ExtraDataTypeMapperFactory($d$e$f$g));
  6551.         $a->addRootTypeMapperFactory(new \Hartmann\Bundle\AppBundle\Service\Api\Type\JsonArrayTypeMapperFactory($c));
  6552.         $a->addRootTypeMapperFactory(new \Hartmann\Bundle\AppBundle\Service\Api\Type\MediaUrlTypeMapperFactory($d$e$f$g$h));
  6553.         $a->addRootTypeMapperFactory(new \Hartmann\Bundle\AppBundle\Service\Api\Type\SimilarProductsTypeMapperFactory($c));
  6554.         $a->addParameterMiddleware(new \TheCodingMachine\GraphQLite\Bundle\Mappers\RequestParameterMiddleware());
  6555.         $a->addParameterMiddleware(new \TheCodingMachine\GraphQLite\Validator\Mappers\Parameters\AssertParameterMiddleware(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
  6556.         $a->addTypeMapper($k);
  6557.         $a->addTypeMapperFactory(new \TheCodingMachine\GraphQLite\Mappers\StaticClassListTypeMapperFactory([=> 'TheCodingMachine\\GraphQLite\\Bundle\\Types\\SymfonyUserInterfaceType']));
  6558.         return $this->services['TheCodingMachine\\GraphQLite\\Schema'] = $a->createSchema();
  6559.     }
  6560.     /**
  6561.      * Gets the public 'bazinga.jstranslation.controller' shared service.
  6562.      *
  6563.      * @return \Bazinga\Bundle\JsTranslationBundle\Controller\Controller
  6564.      */
  6565.     protected function getBazinga_Jstranslation_ControllerService()
  6566.     {
  6567.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php';
  6568.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6569.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6570.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6571.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6572.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6573.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/Symfony/XliffLoader.php';
  6574.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6575.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6576.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6577.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6578.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6579.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6580.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6581.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6582.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/Loader/RepositoryLoader.php';
  6583.         $this->services['bazinga.jstranslation.controller'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Controller\Controller(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['bazinga.jstranslation.translation_finder'] ?? $this->getBazinga_Jstranslation_TranslationFinderService()), ($this->targetDir.''.'/bazinga-js-translation'), true'pl''messages''86400');
  6584.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6585.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \JMS\TranslationBundle\Translation\Loader\Symfony\XliffLoader()));
  6586.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6587.         $instance->addLoader('yaml'$a);
  6588.         $instance->addLoader('yml'$a);
  6589.         $instance->addLoader('xlf'$b);
  6590.         $instance->addLoader('xliff'$b);
  6591.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6592.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6593.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6594.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6595.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6596.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6597.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6598.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6599.         $instance->addLoader('hitso_db', ($this->privates['Hitso\\Bundle\\TranslationBundle\\Translation\\Loader\\RepositoryLoader'] ?? ($this->privates['Hitso\\Bundle\\TranslationBundle\\Translation\\Loader\\RepositoryLoader'] = new \Hitso\Bundle\TranslationBundle\Translation\Loader\RepositoryLoader($this))));
  6600.         return $instance;
  6601.     }
  6602.     /**
  6603.      * Gets the public 'bazinga.jstranslation.dump_command' shared service.
  6604.      *
  6605.      * @return \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand
  6606.      */
  6607.     protected function getBazinga_Jstranslation_DumpCommandService()
  6608.     {
  6609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6610.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Command/DumpCommand.php';
  6611.         $this->services['bazinga.jstranslation.dump_command'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand(($this->services['bazinga.jstranslation.translation_dumper'] ?? $this->getBazinga_Jstranslation_TranslationDumperService()), (\dirname(__DIR__4).'/src/Hitso/Bundle'));
  6612.         $instance->setName('bazinga:js-translation:dump');
  6613.         return $instance;
  6614.     }
  6615.     /**
  6616.      * Gets the public 'bazinga.jstranslation.translation_dumper' shared service.
  6617.      *
  6618.      * @return \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper
  6619.      */
  6620.     protected function getBazinga_Jstranslation_TranslationDumperService()
  6621.     {
  6622.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Dumper/TranslationDumper.php';
  6623.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6624.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6625.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6626.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6627.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6628.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/Symfony/XliffLoader.php';
  6629.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6630.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6631.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6632.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6633.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6634.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6635.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6636.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6637.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/Loader/RepositoryLoader.php';
  6638.         $this->services['bazinga.jstranslation.translation_dumper'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper(($this->services['twig'] ?? $this->getTwigService()), ($this->services['bazinga.jstranslation.translation_finder'] ?? $this->getBazinga_Jstranslation_TranslationFinderService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), 'pl''messages', [=> 'pl'=> 'en'=> 'pl'=> 'en'], []);
  6639.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6640.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \JMS\TranslationBundle\Translation\Loader\Symfony\XliffLoader()));
  6641.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6642.         $instance->addLoader('yaml'$a);
  6643.         $instance->addLoader('yml'$a);
  6644.         $instance->addLoader('xlf'$b);
  6645.         $instance->addLoader('xliff'$b);
  6646.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6647.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6648.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6649.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6650.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6651.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6652.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6653.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6654.         $instance->addLoader('hitso_db', ($this->privates['Hitso\\Bundle\\TranslationBundle\\Translation\\Loader\\RepositoryLoader'] ?? ($this->privates['Hitso\\Bundle\\TranslationBundle\\Translation\\Loader\\RepositoryLoader'] = new \Hitso\Bundle\TranslationBundle\Translation\Loader\RepositoryLoader($this))));
  6655.         return $instance;
  6656.     }
  6657.     /**
  6658.      * Gets the public 'bazinga.jstranslation.translation_finder' shared service.
  6659.      *
  6660.      * @return \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder
  6661.      */
  6662.     protected function getBazinga_Jstranslation_TranslationFinderService()
  6663.     {
  6664.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Finder/TranslationFinder.php';
  6665.         return $this->services['bazinga.jstranslation.translation_finder'] = new \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder(['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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.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).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Resources/translations/roles.en.xlf'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Resources/translations/admin.en.yml'), => (\dirname(__DIR__4).'/translations/admin.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).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.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).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.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')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Resources/translations/front.pl.yml'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Resources/translations/roles.pl.xlf'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Resources/translations/admin.pl.yml'), 10 => (\dirname(__DIR__4).'/translations/admin.pl.yml'), 11 => (\dirname(__DIR__4).'/translations/front.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], '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')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')]]);
  6666.     }
  6667.     /**
  6668.      * Gets the public 'cache.app' shared service.
  6669.      *
  6670.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6671.      */
  6672.     protected function getCache_AppService()
  6673.     {
  6674.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('2k4Jdgj1gd'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  6675.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6676.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  6677.     }
  6678.     /**
  6679.      * Gets the public 'cache.app_clearer' shared service.
  6680.      *
  6681.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  6682.      */
  6683.     protected function getCache_AppClearerService()
  6684.     {
  6685.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  6686.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  6687.     }
  6688.     /**
  6689.      * Gets the public 'cache.global_clearer' shared service.
  6690.      *
  6691.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  6692.      */
  6693.     protected function getCache_GlobalClearerService()
  6694.     {
  6695.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  6696.         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.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService())]);
  6697.     }
  6698.     /**
  6699.      * Gets the public 'cache.system' shared service.
  6700.      *
  6701.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6702.      */
  6703.     protected function getCache_SystemService()
  6704.     {
  6705.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YUcjz1UGLa'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  6706.     }
  6707.     /**
  6708.      * Gets the public 'cache.system_clearer' shared service.
  6709.      *
  6710.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  6711.      */
  6712.     protected function getCache_SystemClearerService()
  6713.     {
  6714.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  6715.         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()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService())]);
  6716.     }
  6717.     /**
  6718.      * Gets the public 'cache_clearer' shared service.
  6719.      *
  6720.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  6721.      */
  6722.     protected function getCacheClearerService()
  6723.     {
  6724.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  6725.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  6726.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  6727.             yield => ($this->privates['cmf_seo.cache.file'] ?? ($this->privates['cmf_seo.cache.file'] = new \Symfony\Cmf\Bundle\SeoBundle\Cache\FileCache($this->targetDir.'''cmf_seo')));
  6728.             yield => ($this->privates['graphqlite.cacheclearer'] ?? $this->getGraphqlite_CacheclearerService());
  6729.         }, 3));
  6730.     }
  6731.     /**
  6732.      * Gets the public 'cache_warmer' shared service.
  6733.      *
  6734.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  6735.      */
  6736.     protected function getCacheWarmerService()
  6737.     {
  6738.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  6739.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  6740.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  6741.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  6742.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  6743.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  6744.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  6745.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  6746.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  6747.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  6748.             yield => ($this->privates['cmf_seo.cache.file'] ?? ($this->privates['cmf_seo.cache.file'] = new \Symfony\Cmf\Bundle\SeoBundle\Cache\FileCache($this->targetDir.'''cmf_seo')));
  6749.             yield => ($this->privates['Hitso\\Bundle\\BlocksBundle\\Block\\Loader'] ?? $this->getLoaderService());
  6750.         }, 10), true, ($this->targetDir.''.'/BundleHitso_Bundle_KernelDevDebugContainerDeprecations.log'));
  6751.     }
  6752.     /**
  6753.      * Gets the public 'cmf_routing.router' shared service.
  6754.      *
  6755.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  6756.      */
  6757.     protected function getCmfRouting_RouterService()
  6758.     {
  6759.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  6760.         $this->services['cmf_routing.router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  6761.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6762.         $c = new \Symfony\Bridge\Monolog\Logger('router');
  6763.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6764.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6765.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6766.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  6767.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6768.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  6769.         ], [
  6770.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  6771.         ]))->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'], $b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $c'pl');
  6772.         $d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6773.         $e = new \Hitso\Bundle\RoutingBundle\Provider\RouteProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['routing_generator_map'], ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection'] ?? $this->getSiteCollectionService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()));
  6774.         $instance->setContext($b);
  6775.         $instance->add($d300);
  6776.         $instance->add(new \Hitso\Bundle\RoutingBundle\Router\AliasRouter($b, new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($e, new \Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher(new \Symfony\Component\Routing\RouteCollection(), new \Symfony\Component\Routing\RequestContext())), new \Symfony\Cmf\Component\Routing\ContentAwareGenerator($e$a), '', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $e$d), 100);
  6777.         return $instance;
  6778.     }
  6779.     /**
  6780.      * Gets the public 'cmf_seo.error.suggestion_provider.controller' shared service.
  6781.      *
  6782.      * @return \Symfony\Cmf\Bundle\SeoBundle\Controller\SuggestionProviderController
  6783.      */
  6784.     protected function getCmfSeo_Error_SuggestionProvider_ControllerService()
  6785.     {
  6786.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Controller/ExceptionController.php';
  6787.         include_once \dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/Controller/SuggestionProviderController.php';
  6788.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  6789.         include_once \dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/Matcher/ExclusionMatcher.php';
  6790.         return $this->services['cmf_seo.error.suggestion_provider.controller'] = new \Symfony\Cmf\Bundle\SeoBundle\Controller\SuggestionProviderController(($this->services['twig'] ?? $this->getTwigService()), true, new \Symfony\Cmf\Bundle\SeoBundle\Matcher\ExclusionMatcher(), [], []);
  6791.     }
  6792.     /**
  6793.      * Gets the public 'console.command.public_alias.Hartmann\Bundle\AppBundle\Command\CopyCatalogToNewLanguageCommand' shared autowired service.
  6794.      *
  6795.      * @return \Hartmann\Bundle\AppBundle\Command\CopyCatalogToNewLanguageCommand
  6796.      */
  6797.     protected function getCopyCatalogToNewLanguageCommandService()
  6798.     {
  6799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6800.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Command/CopyCatalogToNewLanguageCommand.php';
  6801.         return $this->services['console.command.public_alias.Hartmann\\Bundle\\AppBundle\\Command\\CopyCatalogToNewLanguageCommand'] = new \Hartmann\Bundle\AppBundle\Command\CopyCatalogToNewLanguageCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactory2Service()));
  6802.     }
  6803.     /**
  6804.      * Gets the public 'console.command.public_alias.Hitso\Bundle\CatalogBundle\Command\MigrateAttributesBetweenSites' shared autowired service.
  6805.      *
  6806.      * @return \Hitso\Bundle\CatalogBundle\Command\MigrateAttributesBetweenSites
  6807.      */
  6808.     protected function getMigrateAttributesBetweenSitesService()
  6809.     {
  6810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6811.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Command/MigrateAttributesBetweenSites.php';
  6812.         return $this->services['console.command.public_alias.Hitso\\Bundle\\CatalogBundle\\Command\\MigrateAttributesBetweenSites'] = new \Hitso\Bundle\CatalogBundle\Command\MigrateAttributesBetweenSites(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection'] ?? $this->getSiteCollectionService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()));
  6813.     }
  6814.     /**
  6815.      * Gets the public 'console.command.public_alias.Hitso\Bundle\CommonBundle\Command\ClearRoutingCommand' shared autowired service.
  6816.      *
  6817.      * @return \Hitso\Bundle\CommonBundle\Command\ClearRoutingCommand
  6818.      */
  6819.     protected function getClearRoutingCommandService()
  6820.     {
  6821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6822.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Command/ClearRoutingCommand.php';
  6823.         return $this->services['console.command.public_alias.Hitso\\Bundle\\CommonBundle\\Command\\ClearRoutingCommand'] = new \Hitso\Bundle\CommonBundle\Command\ClearRoutingCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6824.     }
  6825.     /**
  6826.      * Gets the public 'console.command.public_alias.Hitso\Bundle\CommonBundle\Command\EnhanceCommand' shared autowired service.
  6827.      *
  6828.      * @return \Hitso\Bundle\CommonBundle\Command\EnhanceCommand
  6829.      */
  6830.     protected function getEnhanceCommandService()
  6831.     {
  6832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6833.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Command/EnhanceCommand.php';
  6834.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Helper/Process/ProcessHelperInterface.php';
  6835.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Helper/Process/ProcessHelper.php';
  6836.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Enhancer/TraitGenerator/TraitGeneratorEnhancerCollection.php';
  6837.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Enhancer/MappingEnhancerInterface.php';
  6838.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Enhancer/AbstractMappingEnhancer.php';
  6839.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Doctrine/Enhancer/ArticleCategoryMappingEnhancer.php';
  6840.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Doctrine/Enhancer/AttributeGroupMappingEnhancer.php';
  6841.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Doctrine/Enhancer/CategoryMappingEnhancer.php';
  6842.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Doctrine/Enhancer/ContentMappingEnhancer.php';
  6843.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Doctrine/Enhancer/ProductMappingEnhancer.php';
  6844.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Doctrine/Enhancer/SectionMappingEnhancer.php';
  6845.         $a = new \Hitso\Bundle\CommonBundle\Doctrine\Enhancer\TraitGenerator\TraitGeneratorEnhancerCollection();
  6846.         $a->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\ArticleCategoryMappingEnhancer'] ?? ($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\ArticleCategoryMappingEnhancer'] = new \Hartmann\Bundle\AppBundle\Doctrine\Enhancer\ArticleCategoryMappingEnhancer())));
  6847.         $a->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\AttributeGroupMappingEnhancer'] ?? ($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\AttributeGroupMappingEnhancer'] = new \Hartmann\Bundle\AppBundle\Doctrine\Enhancer\AttributeGroupMappingEnhancer())));
  6848.         $a->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\CategoryMappingEnhancer'] ?? ($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\CategoryMappingEnhancer'] = new \Hartmann\Bundle\AppBundle\Doctrine\Enhancer\CategoryMappingEnhancer())));
  6849.         $a->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\ContentMappingEnhancer'] ?? ($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\ContentMappingEnhancer'] = new \Hartmann\Bundle\AppBundle\Doctrine\Enhancer\ContentMappingEnhancer())));
  6850.         $a->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\ProductMappingEnhancer'] ?? ($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\ProductMappingEnhancer'] = new \Hartmann\Bundle\AppBundle\Doctrine\Enhancer\ProductMappingEnhancer())));
  6851.         $a->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\SectionMappingEnhancer'] ?? ($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\SectionMappingEnhancer'] = new \Hartmann\Bundle\AppBundle\Doctrine\Enhancer\SectionMappingEnhancer())));
  6852.         return $this->services['console.command.public_alias.Hitso\\Bundle\\CommonBundle\\Command\\EnhanceCommand'] = new \Hitso\Bundle\CommonBundle\Command\EnhanceCommand(new \Hitso\Bundle\CommonBundle\Helper\Process\ProcessHelper($this->getEnv('resolve:PHP_BIN_PATH'), \dirname(__DIR__4)), $a);
  6853.     }
  6854.     /**
  6855.      * Gets the public 'console.command.public_alias.Hitso\Bundle\CommonBundle\Command\LoadSystemDefaultsCommand' shared autowired service.
  6856.      *
  6857.      * @return \Hitso\Bundle\CommonBundle\Command\LoadSystemDefaultsCommand
  6858.      */
  6859.     protected function getLoadSystemDefaultsCommandService()
  6860.     {
  6861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6862.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Command/LoadSystemDefaultsCommand.php';
  6863.         return $this->services['console.command.public_alias.Hitso\\Bundle\\CommonBundle\\Command\\LoadSystemDefaultsCommand'] = new \Hitso\Bundle\CommonBundle\Command\LoadSystemDefaultsCommand(($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection'] ?? $this->getSiteCollectionService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configuration\\SystemConfiguratorCollection'] ?? $this->getSystemConfiguratorCollectionService()));
  6864.     }
  6865.     /**
  6866.      * Gets the public 'console.command.public_alias.Hitso\Bundle\ContentBundle\Command\CreateFakeArticlesCommand' shared autowired service.
  6867.      *
  6868.      * @return \Hitso\Bundle\ContentBundle\Command\CreateFakeArticlesCommand
  6869.      */
  6870.     protected function getCreateFakeArticlesCommandService()
  6871.     {
  6872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6873.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Command/CreateFakeArticlesCommand.php';
  6874.         return $this->services['console.command.public_alias.Hitso\\Bundle\\ContentBundle\\Command\\CreateFakeArticlesCommand'] = new \Hitso\Bundle\ContentBundle\Command\CreateFakeArticlesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection'] ?? $this->getSiteCollectionService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  6875.     }
  6876.     /**
  6877.      * Gets the public 'console.command.public_alias.Hitso\Bundle\ContentBundle\Command\EvaluateContentRankingCommand' shared autowired service.
  6878.      *
  6879.      * @return \Hitso\Bundle\ContentBundle\Command\EvaluateContentRankingCommand
  6880.      */
  6881.     protected function getEvaluateContentRankingCommandService()
  6882.     {
  6883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6884.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Command/EvaluateContentRankingCommand.php';
  6885.         return $this->services['console.command.public_alias.Hitso\\Bundle\\ContentBundle\\Command\\EvaluateContentRankingCommand'] = new \Hitso\Bundle\ContentBundle\Command\EvaluateContentRankingCommand(($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\ContentManager'] ?? $this->getContentManagerService()));
  6886.     }
  6887.     /**
  6888.      * Gets the public 'console.command.public_alias.Hitso\Bundle\ContentBundle\Command\ImportWordpressArticlesCommand' shared autowired service.
  6889.      *
  6890.      * @return \Hitso\Bundle\ContentBundle\Command\ImportWordpressArticlesCommand
  6891.      */
  6892.     protected function getImportWordpressArticlesCommandService()
  6893.     {
  6894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6895.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Command/ImportWordpressArticlesCommand.php';
  6896.         return $this->services['console.command.public_alias.Hitso\\Bundle\\ContentBundle\\Command\\ImportWordpressArticlesCommand'] = new \Hitso\Bundle\ContentBundle\Command\ImportWordpressArticlesCommand(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'] ?? $this->getFileManagerService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\DirectoryManager'] ?? $this->getDirectoryManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection'] ?? $this->getSiteCollectionService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()));
  6897.     }
  6898.     /**
  6899.      * Gets the public 'console.command.public_alias.Hitso\Bundle\SearchBundle\Command\ReindexCommand' shared autowired service.
  6900.      *
  6901.      * @return \Hitso\Bundle\SearchBundle\Command\ReindexCommand
  6902.      */
  6903.     protected function getReindexCommandService()
  6904.     {
  6905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6906.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Command/ReindexCommand.php';
  6907.         return $this->services['console.command.public_alias.Hitso\\Bundle\\SearchBundle\\Command\\ReindexCommand'] = new \Hitso\Bundle\SearchBundle\Command\ReindexCommand(($this->services['Hitso\\Bundle\\SearchBundle\\Service\\Search\\SearchTypeCollection'] ?? $this->getSearchTypeCollectionService()), ($this->privates['Hitso\\Bundle\\SearchBundle\\Manager\\SearchManager'] ?? $this->getSearchManagerService()), ($this->privates['Hitso\\Bundle\\SearchBundle\\Service\\ElasticSearch\\ElasticSearchAdapter'] ?? $this->getElasticSearchAdapterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6908.     }
  6909.     /**
  6910.      * Gets the public 'console.command.public_alias.Hitso\Bundle\TranslationBundle\Command\HitsoTranslationApplyCommand' shared autowired service.
  6911.      *
  6912.      * @return \Hitso\Bundle\TranslationBundle\Command\HitsoTranslationApplyCommand
  6913.      */
  6914.     protected function getHitsoTranslationApplyCommandService()
  6915.     {
  6916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6917.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Command/HitsoTranslationApplyCommand.php';
  6918.         return $this->services['console.command.public_alias.Hitso\\Bundle\\TranslationBundle\\Command\\HitsoTranslationApplyCommand'] = new \Hitso\Bundle\TranslationBundle\Command\HitsoTranslationApplyCommand(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['Hitso\\Bundle\\TranslationBundle\\Manager\\TranslationMessageManager'] ?? $this->getTranslationMessageManagerService()), ($this->privates['Hitso\\Bundle\\TranslationBundle\\Translation\\TranslationsManager'] ?? $this->getTranslationsManagerService()));
  6919.     }
  6920.     /**
  6921.      * Gets the public 'console.command.public_alias.Hitso\Bundle\TranslationBundle\Command\HitsoTranslationCleanCommand' shared autowired service.
  6922.      *
  6923.      * @return \Hitso\Bundle\TranslationBundle\Command\HitsoTranslationCleanCommand
  6924.      */
  6925.     protected function getHitsoTranslationCleanCommandService()
  6926.     {
  6927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6928.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Command/HitsoTranslationCleanCommand.php';
  6929.         return $this->services['console.command.public_alias.Hitso\\Bundle\\TranslationBundle\\Command\\HitsoTranslationCleanCommand'] = new \Hitso\Bundle\TranslationBundle\Command\HitsoTranslationCleanCommand(($this->privates['Hitso\\Bundle\\TranslationBundle\\Translation\\TranslationsManager'] ?? $this->getTranslationsManagerService()));
  6930.     }
  6931.     /**
  6932.      * Gets the public 'console.command.public_alias.Hitso\Bundle\TranslationBundle\Command\HitsoTranslationUpdateCommand' shared autowired service.
  6933.      *
  6934.      * @return \Hitso\Bundle\TranslationBundle\Command\HitsoTranslationUpdateCommand
  6935.      */
  6936.     protected function getHitsoTranslationUpdateCommandService()
  6937.     {
  6938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6939.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Command/HitsoTranslationUpdateCommand.php';
  6940.         return $this->services['console.command.public_alias.Hitso\\Bundle\\TranslationBundle\\Command\\HitsoTranslationUpdateCommand'] = new \Hitso\Bundle\TranslationBundle\Command\HitsoTranslationUpdateCommand(($this->privates['Hitso\\Bundle\\TranslationBundle\\Translation\\TranslationsManager'] ?? $this->getTranslationsManagerService()));
  6941.     }
  6942.     /**
  6943.      * Gets the public 'console.command.public_alias.Sonata\SeoBundle\Command\SitemapGeneratorCommand' shared service.
  6944.      *
  6945.      * @return \Sonata\SeoBundle\Command\SitemapGeneratorCommand
  6946.      */
  6947.     protected function getSitemapGeneratorCommandService()
  6948.     {
  6949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6950.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  6951.         include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Command/SitemapGeneratorCommand.php';
  6952.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Source/SourceIteratorInterface.php';
  6953.         include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Sitemap/SourceManager.php';
  6954.         return $this->services['console.command.public_alias.Sonata\\SeoBundle\\Command\\SitemapGeneratorCommand'] = new \Sonata\SeoBundle\Command\SitemapGeneratorCommand(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), new \Sonata\SeoBundle\Sitemap\SourceManager(), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  6955.     }
  6956.     /**
  6957.      * Gets the public 'console.command.public_alias.doctrine_cache.contains_command' shared service.
  6958.      *
  6959.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand
  6960.      */
  6961.     protected function getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService()
  6962.     {
  6963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6964.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  6965.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  6966.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/ContainsCommand.php';
  6967.         return $this->services['console.command.public_alias.doctrine_cache.contains_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand();
  6968.     }
  6969.     /**
  6970.      * Gets the public 'console.command.public_alias.doctrine_cache.delete_command' shared service.
  6971.      *
  6972.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand
  6973.      */
  6974.     protected function getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService()
  6975.     {
  6976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6977.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  6978.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  6979.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/DeleteCommand.php';
  6980.         return $this->services['console.command.public_alias.doctrine_cache.delete_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand();
  6981.     }
  6982.     /**
  6983.      * Gets the public 'console.command.public_alias.doctrine_cache.flush_command' shared service.
  6984.      *
  6985.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand
  6986.      */
  6987.     protected function getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService()
  6988.     {
  6989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6990.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  6991.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  6992.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/FlushCommand.php';
  6993.         return $this->services['console.command.public_alias.doctrine_cache.flush_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand();
  6994.     }
  6995.     /**
  6996.      * Gets the public 'console.command.public_alias.doctrine_cache.stats_command' shared service.
  6997.      *
  6998.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand
  6999.      */
  7000.     protected function getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService()
  7001.     {
  7002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7003.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  7004.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  7005.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/StatsCommand.php';
  7006.         return $this->services['console.command.public_alias.doctrine_cache.stats_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand();
  7007.     }
  7008.     /**
  7009.      * Gets the public 'console.command_loader' shared service.
  7010.      *
  7011.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  7012.      */
  7013.     protected function getConsole_CommandLoaderService()
  7014.     {
  7015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  7016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  7017.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7018.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates''Sentry\\SentryBundle\\Command\\SentryTestCommand''getSentryTestCommandService'false],
  7019.             'TheCodingMachine\\GraphQLite\\Bundle\\Command\\DumpSchemaCommand' => ['privates''TheCodingMachine\\GraphQLite\\Bundle\\Command\\DumpSchemaCommand''getDumpSchemaCommandService'false],
  7020.             'bazinga.jstranslation.dump_command' => ['services''bazinga.jstranslation.dump_command''getBazinga_Jstranslation_DumpCommandService'false],
  7021.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  7022.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  7023.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  7024.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  7025.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  7026.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  7027.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  7028.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  7029.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  7030.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  7031.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  7032.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  7033.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  7034.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  7035.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  7036.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  7037.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  7038.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  7039.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  7040.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  7041.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  7042.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  7043.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  7044.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  7045.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  7046.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  7047.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  7048.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  7049.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  7050.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  7051.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  7052.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  7053.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  7054.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  7055.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  7056.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  7057.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  7058.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  7059.             'doctrine.generate_entities_command' => ['privates''doctrine.generate_entities_command''getDoctrine_GenerateEntitiesCommandService'false],
  7060.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  7061.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  7062.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  7063.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  7064.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  7065.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  7066.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  7067.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  7068.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  7069.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  7070.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  7071.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  7072.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  7073.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  7074.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  7075.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  7076.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  7077.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  7078.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  7079.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  7080.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  7081.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  7082.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  7083.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  7084.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  7085.             '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],
  7086.             'jms_translation.command.extract' => ['privates''jms_translation.command.extract''getJmsTranslation_Command_ExtractService'false],
  7087.             'jms_translation.command.list_resources' => ['privates''jms_translation.command.list_resources''getJmsTranslation_Command_ListResourcesService'false],
  7088.             'liip_imagine.command.remove_cache_command' => ['services''liip_imagine.command.remove_cache_command''getLiipImagine_Command_RemoveCacheCommandService'false],
  7089.             'liip_imagine.command.resolve_cache_command' => ['services''liip_imagine.command.resolve_cache_command''getLiipImagine_Command_ResolveCacheCommandService'false],
  7090.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  7091.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  7092.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  7093.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  7094.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  7095.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  7096.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  7097.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  7098.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  7099.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  7100.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  7101.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  7102.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  7103.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  7104.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  7105.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  7106.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  7107.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  7108.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  7109.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  7110.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  7111.             'scheduler.command.scheduled_task' => ['privates''scheduler.command.scheduled_task''getScheduler_Command_ScheduledTaskService'false],
  7112.             'scheduler.command.scheduled_task_list' => ['privates''scheduler.command.scheduled_task_list''getScheduler_Command_ScheduledTaskListService'false],
  7113.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  7114.             'snc_redis.command.flush_all' => ['privates''snc_redis.command.flush_all''getSncRedis_Command_FlushAllService'false],
  7115.             'snc_redis.command.flush_db' => ['privates''snc_redis.command.flush_db''getSncRedis_Command_FlushDbService'false],
  7116.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  7117.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  7118.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  7119.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  7120.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  7121.         ], [
  7122.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  7123.             'TheCodingMachine\\GraphQLite\\Bundle\\Command\\DumpSchemaCommand' => 'TheCodingMachine\\GraphQLite\\Bundle\\Command\\DumpSchemaCommand',
  7124.             'bazinga.jstranslation.dump_command' => 'Bazinga\\Bundle\\JsTranslationBundle\\Command\\DumpCommand',
  7125.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  7126.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  7127.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  7128.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  7129.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  7130.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  7131.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  7132.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  7133.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  7134.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  7135.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  7136.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  7137.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  7138.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  7139.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  7140.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  7141.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  7142.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  7143.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  7144.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  7145.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  7146.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  7147.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  7148.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  7149.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  7150.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  7151.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  7152.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  7153.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  7154.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  7155.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  7156.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  7157.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  7158.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  7159.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  7160.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  7161.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  7162.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  7163.             'doctrine.generate_entities_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\GenerateEntitiesDoctrineCommand',
  7164.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  7165.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  7166.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  7167.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  7168.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  7169.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  7170.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  7171.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  7172.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  7173.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  7174.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  7175.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  7176.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  7177.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  7178.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  7179.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  7180.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  7181.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  7182.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  7183.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  7184.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  7185.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  7186.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  7187.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  7188.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  7189.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'Hautelook\\AliceBundle\\Console\\Command\\Doctrine\\DoctrineOrmLoadDataFixturesCommand',
  7190.             'jms_translation.command.extract' => 'JMS\\TranslationBundle\\Command\\ExtractTranslationCommand',
  7191.             'jms_translation.command.list_resources' => 'JMS\\TranslationBundle\\Command\\ResourcesListCommand',
  7192.             'liip_imagine.command.remove_cache_command' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  7193.             'liip_imagine.command.resolve_cache_command' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  7194.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7195.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7196.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7197.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7198.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7199.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7200.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7201.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7202.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7203.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7204.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7205.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7206.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7207.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7208.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7209.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7210.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7211.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7212.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7213.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7214.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  7215.             'scheduler.command.scheduled_task' => 'Goksagun\\SchedulerBundle\\Command\\ScheduledTaskCommand',
  7216.             'scheduler.command.scheduled_task_list' => 'Goksagun\\SchedulerBundle\\Command\\ScheduledTaskListCommand',
  7217.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  7218.             'snc_redis.command.flush_all' => 'Snc\\RedisBundle\\Command\\RedisFlushallCommand',
  7219.             'snc_redis.command.flush_db' => 'Snc\\RedisBundle\\Command\\RedisFlushdbCommand',
  7220.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  7221.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  7222.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  7223.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  7224.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  7225.         ]), ['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:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''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''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:database:import' => 'doctrine.database_import_command''doctrine:generate:entities' => 'doctrine.generate_entities_command''doctrine:query:sql' => 'doctrine.query_sql_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:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''security:encode-password' => 'security.command.user_password_encoder''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''fos:user:activate' => 'fos_user.command.activate_user''fos:user:change-password' => 'fos_user.command.change_password''fos:user:create' => 'fos_user.command.create_user''fos:user:deactivate' => 'fos_user.command.deactivate_user''fos:user:demote' => 'fos_user.command.demote_user''fos:user:promote' => 'fos_user.command.promote_user''liip:imagine:cache:remove' => 'liip_imagine.command.remove_cache_command''liip:imagine:cache:resolve' => 'liip_imagine.command.resolve_cache_command''sentry:test' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand''redis:flushall' => 'snc_redis.command.flush_all''redis:flushdb' => 'snc_redis.command.flush_db''bazinga:js-translation:dump' => 'bazinga.jstranslation.dump_command''translation:extract' => 'jms_translation.command.extract''translation:list-resources' => 'jms_translation.command.list_resources''scheduler:run' => 'scheduler.command.scheduled_task''scheduler:list' => 'scheduler.command.scheduled_task_list''hautelook:fixtures:load' => 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command''graphqlite:dump-schema' => 'TheCodingMachine\\GraphQLite\\Bundle\\Command\\DumpSchemaCommand''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']);
  7226.     }
  7227.     /**
  7228.      * Gets the public 'container.env_var_processors_locator' shared service.
  7229.      *
  7230.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7231.      */
  7232.     protected function getContainer_EnvVarProcessorsLocatorService()
  7233.     {
  7234.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7235.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7236.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7237.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7238.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7239.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7240.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7241.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7242.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7243.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7244.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7245.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7246.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7247.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7248.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7249.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7250.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7251.         ], [
  7252.             'base64' => '?',
  7253.             'bool' => '?',
  7254.             'const' => '?',
  7255.             'csv' => '?',
  7256.             'default' => '?',
  7257.             'file' => '?',
  7258.             'float' => '?',
  7259.             'int' => '?',
  7260.             'json' => '?',
  7261.             'key' => '?',
  7262.             'query_string' => '?',
  7263.             'require' => '?',
  7264.             'resolve' => '?',
  7265.             'string' => '?',
  7266.             'trim' => '?',
  7267.             'url' => '?',
  7268.         ]);
  7269.     }
  7270.     /**
  7271.      * Gets the public 'doctrine' shared service.
  7272.      *
  7273.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  7274.      */
  7275.     protected function getDoctrineService()
  7276.     {
  7277.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  7278.     }
  7279.     /**
  7280.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  7281.      *
  7282.      * @return \Doctrine\DBAL\Connection
  7283.      */
  7284.     protected function getDoctrine_Dbal_DefaultConnectionService()
  7285.     {
  7286.         $a = new \Doctrine\DBAL\Configuration();
  7287.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  7288.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  7289.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7290.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7291.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  7292.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  7293.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  7294.         $a->setSQLLogger($b);
  7295.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7296.             'Hitso\\Bundle\\CatalogBundle\\EventListener\\ChangeLogEventListener' => ['privates''Hitso\\Bundle\\CatalogBundle\\EventListener\\ChangeLogEventListener''getChangeLogEventListenerService'false],
  7297.             'Hitso\\Bundle\\CatalogBundle\\EventListener\\ProductEventListener' => ['privates''Hitso\\Bundle\\CatalogBundle\\EventListener\\ProductEventListener''getProductEventListenerService'false],
  7298.             'Hitso\\Bundle\\CommonBundle\\Doctrine\\EventSubscriber\\ChangeLogEventSubscriber' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\EventSubscriber\\ChangeLogEventSubscriber''getChangeLogEventSubscriberService'false],
  7299.             'Hitso\\Bundle\\CommonBundle\\Doctrine\\EventSubscriber\\ClassMetadataEventSubscriber' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\EventSubscriber\\ClassMetadataEventSubscriber''getClassMetadataEventSubscriberService'false],
  7300.             'Hitso\\Bundle\\CommonBundle\\Doctrine\\EventSubscriber\\VersionEventSubscriber' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\EventSubscriber\\VersionEventSubscriber''getVersionEventSubscriberService'false],
  7301.             'Hitso\\Bundle\\CommonBundle\\EventListener\\CrudLogListener' => ['privates''Hitso\\Bundle\\CommonBundle\\EventListener\\CrudLogListener''getCrudLogListenerService'false],
  7302.             'Hitso\\Bundle\\ContentBundle\\EventListener\\ChangeLogEventListener' => ['privates''Hitso\\Bundle\\ContentBundle\\EventListener\\ChangeLogEventListener''getChangeLogEventListener2Service'false],
  7303.             'Hitso\\Bundle\\ContentBundle\\EventListener\\ContentDetectorListener' => ['privates''Hitso\\Bundle\\ContentBundle\\EventListener\\ContentDetectorListener''getContentDetectorListenerService'false],
  7304.             'Hitso\\Bundle\\FileManagerBundle\\EventListener\\DoctrineListener' => ['services''Hitso\\Bundle\\FileManagerBundle\\EventListener\\DoctrineListener''getDoctrineListenerService'false],
  7305.             'Hitso\\Bundle\\FormBundle\\EventListener\\FileCollectionListener' => ['privates''Hitso\\Bundle\\FormBundle\\EventListener\\FileCollectionListener''getFileCollectionListenerService'false],
  7306.             'Hitso\\Bundle\\MultiSiteBundle\\EventListener\\SiteIdAnnotationListener' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\EventListener\\SiteIdAnnotationListener''getSiteIdAnnotationListenerService'false],
  7307.             'Hitso\\Bundle\\RoutingBundle\\Doctrine\\EventSubscriber\\RoutableSubscriber' => ['privates''Hitso\\Bundle\\RoutingBundle\\Doctrine\\EventSubscriber\\RoutableSubscriber''getRoutableSubscriberService'false],
  7308.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  7309.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  7310.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  7311.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  7312.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'false],
  7313.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'false],
  7314.             'stof_doctrine_extensions.listener.sortable' => ['privates''stof_doctrine_extensions.listener.sortable''getStofDoctrineExtensions_Listener_SortableService'false],
  7315.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'false],
  7316.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'false],
  7317.         ], [
  7318.             'Hitso\\Bundle\\CatalogBundle\\EventListener\\ChangeLogEventListener' => '?',
  7319.             'Hitso\\Bundle\\CatalogBundle\\EventListener\\ProductEventListener' => '?',
  7320.             'Hitso\\Bundle\\CommonBundle\\Doctrine\\EventSubscriber\\ChangeLogEventSubscriber' => '?',
  7321.             'Hitso\\Bundle\\CommonBundle\\Doctrine\\EventSubscriber\\ClassMetadataEventSubscriber' => '?',
  7322.             'Hitso\\Bundle\\CommonBundle\\Doctrine\\EventSubscriber\\VersionEventSubscriber' => '?',
  7323.             'Hitso\\Bundle\\CommonBundle\\EventListener\\CrudLogListener' => '?',
  7324.             'Hitso\\Bundle\\ContentBundle\\EventListener\\ChangeLogEventListener' => '?',
  7325.             'Hitso\\Bundle\\ContentBundle\\EventListener\\ContentDetectorListener' => '?',
  7326.             'Hitso\\Bundle\\FileManagerBundle\\EventListener\\DoctrineListener' => '?',
  7327.             'Hitso\\Bundle\\FormBundle\\EventListener\\FileCollectionListener' => '?',
  7328.             'Hitso\\Bundle\\MultiSiteBundle\\EventListener\\SiteIdAnnotationListener' => '?',
  7329.             'Hitso\\Bundle\\RoutingBundle\\Doctrine\\EventSubscriber\\RoutableSubscriber' => '?',
  7330.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  7331.             'fos_user.user_listener' => '?',
  7332.             'stof_doctrine_extensions.listener.blameable' => '?',
  7333.             'stof_doctrine_extensions.listener.loggable' => '?',
  7334.             'stof_doctrine_extensions.listener.sluggable' => '?',
  7335.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  7336.             'stof_doctrine_extensions.listener.sortable' => '?',
  7337.             'stof_doctrine_extensions.listener.timestampable' => '?',
  7338.             'stof_doctrine_extensions.listener.tree' => '?',
  7339.         ]), [=> 'Hitso\\Bundle\\CommonBundle\\Doctrine\\EventSubscriber\\VersionEventSubscriber'=> 'fos_user.user_listener'=> 'stof_doctrine_extensions.listener.sortable'=> 'stof_doctrine_extensions.listener.timestampable'=> 'stof_doctrine_extensions.listener.sluggable'=> 'stof_doctrine_extensions.listener.softdeleteable'=> 'stof_doctrine_extensions.listener.blameable'=> 'stof_doctrine_extensions.listener.tree'=> 'Hitso\\Bundle\\CommonBundle\\Doctrine\\EventSubscriber\\ClassMetadataEventSubscriber'=> 'Hitso\\Bundle\\CommonBundle\\Doctrine\\EventSubscriber\\ChangeLogEventSubscriber'10 => 'Hitso\\Bundle\\RoutingBundle\\Doctrine\\EventSubscriber\\RoutableSubscriber'11 => 'stof_doctrine_extensions.listener.loggable']);
  7340.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  7341.         $d->addEventListener([=> 'postPersist'], 'Hitso\\Bundle\\CommonBundle\\EventListener\\CrudLogListener');
  7342.         $d->addEventListener([=> 'postUpdate'], 'Hitso\\Bundle\\CommonBundle\\EventListener\\CrudLogListener');
  7343.         $d->addEventListener([=> 'preRemove'], 'Hitso\\Bundle\\CommonBundle\\EventListener\\CrudLogListener');
  7344.         $d->addEventListener([=> 'postFlush'], 'Hitso\\Bundle\\CommonBundle\\EventListener\\CrudLogListener');
  7345.         $d->addEventListener([=> 'prePersist'], 'Hitso\\Bundle\\CatalogBundle\\EventListener\\ChangeLogEventListener');
  7346.         $d->addEventListener([=> 'prePersist'], 'Hitso\\Bundle\\CatalogBundle\\EventListener\\ProductEventListener');
  7347.         $d->addEventListener([=> 'preUpdate'], 'Hitso\\Bundle\\CatalogBundle\\EventListener\\ProductEventListener');
  7348.         $d->addEventListener([=> 'onFlush'], 'Hitso\\Bundle\\FileManagerBundle\\EventListener\\DoctrineListener');
  7349.         $d->addEventListener([=> 'postUpdate'], 'Hitso\\Bundle\\FileManagerBundle\\EventListener\\DoctrineListener');
  7350.         $d->addEventListener([=> 'onFlush'], 'Hitso\\Bundle\\FormBundle\\EventListener\\FileCollectionListener');
  7351.         $d->addEventListener([=> 'prePersist'], 'Hitso\\Bundle\\MultiSiteBundle\\EventListener\\SiteIdAnnotationListener');
  7352.         $d->addEventListener([=> 'prePersist'], 'Hitso\\Bundle\\ContentBundle\\EventListener\\ChangeLogEventListener');
  7353.         $d->addEventListener([=> 'prePersist'], 'Hitso\\Bundle\\ContentBundle\\EventListener\\ContentDetectorListener');
  7354.         $d->addEventListener([=> 'preUpdate'], 'Hitso\\Bundle\\ContentBundle\\EventListener\\ContentDetectorListener');
  7355.         $d->addEventListener([=> 'postFlush'], 'Hitso\\Bundle\\ContentBundle\\EventListener\\ContentDetectorListener');
  7356.         $this->services['doctrine.dbal.default_connection'] = $instance = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8mb4''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.6''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$d, ['enum' => 'string']);
  7357.         (new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator(new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())))))->configure($instance);
  7358.         return $instance;
  7359.     }
  7360.     /**
  7361.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  7362.      *
  7363.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  7364.      */
  7365.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  7366.     {
  7367.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7368.             'Hitso\\Bundle\\CommonBundle\\EventListener\\UserLogListener' => ['privates''Hitso\\Bundle\\CommonBundle\\EventListener\\UserLogListener''getUserLogListenerService'false],
  7369.         ], [
  7370.             'Hitso\\Bundle\\CommonBundle\\EventListener\\UserLogListener' => '?',
  7371.         ]));
  7372.         $instance->registerService('Hitso\\Bundle\\CommonBundle\\EventListener\\UserLogListener''Hitso\\Bundle\\CommonBundle\\EventListener\\UserLogListener');
  7373.         return $instance;
  7374.     }
  7375.     /**
  7376.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  7377.      *
  7378.      * @return \Doctrine\ORM\EntityManager
  7379.      */
  7380.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  7381.     {
  7382.         $a = new \Doctrine\ORM\Configuration();
  7383.         $b = new \Doctrine\ORM\Cache\CacheConfiguration();
  7384.         $c = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  7385.         $c->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  7386.         $d = new \Doctrine\ORM\Cache\RegionsConfiguration(8640060);
  7387.         $e = ($this->services['doctrine_cache.providers.file_system'] ?? ($this->services['doctrine_cache.providers.file_system'] = new \Doctrine\Common\Cache\FilesystemCache(($this->targetDir.''.'/doctrine/cache/file_system'), NULL2)));
  7388.         $b->setCacheLogger($c);
  7389.         $b->setCacheFactory(new \Doctrine\ORM\Cache\DefaultCacheFactory($d$e));
  7390.         $b->setRegionsConfiguration($d);
  7391.         $f = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  7392.         $g = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity'), => (\dirname(__DIR__4).'/vendor/goksagun/scheduler-bundle/Entity')]);
  7393.         $h = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/vendor/anyx/login-gate-bundle/Resources/config/doctrine') => 'Anyx\\LoginGateBundle\\Entity', (\dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\AdminBundle\\Entity', (\dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\CommonBundle\\Entity', (\dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\CatalogBundle\\Entity', (\dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\FileManagerBundle\\Entity', (\dirname(__DIR__4).'/src/Hitso/Bundle/RoutingBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\RoutingBundle\\Entity', (\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\ContentBundle\\Entity', (\dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\SeoBundle\\Entity', (\dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\BlocksBundle\\Entity', (\dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\NavigationBundle\\Entity', (\dirname(__DIR__4).'/src/Hitso/Bundle/NewsletterBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\NewsletterBundle\\Entity', (\dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\SectionBundle\\Entity', (\dirname(__DIR__4).'/src/Hitso/Bundle/TicketsBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\TicketsBundle\\Entity', (\dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\TranslationBundle\\Entity', (\dirname(__DIR__4).'/src/Hitso/Bundle/QABundle/Resources/config/doctrine') => 'Hitso\\Bundle\\QABundle\\Entity', (\dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\ProbeBundle\\Entity', (\dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\SearchBundle\\Entity', (\dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\TaggingBundle\\Entity', (\dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Resources/config/doctrine') => 'Hartmann\\Bundle\\AppBundle\\Entity']);
  7394.         $h->setGlobalBasename('mapping');
  7395.         $f->addDriver($g'Gedmo\\Loggable\\Entity');
  7396.         $f->addDriver($g'Gedmo\\Tree\\Entity');
  7397.         $f->addDriver($g'Goksagun\\SchedulerBundle\\Entity');
  7398.         $f->addDriver($h'Anyx\\LoginGateBundle\\Entity');
  7399.         $f->addDriver($h'Hitso\\Bundle\\AdminBundle\\Entity');
  7400.         $f->addDriver($h'Hitso\\Bundle\\CommonBundle\\Entity');
  7401.         $f->addDriver($h'Hitso\\Bundle\\CatalogBundle\\Entity');
  7402.         $f->addDriver($h'Hitso\\Bundle\\FileManagerBundle\\Entity');
  7403.         $f->addDriver($h'Hitso\\Bundle\\RoutingBundle\\Entity');
  7404.         $f->addDriver($h'Hitso\\Bundle\\ContentBundle\\Entity');
  7405.         $f->addDriver($h'Hitso\\Bundle\\SeoBundle\\Entity');
  7406.         $f->addDriver($h'Hitso\\Bundle\\BlocksBundle\\Entity');
  7407.         $f->addDriver($h'Hitso\\Bundle\\NavigationBundle\\Entity');
  7408.         $f->addDriver($h'Hitso\\Bundle\\NewsletterBundle\\Entity');
  7409.         $f->addDriver($h'Hitso\\Bundle\\SectionBundle\\Entity');
  7410.         $f->addDriver($h'Hitso\\Bundle\\TicketsBundle\\Entity');
  7411.         $f->addDriver($h'Hitso\\Bundle\\TranslationBundle\\Entity');
  7412.         $f->addDriver($h'Hitso\\Bundle\\QABundle\\Entity');
  7413.         $f->addDriver($h'Hitso\\Bundle\\ProbeBundle\\Entity');
  7414.         $f->addDriver($h'Hitso\\Bundle\\SearchBundle\\Entity');
  7415.         $f->addDriver($h'Hitso\\Bundle\\TaggingBundle\\Entity');
  7416.         $f->addDriver($h'Hartmann\\Bundle\\AppBundle\\Entity');
  7417.         $f->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  7418.         $a->setEntityNamespaces(['GedmoLoggable' => 'Gedmo\\Loggable\\Entity''GedmoTree' => 'Gedmo\\Tree\\Entity''LoginGateBundle' => 'Anyx\\LoginGateBundle\\Entity''SchedulerBundle' => 'Goksagun\\SchedulerBundle\\Entity''HitsoAdminBundle' => 'Hitso\\Bundle\\AdminBundle\\Entity''HitsoCommonBundle' => 'Hitso\\Bundle\\CommonBundle\\Entity''HitsoCatalogBundle' => 'Hitso\\Bundle\\CatalogBundle\\Entity''HitsoFileManagerBundle' => 'Hitso\\Bundle\\FileManagerBundle\\Entity''HitsoRoutingBundle' => 'Hitso\\Bundle\\RoutingBundle\\Entity''HitsoContentBundle' => 'Hitso\\Bundle\\ContentBundle\\Entity''HitsoSeoBundle' => 'Hitso\\Bundle\\SeoBundle\\Entity''HitsoBlocksBundle' => 'Hitso\\Bundle\\BlocksBundle\\Entity''HitsoNavigationBundle' => 'Hitso\\Bundle\\NavigationBundle\\Entity''HitsoNewsletterBundle' => 'Hitso\\Bundle\\NewsletterBundle\\Entity''HitsoSectionBundle' => 'Hitso\\Bundle\\SectionBundle\\Entity''HitsoTicketsBundle' => 'Hitso\\Bundle\\TicketsBundle\\Entity''HitsoTranslationBundle' => 'Hitso\\Bundle\\TranslationBundle\\Entity''HitsoQABundle' => 'Hitso\\Bundle\\QABundle\\Entity''HitsoProbeBundle' => 'Hitso\\Bundle\\ProbeBundle\\Entity''HitsoSearchBundle' => 'Hitso\\Bundle\\SearchBundle\\Entity''HitsoTaggingBundle' => 'Hitso\\Bundle\\TaggingBundle\\Entity''HartmannAppBundle' => 'Hartmann\\Bundle\\AppBundle\\Entity']);
  7419.         $a->setSecondLevelCacheEnabled(true);
  7420.         $a->setSecondLevelCacheConfiguration($b);
  7421.         $a->setMetadataCacheImpl($e);
  7422.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService())));
  7423.         $a->setResultCacheImpl($e);
  7424.         $a->setMetadataDriverImpl($f);
  7425.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  7426.         $a->setProxyNamespace('Proxies');
  7427.         $a->setAutoGenerateProxyClasses(true);
  7428.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  7429.         $a->setDefaultRepositoryClassName('Hitso\\Bundle\\CommonBundle\\Doctrine\\Repository\\EntityRepository');
  7430.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  7431.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  7432.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  7433.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7434.             'Hartmann\\Bundle\\AppBundle\\Repository\\CategoryAttributeRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\CategoryAttributeRepository''getCategoryAttributeRepositoryService'false],
  7435.             'Hartmann\\Bundle\\AppBundle\\Repository\\CompanyReferenceRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\CompanyReferenceRepository''getCompanyReferenceRepositoryService'false],
  7436.             'Hartmann\\Bundle\\AppBundle\\Repository\\DimensionsRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\DimensionsRepository''getDimensionsRepositoryService'false],
  7437.             'Hartmann\\Bundle\\AppBundle\\Repository\\FaqAnswerRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\FaqAnswerRepository''getFaqAnswerRepositoryService'false],
  7438.             'Hartmann\\Bundle\\AppBundle\\Repository\\FaqCategoryRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\FaqCategoryRepository''getFaqCategoryRepositoryService'false],
  7439.             'Hartmann\\Bundle\\AppBundle\\Repository\\InformationRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\InformationRepository''getInformationRepositoryService'false],
  7440.             'Hartmann\\Bundle\\AppBundle\\Repository\\InstructionCategoryRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\InstructionCategoryRepository''getInstructionCategoryRepositoryService'false],
  7441.             'Hartmann\\Bundle\\AppBundle\\Repository\\InstructionRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\InstructionRepository''getInstructionRepositoryService'false],
  7442.             'Hartmann\\Bundle\\AppBundle\\Repository\\MarketCategoryRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\MarketCategoryRepository''getMarketCategoryRepositoryService'false],
  7443.             'Hartmann\\Bundle\\AppBundle\\Repository\\MarketRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\MarketRepository''getMarketRepositoryService'false],
  7444.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductFireResistanceGroupRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\ProductFireResistanceGroupRepository''getProductFireResistanceGroupRepositoryService'false],
  7445.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductFireResistanceRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\ProductFireResistanceRepository''getProductFireResistanceRepositoryService'false],
  7446.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductInsuranceSecurityClassRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\ProductInsuranceSecurityClassRepository''getProductInsuranceSecurityClassRepositoryService'false],
  7447.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductInsuranceSecurityRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\ProductInsuranceSecurityRepository''getProductInsuranceSecurityRepositoryService'false],
  7448.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductSafeLockRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\ProductSafeLockRepository''getProductSafeLockRepositoryService'false],
  7449.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductSecurityClassFeatureRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\ProductSecurityClassFeatureRepository''getProductSecurityClassFeatureRepositoryService'false],
  7450.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductSecurityClassGroupRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\ProductSecurityClassGroupRepository''getProductSecurityClassGroupRepositoryService'false],
  7451.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductSecurityClassRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\ProductSecurityClassRepository''getProductSecurityClassRepositoryService'false],
  7452.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductSerieRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\ProductSerieRepository''getProductSerieRepositoryService'false],
  7453.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductSizeRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\ProductSizeRepository''getProductSizeRepositoryService'false],
  7454.             'Hartmann\\Bundle\\AppBundle\\Repository\\PublicationRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\PublicationRepository''getPublicationRepositoryService'false],
  7455.             'Hartmann\\Bundle\\AppBundle\\Repository\\SloganRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\SloganRepository''getSloganRepositoryService'false],
  7456.             'Hartmann\\Bundle\\AppBundle\\Repository\\WhatToLookForBlockRepository' => ['privates''Hartmann\\Bundle\\AppBundle\\Repository\\WhatToLookForBlockRepository''getWhatToLookForBlockRepositoryService'false],
  7457.             'Hitso\\Bundle\\BlocksBundle\\Repository\\BlockRepository' => ['privates''Hitso\\Bundle\\BlocksBundle\\Repository\\BlockRepository''getBlockRepositoryService'false],
  7458.             'Hitso\\Bundle\\CatalogBundle\\Repository\\AttributeGroupRepository' => ['privates''Hitso\\Bundle\\CatalogBundle\\Repository\\AttributeGroupRepository''getAttributeGroupRepositoryService'false],
  7459.             'Hitso\\Bundle\\CatalogBundle\\Repository\\AttributeRepository' => ['privates''Hitso\\Bundle\\CatalogBundle\\Repository\\AttributeRepository''getAttributeRepositoryService'false],
  7460.             'Hitso\\Bundle\\CatalogBundle\\Repository\\BrandRepository' => ['privates''Hitso\\Bundle\\CatalogBundle\\Repository\\BrandRepository''getBrandRepositoryService'false],
  7461.             'Hitso\\Bundle\\CatalogBundle\\Repository\\CategoryPageSectionRepository' => ['privates''Hitso\\Bundle\\CatalogBundle\\Repository\\CategoryPageSectionRepository''getCategoryPageSectionRepositoryService'false],
  7462.             'Hitso\\Bundle\\CatalogBundle\\Repository\\CategoryRepository' => ['privates''Hitso\\Bundle\\CatalogBundle\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  7463.             'Hitso\\Bundle\\CatalogBundle\\Repository\\CategoryRouteRepository' => ['privates''Hitso\\Bundle\\CatalogBundle\\Repository\\CategoryRouteRepository''getCategoryRouteRepositoryService'false],
  7464.             'Hitso\\Bundle\\CatalogBundle\\Repository\\ProductAttributeRepository' => ['privates''Hitso\\Bundle\\CatalogBundle\\Repository\\ProductAttributeRepository''getProductAttributeRepositoryService'false],
  7465.             'Hitso\\Bundle\\CatalogBundle\\Repository\\ProductPageSectionRepository' => ['privates''Hitso\\Bundle\\CatalogBundle\\Repository\\ProductPageSectionRepository''getProductPageSectionRepositoryService'false],
  7466.             'Hitso\\Bundle\\CatalogBundle\\Repository\\ProductRepository' => ['privates''Hitso\\Bundle\\CatalogBundle\\Repository\\ProductRepository''getProductRepositoryService'false],
  7467.             'Hitso\\Bundle\\CatalogBundle\\Repository\\ProductReviewRepository' => ['privates''Hitso\\Bundle\\CatalogBundle\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'false],
  7468.             'Hitso\\Bundle\\CatalogBundle\\Repository\\ProductRouteRepository' => ['privates''Hitso\\Bundle\\CatalogBundle\\Repository\\ProductRouteRepository''getProductRouteRepositoryService'false],
  7469.             'Hitso\\Bundle\\CatalogBundle\\Repository\\TaxRateRepository' => ['privates''Hitso\\Bundle\\CatalogBundle\\Repository\\TaxRateRepository''getTaxRateRepositoryService'false],
  7470.             'Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository' => ['privates''Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository''getChangeLogRepositoryService'false],
  7471.             'Hitso\\Bundle\\CommonBundle\\Repository\\CronLogRepository' => ['privates''Hitso\\Bundle\\CommonBundle\\Repository\\CronLogRepository''getCronLogRepositoryService'false],
  7472.             'Hitso\\Bundle\\CommonBundle\\Repository\\LikesRepository' => ['privates''Hitso\\Bundle\\CommonBundle\\Repository\\LikesRepository''getLikesRepositoryService'false],
  7473.             'Hitso\\Bundle\\CommonBundle\\Repository\\ReviewRepository' => ['privates''Hitso\\Bundle\\CommonBundle\\Repository\\ReviewRepository''getReviewRepositoryService'false],
  7474.             'Hitso\\Bundle\\CommonBundle\\Repository\\SystemConfigurationRepository' => ['privates''Hitso\\Bundle\\CommonBundle\\Repository\\SystemConfigurationRepository''getSystemConfigurationRepositoryService'false],
  7475.             'Hitso\\Bundle\\CommonBundle\\Repository\\UserConnectionRepository' => ['privates''Hitso\\Bundle\\CommonBundle\\Repository\\UserConnectionRepository''getUserConnectionRepositoryService'false],
  7476.             'Hitso\\Bundle\\CommonBundle\\Repository\\UserLogEntryRepository' => ['privates''Hitso\\Bundle\\CommonBundle\\Repository\\UserLogEntryRepository''getUserLogEntryRepositoryService'false],
  7477.             'Hitso\\Bundle\\CommonBundle\\Repository\\UserRepository' => ['privates''Hitso\\Bundle\\CommonBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  7478.             'Hitso\\Bundle\\CommonBundle\\Repository\\VisitLogRepository' => ['privates''Hitso\\Bundle\\CommonBundle\\Repository\\VisitLogRepository''getVisitLogRepositoryService'false],
  7479.             'Hitso\\Bundle\\ContentBundle\\Repository\\ArticleCategoryRepository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\ArticleCategoryRepository''getArticleCategoryRepositoryService'false],
  7480.             'Hitso\\Bundle\\ContentBundle\\Repository\\ArticleRepository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\ArticleRepository''getArticleRepositoryService'false],
  7481.             'Hitso\\Bundle\\ContentBundle\\Repository\\ArticleReviewRepository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\ArticleReviewRepository''getArticleReviewRepositoryService'false],
  7482.             'Hitso\\Bundle\\ContentBundle\\Repository\\AuthorRepository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\AuthorRepository''getAuthorRepositoryService'false],
  7483.             'Hitso\\Bundle\\ContentBundle\\Repository\\BannerRepository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\BannerRepository''getBannerRepositoryService'false],
  7484.             'Hitso\\Bundle\\ContentBundle\\Repository\\CategoryRepository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\CategoryRepository''getCategoryRepository2Service'false],
  7485.             'Hitso\\Bundle\\ContentBundle\\Repository\\CommentRepository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\CommentRepository''getCommentRepositoryService'false],
  7486.             'Hitso\\Bundle\\ContentBundle\\Repository\\ContentAuthorRepository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\ContentAuthorRepository''getContentAuthorRepositoryService'false],
  7487.             'Hitso\\Bundle\\ContentBundle\\Repository\\ContentRepository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\ContentRepository''getContentRepositoryService'false],
  7488.             'Hitso\\Bundle\\ContentBundle\\Repository\\ElementImageRepository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\ElementImageRepository''getElementImageRepositoryService'false],
  7489.             'Hitso\\Bundle\\ContentBundle\\Repository\\ElementRepository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\ElementRepository''getElementRepositoryService'false],
  7490.             'Hitso\\Bundle\\ContentBundle\\Repository\\PageRepository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\PageRepository''getPageRepositoryService'false],
  7491.             'Hitso\\Bundle\\ContentBundle\\Repository\\ParagraphRepository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\ParagraphRepository''getParagraphRepositoryService'false],
  7492.             'Hitso\\Bundle\\ContentBundle\\Repository\\RateRepository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\RateRepository''getRateRepositoryService'false],
  7493.             'Hitso\\Bundle\\ContentBundle\\Repository\\SlideRepository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\SlideRepository''getSlideRepositoryService'false],
  7494.             'Hitso\\Bundle\\ContentBundle\\Repository\\StatRepository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\StatRepository''getStatRepositoryService'false],
  7495.             'Hitso\\Bundle\\FileManagerBundle\\Repository\\DirectoryRepository' => ['services''Hitso\\Bundle\\FileManagerBundle\\Repository\\DirectoryRepository''getDirectoryRepositoryService'false],
  7496.             'Hitso\\Bundle\\FileManagerBundle\\Repository\\DisposableLinkRepository' => ['services''Hitso\\Bundle\\FileManagerBundle\\Repository\\DisposableLinkRepository''getDisposableLinkRepositoryService'false],
  7497.             'Hitso\\Bundle\\FileManagerBundle\\Repository\\FileHotspotRepository' => ['services''Hitso\\Bundle\\FileManagerBundle\\Repository\\FileHotspotRepository''getFileHotspotRepositoryService'false],
  7498.             'Hitso\\Bundle\\FileManagerBundle\\Repository\\FileRepository' => ['services''Hitso\\Bundle\\FileManagerBundle\\Repository\\FileRepository''getFileRepositoryService'false],
  7499.             'Hitso\\Bundle\\FileManagerBundle\\Repository\\FileStatRepository' => ['services''Hitso\\Bundle\\FileManagerBundle\\Repository\\FileStatRepository''getFileStatRepositoryService'false],
  7500.             'Hitso\\Bundle\\NavigationBundle\\Repository\\MenuItemRepository' => ['privates''Hitso\\Bundle\\NavigationBundle\\Repository\\MenuItemRepository''getMenuItemRepositoryService'false],
  7501.             'Hitso\\Bundle\\NewsletterBundle\\Repository\\SubscriberRepository' => ['privates''Hitso\\Bundle\\NewsletterBundle\\Repository\\SubscriberRepository''getSubscriberRepositoryService'false],
  7502.             'Hitso\\Bundle\\ProbeBundle\\Repository\\ProbeOptionRepository' => ['privates''Hitso\\Bundle\\ProbeBundle\\Repository\\ProbeOptionRepository''getProbeOptionRepositoryService'false],
  7503.             'Hitso\\Bundle\\ProbeBundle\\Repository\\ProbeRepository' => ['privates''Hitso\\Bundle\\ProbeBundle\\Repository\\ProbeRepository''getProbeRepositoryService'false],
  7504.             'Hitso\\Bundle\\QABundle\\Repository\\AnswerRepository' => ['privates''Hitso\\Bundle\\QABundle\\Repository\\AnswerRepository''getAnswerRepositoryService'false],
  7505.             'Hitso\\Bundle\\QABundle\\Repository\\QuestionRepository' => ['privates''Hitso\\Bundle\\QABundle\\Repository\\QuestionRepository''getQuestionRepositoryService'false],
  7506.             'Hitso\\Bundle\\RoutingBundle\\Repository\\RedirectRepository' => ['privates''Hitso\\Bundle\\RoutingBundle\\Repository\\RedirectRepository''getRedirectRepositoryService'false],
  7507.             'Hitso\\Bundle\\RoutingBundle\\Repository\\RouteRepository' => ['privates''Hitso\\Bundle\\RoutingBundle\\Repository\\RouteRepository''getRouteRepositoryService'false],
  7508.             'Hitso\\Bundle\\SearchBundle\\Repository\\SearchReportRepository' => ['privates''Hitso\\Bundle\\SearchBundle\\Repository\\SearchReportRepository''getSearchReportRepositoryService'false],
  7509.             'Hitso\\Bundle\\SectionBundle\\Repository\\BlockSectionRepository' => ['privates''Hitso\\Bundle\\SectionBundle\\Repository\\BlockSectionRepository''getBlockSectionRepositoryService'false],
  7510.             'Hitso\\Bundle\\SectionBundle\\Repository\\GroupRepository' => ['privates''Hitso\\Bundle\\SectionBundle\\Repository\\GroupRepository''getGroupRepositoryService'false],
  7511.             'Hitso\\Bundle\\SectionBundle\\Repository\\GroupTypeRepository' => ['privates''Hitso\\Bundle\\SectionBundle\\Repository\\GroupTypeRepository''getGroupTypeRepositoryService'false],
  7512.             'Hitso\\Bundle\\SectionBundle\\Repository\\SectionRepository' => ['privates''Hitso\\Bundle\\SectionBundle\\Repository\\SectionRepository''getSectionRepositoryService'false],
  7513.             'Hitso\\Bundle\\SeoBundle\\Repository\\SeoMetadataRepository' => ['privates''Hitso\\Bundle\\SeoBundle\\Repository\\SeoMetadataRepository''getSeoMetadataRepositoryService'false],
  7514.             'Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository' => ['privates''Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository''getSeoPageRepositoryService'false],
  7515.             'Hitso\\Bundle\\TaggingBundle\\Repository\\TagRepository' => ['privates''Hitso\\Bundle\\TaggingBundle\\Repository\\TagRepository''getTagRepositoryService'false],
  7516.             'Hitso\\Bundle\\TaggingBundle\\Repository\\TaggingRepository' => ['privates''Hitso\\Bundle\\TaggingBundle\\Repository\\TaggingRepository''getTaggingRepositoryService'false],
  7517.             'Hitso\\Bundle\\TicketsBundle\\Repository\\OperationRepository' => ['privates''Hitso\\Bundle\\TicketsBundle\\Repository\\OperationRepository''getOperationRepositoryService'false],
  7518.             'Hitso\\Bundle\\TicketsBundle\\Repository\\StatusRepository' => ['privates''Hitso\\Bundle\\TicketsBundle\\Repository\\StatusRepository''getStatusRepositoryService'false],
  7519.             'Hitso\\Bundle\\TicketsBundle\\Repository\\TicketRepository' => ['privates''Hitso\\Bundle\\TicketsBundle\\Repository\\TicketRepository''getTicketRepositoryService'false],
  7520.             'Hitso\\Bundle\\TranslationBundle\\Repository\\TranslationMessages' => ['privates''Hitso\\Bundle\\TranslationBundle\\Repository\\TranslationMessages''getTranslationMessagesService'false],
  7521.         ], [
  7522.             'Hartmann\\Bundle\\AppBundle\\Repository\\CategoryAttributeRepository' => '?',
  7523.             'Hartmann\\Bundle\\AppBundle\\Repository\\CompanyReferenceRepository' => '?',
  7524.             'Hartmann\\Bundle\\AppBundle\\Repository\\DimensionsRepository' => '?',
  7525.             'Hartmann\\Bundle\\AppBundle\\Repository\\FaqAnswerRepository' => '?',
  7526.             'Hartmann\\Bundle\\AppBundle\\Repository\\FaqCategoryRepository' => '?',
  7527.             'Hartmann\\Bundle\\AppBundle\\Repository\\InformationRepository' => '?',
  7528.             'Hartmann\\Bundle\\AppBundle\\Repository\\InstructionCategoryRepository' => '?',
  7529.             'Hartmann\\Bundle\\AppBundle\\Repository\\InstructionRepository' => '?',
  7530.             'Hartmann\\Bundle\\AppBundle\\Repository\\MarketCategoryRepository' => '?',
  7531.             'Hartmann\\Bundle\\AppBundle\\Repository\\MarketRepository' => '?',
  7532.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductFireResistanceGroupRepository' => '?',
  7533.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductFireResistanceRepository' => '?',
  7534.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductInsuranceSecurityClassRepository' => '?',
  7535.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductInsuranceSecurityRepository' => '?',
  7536.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductSafeLockRepository' => '?',
  7537.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductSecurityClassFeatureRepository' => '?',
  7538.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductSecurityClassGroupRepository' => '?',
  7539.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductSecurityClassRepository' => '?',
  7540.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductSerieRepository' => '?',
  7541.             'Hartmann\\Bundle\\AppBundle\\Repository\\ProductSizeRepository' => '?',
  7542.             'Hartmann\\Bundle\\AppBundle\\Repository\\PublicationRepository' => '?',
  7543.             'Hartmann\\Bundle\\AppBundle\\Repository\\SloganRepository' => '?',
  7544.             'Hartmann\\Bundle\\AppBundle\\Repository\\WhatToLookForBlockRepository' => '?',
  7545.             'Hitso\\Bundle\\BlocksBundle\\Repository\\BlockRepository' => '?',
  7546.             'Hitso\\Bundle\\CatalogBundle\\Repository\\AttributeGroupRepository' => '?',
  7547.             'Hitso\\Bundle\\CatalogBundle\\Repository\\AttributeRepository' => '?',
  7548.             'Hitso\\Bundle\\CatalogBundle\\Repository\\BrandRepository' => '?',
  7549.             'Hitso\\Bundle\\CatalogBundle\\Repository\\CategoryPageSectionRepository' => '?',
  7550.             'Hitso\\Bundle\\CatalogBundle\\Repository\\CategoryRepository' => '?',
  7551.             'Hitso\\Bundle\\CatalogBundle\\Repository\\CategoryRouteRepository' => '?',
  7552.             'Hitso\\Bundle\\CatalogBundle\\Repository\\ProductAttributeRepository' => '?',
  7553.             'Hitso\\Bundle\\CatalogBundle\\Repository\\ProductPageSectionRepository' => '?',
  7554.             'Hitso\\Bundle\\CatalogBundle\\Repository\\ProductRepository' => '?',
  7555.             'Hitso\\Bundle\\CatalogBundle\\Repository\\ProductReviewRepository' => '?',
  7556.             'Hitso\\Bundle\\CatalogBundle\\Repository\\ProductRouteRepository' => '?',
  7557.             'Hitso\\Bundle\\CatalogBundle\\Repository\\TaxRateRepository' => '?',
  7558.             'Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository' => '?',
  7559.             'Hitso\\Bundle\\CommonBundle\\Repository\\CronLogRepository' => '?',
  7560.             'Hitso\\Bundle\\CommonBundle\\Repository\\LikesRepository' => '?',
  7561.             'Hitso\\Bundle\\CommonBundle\\Repository\\ReviewRepository' => '?',
  7562.             'Hitso\\Bundle\\CommonBundle\\Repository\\SystemConfigurationRepository' => '?',
  7563.             'Hitso\\Bundle\\CommonBundle\\Repository\\UserConnectionRepository' => '?',
  7564.             'Hitso\\Bundle\\CommonBundle\\Repository\\UserLogEntryRepository' => '?',
  7565.             'Hitso\\Bundle\\CommonBundle\\Repository\\UserRepository' => '?',
  7566.             'Hitso\\Bundle\\CommonBundle\\Repository\\VisitLogRepository' => '?',
  7567.             'Hitso\\Bundle\\ContentBundle\\Repository\\ArticleCategoryRepository' => '?',
  7568.             'Hitso\\Bundle\\ContentBundle\\Repository\\ArticleRepository' => '?',
  7569.             'Hitso\\Bundle\\ContentBundle\\Repository\\ArticleReviewRepository' => '?',
  7570.             'Hitso\\Bundle\\ContentBundle\\Repository\\AuthorRepository' => '?',
  7571.             'Hitso\\Bundle\\ContentBundle\\Repository\\BannerRepository' => '?',
  7572.             'Hitso\\Bundle\\ContentBundle\\Repository\\CategoryRepository' => '?',
  7573.             'Hitso\\Bundle\\ContentBundle\\Repository\\CommentRepository' => '?',
  7574.             'Hitso\\Bundle\\ContentBundle\\Repository\\ContentAuthorRepository' => '?',
  7575.             'Hitso\\Bundle\\ContentBundle\\Repository\\ContentRepository' => '?',
  7576.             'Hitso\\Bundle\\ContentBundle\\Repository\\ElementImageRepository' => '?',
  7577.             'Hitso\\Bundle\\ContentBundle\\Repository\\ElementRepository' => '?',
  7578.             'Hitso\\Bundle\\ContentBundle\\Repository\\PageRepository' => '?',
  7579.             'Hitso\\Bundle\\ContentBundle\\Repository\\ParagraphRepository' => '?',
  7580.             'Hitso\\Bundle\\ContentBundle\\Repository\\RateRepository' => '?',
  7581.             'Hitso\\Bundle\\ContentBundle\\Repository\\SlideRepository' => '?',
  7582.             'Hitso\\Bundle\\ContentBundle\\Repository\\StatRepository' => '?',
  7583.             'Hitso\\Bundle\\FileManagerBundle\\Repository\\DirectoryRepository' => '?',
  7584.             'Hitso\\Bundle\\FileManagerBundle\\Repository\\DisposableLinkRepository' => '?',
  7585.             'Hitso\\Bundle\\FileManagerBundle\\Repository\\FileHotspotRepository' => '?',
  7586.             'Hitso\\Bundle\\FileManagerBundle\\Repository\\FileRepository' => '?',
  7587.             'Hitso\\Bundle\\FileManagerBundle\\Repository\\FileStatRepository' => '?',
  7588.             'Hitso\\Bundle\\NavigationBundle\\Repository\\MenuItemRepository' => '?',
  7589.             'Hitso\\Bundle\\NewsletterBundle\\Repository\\SubscriberRepository' => '?',
  7590.             'Hitso\\Bundle\\ProbeBundle\\Repository\\ProbeOptionRepository' => '?',
  7591.             'Hitso\\Bundle\\ProbeBundle\\Repository\\ProbeRepository' => '?',
  7592.             'Hitso\\Bundle\\QABundle\\Repository\\AnswerRepository' => '?',
  7593.             'Hitso\\Bundle\\QABundle\\Repository\\QuestionRepository' => '?',
  7594.             'Hitso\\Bundle\\RoutingBundle\\Repository\\RedirectRepository' => '?',
  7595.             'Hitso\\Bundle\\RoutingBundle\\Repository\\RouteRepository' => '?',
  7596.             'Hitso\\Bundle\\SearchBundle\\Repository\\SearchReportRepository' => '?',
  7597.             'Hitso\\Bundle\\SectionBundle\\Repository\\BlockSectionRepository' => '?',
  7598.             'Hitso\\Bundle\\SectionBundle\\Repository\\GroupRepository' => '?',
  7599.             'Hitso\\Bundle\\SectionBundle\\Repository\\GroupTypeRepository' => '?',
  7600.             'Hitso\\Bundle\\SectionBundle\\Repository\\SectionRepository' => '?',
  7601.             'Hitso\\Bundle\\SeoBundle\\Repository\\SeoMetadataRepository' => '?',
  7602.             'Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository' => '?',
  7603.             'Hitso\\Bundle\\TaggingBundle\\Repository\\TagRepository' => '?',
  7604.             'Hitso\\Bundle\\TaggingBundle\\Repository\\TaggingRepository' => '?',
  7605.             'Hitso\\Bundle\\TicketsBundle\\Repository\\OperationRepository' => '?',
  7606.             'Hitso\\Bundle\\TicketsBundle\\Repository\\StatusRepository' => '?',
  7607.             'Hitso\\Bundle\\TicketsBundle\\Repository\\TicketRepository' => '?',
  7608.             'Hitso\\Bundle\\TranslationBundle\\Repository\\TranslationMessages' => '?',
  7609.         ])));
  7610.         $a->addCustomHydrationMode('ColumnHydrator''Hitso\\Bundle\\CommonBundle\\Hydrators\\ColumnHydrator');
  7611.         $a->addCustomStringFunction('replace''Hitso\\Bundle\\CommonBundle\\Doctrine\\DQL\\ReplaceFunction');
  7612.         $a->addCustomStringFunction('field''DoctrineExtensions\\Query\\Mysql\\Field');
  7613.         $a->addCustomNumericFunction('Rand''Hitso\\Bundle\\CommonBundle\\Doctrine\\DQL\\RandFunction');
  7614.         $a->addFilter('site_id''Hitso\\Bundle\\MultiSiteBundle\\ORM\\SiteIdFilter');
  7615.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  7616.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  7617.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'site_id'=> 'softdeleteable'], []))->configure($instance);
  7618.         return $instance;
  7619.     }
  7620.     /**
  7621.      * Gets the public 'doctrine_cache.providers.apcu' shared service.
  7622.      *
  7623.      * @return \Doctrine\Common\Cache\ApcuCache
  7624.      */
  7625.     protected function getDoctrineCache_Providers_ApcuService()
  7626.     {
  7627.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcuCache.php';
  7628.         return $this->services['doctrine_cache.providers.apcu'] = new \Doctrine\Common\Cache\ApcuCache();
  7629.     }
  7630.     /**
  7631.      * Gets the public 'doctrine_cache.providers.file_system' shared service.
  7632.      *
  7633.      * @return \Doctrine\Common\Cache\FilesystemCache
  7634.      */
  7635.     protected function getDoctrineCache_Providers_FileSystemService()
  7636.     {
  7637.         return $this->services['doctrine_cache.providers.file_system'] = new \Doctrine\Common\Cache\FilesystemCache(($this->targetDir.''.'/doctrine/cache/file_system'), NULL2);
  7638.     }
  7639.     /**
  7640.      * Gets the public 'error_controller' shared service.
  7641.      *
  7642.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  7643.      */
  7644.     protected function getErrorControllerService()
  7645.     {
  7646.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  7647.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  7648.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  7649.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  7650.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  7651.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7652.         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['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  7653.     }
  7654.     /**
  7655.      * Gets the public 'event_dispatcher' shared service.
  7656.      *
  7657.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  7658.      */
  7659.     protected function getEventDispatcherService()
  7660.     {
  7661.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  7662.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7663.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  7664.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7665.         $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())));
  7666.         $instance->addListener('kernel.controller', [=> function () {
  7667.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  7668.         }, => 'onKernelController'], 0);
  7669.         $instance->addListener('console.command', [=> function () {
  7670.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  7671.         }, => 'handleConsoleCommandEvent'], 128);
  7672.         $instance->addListener('console.terminate', [=> function () {
  7673.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  7674.         }, => 'handleConsoleTerminateEvent'], -64);
  7675.         $instance->addListener('console.error', [=> function () {
  7676.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  7677.         }, => 'handleConsoleErrorEvent'], -64);
  7678.         $instance->addListener('kernel.exception', [=> function () {
  7679.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  7680.         }, => 'handleExceptionEvent'], 128);
  7681.         $instance->addListener('kernel.request', [=> function () {
  7682.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  7683.         }, => 'handleKernelRequestEvent'], 5);
  7684.         $instance->addListener('kernel.controller', [=> function () {
  7685.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  7686.         }, => 'handleKernelControllerEvent'], 10);
  7687.         $instance->addListener('kernel.request', [=> function () {
  7688.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  7689.         }, => 'handleKernelRequestEvent'], 3);
  7690.         $instance->addListener('kernel.finish_request', [=> function () {
  7691.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  7692.         }, => 'handleKernelFinishRequestEvent'], 5);
  7693.         $instance->addListener('kernel.request', [=> function () {
  7694.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  7695.         }, => 'handleKernelRequestEvent'], 4);
  7696.         $instance->addListener('kernel.response', [=> function () {
  7697.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  7698.         }, => 'handleKernelResponseEvent'], 15);
  7699.         $instance->addListener('kernel.terminate', [=> function () {
  7700.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  7701.         }, => 'handleKernelTerminateEvent'], 5);
  7702.         $instance->addListener('kernel.request', [=> function () {
  7703.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  7704.         }, => 'handleKernelRequestEvent'], 2);
  7705.         $instance->addListener('kernel.finish_request', [=> function () {
  7706.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  7707.         }, => 'handleKernelFinishRequestEvent'], 10);
  7708.         $instance->addListener('kernel.response', [=> function () {
  7709.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  7710.         }, => 'handleKernelResponseEvent'], 15);
  7711.         $instance->addListener('console.command', [=> function () {
  7712.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  7713.         }, => 'handleConsoleCommandEvent'], 118);
  7714.         $instance->addListener('console.terminate', [=> function () {
  7715.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  7716.         }, => 'handleConsoleTerminateEvent'], -54);
  7717.         $instance->addListener('kernel.request', [=> function () {
  7718.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  7719.         }, => 'onKernelRequest'], 10);
  7720.         $instance->addListener('sonata.block.event.breadcrumb', [=> function () {
  7721.             return ($this->privates['sonata.seo.event.breadcrumb'] ?? ($this->privates['sonata.seo.event.breadcrumb'] = new \Sonata\SeoBundle\Event\BreadcrumbListener()));
  7722.         }, => 'onBlock'], 0);
  7723.         $instance->addListener('kernel.request', [=> function () {
  7724.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  7725.         }, => 'onKernelRequest'], 250);
  7726.         $instance->addListener('kernel.response', [=> function () {
  7727.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  7728.         }, => 'onKernelResponse'], 0);
  7729.         $instance->addListener('kernel.response', [=> function () {
  7730.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  7731.         }, => 'onResponse'], 0);
  7732.         $instance->addListener('kernel.response', [=> function () {
  7733.             return ($this->privates['scheb_two_factor.trusted_cookie_response_listener'] ?? $this->getSchebTwoFactor_TrustedCookieResponseListenerService());
  7734.         }, => 'onKernelResponse'], 0);
  7735.         $instance->addListener('kernel.exception', [=> function () {
  7736.             return ($this->privates['Hitso\\Bundle\\AdminBundle\\EventListener\\AccessDeniedListener'] ?? $this->getAccessDeniedListenerService());
  7737.         }, => 'onException'], 0);
  7738.         $instance->addListener('kernel.request', [=> function () {
  7739.             return ($this->privates['Hitso\\Bundle\\AdminBundle\\EventListener\\SiteRedirectingListener'] ?? $this->getSiteRedirectingListenerService());
  7740.         }, => 'onRequest'], 0);
  7741.         $instance->addListener('kernel.controller', [=> function () {
  7742.             return ($this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\BeforeActionListener'] ?? ($this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\BeforeActionListener'] = new \Hitso\Bundle\CommonBundle\EventListener\BeforeActionListener()));
  7743.         }, => 'onKernelController'], 0);
  7744.         $instance->addListener('kernel.request', [=> function () {
  7745.             return ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\EventListener\\SiteIdFilterConfigurator'] ?? $this->getSiteIdFilterConfiguratorService());
  7746.         }, => 'onKernelRequest'], 512);
  7747.         $instance->addListener('kernel.request', [=> function () {
  7748.             return ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\EventListener\\SiteListener'] ?? $this->getSiteListenerService());
  7749.         }, => 'onKernelRequest'], 191);
  7750.         $instance->addListener('kernel.response', [=> function () {
  7751.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  7752.         }, => 'onKernelResponse'], 0);
  7753.         $instance->addListener('kernel.response', [=> function () {
  7754.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  7755.         }, => 'onKernelResponse'], -1024);
  7756.         $instance->addListener('kernel.request', [=> function () {
  7757.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  7758.         }, => 'setDefaultLocale'], 100);
  7759.         $instance->addListener('kernel.request', [=> function () {
  7760.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  7761.         }, => 'onKernelRequest'], 16);
  7762.         $instance->addListener('kernel.finish_request', [=> function () {
  7763.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  7764.         }, => 'onKernelFinishRequest'], 0);
  7765.         $instance->addListener('kernel.request', [=> function () {
  7766.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  7767.         }, => 'onKernelRequest'], 256);
  7768.         $instance->addListener('kernel.request', [=> function () {
  7769.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  7770.         }, => 'resolveControllerName'], 24);
  7771.         $instance->addListener('kernel.response', [=> function () {
  7772.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  7773.         }, => 'onResponse'], -255);
  7774.         $instance->addListener('kernel.request', [=> function () {
  7775.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  7776.         }, => 'onKernelRequest'], 15);
  7777.         $instance->addListener('kernel.finish_request', [=> function () {
  7778.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  7779.         }, => 'onKernelFinishRequest'], -15);
  7780.         $instance->addListener('console.error', [=> function () {
  7781.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  7782.         }, => 'onConsoleError'], -128);
  7783.         $instance->addListener('console.terminate', [=> function () {
  7784.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  7785.         }, => 'onConsoleTerminate'], -128);
  7786.         $instance->addListener('console.error', [=> function () {
  7787.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  7788.         }, => 'onConsoleError'], 0);
  7789.         $instance->addListener('kernel.request', [=> function () {
  7790.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  7791.         }, => 'onKernelRequest'], 128);
  7792.         $instance->addListener('kernel.response', [=> function () {
  7793.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  7794.         }, => 'onKernelResponse'], -1000);
  7795.         $instance->addListener('kernel.finish_request', [=> function () {
  7796.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  7797.         }, => 'onFinishRequest'], 0);
  7798.         $instance->addListener('kernel.request', [=> function () {
  7799.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  7800.         }, => 'onKernelRequest'], 48);
  7801.         $instance->addListener('kernel.response', [=> function () {
  7802.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  7803.         }, => 'onKernelResponse'], -100);
  7804.         $instance->addListener('kernel.exception', [=> function () {
  7805.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  7806.         }, => 'onKernelException'], 0);
  7807.         $instance->addListener('kernel.terminate', [=> function () {
  7808.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  7809.         }, => 'onKernelTerminate'], -1024);
  7810.         $instance->addListener('kernel.controller', [=> function () {
  7811.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  7812.         }, => 'onKernelController'], 0);
  7813.         $instance->addListener('kernel.response', [=> function () {
  7814.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  7815.         }, => 'onKernelResponse'], 0);
  7816.         $instance->addListener('kernel.request', [=> function () {
  7817.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  7818.         }, => 'configure'], 2048);
  7819.         $instance->addListener('console.command', [=> function () {
  7820.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  7821.         }, => 'configure'], 2048);
  7822.         $instance->addListener('kernel.request', [=> function () {
  7823.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  7824.         }, => 'onKernelRequest'], 32);
  7825.         $instance->addListener('kernel.finish_request', [=> function () {
  7826.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  7827.         }, => 'onKernelFinishRequest'], 0);
  7828.         $instance->addListener('kernel.exception', [=> function () {
  7829.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  7830.         }, => 'onKernelException'], -64);
  7831.         $instance->addListener('kernel.response', [=> function () {
  7832.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  7833.         }, => 'onKernelResponse'], 0);
  7834.         $instance->addListener('kernel.controller', [=> function () {
  7835.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  7836.         }, => 'onKernelController'], 0);
  7837.         $instance->addListener('kernel.controller', [=> function () {
  7838.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  7839.         }, => 'onKernelController'], 0);
  7840.         $instance->addListener('kernel.controller', [=> function () {
  7841.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  7842.         }, => 'onKernelController'], -128);
  7843.         $instance->addListener('kernel.view', [=> function () {
  7844.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  7845.         }, => 'onKernelView'], 0);
  7846.         $instance->addListener('kernel.controller', [=> function () {
  7847.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  7848.         }, => 'onKernelController'], 0);
  7849.         $instance->addListener('kernel.response', [=> function () {
  7850.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  7851.         }, => 'onKernelResponse'], 0);
  7852.         $instance->addListener('kernel.controller_arguments', [=> function () {
  7853.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  7854.         }, => 'onKernelControllerArguments'], 0);
  7855.         $instance->addListener('kernel.controller_arguments', [=> function () {
  7856.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  7857.         }, => 'onKernelControllerArguments'], 0);
  7858.         $instance->addListener('kernel.view', [=> function () {
  7859.             return ($this->privates['sensio_framework_extra.psr7.listener.response'] ?? $this->getSensioFrameworkExtra_Psr7_Listener_ResponseService());
  7860.         }, => 'onKernelView'], 0);
  7861.         $instance->addListener('kernel.exception', [=> function () {
  7862.             return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());
  7863.         }, => 'logKernelException'], 0);
  7864.         $instance->addListener('kernel.exception', [=> function () {
  7865.             return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());
  7866.         }, => 'onKernelException'], -128);
  7867.         $instance->addListener('console.command', [=> function () {
  7868.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  7869.         }, => 'onCommand'], 255);
  7870.         $instance->addListener('console.terminate', [=> function () {
  7871.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  7872.         }, => 'onTerminate'], -255);
  7873.         $instance->addListener('kernel.response', [=> function () {
  7874.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  7875.         }, => 'onKernelResponse'], 0);
  7876.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  7877.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  7878.         }, => 'onVoterVote'], 0);
  7879.         $instance->addListener('kernel.request', [=> function () {
  7880.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  7881.         }, => 'configureLogoutUrlGenerator'], 8);
  7882.         $instance->addListener('kernel.request', [=> function () {
  7883.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  7884.         }, => 'onKernelRequest'], 8);
  7885.         $instance->addListener('kernel.finish_request', [=> function () {
  7886.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  7887.         }, => 'onKernelFinishRequest'], 0);
  7888.         $instance->addListener('kernel.exception', [=> function () {
  7889.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  7890.         }, => 'onException'], 0);
  7891.         $instance->addListener('kernel.terminate', [=> function () {
  7892.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  7893.         }, => 'onTerminate'], 0);
  7894.         $instance->addListener('console.error', [=> function () {
  7895.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  7896.         }, => 'onException'], 0);
  7897.         $instance->addListener('console.terminate', [=> function () {
  7898.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  7899.         }, => 'onTerminate'], 0);
  7900.         $instance->addListener('console.error', [=> function () {
  7901.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  7902.         }, => 'onConsoleError'], 0);
  7903.         $instance->addListener('console.terminate', [=> function () {
  7904.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  7905.         }, => 'onConsoleTerminate'], 0);
  7906.         $instance->addListener('kernel.response', [=> function () {
  7907.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  7908.         }, => 'onKernelResponse'], -128);
  7909.         $instance->addListener('security.authentication.failure', [=> function () {
  7910.             return ($this->privates['anyx.login_gate.autentication_handler'] ?? $this->getAnyx_LoginGate_AutenticationHandlerService());
  7911.         }, => 'onAuthenticationFailure'], 0);
  7912.         $instance->addListener('security.interactive_login', [=> function () {
  7913.             return ($this->privates['anyx.login_gate.autentication_handler'] ?? $this->getAnyx_LoginGate_AutenticationHandlerService());
  7914.         }, => 'onInteractiveLogin'], 0);
  7915.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  7916.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  7917.         }, => 'onImplicitLogin'], 0);
  7918.         $instance->addListener('security.interactive_login', [=> function () {
  7919.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  7920.         }, => 'onSecurityInteractiveLogin'], 0);
  7921.         $instance->addListener('fos_user.registration.completed', [=> function () {
  7922.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  7923.         }, => 'authenticate'], 0);
  7924.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  7925.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  7926.         }, => 'authenticate'], 0);
  7927.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  7928.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  7929.         }, => 'authenticate'], 0);
  7930.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  7931.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  7932.         }, => 'addSuccessFlash'], 0);
  7933.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  7934.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  7935.         }, => 'addSuccessFlash'], 0);
  7936.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  7937.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  7938.         }, => 'addSuccessFlash'], 0);
  7939.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  7940.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  7941.         }, => 'addSuccessFlash'], 0);
  7942.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  7943.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  7944.         }, => 'addSuccessFlash'], 0);
  7945.         $instance->addListener('fos_user.registration.completed', [=> function () {
  7946.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  7947.         }, => 'addSuccessFlash'], 0);
  7948.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  7949.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  7950.         }, => 'addSuccessFlash'], 0);
  7951.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  7952.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  7953.         }, => 'onResettingResetInitialize'], 0);
  7954.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  7955.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  7956.         }, => 'onResettingResetSuccess'], 0);
  7957.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  7958.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  7959.         }, => 'onResettingResetRequest'], 0);
  7960.         $instance->addListener('kernel.request', [=> function () {
  7961.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  7962.         }, => 'onEvent'], 1024);
  7963.         $instance->addListener('console.command', [=> function () {
  7964.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  7965.         }, => 'onEvent'], 1024);
  7966.         $instance->addListener('kernel.request', [=> function () {
  7967.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  7968.         }, => 'onEvent'], 1024);
  7969.         $instance->addListener('console.command', [=> function () {
  7970.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  7971.         }, => 'onEvent'], 1024);
  7972.         $instance->addListener('kernel.request', [=> function () {
  7973.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  7974.         }, => 'onKernelRequest'], 0);
  7975.         $instance->addListener('kernel.request', [=> function () {
  7976.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  7977.         }, => 'onKernelRequest'], 0);
  7978.         $instance->addListener('kernel.response', [=> function () {
  7979.             return ($this->privates['cmf_seo.language_listener'] ?? ($this->privates['cmf_seo.language_listener'] = new \Symfony\Cmf\Bundle\SeoBundle\EventListener\LanguageListener()));
  7980.         }, => 'onKernelResponse'], 0);
  7981.         $instance->addListener('console.command', [=> function () {
  7982.             return ($this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\CronListener'] ?? $this->getCronListenerService());
  7983.         }, => 'onCommand'], 0);
  7984.         $instance->addListener('console.terminate', [=> function () {
  7985.             return ($this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\CronListener'] ?? $this->getCronListenerService());
  7986.         }, => 'onCommandTerminate'], 0);
  7987.         $instance->addListener('kernel.exception', [=> function () {
  7988.             return ($this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\ExceptionSubscriber'] ?? $this->getExceptionSubscriberService());
  7989.         }, => 'onKernelException'], 0);
  7990.         $instance->addListener('kernel.request', [=> function () {
  7991.             return ($this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\GoogleListener'] ?? $this->getGoogleListenerService());
  7992.         }, => 'onRequest'], 0);
  7993.         $instance->addListener('kernel.response', [=> function () {
  7994.             return ($this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\HttpSubscriber'] ?? $this->getHttpSubscriberService());
  7995.         }, => 'onKernelResponse'], 0);
  7996.         $instance->addListener('kernel.request', [=> function () {
  7997.             return ($this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\HttpSubscriber'] ?? $this->getHttpSubscriberService());
  7998.         }, => 'onKernelRequest'], 100);
  7999.         $instance->addListener('security.interactive_login', [=> function () {
  8000.             return ($this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService());
  8001.         }, => 'onInteractiveLogin'], 0);
  8002.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  8003.             return ($this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService());
  8004.         }, => 'onImplicitLogin'], 0);
  8005.         $instance->addListener('fos_user.registration.completed', [=> function () {
  8006.             return ($this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService());
  8007.         }, => 'onRegisterComplete'], 0);
  8008.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  8009.             return ($this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService());
  8010.         }, => 'onRegisterConfirmed'], 0);
  8011.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  8012.             return ($this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService());
  8013.         }, => 'onResetComplete'], 0);
  8014.         $instance->addListener('hitso_common.oauth', [=> function () {
  8015.             return ($this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService());
  8016.         }, => 'onOAuthEvent'], 0);
  8017.         $instance->addListener('user.reset_password', [=> function () {
  8018.             return ($this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\UserSubscriber'] ?? $this->getUserSubscriberService());
  8019.         }, => 'onUserPasswordReset'], 0);
  8020.         $instance->addListener('kernel.request', [=> function () {
  8021.             return ($this->privates['Hitso\\Bundle\\CommonBundle\\Monitor\\VisitManager'] ?? ($this->privates['Hitso\\Bundle\\CommonBundle\\Monitor\\VisitManager'] = new \Hitso\Bundle\CommonBundle\Monitor\VisitManager(($this->targetDir.''.'/../../hits'), $this->targetDir.''true)));
  8022.         }, => 'onRequest'], 512);
  8023.         $instance->addListener('kernel.exception', [=> function () {
  8024.             return ($this->privates['Hitso\\Bundle\\CommonBundle\\Monitor\\VisitManager'] ?? ($this->privates['Hitso\\Bundle\\CommonBundle\\Monitor\\VisitManager'] = new \Hitso\Bundle\CommonBundle\Monitor\VisitManager(($this->targetDir.''.'/../../hits'), $this->targetDir.''true)));
  8025.         }, => 'onException'], 512);
  8026.         $instance->addListener('kernel.request', [=> function () {
  8027.             return ($this->privates['Hitso\\Bundle\\CommonBundle\\Monitor\\SlowQueryLogger'] ?? ($this->privates['Hitso\\Bundle\\CommonBundle\\Monitor\\SlowQueryLogger'] = new \Hitso\Bundle\CommonBundle\Monitor\SlowQueryLogger((\dirname(__DIR__3).'/log/slow_queries.log'), $this->targetDir.''true)));
  8028.         }, => 'onRequest'], 512);
  8029.         $instance->addListener('console.command', [=> function () {
  8030.             return ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\DataFixtures\\AbstractFixture'] ?? ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\DataFixtures\\AbstractFixture'] = new \Hitso\Bundle\CommonBundle\Doctrine\DataFixtures\AbstractFixture()));
  8031.         }, => 'init'], 0);
  8032.         $instance->addListener(0, [=> function () {
  8033.             return ($this->privates['Hitso\\Bundle\\CatalogBundle\\EventListener\\ChangeLogEventListener'] ?? $this->getChangeLogEventListenerService());
  8034.         }, => 'prePersist'], 0);
  8035.         $instance->addListener(0, [=> function () {
  8036.             return ($this->privates['Hitso\\Bundle\\CatalogBundle\\EventListener\\ProductEventListener'] ?? $this->getProductEventListenerService());
  8037.         }, => 'prePersist'], 0);
  8038.         $instance->addListener(1, [=> function () {
  8039.             return ($this->privates['Hitso\\Bundle\\CatalogBundle\\EventListener\\ProductEventListener'] ?? $this->getProductEventListenerService());
  8040.         }, => 'preUpdate'], 0);
  8041.         $instance->addListener('product.post_create', [=> function () {
  8042.             return ($this->privates['Hitso\\Bundle\\CatalogBundle\\EventListener\\ProductEventListener'] ?? $this->getProductEventListenerService());
  8043.         }, => 'onPostCreate'], 0);
  8044.         $instance->addListener('product.post_update', [=> function () {
  8045.             return ($this->privates['Hitso\\Bundle\\CatalogBundle\\EventListener\\ProductEventListener'] ?? $this->getProductEventListenerService());
  8046.         }, => 'onPostUpdate'], 0);
  8047.         $instance->addListener('product.pre_create', [=> function () {
  8048.             return ($this->privates['Hitso\\Bundle\\CatalogBundle\\EventListener\\ProductSubscriber'] ?? $this->getProductSubscriber2Service());
  8049.         }, => 'onPreCreate'], 0);
  8050.         $instance->addListener('product.post_create', [=> function () {
  8051.             return ($this->privates['Hitso\\Bundle\\CatalogBundle\\EventListener\\ProductSubscriber'] ?? $this->getProductSubscriber2Service());
  8052.         }, => 'onPostCreate'], 0);
  8053.         $instance->addListener('product.post_update', [=> function () {
  8054.             return ($this->privates['Hitso\\Bundle\\CatalogBundle\\EventListener\\ProductSubscriber'] ?? $this->getProductSubscriber2Service());
  8055.         }, => 'onPostUpdate'], 0);
  8056.         $instance->addListener('category.post_init', [=> function () {
  8057.             return ($this->privates['Hitso\\Bundle\\CatalogBundle\\EventListener\\SetSubcategorySubscriber'] ?? $this->getSetSubcategorySubscriberService());
  8058.         }, => 'onPostInit'], 0);
  8059.         $instance->addListener('kernel.request', [=> function () {
  8060.             return ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\EventListener\\GraphQlLocaleSubscriber'] ?? $this->getGraphQlLocaleSubscriberService());
  8061.         }, => 'onKernelRequest'], 190);
  8062.         $instance->addListener('article.post_create', [=> function () {
  8063.             return ($this->privates['Hitso\\Bundle\\ContentBundle\\EventListener\\ArticleSubscriber'] ?? $this->getArticleSubscriberService());
  8064.         }, => 'onPostCreate'], 0);
  8065.         $instance->addListener('article.post_update', [=> function () {
  8066.             return ($this->privates['Hitso\\Bundle\\ContentBundle\\EventListener\\ArticleSubscriber'] ?? $this->getArticleSubscriberService());
  8067.         }, => 'onPostUpdate'], 0);
  8068.         $instance->addListener(0, [=> function () {
  8069.             return ($this->privates['Hitso\\Bundle\\ContentBundle\\EventListener\\ChangeLogEventListener'] ?? $this->getChangeLogEventListener2Service());
  8070.         }, => 'prePersist'], 0);
  8071.         $instance->addListener('comment.pre_create', [=> function () {
  8072.             return ($this->privates['Hitso\\Bundle\\ContentBundle\\EventListener\\CommentListener'] ?? $this->getCommentListenerService());
  8073.         }, => 'onSave'], 0);
  8074.         $instance->addListener('comment.pre_update', [=> function () {
  8075.             return ($this->privates['Hitso\\Bundle\\ContentBundle\\EventListener\\CommentListener'] ?? $this->getCommentListenerService());
  8076.         }, => 'onSave'], 0);
  8077.         $instance->addListener('kernel.response', [=> function () {
  8078.             return ($this->privates['Hitso\\Bundle\\ContentBundle\\EventListener\\ContentHitSubscriber'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\EventListener\\ContentHitSubscriber'] = new \Hitso\Bundle\ContentBundle\EventListener\ContentHitSubscriber()));
  8079.         }, => 'onKernelResponse'], 1);
  8080.         $instance->addListener('content.pre_create', [=> function () {
  8081.             return ($this->privates['Hitso\\Bundle\\ContentBundle\\EventListener\\ContentSubscriber'] ?? $this->getContentSubscriberService());
  8082.         }, => 'onPreCreate'], 0);
  8083.         $instance->addListener('content.post_create', [=> function () {
  8084.             return ($this->privates['Hitso\\Bundle\\ContentBundle\\EventListener\\ContentSubscriber'] ?? $this->getContentSubscriberService());
  8085.         }, => 'onPostCreate'], 0);
  8086.         $instance->addListener('content.post_update', [=> function () {
  8087.             return ($this->privates['Hitso\\Bundle\\ContentBundle\\EventListener\\ContentSubscriber'] ?? $this->getContentSubscriberService());
  8088.         }, => 'onPostUpdate'], 0);
  8089.         $instance->addListener('likeable.validate', [=> function () {
  8090.             return ($this->privates['Hitso\\Bundle\\ContentBundle\\EventListener\\LikeableListener'] ?? ($this->privates['Hitso\\Bundle\\ContentBundle\\EventListener\\LikeableListener'] = new \Hitso\Bundle\ContentBundle\EventListener\LikeableListener()));
  8091.         }, => 'onValidate'], 0);
  8092.         $instance->addListener('kernel.controller', [=> function () {
  8093.             return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());
  8094.         }, => 'onKernelController'], 1);
  8095.         $instance->addListener('kernel.controller_arguments', [=> function () {
  8096.             return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());
  8097.         }, => 'onControllerArguments'], 0);
  8098.         $instance->addListener('ticket.post_create', [=> function () {
  8099.             return ($this->privates['Hitso\\Bundle\\TicketsBundle\\EventListener\\TicketSubscriber'] ?? $this->getTicketSubscriberService());
  8100.         }, => 'onTicketCreate'], 0);
  8101.         $instance->addListener('category_type.form_init', [=> function () {
  8102.             return ($this->privates['Hartmann\\Bundle\\AppBundle\\EventListener\\CatalogCategorySubscriber'] ?? $this->getCatalogCategorySubscriberService());
  8103.         }, => 'onCategoryFormInit'], 0);
  8104.         $instance->addListener('content_category.form_init', [=> function () {
  8105.             return ($this->privates['Hartmann\\Bundle\\AppBundle\\EventListener\\FormExtension\\ArticleCategorySubscriber'] ?? ($this->privates['Hartmann\\Bundle\\AppBundle\\EventListener\\FormExtension\\ArticleCategorySubscriber'] = new \Hartmann\Bundle\AppBundle\EventListener\FormExtension\ArticleCategorySubscriber()));
  8106.         }, => 'onCategoryFormInit'], 0);
  8107.         $instance->addListener('product_type.form_init', [=> function () {
  8108.             return ($this->privates['Hartmann\\Bundle\\AppBundle\\EventListener\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  8109.         }, => 'onProductFormInit'], 0);
  8110.         $instance->addListener('console.command', [=> function () {
  8111.             return ($this->privates['Hartmann\\Bundle\\AppBundle\\DataFixtures\\ORM\\Catalog\\LoadCatalogData'] ?? $this->getLoadCatalogDataService());
  8112.         }, => 'init'], 0);
  8113.         $instance->addListener('console.command', [=> function () {
  8114.             return ($this->privates['Hartmann\\Bundle\\AppBundle\\DataFixtures\\ORM\\Content\\LoadArticleData'] ?? $this->getLoadArticleDataService());
  8115.         }, => 'init'], 0);
  8116.         return $instance;
  8117.     }
  8118.     /**
  8119.      * Gets the public 'feedio' shared service.
  8120.      *
  8121.      * @return \FeedIo\FeedIo
  8122.      */
  8123.     protected function getFeedioService()
  8124.     {
  8125.         include_once \dirname(__DIR__4).'/vendor/debril/feed-io/src/FeedIo/FeedIo.php';
  8126.         include_once \dirname(__DIR__4).'/vendor/debril/feed-io/src/FeedIo/Adapter/ClientInterface.php';
  8127.         include_once \dirname(__DIR__4).'/vendor/debril/feed-io/src/FeedIo/Adapter/Guzzle/Client.php';
  8128.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  8129.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  8130.         $this->services['feedio'] = $instance = new \FeedIo\FeedIo(new \FeedIo\Adapter\Guzzle\Client(new \GuzzleHttp\Client()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8131.         $instance->addDateFormats($this->parameters['debril_rss_atom.date_formats']);
  8132.         return $instance;
  8133.     }
  8134.     /**
  8135.      * Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
  8136.      *
  8137.      * @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
  8138.      */
  8139.     protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad true)
  8140.     {
  8141.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/LoaderInterface.php';
  8142.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Persistence/PersisterAwareInterface.php';
  8143.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  8144.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/PurgerLoader.php';
  8145.         return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = 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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8146.     }
  8147.     /**
  8148.      * Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
  8149.      *
  8150.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
  8151.      */
  8152.     protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad true)
  8153.     {
  8154.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Persistence/PersisterInterface.php';
  8155.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  8156.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Doctrine/Persister/ObjectManagerPersister.php';
  8157.         return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8158.     }
  8159.     /**
  8160.      * Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
  8161.      *
  8162.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
  8163.      */
  8164.     protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad true)
  8165.     {
  8166.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Persistence/PurgerInterface.php';
  8167.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Persistence/PurgerFactoryInterface.php';
  8168.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  8169.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Doctrine/Purger/Purger.php';
  8170.         return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8171.     }
  8172.     /**
  8173.      * Gets the public 'filesystem' shared service.
  8174.      *
  8175.      * @return \Symfony\Component\Filesystem\Filesystem
  8176.      */
  8177.     protected function getFilesystemService()
  8178.     {
  8179.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  8180.     }
  8181.     /**
  8182.      * Gets the public 'form.factory' shared service.
  8183.      *
  8184.      * @return \Symfony\Component\Form\FormFactory
  8185.      */
  8186.     protected function getForm_FactoryService()
  8187.     {
  8188.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  8189.     }
  8190.     /**
  8191.      * Gets the public 'form.type.file' shared service.
  8192.      *
  8193.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  8194.      */
  8195.     protected function getForm_Type_FileService()
  8196.     {
  8197.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8198.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8199.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  8200.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  8201.     }
  8202.     /**
  8203.      * Gets the public 'fos_rest.view_handler' shared service.
  8204.      *
  8205.      * @return \FOS\RestBundle\View\ViewHandler
  8206.      */
  8207.     protected function getFosRest_ViewHandlerService()
  8208.     {
  8209.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  8210.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  8211.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  8212.         return $this->services['fos_rest.view_handler'] = new \FOS\RestBundle\View\ViewHandler(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), $this->getFosRest_Serializer_SymfonyService(), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false'xml' => false'html' => true], 400204false, ['html' => 302], 'twig', ['serializeNullStrategy' => false], false);
  8213.     }
  8214.     /**
  8215.      * Gets the public 'fos_user.change_password.controller' shared service.
  8216.      *
  8217.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  8218.      */
  8219.     protected function getFosUser_ChangePassword_ControllerService()
  8220.     {
  8221.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  8222.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  8223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  8224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  8225.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  8226.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  8227.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  8228.         $this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_change_password_form''FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'$this->parameters['fos_user.change_password.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  8229.         $instance->setContainer($this);
  8230.         return $instance;
  8231.     }
  8232.     /**
  8233.      * Gets the public 'fos_user.profile.controller' shared service.
  8234.      *
  8235.      * @return \FOS\UserBundle\Controller\ProfileController
  8236.      */
  8237.     protected function getFosUser_Profile_ControllerService()
  8238.     {
  8239.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  8240.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  8241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  8242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  8243.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  8244.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  8245.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  8246.         $this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_profile_form''FOS\\UserBundle\\Form\\Type\\ProfileFormType'$this->parameters['fos_user.profile.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  8247.         $instance->setContainer($this);
  8248.         return $instance;
  8249.     }
  8250.     /**
  8251.      * Gets the public 'fos_user.registration.controller' shared service.
  8252.      *
  8253.      * @return \FOS\UserBundle\Controller\RegistrationController
  8254.      */
  8255.     protected function getFosUser_Registration_ControllerService()
  8256.     {
  8257.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  8258.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  8259.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  8260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  8261.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  8262.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  8263.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  8264.         $this->services['fos_user.registration.controller'] = $instance = new \FOS\UserBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_registration_form''FOS\\UserBundle\\Form\\Type\\RegistrationFormType'$this->parameters['fos_user.registration.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  8265.         $instance->setContainer($this);
  8266.         return $instance;
  8267.     }
  8268.     /**
  8269.      * Gets the public 'fos_user.resetting.controller' shared service.
  8270.      *
  8271.      * @return \FOS\UserBundle\Controller\ResettingController
  8272.      */
  8273.     protected function getFosUser_Resetting_ControllerService()
  8274.     {
  8275.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  8276.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  8277.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  8278.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  8279.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  8280.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  8281.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  8282.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  8283.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/Mailer.php';
  8284.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  8285.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  8286.         $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_resetting_form''FOS\\UserBundle\\Form\\Type\\ResettingFormType'$this->parameters['fos_user.resetting.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), new \FOS\UserBundle\Mailer\Mailer(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->services['templating'] ?? $this->getTemplatingService()), ['confirmation.template' => '@FOSUser/Registration/email.txt.twig''resetting.template' => '@FOSUser/Resetting/email.txt.twig''from_email' => ['confirmation' => $this->parameters['fos_user.registration.confirmation.from_email'], 'resetting' => $this->parameters['fos_user.resetting.email.from_email']]]), 7200);
  8287.         $instance->setContainer($this);
  8288.         return $instance;
  8289.     }
  8290.     /**
  8291.      * Gets the public 'fos_user.security.controller' shared service.
  8292.      *
  8293.      * @return \FOS\UserBundle\Controller\SecurityController
  8294.      */
  8295.     protected function getFosUser_Security_ControllerService()
  8296.     {
  8297.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  8298.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  8299.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  8300.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  8301.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  8302.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  8303.         $instance->setContainer($this);
  8304.         return $instance;
  8305.     }
  8306.     /**
  8307.      * Gets the public 'fos_user.user_manager' shared service.
  8308.      *
  8309.      * @return \FOS\UserBundle\Doctrine\UserManager
  8310.      */
  8311.     protected function getFosUser_UserManagerService()
  8312.     {
  8313.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  8314.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  8315.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  8316.         return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL), 'Hitso\\Bundle\\CommonBundle\\Entity\\User');
  8317.     }
  8318.     /**
  8319.      * Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
  8320.      *
  8321.      * @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
  8322.      */
  8323.     protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
  8324.     {
  8325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8326.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
  8327.         $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()));
  8328.         $instance->setName('hautelook:fixtures:load');
  8329.         return $instance;
  8330.     }
  8331.     /**
  8332.      * Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
  8333.      *
  8334.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  8335.      */
  8336.     protected function getHautelookAlice_DataFixtures_AppendLoaderService()
  8337.     {
  8338.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/LoaderInterface.php';
  8339.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Persistence/PersisterAwareInterface.php';
  8340.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  8341.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  8342.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  8343.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  8344.         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))))));
  8345.     }
  8346.     /**
  8347.      * Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
  8348.      *
  8349.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  8350.      */
  8351.     protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
  8352.     {
  8353.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/LoaderInterface.php';
  8354.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Persistence/PersisterAwareInterface.php';
  8355.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  8356.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  8357.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  8358.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  8359.         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))))));
  8360.     }
  8361.     /**
  8362.      * Gets the public 'hautelook_alice.loader' shared service.
  8363.      *
  8364.      * @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
  8365.      */
  8366.     protected function getHautelookAlice_LoaderService()
  8367.     {
  8368.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
  8369.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
  8370.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  8371.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
  8372.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8373.     }
  8374.     /**
  8375.      * Gets the public 'hautelook_alice.locator' shared service.
  8376.      *
  8377.      * @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
  8378.      */
  8379.     protected function getHautelookAlice_LocatorService()
  8380.     {
  8381.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
  8382.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  8383.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
  8384.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
  8385.         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']));
  8386.     }
  8387.     /**
  8388.      * Gets the public 'hautelook_alice.resolver.bundle' shared service.
  8389.      *
  8390.      * @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
  8391.      */
  8392.     protected function getHautelookAlice_Resolver_BundleService()
  8393.     {
  8394.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
  8395.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  8396.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
  8397.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
  8398.         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))));
  8399.     }
  8400.     /**
  8401.      * Gets the public 'hautelook_alice.resolver.file' shared service.
  8402.      *
  8403.      * @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
  8404.      */
  8405.     protected function getHautelookAlice_Resolver_FileService()
  8406.     {
  8407.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  8408.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  8409.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  8410.         return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1)));
  8411.     }
  8412.     /**
  8413.      * Gets the public 'hitso.file_manager.serializer' shared autowired service.
  8414.      *
  8415.      * @return \Symfony\Component\Serializer\Serializer
  8416.      */
  8417.     protected function getHitso_FileManager_SerializerService()
  8418.     {
  8419.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  8420.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  8421.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  8422.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  8423.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  8424.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  8425.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  8426.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Serializer/DirectoryNormalizer.php';
  8427.         return $this->services['hitso.file_manager.serializer'] = new \Symfony\Component\Serializer\Serializer([=> ($this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\DirectoryNormalizer'] ?? ($this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\DirectoryNormalizer'] = new \Hitso\Bundle\FileManagerBundle\Serializer\DirectoryNormalizer())), => ($this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\DownloadNormalizer'] ?? $this->getDownloadNormalizerService()), => ($this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\FileNormalizer'] ?? $this->getFileNormalizerService()), => ($this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository'] ?? $this->getChangeLogRepositoryService())]);
  8428.     }
  8429.     /**
  8430.      * Gets the public 'hitso.sitemap.generator' shared service.
  8431.      *
  8432.      * @return \Hitso\Bundle\SeoBundle\Service\SitemapGenerator
  8433.      */
  8434.     protected function getHitso_Sitemap_GeneratorService()
  8435.     {
  8436.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Service/SitemapGenerator.php';
  8437.         return $this->services['hitso.sitemap.generator'] = new \Hitso\Bundle\SeoBundle\Service\SitemapGenerator();
  8438.     }
  8439.     /**
  8440.      * Gets the public 'http_kernel' shared service.
  8441.      *
  8442.      * @return \Symfony\Component\HttpKernel\HttpKernel
  8443.      */
  8444.     protected function getHttpKernelService()
  8445.     {
  8446.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  8447.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($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 () {
  8448.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  8449.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  8450.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  8451.             yield => ($this->privates['debug.Hitso\\Bundle\\CommonBundle\\Request\\ArgumentResolver\\BreadcrumbResolver'] ?? $this->getBreadcrumbResolverService());
  8452.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  8453.             yield => ($this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] ?? $this->getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService());
  8454.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  8455.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  8456.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  8457.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  8458.         }, 10)), $a));
  8459.     }
  8460.     /**
  8461.      * Gets the public 'httplug.client' shared service.
  8462.      *
  8463.      * @return \Http\Client\Common\HttpMethodsClient
  8464.      */
  8465.     protected function getHttplug_ClientService()
  8466.     {
  8467.         include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  8468.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug/src/HttpClient.php';
  8469.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/HttpMethodsClientInterface.php';
  8470.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/HttpMethodsClient.php';
  8471.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug/src/HttpAsyncClient.php';
  8472.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/PluginClient.php';
  8473.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/ClientFactory/ClientFactory.php';
  8474.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/ProfileClientFactory.php';
  8475.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/ClientFactory/AutoDiscoveryFactory.php';
  8476.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin.php';
  8477.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin/ContentLengthPlugin.php';
  8478.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin/RedirectPlugin.php';
  8479.         return $this->services['httplug.client'] = new \Http\Client\Common\HttpMethodsClient(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService())->createClient((new \Http\HttplugBundle\Collector\ProfileClientFactory(new \Http\HttplugBundle\ClientFactory\AutoDiscoveryFactory(), ($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))))->createClient([]), [=> new \Http\Client\Common\Plugin\ContentLengthPlugin(), => new \Http\Client\Common\Plugin\RedirectPlugin(['preserve_header' => true'use_default_for_multiple' => true])], ['client_name' => 'app']), ($this->services['httplug.message_factory'] ?? $this->getHttplug_MessageFactoryService()));
  8480.     }
  8481.     /**
  8482.      * Gets the public 'httplug.message_factory' shared service.
  8483.      *
  8484.      * @return \Http\Message\MessageFactory
  8485.      */
  8486.     protected function getHttplug_MessageFactoryService()
  8487.     {
  8488.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/RequestFactory.php';
  8489.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/ResponseFactory.php';
  8490.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/MessageFactory.php';
  8491.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  8492.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/MessageFactoryDiscovery.php';
  8493.         return $this->services['httplug.message_factory'] = \Http\Discovery\MessageFactoryDiscovery::find();
  8494.     }
  8495.     /**
  8496.      * Gets the public 'httplug.psr17_request_factory' shared service.
  8497.      *
  8498.      * @return \Psr\Http\Message\RequestFactoryInterface
  8499.      */
  8500.     protected function getHttplug_Psr17RequestFactoryService()
  8501.     {
  8502.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  8503.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  8504.         return $this->services['httplug.psr17_request_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findRequestFactory();
  8505.     }
  8506.     /**
  8507.      * Gets the public 'httplug.psr17_response_factory' shared service.
  8508.      *
  8509.      * @return \Psr\Http\Message\ResponseFactoryInterface
  8510.      */
  8511.     protected function getHttplug_Psr17ResponseFactoryService()
  8512.     {
  8513.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  8514.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  8515.         return $this->services['httplug.psr17_response_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findResponseFactory();
  8516.     }
  8517.     /**
  8518.      * Gets the public 'httplug.psr17_server_request_factory' shared service.
  8519.      *
  8520.      * @return \Psr\Http\Message\ServerRequestFactoryInterface
  8521.      */
  8522.     protected function getHttplug_Psr17ServerRequestFactoryService()
  8523.     {
  8524.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  8525.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  8526.         return $this->services['httplug.psr17_server_request_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findServerRequestFactory();
  8527.     }
  8528.     /**
  8529.      * Gets the public 'httplug.psr17_stream_factory' shared service.
  8530.      *
  8531.      * @return \Psr\Http\Message\StreamFactoryInterface
  8532.      */
  8533.     protected function getHttplug_Psr17StreamFactoryService()
  8534.     {
  8535.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  8536.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  8537.         return $this->services['httplug.psr17_stream_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findStreamFactory();
  8538.     }
  8539.     /**
  8540.      * Gets the public 'httplug.psr17_uploaded_file_factory' shared service.
  8541.      *
  8542.      * @return \Psr\Http\Message\UploadedFileFactoryInterface
  8543.      */
  8544.     protected function getHttplug_Psr17UploadedFileFactoryService()
  8545.     {
  8546.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  8547.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  8548.         return $this->services['httplug.psr17_uploaded_file_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findUploadedFileFactory();
  8549.     }
  8550.     /**
  8551.      * Gets the public 'httplug.psr17_uri_factory' shared service.
  8552.      *
  8553.      * @return \Psr\Http\Message\UriFactoryInterface
  8554.      */
  8555.     protected function getHttplug_Psr17UriFactoryService()
  8556.     {
  8557.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  8558.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  8559.         return $this->services['httplug.psr17_uri_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findUrlFactory();
  8560.     }
  8561.     /**
  8562.      * Gets the public 'httplug.psr18_client' shared service.
  8563.      *
  8564.      * @return \Psr\Http\Client\ClientInterface
  8565.      */
  8566.     protected function getHttplug_Psr18ClientService()
  8567.     {
  8568.         include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  8569.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  8570.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr18ClientDiscovery.php';
  8571.         return $this->services['httplug.psr18_client'] = \Http\Discovery\Psr18ClientDiscovery::find();
  8572.     }
  8573.     /**
  8574.      * Gets the public 'httplug.stream_factory' shared service.
  8575.      *
  8576.      * @return \Http\Message\StreamFactory
  8577.      */
  8578.     protected function getHttplug_StreamFactoryService()
  8579.     {
  8580.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/StreamFactory.php';
  8581.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  8582.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/StreamFactoryDiscovery.php';
  8583.         return $this->services['httplug.stream_factory'] = \Http\Discovery\StreamFactoryDiscovery::find();
  8584.     }
  8585.     /**
  8586.      * Gets the public 'httplug.uri_factory' shared service.
  8587.      *
  8588.      * @return \Http\Message\UriFactory
  8589.      */
  8590.     protected function getHttplug_UriFactoryService()
  8591.     {
  8592.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/UriFactory.php';
  8593.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  8594.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/UriFactoryDiscovery.php';
  8595.         return $this->services['httplug.uri_factory'] = \Http\Discovery\UriFactoryDiscovery::find();
  8596.     }
  8597.     /**
  8598.      * Gets the public 'jms_translation.config_factory' shared service.
  8599.      *
  8600.      * @return \JMS\TranslationBundle\Translation\ConfigFactory
  8601.      */
  8602.     protected function getJmsTranslation_ConfigFactoryService()
  8603.     {
  8604.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ConfigFactory.php';
  8605.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ConfigBuilder.php';
  8606.         $a = new \JMS\TranslationBundle\Translation\ConfigBuilder();
  8607.         $a->setTranslationsDir((\dirname(__DIR__4).'/translations'));
  8608.         $a->setScanDirs([=> (\dirname(__DIR__4).'/src/Hitso')]);
  8609.         $a->setIgnoredDomains([]);
  8610.         $a->setDomains([]);
  8611.         $a->setEnabledExtractors(['hitso_menu' => true'jms_i18n_routing' => true'hitso_contents' => true'hitso_forms_crops' => true'hitso_multi_site' => true'system_configurator' => true'form_authenticator' => true]);
  8612.         $a->setExcludedDirs([]);
  8613.         $a->setExcludedNames([=> '*Test.php'=> '*TestCase.php']);
  8614.         $a->setDefaultOutputFormat('xliff');
  8615.         $a->setUseIcuMessageFormat(false);
  8616.         $a->setKeepOldTranslations(false);
  8617.         $a->setLoadResources([]);
  8618.         return $this->services['jms_translation.config_factory'] = new \JMS\TranslationBundle\Translation\ConfigFactory(['app' => $a]);
  8619.     }
  8620.     /**
  8621.      * Gets the public 'jms_translation.controller.api_controller' shared service.
  8622.      *
  8623.      * @return \JMS\TranslationBundle\Controller\ApiController
  8624.      */
  8625.     protected function getJmsTranslation_Controller_ApiControllerService()
  8626.     {
  8627.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Controller/ApiController.php';
  8628.         return $this->services['jms_translation.controller.api_controller'] = new \JMS\TranslationBundle\Controller\ApiController(($this->services['jms_translation.config_factory'] ?? $this->getJmsTranslation_ConfigFactoryService()), ($this->services['jms_translation.updater'] ?? $this->getJmsTranslation_UpdaterService()));
  8629.     }
  8630.     /**
  8631.      * Gets the public 'jms_translation.controller.translate_controller' shared service.
  8632.      *
  8633.      * @return \JMS\TranslationBundle\Controller\TranslateController
  8634.      */
  8635.     protected function getJmsTranslation_Controller_TranslateControllerService()
  8636.     {
  8637.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Controller/TranslateController.php';
  8638.         $this->services['jms_translation.controller.translate_controller'] = $instance = new \JMS\TranslationBundle\Controller\TranslateController(($this->services['jms_translation.config_factory'] ?? $this->getJmsTranslation_ConfigFactoryService()), ($this->privates['jms_translation.loader_manager'] ?? $this->getJmsTranslation_LoaderManagerService()));
  8639.         $instance->setSourceLanguage('pl');
  8640.         return $instance;
  8641.     }
  8642.     /**
  8643.      * Gets the public 'jms_translation.twig_extension' shared service.
  8644.      *
  8645.      * @return \JMS\TranslationBundle\Twig\TranslationExtension
  8646.      */
  8647.     protected function getJmsTranslation_TwigExtensionService()
  8648.     {
  8649.         return $this->services['jms_translation.twig_extension'] = new \JMS\TranslationBundle\Twig\TranslationExtension(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), true);
  8650.     }
  8651.     /**
  8652.      * Gets the public 'jms_translation.updater' shared service.
  8653.      *
  8654.      * @return \JMS\TranslationBundle\Translation\Updater
  8655.      */
  8656.     protected function getJmsTranslation_UpdaterService()
  8657.     {
  8658.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Updater.php';
  8659.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ExtractorInterface.php';
  8660.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ExtractorManager.php';
  8661.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Logger/LoggerAwareInterface.php';
  8662.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileExtractor.php';
  8663.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  8664.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  8665.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/DefaultPhpFileExtractor.php';
  8666.         include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php';
  8667.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/FileSourceFactory.php';
  8668.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/FormExtractor.php';
  8669.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/TranslationContainerExtractor.php';
  8670.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php';
  8671.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/TwigFileExtractor.php';
  8672.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/ValidationExtractor.php';
  8673.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/AuthenticationMessagesExtractor.php';
  8674.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Translation/DataTableTranslationExtractor.php';
  8675.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/Extractor/AbstractCrudControllerTranslationExtractor.php';
  8676.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/Extractor/AbstractControllerTranslationExtractor.php';
  8677.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/Extractor/BreadcrumbsTranslationExtractor.php';
  8678.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/Extractor/FlashMessagesTranslationExtractor.php';
  8679.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/Extractor/FormOptionsTranslationExtractor.php';
  8680.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/Extractor/JavaScriptExtractor.php';
  8681.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/Extractor/LoggableAnnotationTranslationExtractor.php';
  8682.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/Extractor/SystemConfiguratorTranslationExtractor.php';
  8683.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/Extractor/YamlExtractor.php';
  8684.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Translation/MenuExtractor.php';
  8685.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Translation/SystemConfiguratorExtractor.php';
  8686.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Translation/FormAuthenticatorExtractor.php';
  8687.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Translation/CropLabelExtractor.php';
  8688.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/MultiSiteBundle/Translation/SitesExtractor.php';
  8689.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Extension/TypeTranslationExtractor.php';
  8690.         $a = ($this->services['twig'] ?? $this->getTwigService());
  8691.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  8692.         $c = new \Doctrine\Common\Annotations\DocParser();
  8693.         $c->setImports(['desc' => 'JMS\\TranslationBundle\\Annotation\\Desc''meaning' => 'JMS\\TranslationBundle\\Annotation\\Meaning''ignore' => 'JMS\\TranslationBundle\\Annotation\\Ignore']);
  8694.         $c->setIgnoreNotImportedAnnotations(true);
  8695.         $d = new \JMS\TranslationBundle\Translation\FileSourceFactory((($this->hasParameter("kernel.root_dir")) ? ($this->getParameter("kernel.root_dir")) : ($this->getParameter("kernel.project_dir"))), \dirname(__DIR__4));
  8696.         return $this->services['jms_translation.updater'] = new \JMS\TranslationBundle\Translation\Updater(($this->privates['jms_translation.loader_manager'] ?? $this->getJmsTranslation_LoaderManagerService()), new \JMS\TranslationBundle\Translation\ExtractorManager(new \JMS\TranslationBundle\Translation\Extractor\FileExtractor($a$b, [=> new \JMS\TranslationBundle\Translation\Extractor\File\DefaultPhpFileExtractor($c$d), => new \JMS\TranslationBundle\Translation\Extractor\File\FormExtractor($c$d), => new \JMS\TranslationBundle\Translation\Extractor\File\TranslationContainerExtractor(), => new \JMS\TranslationBundle\Translation\Extractor\File\TwigFileExtractor($a$d), => new \JMS\TranslationBundle\Translation\Extractor\File\ValidationExtractor(($this->services['validator'] ?? $this->getValidatorService())), => new \JMS\TranslationBundle\Translation\Extractor\File\AuthenticationMessagesExtractor($c$d), => new \Hitso\Bundle\DataTableBundle\Translation\DataTableTranslationExtractor('admin', ['Hitso\\Bundle\\DataTableBundle\\Model\\AbstractModel' => [=> 'header'], 'Hitso\\Bundle\\DataTableBundle\\Model\\Action' => [=> 'label'=> 'confirmMessage'], 'Hitso\\Bundle\\DataTableBundle\\Model\\Column\\AbstractColumn' => [=> 'label'], 'Hitso\\Bundle\\DataTableBundle\\Model\\Filter\\AbstractFilter' => [=> 'label'=> 'placeholder'], 'Hitso\\Bundle\\DataTableBundle\\Model\\Filter\\SelectFilter' => [=> 'label'=> 'placeholder'=> 'values']]), => new \Hitso\Bundle\TranslationBundle\Translation\Extractor\AbstractCrudControllerTranslationExtractor(), => new \Hitso\Bundle\TranslationBundle\Translation\Extractor\BreadcrumbsTranslationExtractor(), => new \Hitso\Bundle\TranslationBundle\Translation\Extractor\FlashMessagesTranslationExtractor(), 10 => new \Hitso\Bundle\TranslationBundle\Translation\Extractor\FormOptionsTranslationExtractor(), 11 => new \Hitso\Bundle\TranslationBundle\Translation\Extractor\JavaScriptExtractor(), 12 => new \Hitso\Bundle\TranslationBundle\Translation\Extractor\LoggableAnnotationTranslationExtractor(), 13 => new \Hitso\Bundle\TranslationBundle\Translation\Extractor\SystemConfiguratorTranslationExtractor(), 14 => new \Hitso\Bundle\TranslationBundle\Translation\Extractor\YamlExtractor()]), $b, ['hitso_menu' => new \Hitso\Bundle\AdminBundle\Translation\MenuExtractor(($this->privates['Hitso\\Bundle\\AdminBundle\\Menu\\MenuBuilder'] ?? $this->getMenuBuilderService())), 'system_configurator' => new \Hitso\Bundle\AdminBundle\Translation\SystemConfiguratorExtractor(($this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configuration\\SystemConfiguratorCollection'] ?? $this->getSystemConfiguratorCollectionService())), 'form_authenticator' => new \Hitso\Bundle\AdminBundle\Translation\FormAuthenticatorExtractor(), 'hitso_forms_crops' => new \Hitso\Bundle\FormBundle\Translation\CropLabelExtractor(($this->privates['Hitso\\Bundle\\FormBundle\\Config\\ConfigCollection'] ?? $this->getConfigCollectionService())), 'hitso_multi_site' => new \Hitso\Bundle\MultiSiteBundle\Translation\SitesExtractor(($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection'] ?? $this->getSiteCollectionService())), 'hitso_contents' => new \Hitso\Bundle\ContentBundle\Extension\TypeTranslationExtractor(($this->privates['Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection'] ?? $this->getContentTypeCollectionService()), $this->parameters['content.slides'], $this->parameters['content.banners'])]), $b, ($this->privates['jms_translation.file_writer'] ?? $this->getJmsTranslation_FileWriterService()));
  8697.     }
  8698.     /**
  8699.      * Gets the public 'knp_menu.factory' shared service.
  8700.      *
  8701.      * @return \Knp\Menu\MenuFactory
  8702.      */
  8703.     protected function getKnpMenu_FactoryService()
  8704.     {
  8705.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  8706.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  8707.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  8708.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  8709.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  8710.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService())), 0);
  8711.         return $instance;
  8712.     }
  8713.     /**
  8714.      * Gets the public 'knp_menu.matcher' shared service.
  8715.      *
  8716.      * @return \Knp\Menu\Matcher\Matcher
  8717.      */
  8718.     protected function getKnpMenu_MatcherService()
  8719.     {
  8720.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  8721.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  8722.         }, 1));
  8723.     }
  8724.     /**
  8725.      * Gets the public 'knp_snappy.image' shared service.
  8726.      *
  8727.      * @return \Knp\Snappy\Image
  8728.      */
  8729.     protected function getKnpSnappy_ImageService()
  8730.     {
  8731.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  8732.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  8733.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  8734.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image($this->getEnv('WKHTMLTOIMAGE_PATH'), [], []);
  8735.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  8736.         return $instance;
  8737.     }
  8738.     /**
  8739.      * Gets the public 'knp_snappy.pdf' shared service.
  8740.      *
  8741.      * @return \Knp\Snappy\Pdf
  8742.      */
  8743.     protected function getKnpSnappy_PdfService()
  8744.     {
  8745.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  8746.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  8747.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  8748.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf($this->getEnv('WKHTMLTOPDF_PATH'), [], []);
  8749.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  8750.         return $instance;
  8751.     }
  8752.     /**
  8753.      * Gets the public 'liform' shared service.
  8754.      *
  8755.      * @return \Limenius\Liform\Liform
  8756.      */
  8757.     protected function getLiformService()
  8758.     {
  8759.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/LiformInterface.php';
  8760.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Liform.php';
  8761.         return $this->services['liform'] = new \Limenius\Liform\Liform(($this->services['liform.resolver'] ?? $this->getLiform_ResolverService()));
  8762.     }
  8763.     /**
  8764.      * Gets the public 'liform.add_schema_extension' shared service.
  8765.      *
  8766.      * @return \Limenius\Liform\Form\Extension\AddLiformExtension
  8767.      */
  8768.     protected function getLiform_AddSchemaExtensionService()
  8769.     {
  8770.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8771.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8772.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Form/Extension/AddLiformExtension.php';
  8773.         return $this->services['liform.add_schema_extension'] = new \Limenius\Liform\Form\Extension\AddLiformExtension();
  8774.     }
  8775.     /**
  8776.      * Gets the public 'liform.guesser.validator' shared service.
  8777.      *
  8778.      * @return \Limenius\Liform\Guesser\ValidatorGuesser
  8779.      */
  8780.     protected function getLiform_Guesser_ValidatorService()
  8781.     {
  8782.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8783.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  8784.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Guesser/ValidatorGuesser.php';
  8785.         return $this->services['liform.guesser.validator'] = new \Limenius\Liform\Guesser\ValidatorGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  8786.     }
  8787.     /**
  8788.      * Gets the public 'liform.resolver' shared service.
  8789.      *
  8790.      * @return \Limenius\Liform\Resolver
  8791.      */
  8792.     protected function getLiform_ResolverService()
  8793.     {
  8794.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/ResolverInterface.php';
  8795.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Resolver.php';
  8796.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/TransformerInterface.php';
  8797.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/AbstractTransformer.php';
  8798.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/IntegerTransformer.php';
  8799.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/ArrayTransformer.php';
  8800.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/CompoundTransformer.php';
  8801.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/ChoiceTransformer.php';
  8802.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/StringTransformer.php';
  8803.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/NumberTransformer.php';
  8804.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/BooleanTransformer.php';
  8805.         $this->services['liform.resolver'] = $instance = new \Limenius\Liform\Resolver();
  8806.         $a = ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService());
  8807.         $b = ($this->services['liform.guesser.validator'] ?? $this->getLiform_Guesser_ValidatorService());
  8808.         $instance->setTransformer('integer', new \Limenius\Liform\Transformer\IntegerTransformer($a$b), NULL);
  8809.         $instance->setTransformer('collection', new \Limenius\Liform\Transformer\ArrayTransformer($a$b$instance), NULL);
  8810.         $instance->setTransformer('compound', new \Limenius\Liform\Transformer\CompoundTransformer($a$b$instance), NULL);
  8811.         $instance->setTransformer('choice', new \Limenius\Liform\Transformer\ChoiceTransformer($a$b), NULL);
  8812.         $instance->setTransformer('text', new \Limenius\Liform\Transformer\StringTransformer($a$b), NULL);
  8813.         $instance->setTransformer('url', new \Limenius\Liform\Transformer\StringTransformer($a$b), 'url');
  8814.         $instance->setTransformer('search', new \Limenius\Liform\Transformer\StringTransformer($a$b), 'search');
  8815.         $instance->setTransformer('money', new \Limenius\Liform\Transformer\StringTransformer($a$b), 'money');
  8816.         $instance->setTransformer('password', new \Limenius\Liform\Transformer\StringTransformer($a$b), 'password');
  8817.         $instance->setTransformer('textarea', new \Limenius\Liform\Transformer\StringTransformer($a$b), 'textarea');
  8818.         $instance->setTransformer('time', new \Limenius\Liform\Transformer\StringTransformer($a$b), 'time');
  8819.         $instance->setTransformer('percent', new \Limenius\Liform\Transformer\StringTransformer($a$b), 'percent');
  8820.         $instance->setTransformer('email', new \Limenius\Liform\Transformer\StringTransformer($a$b), 'email');
  8821.         $instance->setTransformer('date', new \Limenius\Liform\Transformer\StringTransformer($a$b), 'date');
  8822.         $instance->setTransformer('datetime', new \Limenius\Liform\Transformer\StringTransformer($a$b), 'datetime');
  8823.         $instance->setTransformer('number', new \Limenius\Liform\Transformer\NumberTransformer($a$b), NULL);
  8824.         $instance->setTransformer('checkbox', new \Limenius\Liform\Transformer\BooleanTransformer($a$b), 'checkbox');
  8825.         return $instance;
  8826.     }
  8827.     /**
  8828.      * Gets the public 'liip_imagine.binary.loader.app_root' shared service.
  8829.      *
  8830.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  8831.      */
  8832.     protected function getLiipImagine_Binary_Loader_AppRootService()
  8833.     {
  8834.         return $this->services['liip_imagine.binary.loader.app_root'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader(($this->privates['liip_imagine.mime_type_guesser'] ?? $this->getLiipImagine_MimeTypeGuesserService()), ($this->privates['liip_imagine.extension_guesser'] ?? $this->getLiipImagine_ExtensionGuesserService()), new \Hitso\Bundle\CommonBundle\Extension\Imagine\Locator\FileSystemLocator([=> (\dirname(__DIR__4).'/'), => (\dirname(__DIR__4).'/../../shared'), => (\dirname(__DIR__4).'/'), => (\dirname(__DIR__4).'/../../shared')]));
  8835.     }
  8836.     /**
  8837.      * Gets the public 'liip_imagine.binary.loader.content_banner' shared service.
  8838.      *
  8839.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  8840.      */
  8841.     protected function getLiipImagine_Binary_Loader_ContentBannerService()
  8842.     {
  8843.         return $this->services['liip_imagine.binary.loader.content_banner'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader(($this->privates['liip_imagine.mime_type_guesser'] ?? $this->getLiipImagine_MimeTypeGuesserService()), ($this->privates['liip_imagine.extension_guesser'] ?? $this->getLiipImagine_ExtensionGuesserService()), new \Hitso\Bundle\CommonBundle\Extension\Imagine\Locator\FileSystemLocator([=> (\dirname(__DIR__4).'/public/files/banners'), => (\dirname(__DIR__4).'/public/files/banners')]));
  8844.     }
  8845.     /**
  8846.      * Gets the public 'liip_imagine.binary.loader.content_slide' shared service.
  8847.      *
  8848.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  8849.      */
  8850.     protected function getLiipImagine_Binary_Loader_ContentSlideService()
  8851.     {
  8852.         return $this->services['liip_imagine.binary.loader.content_slide'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader(($this->privates['liip_imagine.mime_type_guesser'] ?? $this->getLiipImagine_MimeTypeGuesserService()), ($this->privates['liip_imagine.extension_guesser'] ?? $this->getLiipImagine_ExtensionGuesserService()), new \Hitso\Bundle\CommonBundle\Extension\Imagine\Locator\FileSystemLocator([=> (\dirname(__DIR__4).'/public/files/slides'), => (\dirname(__DIR__4).'/public/files/slides')]));
  8853.     }
  8854.     /**
  8855.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  8856.      *
  8857.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  8858.      */
  8859.     protected function getLiipImagine_Binary_Loader_DefaultService()
  8860.     {
  8861.         return $this->services['liip_imagine.binary.loader.default'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader(($this->privates['liip_imagine.mime_type_guesser'] ?? $this->getLiipImagine_MimeTypeGuesserService()), ($this->privates['liip_imagine.extension_guesser'] ?? $this->getLiipImagine_ExtensionGuesserService()), new \Hitso\Bundle\CommonBundle\Extension\Imagine\Locator\FileSystemLocator([=> (\dirname(__DIR__4).'/public')]));
  8862.     }
  8863.     /**
  8864.      * Gets the public 'liip_imagine.binary.loader.filemanager' shared service.
  8865.      *
  8866.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  8867.      */
  8868.     protected function getLiipImagine_Binary_Loader_FilemanagerService()
  8869.     {
  8870.         return $this->services['liip_imagine.binary.loader.filemanager'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader(($this->privates['liip_imagine.mime_type_guesser'] ?? $this->getLiipImagine_MimeTypeGuesserService()), ($this->privates['liip_imagine.extension_guesser'] ?? $this->getLiipImagine_ExtensionGuesserService()), new \Hitso\Bundle\CommonBundle\Extension\Imagine\Locator\FileSystemLocator([=> (\dirname(__DIR__3).'/filemanager'), => (\dirname(__DIR__3).'/filemanager')]));
  8871.     }
  8872.     /**
  8873.      * Gets the public 'liip_imagine.binary.loader.message_image' shared service.
  8874.      *
  8875.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  8876.      */
  8877.     protected function getLiipImagine_Binary_Loader_MessageImageService()
  8878.     {
  8879.         return $this->services['liip_imagine.binary.loader.message_image'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader(($this->privates['liip_imagine.mime_type_guesser'] ?? $this->getLiipImagine_MimeTypeGuesserService()), ($this->privates['liip_imagine.extension_guesser'] ?? $this->getLiipImagine_ExtensionGuesserService()), new \Hitso\Bundle\CommonBundle\Extension\Imagine\Locator\FileSystemLocator([=> (\dirname(__DIR__4).'/public/files/messenger/images'), => (\dirname(__DIR__4).'/public/files/messenger/images')]));
  8880.     }
  8881.     /**
  8882.      * Gets the public 'liip_imagine.binary.loader.section_image' shared service.
  8883.      *
  8884.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  8885.      */
  8886.     protected function getLiipImagine_Binary_Loader_SectionImageService()
  8887.     {
  8888.         return $this->services['liip_imagine.binary.loader.section_image'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader(($this->privates['liip_imagine.mime_type_guesser'] ?? $this->getLiipImagine_MimeTypeGuesserService()), ($this->privates['liip_imagine.extension_guesser'] ?? $this->getLiipImagine_ExtensionGuesserService()), new \Hitso\Bundle\CommonBundle\Extension\Imagine\Locator\FileSystemLocator([=> (\dirname(__DIR__4).'/public/files/sections/images'), => (\dirname(__DIR__4).'/public/files/sections/images')]));
  8889.     }
  8890.     /**
  8891.      * Gets the public 'liip_imagine.binary.loader.user_avatar' shared service.
  8892.      *
  8893.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  8894.      */
  8895.     protected function getLiipImagine_Binary_Loader_UserAvatarService()
  8896.     {
  8897.         return $this->services['liip_imagine.binary.loader.user_avatar'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader(($this->privates['liip_imagine.mime_type_guesser'] ?? $this->getLiipImagine_MimeTypeGuesserService()), ($this->privates['liip_imagine.extension_guesser'] ?? $this->getLiipImagine_ExtensionGuesserService()), new \Hitso\Bundle\CommonBundle\Extension\Imagine\Locator\FileSystemLocator([=> (\dirname(__DIR__4).'/public/files/avatars'), => (\dirname(__DIR__4).'/public/files/avatars')]));
  8898.     }
  8899.     /**
  8900.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  8901.      *
  8902.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  8903.      */
  8904.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  8905.     {
  8906.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  8907.     }
  8908.     /**
  8909.      * Gets the public 'liip_imagine.cache.resolver.fm_cache_resolver' shared service.
  8910.      *
  8911.      * @return \Hitso\Bundle\FileManagerBundle\Imagine\Cache\Resolver\FMPathResolver
  8912.      */
  8913.     protected function getLiipImagine_Cache_Resolver_FmCacheResolverService()
  8914.     {
  8915.         return $this->services['liip_imagine.cache.resolver.fm_cache_resolver'] = new \Hitso\Bundle\FileManagerBundle\Imagine\Cache\Resolver\FMPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->privates['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()));
  8916.     }
  8917.     /**
  8918.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  8919.      *
  8920.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  8921.      */
  8922.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  8923.     {
  8924.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  8925.     }
  8926.     /**
  8927.      * Gets the public 'liip_imagine.cache.signer' shared service.
  8928.      *
  8929.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  8930.      */
  8931.     protected function getLiipImagine_Cache_SignerService()
  8932.     {
  8933.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('resolve:APP_SECRET'));
  8934.     }
  8935.     /**
  8936.      * Gets the public 'liip_imagine.command.remove_cache_command' shared service.
  8937.      *
  8938.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  8939.      */
  8940.     protected function getLiipImagine_Command_RemoveCacheCommandService()
  8941.     {
  8942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8943.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  8944.         $this->services['liip_imagine.command.remove_cache_command'] = $instance = new \Liip\ImagineBundle\Command\RemoveCacheCommand(($this->privates['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
  8945.         $instance->setName('liip:imagine:cache:remove');
  8946.         return $instance;
  8947.     }
  8948.     /**
  8949.      * Gets the public 'liip_imagine.command.resolve_cache_command' shared service.
  8950.      *
  8951.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  8952.      */
  8953.     protected function getLiipImagine_Command_ResolveCacheCommandService()
  8954.     {
  8955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8956.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  8957.         $this->services['liip_imagine.command.resolve_cache_command'] = $instance = new \Liip\ImagineBundle\Command\ResolveCacheCommand(($this->privates['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
  8958.         $instance->setName('liip:imagine:cache:resolve');
  8959.         return $instance;
  8960.     }
  8961.     /**
  8962.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  8963.      *
  8964.      * @return \Liip\ImagineBundle\Config\StackCollection
  8965.      */
  8966.     protected function getLiipImagine_Config_StackCollectionService()
  8967.     {
  8968.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  8969.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  8970.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  8971.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  8972.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  8973.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  8974.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  8975.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  8976.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  8977.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  8978.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  8979.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  8980.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  8981.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  8982.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  8983.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  8984.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  8985.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  8986.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  8987.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  8988.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  8989.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  8990.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  8991.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  8992.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  8993.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  8994.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  8995.         return $this->services['liip_imagine.config.stack_collection'] = new \Liip\ImagineBundle\Config\StackCollection(new \Liip\ImagineBundle\Config\StackBuilder(new \Liip\ImagineBundle\Factory\Config\StackFactory(), new \Liip\ImagineBundle\Config\FilterFactoryCollection(new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\CropFactory($a$b), new \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory($b), new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory())), $this->parameters['liip_imagine.filter_sets']);
  8996.     }
  8997.     /**
  8998.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  8999.      *
  9000.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  9001.      */
  9002.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  9003.     {
  9004.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  9005.     }
  9006.     /**
  9007.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  9008.      *
  9009.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  9010.      */
  9011.     protected function getLiipImagine_Filter_Loader_FlipService()
  9012.     {
  9013.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  9014.     }
  9015.     /**
  9016.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  9017.      *
  9018.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  9019.      */
  9020.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  9021.     {
  9022.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  9023.     }
  9024.     /**
  9025.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  9026.      *
  9027.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  9028.      */
  9029.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  9030.     {
  9031.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  9032.     }
  9033.     /**
  9034.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  9035.      *
  9036.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  9037.      */
  9038.     protected function getLiipImagine_Filter_Loader_RotateService()
  9039.     {
  9040.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  9041.     }
  9042.     /**
  9043.      * Gets the public 'liip_theme.theme_controller' shared service.
  9044.      *
  9045.      * @return \Liip\ThemeBundle\Controller\ThemeController
  9046.      */
  9047.     protected function getLiipTheme_ThemeControllerService()
  9048.     {
  9049.         include_once \dirname(__DIR__4).'/vendor/liip/theme-bundle/Controller/ThemeController.php';
  9050.         return $this->services['liip_theme.theme_controller'] = new \Liip\ThemeBundle\Controller\ThemeController(($this->privates['liip_theme.active_theme'] ?? $this->getLiipTheme_ActiveThemeService()), $this->parameters['liip_theme.themes'], NULL);
  9051.     }
  9052.     /**
  9053.      * Gets the public 'nelmio_alice.data_loader' shared service.
  9054.      *
  9055.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  9056.      */
  9057.     protected function getNelmioAlice_DataLoaderService()
  9058.     {
  9059.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  9060.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  9061.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  9062.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  9063.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  9064.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  9065.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  9066.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  9067.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  9068.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  9069.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  9070.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  9071.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  9072.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  9073.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  9074.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  9075.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  9076.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  9077.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  9078.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  9079.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  9080.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  9081.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  9082.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  9083.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  9084.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  9085.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  9086.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  9087.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  9088.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  9089.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  9090.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  9091.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  9092.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  9093.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  9094.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  9095.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  9096.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  9097.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  9098.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  9099.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  9100.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  9101.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  9102.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  9103.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  9104.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  9105.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  9106.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  9107.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  9108.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  9109.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  9110.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  9111.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  9112.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  9113.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  9114.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  9115.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  9116.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  9117.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  9118.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  9119.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  9120.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  9121.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  9122.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  9123.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  9124.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  9125.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  9126.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  9127.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  9128.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  9129.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  9130.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  9131.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  9132.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  9133.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  9134.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  9135.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  9136.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  9137.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  9138.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  9139.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  9140.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  9141.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  9142.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  9143.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  9144.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  9145.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  9146.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  9147.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  9148.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  9149.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  9150.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  9151.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  9152.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  9153.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  9154.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  9155.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  9156.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  9157.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  9158.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  9159.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  9160.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  9161.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  9162.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  9163.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  9164.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  9165.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  9166.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  9167.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  9168.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  9169.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  9170.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  9171.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  9172.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  9173.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  9174.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  9175.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  9176.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  9177.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  9178.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  9179.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  9180.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  9181.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  9182.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  9183.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  9184.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  9185.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  9186.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  9187.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  9188.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  9189.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  9190.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  9191.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  9192.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  9193.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  9194.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  9195.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  9196.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  9197.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  9198.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  9199.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  9200.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  9201.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  9202.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9203.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
  9204.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  9205.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  9206.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  9207.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  9208.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  9209.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  9210.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  9211.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  9212.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  9213.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  9214.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  9215.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  9216.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  9217.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  9218.         $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()]));
  9219.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  9220.         $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()]))))));
  9221.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  9222.         $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()]);
  9223.         $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);
  9224.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  9225.         $h = new \Nelmio\Alice\Generator\Resolver\Value\ValueResolverRegistry([=> new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ArrayValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolver(NULL5), => 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()]);
  9226.         $i = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
  9227.         $i->setContainer($this);
  9228.         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\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(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\NullConstructorInstantiator(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiator(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\StaticFactoryInstantiator(), => $i]))), 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)))));
  9229.     }
  9230.     /**
  9231.      * Gets the public 'nelmio_alice.file_loader' shared service.
  9232.      *
  9233.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  9234.      */
  9235.     protected function getNelmioAlice_FileLoaderService()
  9236.     {
  9237.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  9238.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  9239.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  9240.         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()));
  9241.     }
  9242.     /**
  9243.      * Gets the public 'nelmio_alice.files_loader' shared service.
  9244.      *
  9245.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  9246.      */
  9247.     protected function getNelmioAlice_FilesLoaderService()
  9248.     {
  9249.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  9250.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  9251.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  9252.         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()));
  9253.     }
  9254.     /**
  9255.      * Gets the public 'overblog_graphiql.controller' shared service.
  9256.      *
  9257.      * @return \Overblog\GraphiQLBundle\Controller\GraphiQLController
  9258.      */
  9259.     protected function getOverblogGraphiql_ControllerService()
  9260.     {
  9261.         include_once \dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Controller/GraphiQLController.php';
  9262.         include_once \dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Config/GraphiQLViewConfig.php';
  9263.         include_once \dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Config/GraphiQLViewJavaScriptLibraries.php';
  9264.         include_once \dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Config/GraphiQLControllerEndpoint.php';
  9265.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite-bundle/GraphiQL/EndpointResolver.php';
  9266.         return $this->services['overblog_graphiql.controller'] = new \Overblog\GraphiQLBundle\Controller\GraphiQLController(($this->services['twig'] ?? $this->getTwigService()), new \Overblog\GraphiQLBundle\Config\GraphiQLViewConfig(new \Overblog\GraphiQLBundle\Config\GraphiQLViewJavaScriptLibraries('0.11''15.6''2.0'), '@OverblogGraphiQL/GraphiQL/index.html.twig'), new \TheCodingMachine\GraphQLite\Bundle\GraphiQL\EndpointResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  9267.     }
  9268.     /**
  9269.      * Gets the public 'profiler' shared service.
  9270.      *
  9271.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  9272.      */
  9273.     protected function getProfilerService()
  9274.     {
  9275.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  9276.         $b = ($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService());
  9277.         $c = ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  9278.         $d = ($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService());
  9279.         $a->pushProcessor($b);
  9280.         $a->pushHandler($c);
  9281.         $a->pushHandler($d);
  9282.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9283.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  9284.         $e = ($this->services['kernel'] ?? $this->get('kernel'));
  9285.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  9286.         $g = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  9287.         $g->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  9288.         $g->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  9289.         $g->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  9290.         $g->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  9291.         $g->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  9292.         $g->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  9293.         $g->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  9294.         $g->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  9295.         $h = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  9296.         $h->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  9297.         $i = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9298.         $i->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  9299.         $j = new \Symfony\Bridge\Monolog\Logger('snc_redis');
  9300.         $j->pushProcessor($b);
  9301.         $j->pushHandler($c);
  9302.         $j->pushHandler($d);
  9303.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($j);
  9304.         $k = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  9305.         if ($this->has('kernel')) {
  9306.             $k->setKernel($e);
  9307.         }
  9308.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  9309.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($e, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  9310.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  9311.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  9312.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  9313.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  9314.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  9315.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/BundleHitso_Bundle_KernelDevDebugContainer'), $f));
  9316.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $f));
  9317.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  9318.         $instance->add($g);
  9319.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
  9320.         $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())));
  9321.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  9322.         $instance->add($h);
  9323.         $instance->add($i);
  9324.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  9325.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())));
  9326.         $instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(new \Snc\RedisBundle\Logger\RedisLogger($j)));
  9327.         $instance->add(($this->privates['EmanueleMinotto\\TwigCacheBundle\\DataCollector\\TwigCacheCollector'] ?? ($this->privates['EmanueleMinotto\\TwigCacheBundle\\DataCollector\\TwigCacheCollector'] = new \EmanueleMinotto\TwigCacheBundle\DataCollector\TwigCacheCollector())));
  9328.         $instance->add(new \Hitso\Bundle\CommonBundle\WebProfiler\AdminToolsCollector());
  9329.         $instance->add($k);
  9330.         return $instance;
  9331.     }
  9332.     /**
  9333.      * Gets the public 'request_stack' shared service.
  9334.      *
  9335.      * @return \Symfony\Component\HttpFoundation\RequestStack
  9336.      */
  9337.     protected function getRequestStackService()
  9338.     {
  9339.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  9340.     }
  9341.     /**
  9342.      * Gets the public 'routing.loader' shared service.
  9343.      *
  9344.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  9345.      */
  9346.     protected function getRouting_LoaderService()
  9347.     {
  9348.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  9349.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  9350.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  9351.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  9352.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  9353.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  9354.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  9355.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  9356.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  9357.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  9358.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  9359.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  9360.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  9361.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  9362.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  9363.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  9364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  9365.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  9366.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  9367.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  9368.         $b = ($this->privates['file_locator'] ?? $this->getFileLocatorService());
  9369.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9370.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  9371.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  9372.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  9373.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  9374.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  9375.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9376.             'TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQLiteController' => ['services''TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQLiteController''getGraphQLiteControllerService'false],
  9377.             'kernel' => ['services''kernel''getKernelService'false],
  9378.         ], [
  9379.             'TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQLiteController' => 'TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQLiteController',
  9380.             'kernel' => 'Hitso\\Bundle\\Kernel',
  9381.         ]))));
  9382.         $a->addLoader($this->getFosRest_Routing_Loader_DirectoryService());
  9383.         $a->addLoader($this->getFosRest_Routing_Loader_ControllerService());
  9384.         $a->addLoader($this->getFosRest_Routing_Loader_YamlCollectionService());
  9385.         $a->addLoader($this->getFosRest_Routing_Loader_XmlCollectionService());
  9386.         $a->addLoader($c);
  9387.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  9388.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  9389.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  9390.     }
  9391.     /**
  9392.      * Gets the public 'scheb_two_factor.firewall_context' shared service.
  9393.      *
  9394.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext
  9395.      */
  9396.     protected function getSchebTwoFactor_FirewallContextService()
  9397.     {
  9398.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/TwoFactorFirewallContext.php';
  9399.         return $this->services['scheb_two_factor.firewall_context'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext([]);
  9400.     }
  9401.     /**
  9402.      * Gets the public 'scheb_two_factor.form_controller' shared service.
  9403.      *
  9404.      * @return \Scheb\TwoFactorBundle\Controller\FormController
  9405.      */
  9406.     protected function getSchebTwoFactor_FormControllerService()
  9407.     {
  9408.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Controller/FormController.php';
  9409.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/TwoFactorFirewallContext.php';
  9410.         return $this->services['scheb_two_factor.form_controller'] = new \Scheb\TwoFactorBundle\Controller\FormController(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->services['scheb_two_factor.firewall_context'] ?? ($this->services['scheb_two_factor.firewall_context'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), false);
  9411.     }
  9412.     /**
  9413.      * Gets the public 'security.authentication_utils' shared service.
  9414.      *
  9415.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  9416.      */
  9417.     protected function getSecurity_AuthenticationUtilsService()
  9418.     {
  9419.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  9420.         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())));
  9421.     }
  9422.     /**
  9423.      * Gets the public 'security.authorization_checker' shared service.
  9424.      *
  9425.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  9426.      */
  9427.     protected function getSecurity_AuthorizationCheckerService()
  9428.     {
  9429.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  9430.     }
  9431.     /**
  9432.      * Gets the public 'security.csrf.token_manager' shared service.
  9433.      *
  9434.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  9435.      */
  9436.     protected function getSecurity_Csrf_TokenManagerService()
  9437.     {
  9438.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  9439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  9440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  9441.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  9442.         return $this->services['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())));
  9443.     }
  9444.     /**
  9445.      * Gets the public 'security.password_encoder' shared service.
  9446.      *
  9447.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  9448.      */
  9449.     protected function getSecurity_PasswordEncoderService()
  9450.     {
  9451.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  9452.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  9453.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  9454.     }
  9455.     /**
  9456.      * Gets the public 'security.token_storage' shared service.
  9457.      *
  9458.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  9459.      */
  9460.     protected function getSecurity_TokenStorageService()
  9461.     {
  9462.         return $this->services['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, [
  9463.             'session' => ['services''session''getSessionService'false],
  9464.         ], [
  9465.             'session' => '?',
  9466.         ]));
  9467.     }
  9468.     /**
  9469.      * Gets the public 'serializer' shared service.
  9470.      *
  9471.      * @return \Symfony\Component\Serializer\Serializer
  9472.      */
  9473.     protected function getSerializerService()
  9474.     {
  9475.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  9476.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  9477.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  9478.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  9479.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  9480.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  9481.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  9482.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle/Serializer/MenuItemDenormalizer.php';
  9483.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Serializer/EntityNormalizer.php';
  9484.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Serializer/LikeableNormalizer.php';
  9485.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Serializer/UserNormalizer.php';
  9486.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Serializer/FileCollectionNormalizer.php';
  9487.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Serializer/FileNormalizer.php';
  9488.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Serializer/Normalizer/FormErrorNormalizer.php';
  9489.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Serializer/Normalizer/InitialValuesNormalizer.php';
  9490.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  9491.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  9492.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  9493.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  9494.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  9495.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  9496.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  9497.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  9498.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  9499.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  9500.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  9501.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  9502.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  9503.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  9504.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Serializer/DirectoryNormalizer.php';
  9505.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9506.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  9507.         $c = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  9508.         $d = ($this->privates['Hitso\\Bundle\\CommonBundle\\Serializer\\Extractor\\EntityExtractor'] ?? $this->getEntityExtractorService());
  9509.         $e = new \Hitso\Bundle\CommonBundle\Serializer\LikeableNormalizer($bNULL$c$d$a);
  9510.         $e->setLikesHelper(($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\LikesHelper'] ?? $this->getLikesHelperService()));
  9511.         $e->setLikeableTypes($this->parameters['common.likeables']);
  9512.         $f = ($this->services['hitso.file_manager.serializer'] ?? $this->getHitso_FileManager_SerializerService());
  9513.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Hitso\Bundle\NavigationBundle\Serializer\MenuItemDenormalizer($a), => ($this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\DirectoryNormalizer'] ?? ($this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\DirectoryNormalizer'] = new \Hitso\Bundle\FileManagerBundle\Serializer\DirectoryNormalizer())), => ($this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\DownloadNormalizer'] ?? $this->getDownloadNormalizerService()), => ($this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\FileNormalizer'] ?? $this->getFileNormalizerService()), => ($this->privates['Hitso\\Bundle\\BlocksBundle\\Serializer\\ContainerNormalizer'] ?? $this->getContainerNormalizerService()), => $e=> new \Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer($bNULL$c$d$a), => new \Hitso\Bundle\CommonBundle\Serializer\UserNormalizer($bNULL$c, ($this->privates['property_info'] ?? $this->getPropertyInfoService())), => $f=> new \Hitso\Bundle\FormBundle\Serializer\FileCollectionNormalizer('attachments'), 10 => new \Hitso\Bundle\FormBundle\Serializer\FileNormalizer(($this->privates['Hitso\\Bundle\\FormBundle\\Storage\\MediaUrlProvider'] ?? $this->getMediaUrlProvider2Service())), 11 => new \Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())), 12 => new \Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer(), 13 => new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 15 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService())), 18 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 19 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 21 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 22 => ($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService())], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => $f]);
  9514.     }
  9515.     /**
  9516.      * Gets the public 'services_resetter' shared service.
  9517.      *
  9518.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  9519.      */
  9520.     protected function getServicesResetterService()
  9521.     {
  9522.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  9523.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  9524.             if (isset($this->services['cache.app'])) {
  9525.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  9526.             }
  9527.             if (isset($this->services['cache.system'])) {
  9528.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  9529.             }
  9530.             if (isset($this->privates['cache.validator.traceable'])) {
  9531.                 yield 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? null);
  9532.             }
  9533.             if (isset($this->privates['cache.serializer.traceable'])) {
  9534.                 yield 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? null);
  9535.             }
  9536.             if (isset($this->privates['cache.annotations.traceable'])) {
  9537.                 yield 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? null);
  9538.             }
  9539.             if (isset($this->privates['cache.property_info.traceable'])) {
  9540.                 yield 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? null);
  9541.             }
  9542.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  9543.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  9544.             }
  9545.             if (isset($this->services['profiler'])) {
  9546.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  9547.             }
  9548.             if (isset($this->services['validator'])) {
  9549.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  9550.             }
  9551.             if (isset($this->privates['debug.stopwatch'])) {
  9552.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  9553.             }
  9554.             if (isset($this->services['event_dispatcher'])) {
  9555.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  9556.             }
  9557.             if (isset($this->services['doctrine'])) {
  9558.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  9559.             }
  9560.             if (isset($this->privates['form.type.entity'])) {
  9561.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  9562.             }
  9563.             if (isset($this->privates['monolog.handler.main'])) {
  9564.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  9565.             }
  9566.             if (isset($this->privates['monolog.handler.console'])) {
  9567.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  9568.             }
  9569.             if (isset($this->services['security.token_storage'])) {
  9570.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  9571.             }
  9572.             if (isset($this->privates['cache.security_expression_language.traceable'])) {
  9573.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? null);
  9574.             }
  9575.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  9576.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  9577.             }
  9578.             if (isset($this->privates['httplug.collector.collector'])) {
  9579.                 yield 'httplug.collector.collector' => ($this->privates['httplug.collector.collector'] ?? null);
  9580.             }
  9581.             if (isset($this->services['white_october_breadcrumbs'])) {
  9582.                 yield 'WhiteOctober\\BreadcrumbsBundle\\Model\\Breadcrumbs' => ($this->services['white_october_breadcrumbs'] ?? null);
  9583.             }
  9584.             if (isset($this->services['fos_rest.view_handler'])) {
  9585.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  9586.             }
  9587.             if (isset($this->privates['Hitso\\Bundle\\CommonBundle\\Form\\Type\\EntityAutocompleterType'])) {
  9588.                 yield 'Hitso\\Bundle\\CommonBundle\\Form\\Type\\EntityAutocompleterType' => ($this->privates['Hitso\\Bundle\\CommonBundle\\Form\\Type\\EntityAutocompleterType'] ?? null);
  9589.             }
  9590.             if (false) {
  9591.                 yield 'graphqlite.phpfilescache' => null;
  9592.             }
  9593.             if (isset($this->privates['graphqlite.apcucache'])) {
  9594.                 yield 'graphqlite.apcucache' => ($this->privates['graphqlite.apcucache'] ?? null);
  9595.             }
  9596.             if (isset($this->privates['graphqlite.psr16cache'])) {
  9597.                 yield 'graphqlite.psr16cache' => ($this->privates['graphqlite.psr16cache'] ?? null);
  9598.             }
  9599.             if (isset($this->privates['.debug.http_client'])) {
  9600.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  9601.             }
  9602.         }, function () {
  9603.             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['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language.traceable'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['httplug.collector.collector'])) + (int) (isset($this->services['white_october_breadcrumbs'])) + (int) (isset($this->services['fos_rest.view_handler'])) + (int) (isset($this->privates['Hitso\\Bundle\\CommonBundle\\Form\\Type\\EntityAutocompleterType'])) + (int) (false) + (int) (isset($this->privates['graphqlite.apcucache'])) + (int) (isset($this->privates['graphqlite.psr16cache'])) + (int) (isset($this->privates['.debug.http_client']));
  9604.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'httplug.collector.collector' => [=> 'reset'], 'WhiteOctober\\BreadcrumbsBundle\\Model\\Breadcrumbs' => [=> 'clear'], 'fos_rest.view_handler.default' => [=> 'reset'], 'Hitso\\Bundle\\CommonBundle\\Form\\Type\\EntityAutocompleterType' => [=> 'reset'], 'graphqlite.phpfilescache' => [=> 'reset'], 'graphqlite.apcucache' => [=> 'reset'], 'graphqlite.psr16cache' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  9605.     }
  9606.     /**
  9607.      * Gets the public 'session' shared service.
  9608.      *
  9609.      * @return \Symfony\Component\HttpFoundation\Session\Session
  9610.      */
  9611.     protected function getSessionService()
  9612.     {
  9613.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  9614.     }
  9615.     /**
  9616.      * Gets the public 'sonata.seo.page.default' shared service.
  9617.      *
  9618.      * @return \Sonata\SeoBundle\Seo\SeoPage
  9619.      */
  9620.     protected function getSonata_Seo_Page_DefaultService()
  9621.     {
  9622.         $this->services['sonata.seo.page.default'] = $instance = new \Sonata\SeoBundle\Seo\SeoPage();
  9623.         $instance->setTitle('Hartmann');
  9624.         $instance->setMetas(['name' => ['author' => 'Hartmann.pl''description' => 'Hartmann description'], 'property' => ['og:type' => 'website''og:locale' => 'pl_PL''og:site_name' => 'Hartmann.pl''og:ttl' => '345600''og:image' => 'https://'.$this->getEnv('string:resolve:BASE_HOST').'/hartmann/dist/img/og.png''og:image:alt' => 'Hartmann.pl']]);
  9625.         $instance->setHtmlAttributes([]);
  9626.         $instance->setSeparator(' - ');
  9627.         return $instance;
  9628.     }
  9629.     /**
  9630.      * Gets the public 'sonata.seo.sitemap.manager' service.
  9631.      *
  9632.      * @return \Sonata\SeoBundle\Sitemap\SourceManager
  9633.      */
  9634.     protected function getSonata_Seo_Sitemap_ManagerService()
  9635.     {
  9636.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Source/SourceIteratorInterface.php';
  9637.         include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Sitemap/SourceManager.php';
  9638.         return new \Sonata\SeoBundle\Sitemap\SourceManager();
  9639.     }
  9640.     /**
  9641.      * Gets the public 'swiftmailer.mailer.default' shared service.
  9642.      *
  9643.      * @return \Swift_Mailer
  9644.      */
  9645.     protected function getSwiftmailer_Mailer_DefaultService()
  9646.     {
  9647.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  9648.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  9649.     }
  9650.     /**
  9651.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  9652.      *
  9653.      * @return \Swift_Plugins_MessageLogger
  9654.      */
  9655.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  9656.     {
  9657.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  9658.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  9659.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  9660.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  9661.     }
  9662.     /**
  9663.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  9664.      *
  9665.      * @return \Swift_Transport
  9666.      */
  9667.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  9668.     {
  9669.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  9670.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  9671.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  9672.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  9673.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => 'hello@wellcommerce.org''password' => 'Avaya28''host' => 'uid3476.zbcli.pl''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  9674.     }
  9675.     /**
  9676.      * Gets the public 'swiftmailer.transport' shared service.
  9677.      *
  9678.      * @return \Swift_Transport_SpoolTransport
  9679.      */
  9680.     protected function getSwiftmailer_TransportService()
  9681.     {
  9682.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  9683.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  9684.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  9685.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  9686.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  9687.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  9688.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  9689.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  9690.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  9691.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  9692.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  9693.         return $instance;
  9694.     }
  9695.     /**
  9696.      * Gets the public 'templating' shared service.
  9697.      *
  9698.      * @return \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine
  9699.      *
  9700.      * @deprecated The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9701.      */
  9702.     protected function getTemplatingService()
  9703.     {
  9704.         @trigger_error('The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9705.         $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);
  9706.         $a = ($this->privates['templating.engine.twig'] ?? $this->getTemplating_Engine_TwigService());
  9707.         $instance->addEngine($a);
  9708.         $instance->addEngine($a);
  9709.         $instance->addEngine($a);
  9710.         $instance->addEngine($a);
  9711.         return $instance;
  9712.     }
  9713.     /**
  9714.      * Gets the public 'templating.loader' shared service.
  9715.      *
  9716.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
  9717.      *
  9718.      * @deprecated The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9719.      */
  9720.     protected function getTemplating_LoaderService()
  9721.     {
  9722.         @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9723.         return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['liip_theme.templating_locator'] ?? $this->getLiipTheme_TemplatingLocatorService()));
  9724.     }
  9725.     /**
  9726.      * Gets the public 'twig' shared service.
  9727.      *
  9728.      * @return \Twig\Environment
  9729.      */
  9730.     protected function getTwigService()
  9731.     {
  9732.         $a = new \Liip\ThemeBundle\Twig\Loader\FilesystemLoader(($this->privates['liip_theme.templating_locator'] ?? $this->getLiipTheme_TemplatingLocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__4));
  9733.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  9734.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  9735.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  9736.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  9737.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  9738.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  9739.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  9740.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  9741.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  9742.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  9743.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  9744.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  9745.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  9746.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  9747.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  9748.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  9749.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  9750.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  9751.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  9752.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  9753.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  9754.         $a->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/Resources/views'), 'SncRedis');
  9755.         $a->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/Resources/views'), '!SncRedis');
  9756.         $a->addPath((\dirname(__DIR__4).'/vendor/whiteoctober/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/Resources/views'), 'WhiteOctoberBreadcrumbs');
  9757.         $a->addPath((\dirname(__DIR__4).'/vendor/whiteoctober/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/Resources/views'), '!WhiteOctoberBreadcrumbs');
  9758.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  9759.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  9760.         $a->addPath((\dirname(__DIR__4).'/vendor/emanueleminotto/twig-cache-bundle/Resources/views'), 'TwigCache');
  9761.         $a->addPath((\dirname(__DIR__4).'/vendor/emanueleminotto/twig-cache-bundle/Resources/views'), '!TwigCache');
  9762.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), 'SonataSeo');
  9763.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), '!SonataSeo');
  9764.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/Resources/views'), 'CmfSeo');
  9765.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/Resources/views'), '!CmfSeo');
  9766.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/translation-bundle/Resources/views'), 'JMSTranslation');
  9767.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/translation-bundle/Resources/views'), '!JMSTranslation');
  9768.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/views'), 'SchebTwoFactor');
  9769.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/views'), '!SchebTwoFactor');
  9770.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Resources/views'), 'HitsoAdmin');
  9771.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Resources/views'), '!HitsoAdmin');
  9772.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Resources/views'), 'HitsoCommon');
  9773.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Resources/views'), '!HitsoCommon');
  9774.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Resources/views'), 'HitsoCatalog');
  9775.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Resources/views'), '!HitsoCatalog');
  9776.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Resources/views'), 'HitsoDataTable');
  9777.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Resources/views'), '!HitsoDataTable');
  9778.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Resources/views'), 'HitsoFileManager');
  9779.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Resources/views'), '!HitsoFileManager');
  9780.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/RoutingBundle/Resources/views'), 'HitsoRouting');
  9781.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/RoutingBundle/Resources/views'), '!HitsoRouting');
  9782.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/views'), 'HitsoContent');
  9783.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/views'), '!HitsoContent');
  9784.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Resources/views'), 'HitsoSeo');
  9785.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Resources/views'), '!HitsoSeo');
  9786.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Resources/views'), 'HitsoBlocks');
  9787.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Resources/views'), '!HitsoBlocks');
  9788.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle/Resources/views'), 'HitsoNavigation');
  9789.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle/Resources/views'), '!HitsoNavigation');
  9790.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/NewsletterBundle/Resources/views'), 'HitsoNewsletter');
  9791.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/NewsletterBundle/Resources/views'), '!HitsoNewsletter');
  9792.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Resources/views'), 'HitsoSection');
  9793.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Resources/views'), '!HitsoSection');
  9794.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/TicketsBundle/Resources/views'), 'HitsoTickets');
  9795.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/TicketsBundle/Resources/views'), '!HitsoTickets');
  9796.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Resources/views'), 'HitsoTranslation');
  9797.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Resources/views'), '!HitsoTranslation');
  9798.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/QABundle/Resources/views'), 'HitsoQA');
  9799.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/QABundle/Resources/views'), '!HitsoQA');
  9800.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle/Resources/views'), 'HitsoProbe');
  9801.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle/Resources/views'), '!HitsoProbe');
  9802.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Resources/views'), 'HitsoSearch');
  9803.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Resources/views'), '!HitsoSearch');
  9804.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Resources/views'), 'HitsoTagging');
  9805.         $a->addPath((\dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Resources/views'), '!HitsoTagging');
  9806.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Resources/views'), 'OverblogGraphiQL');
  9807.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Resources/views'), '!OverblogGraphiQL');
  9808.         $a->addPath((\dirname(__DIR__4).'/templates'));
  9809.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  9810.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  9811.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  9812.         $a->setActiveTheme(($this->privates['liip_theme.active_theme'] ?? $this->getLiipTheme_ActiveThemeService()));
  9813.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  9814.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  9815.         $c = ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService());
  9816.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  9817.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  9818.         $f = ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService());
  9819.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  9820.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  9821.         $h = new \Knp\Menu\Util\MenuManipulator();
  9822.         $i = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  9823.         $j = ($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService());
  9824.         $k = new \Twig\CacheExtension\CacheProvider\DoctrineCacheAdapter(($this->services['doctrine_cache.providers.file_system'] ?? ($this->services['doctrine_cache.providers.file_system'] = new \Doctrine\Common\Cache\FilesystemCache(($this->targetDir.''.'/doctrine/cache/file_system'), NULL2))));
  9825.         $l = ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService());
  9826.         $m = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  9827.         $n = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());
  9828.         $o = ($this->services['Hitso\\Bundle\\FileManagerBundle\\Twig\\FileManagerExtension'] ?? $this->getFileManagerExtensionService());
  9829.         $p = ($this->privates['Hitso\\Bundle\\CatalogBundle\\Service\\Compare\\CompareSessionStorage'] ?? $this->getCompareSessionStorageService());
  9830.         $q = new \Hitso\Bundle\SeoBundle\Json\JsonLinkingDataGeneratorCollection();
  9831.         $r = ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService());
  9832.         $q->add(($this->services['Hitso\\Bundle\\CatalogBundle\\Seo\\Json\\CategoryJsonLinkingDataGenerator'] ?? $this->getCategoryJsonLinkingDataGeneratorService()));
  9833.         $q->add(($this->services['Hitso\\Bundle\\CatalogBundle\\Seo\\Json\\ProductJsonLinkingDataGenerator'] ?? $this->getProductJsonLinkingDataGeneratorService()));
  9834.         $q->add(new \Hitso\Bundle\ContentBundle\Seo\Json\ArticleCategoryJsonLinkingDataGenerator($r));
  9835.         $q->add(new \Hitso\Bundle\ContentBundle\Seo\Json\ArticleJsonLinkingDataGenerator($r));
  9836.         $s = ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService());
  9837.         $t = new \Symfony\Bridge\Twig\AppVariable();
  9838.         $t->setEnvironment('dev');
  9839.         $t->setDebug(true);
  9840.         if ($this->has('security.token_storage')) {
  9841.             $t->setTokenStorage($m);
  9842.         }
  9843.         if ($this->has('request_stack')) {
  9844.             $t->setRequestStack($d);
  9845.         }
  9846.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  9847.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  9848.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  9849.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/hartmann/compiled/rev-manifest.json')), new \Symfony\Component\Asset\Context\RequestStackContext($d''false)), [])));
  9850.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  9851.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  9852.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  9853.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  9854.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  9855.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  9856.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  9857.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  9858.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  9859.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  9860.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  9861.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  9862.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  9863.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  9864.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9865.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  9866.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  9867.         ], [
  9868.             'list' => '?',
  9869.             'twig' => '?',
  9870.         ]), 'twig'), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  9871.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? ($this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider([])));
  9872.             yield => ($this->privates['Hitso\\Bundle\\NavigationBundle\\Menu\\MenuProvider\\ConfigProvider'] ?? $this->getConfigProviderService());
  9873.         }, 2)), $h$i), $i$h));
  9874.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->privates['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  9875.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension(NULLNULL));
  9876.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension($j));
  9877.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension($j));
  9878.         $instance->addExtension(($this->services['white_october_breadcrumbs.twig'] ?? ($this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this))));
  9879.         $instance->addExtension(new \Twig\CacheExtension\Extension(new \EmanueleMinotto\TwigCacheBundle\Strategy\ProfilerStrategy(new \Twig\CacheExtension\CacheStrategy\IndexedChainingCacheStrategy(['gen' => new \Twig\CacheExtension\CacheStrategy\GenerationalCacheStrategy($k, new \EmanueleMinotto\TwigCacheBundle\KeyGenerator\SplObjectHashKeyGenerator()), 'time' => new \Twig\CacheExtension\CacheStrategy\LifetimeCacheStrategy($k)]), ($this->privates['EmanueleMinotto\\TwigCacheBundle\\DataCollector\\TwigCacheCollector'] ?? ($this->privates['EmanueleMinotto\\TwigCacheBundle\\DataCollector\\TwigCacheCollector'] = new \EmanueleMinotto\TwigCacheBundle\DataCollector\TwigCacheCollector())))));
  9880.         $instance->addExtension(new \Hitso\Bundle\SeoBundle\Twig\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));
  9881.         $instance->addExtension(new \Symfony\Cmf\Bundle\SeoBundle\Twig\Extension\CmfSeoExtension(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService())));
  9882.         $instance->addExtension(($this->services['jms_translation.twig_extension'] ?? $this->getJmsTranslation_TwigExtensionService()));
  9883.         $instance->addExtension(new \Hitso\Bundle\AdminBundle\Twig\MenuExtension(($this->privates['Hitso\\Bundle\\AdminBundle\\Menu\\MenuBuilder'] ?? $this->getMenuBuilderService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()), $c));
  9884.         $instance->addExtension(new \Hitso\Bundle\AdminBundle\Twig\SitesExtension($l$m));
  9885.         $instance->addExtension($n);
  9886.         $instance->addExtension(new \Hitso\Bundle\CommonBundle\Twig\BreadcrumbsExtension(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), $c));
  9887.         $instance->addExtension(new \Hitso\Bundle\CommonBundle\Twig\MailExtension(($this->services['kernel'] ?? $this->get('kernel'1))));
  9888.         $instance->addExtension(new \Hitso\Bundle\CommonBundle\Twig\MediaFileExtension(new \Hitso\Bundle\CommonBundle\Media\FileExtensionGenerator(($this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository'] ?? $this->getChangeLogRepositoryService()), $n$o, ($this->services['Hitso\\Bundle\\FileManagerBundle\\Repository\\FileRepository'] ?? $this->getFileRepositoryService()))));
  9889.         $instance->addExtension(new \Hitso\Bundle\CommonBundle\Twig\MediaUrlExtension(($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService())));
  9890.         $instance->addExtension(new \Hitso\Bundle\CommonBundle\Twig\RequestExtension($d));
  9891.         $instance->addExtension(new \Hitso\Bundle\CommonBundle\Twig\UserExtension($c));
  9892.         $instance->addExtension(new \Hitso\Bundle\CommonBundle\Twig\UserLogExtension(($this->privates['Hitso\\Bundle\\CommonBundle\\UserLog\\FormatterChain'] ?? $this->getFormatterChainService())));
  9893.         $instance->addExtension(new \Hitso\Bundle\CommonBundle\Twig\UtilityExtension($c));
  9894.         $instance->addExtension(new \Twig_Extensions_Extension_Text());
  9895.         $instance->addExtension(new \Twig_Extensions_Extension_Intl());
  9896.         $instance->addExtension(new \Hitso\Bundle\CatalogBundle\Twig\CatalogExtension(($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\CategoryManager'] ?? $this->getCategoryManagerService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductManager'] ?? $this->getProductManagerService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\SectionManager'] ?? $this->getSectionManagerService()), $p, new \Hitso\Bundle\CatalogBundle\Service\Compare\ProductMatrixProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $p), new \Hitso\Bundle\CatalogBundle\Service\Product\ProductAttributesFormatter(), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\ProductAttributeRepository'] ?? $this->getProductAttributeRepositoryService())));
  9897.         $instance->addExtension(new \Hitso\Bundle\DataTableBundle\Twig\DataTableExtension(($this->privates['Hitso\\Bundle\\DataTableBundle\\Service\\DataTableFactory'] ?? $this->getDataTableFactoryService()), ($this->services['Hitso\\Bundle\\DataTableBundle\\Serializer\\SerializerFactory'] ?? $this->getSerializerFactoryService()), $d));
  9898.         $instance->addExtension($o);
  9899.         $instance->addExtension(new \Hitso\Bundle\FormBundle\Twig\Extension\FormExtension(new \Hitso\Bundle\FormBundle\Form\Renderer\JavascriptRenderer(), $instance));
  9900.         $instance->addExtension(new \Hitso\Bundle\MultiSiteBundle\Twig\MultiSiteExtension(new \Hitso\Bundle\MultiSiteBundle\Twig\SitesVariable($l)));
  9901.         $instance->addExtension(new \Hitso\Bundle\RoutingBundle\Twig\RoutingExtension($f, ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper'] ?? $this->getRequestHelperService())));
  9902.         $instance->addExtension(new \Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), $l, ($this->privates['Hitso\\Bundle\\ContentBundle\\Services\\Video\\VideoHelper'] ?? $this->getVideoHelperService()), $l));
  9903.         $instance->addExtension(new \Hitso\Bundle\SeoBundle\Twig\JsonLinkingDataExtension($q));
  9904.         $instance->addExtension(new \Hitso\Bundle\BlocksBundle\Twig\BlocksExtension(($this->services['Hitso\\Bundle\\BlocksBundle\\Block\\Factory'] ?? $this->getFactoryService())));
  9905.         $instance->addExtension(new \Hitso\Bundle\SectionBundle\Twig\FeaturedProductsExtension(new \Hitso\Bundle\SectionBundle\Service\FeaturedProductsService($s)));
  9906.         $instance->addExtension(new \Hitso\Bundle\SectionBundle\Twig\PromoBoxExtension($s));
  9907.         $instance->addExtension(new \Twig_Extension_StringLoader());
  9908.         $instance->addExtension(new \Hitso\Bundle\SearchBundle\Twig\SearchExtension(($this->privates['Hitso\\Bundle\\SearchBundle\\Manager\\SearchReportManager'] ?? $this->getSearchReportManagerService())));
  9909.         $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
  9910.         $instance->addExtension(new \Hartmann\Bundle\AppBundle\Twig\AppExtension(($this->privates['Hitso\\Bundle\\CatalogBundle\\Provider\\CatalogCategoryOrderedProvider'] ?? $this->getCatalogCategoryOrderedProviderService())));
  9911.         $instance->addGlobal('app'$t);
  9912.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9913.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates''Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime''getQrCodeRuntimeService'false],
  9914.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  9915.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  9916.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  9917.         ], [
  9918.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
  9919.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  9920.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  9921.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  9922.         ])));
  9923.         $instance->addGlobal('site_theme''hartmann');
  9924.         $instance->addGlobal('analytics_tracking_id'NULL);
  9925.         $instance->addGlobal('base_port'$this->getEnv('resolve:BASE_PORT'));
  9926.         $instance->addGlobal('organization''Autentika');
  9927.         $instance->addGlobal('fileManager', ['maxFileSize' => 104857600'maxImageWidth' => 4096'maxImageHeight' => 4096'allowedMimeTypes' => $this->parameters['filemanager_allowedmimetypes']]);
  9928.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  9929.         return $instance;
  9930.     }
  9931.     /**
  9932.      * Gets the public 'twig.controller.exception' shared service.
  9933.      *
  9934.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  9935.      *
  9936.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  9937.      */
  9938.     protected function getTwig_Controller_ExceptionService()
  9939.     {
  9940.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  9941.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  9942.     }
  9943.     /**
  9944.      * Gets the public 'twig.controller.preview_error' shared service.
  9945.      *
  9946.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  9947.      *
  9948.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  9949.      */
  9950.     protected function getTwig_Controller_PreviewErrorService()
  9951.     {
  9952.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  9953.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'twig.controller.exception::showAction');
  9954.     }
  9955.     /**
  9956.      * Gets the public 'validator' shared service.
  9957.      *
  9958.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  9959.      */
  9960.     protected function getValidatorService()
  9961.     {
  9962.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  9963.     }
  9964.     /**
  9965.      * Gets the public 'web_profiler.controller.exception' shared service.
  9966.      *
  9967.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  9968.      *
  9969.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  9970.      */
  9971.     protected function getWebProfiler_Controller_ExceptionService()
  9972.     {
  9973.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  9974.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  9975.     }
  9976.     /**
  9977.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  9978.      *
  9979.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  9980.      */
  9981.     protected function getWebProfiler_Controller_ExceptionPanelService()
  9982.     {
  9983.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  9984.         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['profiler'] ?? $this->getProfilerService()));
  9985.     }
  9986.     /**
  9987.      * Gets the public 'web_profiler.controller.profiler' shared service.
  9988.      *
  9989.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  9990.      */
  9991.     protected function getWebProfiler_Controller_ProfilerService()
  9992.     {
  9993.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  9994.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  9995.     }
  9996.     /**
  9997.      * Gets the public 'web_profiler.controller.router' shared service.
  9998.      *
  9999.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  10000.      */
  10001.     protected function getWebProfiler_Controller_RouterService()
  10002.     {
  10003.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  10004.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), NULL, new RewindableGenerator(function () {
  10005.             return new \EmptyIterator();
  10006.         }, 0));
  10007.     }
  10008.     /**
  10009.      * Gets the public 'white_october_breadcrumbs' shared service.
  10010.      *
  10011.      * @return \WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs
  10012.      */
  10013.     protected function getWhiteOctoberBreadcrumbsService()
  10014.     {
  10015.         $this->services['white_october_breadcrumbs'] = $instance = new \WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs();
  10016.         $instance->setRouter(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()));
  10017.         return $instance;
  10018.     }
  10019.     /**
  10020.      * Gets the public 'white_october_breadcrumbs.helper' shared service.
  10021.      *
  10022.      * @return \WhiteOctober\BreadcrumbsBundle\Templating\Helper\BreadcrumbsHelper
  10023.      */
  10024.     protected function getWhiteOctoberBreadcrumbs_HelperService()
  10025.     {
  10026.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  10027.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  10028.         include_once \dirname(__DIR__4).'/vendor/whiteoctober/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/Templating/Helper/BreadcrumbsHelper.php';
  10029.         return $this->services['white_october_breadcrumbs.helper'] = new \WhiteOctober\BreadcrumbsBundle\Templating\Helper\BreadcrumbsHelper(($this->services['twig'] ?? $this->getTwigService()), ($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), $this->parameters['white_october_breadcrumbs.options']);
  10030.     }
  10031.     /**
  10032.      * Gets the public 'white_october_breadcrumbs.twig' shared service.
  10033.      *
  10034.      * @return \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension
  10035.      */
  10036.     protected function getWhiteOctoberBreadcrumbs_TwigService()
  10037.     {
  10038.         return $this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this);
  10039.     }
  10040.     /**
  10041.      * Gets the private '.debug.http_client' shared service.
  10042.      *
  10043.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  10044.      */
  10045.     protected function get_Debug_HttpClientService()
  10046.     {
  10047.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  10048.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  10049.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10050.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10051.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10052.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  10053.         $a->setLogger($b);
  10054.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  10055.     }
  10056.     /**
  10057.      * Gets the private '.errored..service_locator.05_Yw3i.Hitso\Bundle\ContentBundle\Entity\ArticleCategory' shared service.
  10058.      *
  10059.      * @return \Hitso\Bundle\ContentBundle\Entity\ArticleCategory
  10060.      */
  10061.     protected function getArticleCategoryService()
  10062.     {
  10063.         $this->throw('Cannot autowire service ".service_locator.05_Yw3i": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\ArticleCategory" but no such service exists.');
  10064.     }
  10065.     /**
  10066.      * Gets the private '.errored..service_locator.1WuJ32D.Hitso\Bundle\ContentBundle\Entity\Slide' shared service.
  10067.      *
  10068.      * @return \Hitso\Bundle\ContentBundle\Entity\Slide
  10069.      */
  10070.     protected function getSlideService()
  10071.     {
  10072.         $this->throw('Cannot autowire service ".service_locator.1WuJ32D": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Slide" but no such service exists.');
  10073.     }
  10074.     /**
  10075.      * Gets the private '.errored..service_locator.1iYfvxJ.Hartmann\Bundle\AppBundle\Entity\ProductSecurityClassFeature' shared service.
  10076.      *
  10077.      * @return \Hartmann\Bundle\AppBundle\Entity\ProductSecurityClassFeature
  10078.      */
  10079.     protected function getProductSecurityClassFeatureService()
  10080.     {
  10081.         $this->throw('Cannot autowire service ".service_locator.1iYfvxJ": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClassFeature" but no such service exists.');
  10082.     }
  10083.     /**
  10084.      * Gets the private '.errored..service_locator.21h4eVK.Hartmann\Bundle\AppBundle\Entity\CompanyReference' shared service.
  10085.      *
  10086.      * @return \Hartmann\Bundle\AppBundle\Entity\CompanyReference
  10087.      */
  10088.     protected function getCompanyReferenceService()
  10089.     {
  10090.         $this->throw('Cannot autowire service ".service_locator.21h4eVK": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\CompanyReference" but no such service exists.');
  10091.     }
  10092.     /**
  10093.      * Gets the private '.errored..service_locator.3WdYvOQ.Hartmann\Bundle\AppBundle\Entity\Publication' shared service.
  10094.      *
  10095.      * @return \Hartmann\Bundle\AppBundle\Entity\Publication
  10096.      */
  10097.     protected function getPublicationService()
  10098.     {
  10099.         $this->throw('Cannot autowire service ".service_locator.3WdYvOQ": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Publication" but no such service exists.');
  10100.     }
  10101.     /**
  10102.      * Gets the private '.errored..service_locator.3aZFSYt.Hitso\Bundle\ContentBundle\Entity\Comment' shared service.
  10103.      *
  10104.      * @return \Hitso\Bundle\ContentBundle\Entity\Comment
  10105.      */
  10106.     protected function getCommentService()
  10107.     {
  10108.         $this->throw('Cannot autowire service ".service_locator.3aZFSYt": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Comment" but no such service exists.');
  10109.     }
  10110.     /**
  10111.      * Gets the private '.errored..service_locator.4tT3hqa.Hartmann\Bundle\AppBundle\Entity\ProductInsuranceSecurity' shared service.
  10112.      *
  10113.      * @return \Hartmann\Bundle\AppBundle\Entity\ProductInsuranceSecurity
  10114.      */
  10115.     protected function getProductInsuranceSecurityService()
  10116.     {
  10117.         $this->throw('Cannot autowire service ".service_locator.4tT3hqa": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductInsuranceSecurity" but no such service exists.');
  10118.     }
  10119.     /**
  10120.      * Gets the private '.errored..service_locator.56KA1lu.Hitso\Bundle\CommonBundle\Entity\EntityInterface' shared service.
  10121.      *
  10122.      * @return \Hitso\Bundle\CommonBundle\Entity\EntityInterface
  10123.      */
  10124.     protected function getEntityInterfaceService()
  10125.     {
  10126.         $this->throw('Cannot autowire service ".service_locator.56KA1lu": it references interface "Hitso\\Bundle\\CommonBundle\\Entity\\EntityInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Advert", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Attachments", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\CatalogCategory", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Cta", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Embed", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Featured", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Gallery", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Header", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Image", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Link", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Newsletter", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Paragraph", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Probe", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Product", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Section", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Table", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\TextWrap", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Video", "Hitso\\Bundle\\SectionBundle\\Entity\\Group", "Hitso\\Bundle\\SectionBundle\\Entity\\GroupRoute", "Hitso\\Bundle\\SectionBundle\\Entity\\GroupType", "Hitso\\Bundle\\SectionBundle\\Entity\\Section", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\ArticleSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\BlockSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\FeaturedProductSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\HtmlCodeSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\ProductListSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\ProductSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\ProductSliderSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\PromoBoxSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\SetsSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\SubCategoriesSection".');
  10127.     }
  10128.     /**
  10129.      * Gets the private '.errored..service_locator.5B8.x3j.Hitso\Bundle\ContentBundle\Entity\Author' shared service.
  10130.      *
  10131.      * @return \Hitso\Bundle\ContentBundle\Entity\Author
  10132.      */
  10133.     protected function getAuthorService()
  10134.     {
  10135.         $this->throw('Cannot autowire service ".service_locator.5B8.x3j": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Author" but no such service exists.');
  10136.     }
  10137.     /**
  10138.      * Gets the private '.errored..service_locator.5OJiZ30.Hitso\Bundle\ContentBundle\Entity\Comment' shared service.
  10139.      *
  10140.      * @return \Hitso\Bundle\ContentBundle\Entity\Comment
  10141.      */
  10142.     protected function getComment2Service()
  10143.     {
  10144.         $this->throw('Cannot autowire service ".service_locator.5OJiZ30": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Comment" but no such service exists.');
  10145.     }
  10146.     /**
  10147.      * Gets the private '.errored..service_locator.5u.Jtyr.Hitso\Bundle\ProbeBundle\Entity\Probe' shared service.
  10148.      *
  10149.      * @return \Hitso\Bundle\ProbeBundle\Entity\Probe
  10150.      */
  10151.     protected function getProbeService()
  10152.     {
  10153.         $this->throw('Cannot autowire service ".service_locator.5u.Jtyr": it references class "Hitso\\Bundle\\ProbeBundle\\Entity\\Probe" but no such service exists.');
  10154.     }
  10155.     /**
  10156.      * Gets the private '.errored..service_locator.6EUT8o3.Hitso\Bundle\ContentBundle\Entity\Content' shared service.
  10157.      *
  10158.      * @return \Hitso\Bundle\ContentBundle\Entity\Content
  10159.      */
  10160.     protected function getContentService()
  10161.     {
  10162.         $this->throw('Cannot autowire service ".service_locator.6EUT8o3": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Content" but no such service exists.');
  10163.     }
  10164.     /**
  10165.      * Gets the private '.errored..service_locator.7uWCfHe.Hartmann\Bundle\AppBundle\Entity\Market' shared service.
  10166.      *
  10167.      * @return \Hartmann\Bundle\AppBundle\Entity\Market
  10168.      */
  10169.     protected function getMarketService()
  10170.     {
  10171.         $this->throw('Cannot autowire service ".service_locator.7uWCfHe": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Market" but no such service exists.');
  10172.     }
  10173.     /**
  10174.      * Gets the private '.errored..service_locator.7wJMtXQ.Hartmann\Bundle\AppBundle\Entity\CategoryAttribute' shared service.
  10175.      *
  10176.      * @return \Hartmann\Bundle\AppBundle\Entity\CategoryAttribute
  10177.      */
  10178.     protected function getCategoryAttributeService()
  10179.     {
  10180.         $this->throw('Cannot autowire service ".service_locator.7wJMtXQ": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\CategoryAttribute" but no such service exists.');
  10181.     }
  10182.     /**
  10183.      * Gets the private '.errored..service_locator.92PjwDN.Hitso\Bundle\ContentBundle\Entity\Article' shared service.
  10184.      *
  10185.      * @return \Hitso\Bundle\ContentBundle\Entity\Article
  10186.      */
  10187.     protected function getArticleService()
  10188.     {
  10189.         $this->throw('Cannot autowire service ".service_locator.92PjwDN": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Article" but no such service exists.');
  10190.     }
  10191.     /**
  10192.      * Gets the private '.errored..service_locator.92PjwDN.Hitso\Bundle\ContentBundle\Model\EditContext' shared service.
  10193.      *
  10194.      * @return \Hitso\Bundle\ContentBundle\Model\EditContext
  10195.      */
  10196.     protected function getEditContextService()
  10197.     {
  10198.         $this->throw('Cannot autowire service ".service_locator.92PjwDN": it references class "Hitso\\Bundle\\ContentBundle\\Model\\EditContext" but no such service exists.');
  10199.     }
  10200.     /**
  10201.      * Gets the private '.errored..service_locator.9bn2lCH.Hitso\Bundle\CatalogBundle\Entity\Category' shared service.
  10202.      *
  10203.      * @return \Hitso\Bundle\CatalogBundle\Entity\Category
  10204.      */
  10205.     protected function getCategoryService()
  10206.     {
  10207.         $this->throw('Cannot autowire service ".service_locator.9bn2lCH": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Category" but no such service exists.');
  10208.     }
  10209.     /**
  10210.      * Gets the private '.errored..service_locator.9rWN5Oa.Hartmann\Bundle\AppBundle\Entity\ProductFireResistance' shared service.
  10211.      *
  10212.      * @return \Hartmann\Bundle\AppBundle\Entity\ProductFireResistance
  10213.      */
  10214.     protected function getProductFireResistanceService()
  10215.     {
  10216.         $this->throw('Cannot autowire service ".service_locator.9rWN5Oa": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductFireResistance" but no such service exists.');
  10217.     }
  10218.     /**
  10219.      * Gets the private '.errored..service_locator.A3vLoK4.Hitso\Bundle\SearchBundle\Model\SearchRequest' shared service.
  10220.      *
  10221.      * @return \Hitso\Bundle\SearchBundle\Model\SearchRequest
  10222.      */
  10223.     protected function getSearchRequestService()
  10224.     {
  10225.         $this->throw('Cannot autowire service ".service_locator.A3vLoK4": it references class "Hitso\\Bundle\\SearchBundle\\Model\\SearchRequest" but no such service exists.');
  10226.     }
  10227.     /**
  10228.      * Gets the private '.errored..service_locator.D0eB9CF.Hartmann\Bundle\AppBundle\Entity\MarketCategory' shared service.
  10229.      *
  10230.      * @return \Hartmann\Bundle\AppBundle\Entity\MarketCategory
  10231.      */
  10232.     protected function getMarketCategoryService()
  10233.     {
  10234.         $this->throw('Cannot autowire service ".service_locator.D0eB9CF": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\MarketCategory" but no such service exists.');
  10235.     }
  10236.     /**
  10237.      * Gets the private '.errored..service_locator.DEr6_Bd.Hartmann\Bundle\AppBundle\Entity\WhatToLookForBlock' shared service.
  10238.      *
  10239.      * @return \Hartmann\Bundle\AppBundle\Entity\WhatToLookForBlock
  10240.      */
  10241.     protected function getWhatToLookForBlockService()
  10242.     {
  10243.         $this->throw('Cannot autowire service ".service_locator.DEr6_Bd": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\WhatToLookForBlock" but no such service exists.');
  10244.     }
  10245.     /**
  10246.      * Gets the private '.errored..service_locator.DM_3qQ..Hitso\Bundle\CommonBundle\Entity\User' shared service.
  10247.      *
  10248.      * @return \Hitso\Bundle\CommonBundle\Entity\User
  10249.      */
  10250.     protected function getUserService()
  10251.     {
  10252.         $this->throw('Cannot autowire service ".service_locator.DM_3qQ.": it references class "Hitso\\Bundle\\CommonBundle\\Entity\\User" but no such service exists.');
  10253.     }
  10254.     /**
  10255.      * Gets the private '.errored..service_locator.DqOlGXy.Hartmann\Bundle\AppBundle\Entity\ProductSecurityClass' shared service.
  10256.      *
  10257.      * @return \Hartmann\Bundle\AppBundle\Entity\ProductSecurityClass
  10258.      */
  10259.     protected function getProductSecurityClassService()
  10260.     {
  10261.         $this->throw('Cannot autowire service ".service_locator.DqOlGXy": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClass" but no such service exists.');
  10262.     }
  10263.     /**
  10264.      * Gets the private '.errored..service_locator.DzfalTt.Hitso\Bundle\TicketsBundle\Entity\Ticket' shared service.
  10265.      *
  10266.      * @return \Hitso\Bundle\TicketsBundle\Entity\Ticket
  10267.      */
  10268.     protected function getTicketService()
  10269.     {
  10270.         $this->throw('Cannot autowire service ".service_locator.DzfalTt": it references class "Hitso\\Bundle\\TicketsBundle\\Entity\\Ticket" but no such service exists.');
  10271.     }
  10272.     /**
  10273.      * Gets the private '.errored..service_locator.FiCW5bw.Hartmann\Bundle\AppBundle\Entity\Instruction' shared service.
  10274.      *
  10275.      * @return \Hartmann\Bundle\AppBundle\Entity\Instruction
  10276.      */
  10277.     protected function getInstructionService()
  10278.     {
  10279.         $this->throw('Cannot autowire service ".service_locator.FiCW5bw": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Instruction" but no such service exists.');
  10280.     }
  10281.     /**
  10282.      * Gets the private '.errored..service_locator.G.snJ1w.Hartmann\Bundle\AppBundle\Entity\Slogan' shared service.
  10283.      *
  10284.      * @return \Hartmann\Bundle\AppBundle\Entity\Slogan
  10285.      */
  10286.     protected function getSloganService()
  10287.     {
  10288.         $this->throw('Cannot autowire service ".service_locator.G.snJ1w": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Slogan" but no such service exists.');
  10289.     }
  10290.     /**
  10291.      * Gets the private '.errored..service_locator.H6D6dAg.Hitso\Bundle\ContentBundle\Entity\Content' shared service.
  10292.      *
  10293.      * @return \Hitso\Bundle\ContentBundle\Entity\Content
  10294.      */
  10295.     protected function getContent2Service()
  10296.     {
  10297.         $this->throw('Cannot autowire service ".service_locator.H6D6dAg": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Content" but no such service exists.');
  10298.     }
  10299.     /**
  10300.      * Gets the private '.errored..service_locator.HQk2iBh.Hitso\Bundle\CommonBundle\Entity\ChangeLog' shared service.
  10301.      *
  10302.      * @return \Hitso\Bundle\CommonBundle\Entity\ChangeLog
  10303.      */
  10304.     protected function getChangeLogService()
  10305.     {
  10306.         $this->throw('Cannot autowire service ".service_locator.HQk2iBh": it references class "Hitso\\Bundle\\CommonBundle\\Entity\\ChangeLog" but no such service exists.');
  10307.     }
  10308.     /**
  10309.      * Gets the private '.errored..service_locator.Hc5WsyI.Hartmann\Bundle\AppBundle\Entity\WhatToLookForBlock' shared service.
  10310.      *
  10311.      * @return \Hartmann\Bundle\AppBundle\Entity\WhatToLookForBlock
  10312.      */
  10313.     protected function getWhatToLookForBlock2Service()
  10314.     {
  10315.         $this->throw('Cannot autowire service ".service_locator.Hc5WsyI": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\WhatToLookForBlock" but no such service exists.');
  10316.     }
  10317.     /**
  10318.      * Gets the private '.errored..service_locator.HrtHD1_.Hitso\Bundle\AdminBundle\Entity\Whitelist' shared service.
  10319.      *
  10320.      * @return \Hitso\Bundle\AdminBundle\Entity\Whitelist
  10321.      */
  10322.     protected function getWhitelistService()
  10323.     {
  10324.         $this->throw('Cannot autowire service ".service_locator.HrtHD1_": it references class "Hitso\\Bundle\\AdminBundle\\Entity\\Whitelist" but no such service exists.');
  10325.     }
  10326.     /**
  10327.      * Gets the private '.errored..service_locator.IAYSFru.Hitso\Bundle\ProbeBundle\Entity\Probe' shared service.
  10328.      *
  10329.      * @return \Hitso\Bundle\ProbeBundle\Entity\Probe
  10330.      */
  10331.     protected function getProbe2Service()
  10332.     {
  10333.         $this->throw('Cannot autowire service ".service_locator.IAYSFru": it references class "Hitso\\Bundle\\ProbeBundle\\Entity\\Probe" but no such service exists.');
  10334.     }
  10335.     /**
  10336.      * Gets the private '.errored..service_locator.IEbP_jw.Hartmann\Bundle\AppBundle\Entity\InstructionCategory' shared service.
  10337.      *
  10338.      * @return \Hartmann\Bundle\AppBundle\Entity\InstructionCategory
  10339.      */
  10340.     protected function getInstructionCategoryService()
  10341.     {
  10342.         $this->throw('Cannot autowire service ".service_locator.IEbP_jw": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\InstructionCategory" but no such service exists.');
  10343.     }
  10344.     /**
  10345.      * Gets the private '.errored..service_locator.J.OL1qN.Hartmann\Bundle\AppBundle\Entity\ProductSecurityClass' shared service.
  10346.      *
  10347.      * @return \Hartmann\Bundle\AppBundle\Entity\ProductSecurityClass
  10348.      */
  10349.     protected function getProductSecurityClass2Service()
  10350.     {
  10351.         $this->throw('Cannot autowire service ".service_locator.J.OL1qN": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClass" but no such service exists.');
  10352.     }
  10353.     /**
  10354.      * Gets the private '.errored..service_locator.J58.5O_.Hitso\Bundle\ContentBundle\Entity\Elements\Element' shared service.
  10355.      *
  10356.      * @return \Hitso\Bundle\ContentBundle\Entity\Elements\Element
  10357.      */
  10358.     protected function getElementService()
  10359.     {
  10360.         $this->throw('Cannot autowire service ".service_locator.J58.5O_": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Element" but no such service exists. You should maybe alias this class to one of these existing services: "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Advert", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Attachments", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\CatalogCategory", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Cta", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Embed", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Featured", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Gallery", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Header", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Image", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Link", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Newsletter", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Paragraph", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Probe", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Product", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Section", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Table", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\TextWrap", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Video".');
  10361.     }
  10362.     /**
  10363.      * Gets the private '.errored..service_locator.J6Bjs8s.Hitso\Bundle\CommonBundle\Entity\SystemConfiguration' shared service.
  10364.      *
  10365.      * @return \Hitso\Bundle\CommonBundle\Entity\SystemConfiguration
  10366.      */
  10367.     protected function getSystemConfigurationService()
  10368.     {
  10369.         $this->throw('Cannot autowire service ".service_locator.J6Bjs8s": it references class "Hitso\\Bundle\\CommonBundle\\Entity\\SystemConfiguration" but no such service exists.');
  10370.     }
  10371.     /**
  10372.      * Gets the private '.errored..service_locator.JQYLnGC.Hitso\Bundle\CatalogBundle\Entity\Attribute' shared service.
  10373.      *
  10374.      * @return \Hitso\Bundle\CatalogBundle\Entity\Attribute
  10375.      */
  10376.     protected function getAttributeService()
  10377.     {
  10378.         $this->throw('Cannot autowire service ".service_locator.JQYLnGC": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Attribute" but no such service exists.');
  10379.     }
  10380.     /**
  10381.      * Gets the private '.errored..service_locator.KoPGzCV.Hartmann\Bundle\AppBundle\Entity\ProductSafeLock' shared service.
  10382.      *
  10383.      * @return \Hartmann\Bundle\AppBundle\Entity\ProductSafeLock
  10384.      */
  10385.     protected function getProductSafeLockService()
  10386.     {
  10387.         $this->throw('Cannot autowire service ".service_locator.KoPGzCV": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductSafeLock" but no such service exists.');
  10388.     }
  10389.     /**
  10390.      * Gets the private '.errored..service_locator.KtCrmM1.Hartmann\Bundle\AppBundle\Entity\CategoryAttribute' shared service.
  10391.      *
  10392.      * @return \Hartmann\Bundle\AppBundle\Entity\CategoryAttribute
  10393.      */
  10394.     protected function getCategoryAttribute2Service()
  10395.     {
  10396.         $this->throw('Cannot autowire service ".service_locator.KtCrmM1": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\CategoryAttribute" but no such service exists.');
  10397.     }
  10398.     /**
  10399.      * Gets the private '.errored..service_locator.M5LT6mv.Hitso\Bundle\CatalogBundle\Entity\TaxRate' shared service.
  10400.      *
  10401.      * @return \Hitso\Bundle\CatalogBundle\Entity\TaxRate
  10402.      */
  10403.     protected function getTaxRateService()
  10404.     {
  10405.         $this->throw('Cannot autowire service ".service_locator.M5LT6mv": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\TaxRate" but no such service exists.');
  10406.     }
  10407.     /**
  10408.      * Gets the private '.errored..service_locator.MFMplxL.Hitso\Bundle\NewsletterBundle\Entity\Subscriber' shared service.
  10409.      *
  10410.      * @return \Hitso\Bundle\NewsletterBundle\Entity\Subscriber
  10411.      */
  10412.     protected function getSubscriberService()
  10413.     {
  10414.         $this->throw('Cannot autowire service ".service_locator.MFMplxL": it references class "Hitso\\Bundle\\NewsletterBundle\\Entity\\Subscriber" but no such service exists.');
  10415.     }
  10416.     /**
  10417.      * Gets the private '.errored..service_locator.NI00r0c.Hartmann\Bundle\AppBundle\Entity\Information' shared service.
  10418.      *
  10419.      * @return \Hartmann\Bundle\AppBundle\Entity\Information
  10420.      */
  10421.     protected function getInformationService()
  10422.     {
  10423.         $this->throw('Cannot autowire service ".service_locator.NI00r0c": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Information" but no such service exists.');
  10424.     }
  10425.     /**
  10426.      * Gets the private '.errored..service_locator.OFrm_K0.Hitso\Bundle\QABundle\Entity\Answer' shared service.
  10427.      *
  10428.      * @return \Hitso\Bundle\QABundle\Entity\Answer
  10429.      */
  10430.     protected function getAnswerService()
  10431.     {
  10432.         $this->throw('Cannot autowire service ".service_locator.OFrm_K0": it references class "Hitso\\Bundle\\QABundle\\Entity\\Answer" but no such service exists.');
  10433.     }
  10434.     /**
  10435.      * Gets the private '.errored..service_locator.P25MZp0.Hitso\Bundle\QABundle\Entity\Question' shared service.
  10436.      *
  10437.      * @return \Hitso\Bundle\QABundle\Entity\Question
  10438.      */
  10439.     protected function getQuestionService()
  10440.     {
  10441.         $this->throw('Cannot autowire service ".service_locator.P25MZp0": it references class "Hitso\\Bundle\\QABundle\\Entity\\Question" but no such service exists.');
  10442.     }
  10443.     /**
  10444.      * Gets the private '.errored..service_locator.PEqoCKD.Hartmann\Bundle\AppBundle\Entity\ProductSafeLock' shared service.
  10445.      *
  10446.      * @return \Hartmann\Bundle\AppBundle\Entity\ProductSafeLock
  10447.      */
  10448.     protected function getProductSafeLock2Service()
  10449.     {
  10450.         $this->throw('Cannot autowire service ".service_locator.PEqoCKD": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductSafeLock" but no such service exists.');
  10451.     }
  10452.     /**
  10453.      * Gets the private '.errored..service_locator.PORpbPf.Hitso\Bundle\ContentBundle\Entity\Page' shared service.
  10454.      *
  10455.      * @return \Hitso\Bundle\ContentBundle\Entity\Page
  10456.      */
  10457.     protected function getPageService()
  10458.     {
  10459.         $this->throw('Cannot autowire service ".service_locator.PORpbPf": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Page" but no such service exists.');
  10460.     }
  10461.     /**
  10462.      * Gets the private '.errored..service_locator.PORpbPf.Hitso\Bundle\ContentBundle\Model\EditContext' shared service.
  10463.      *
  10464.      * @return \Hitso\Bundle\ContentBundle\Model\EditContext
  10465.      */
  10466.     protected function getEditContext2Service()
  10467.     {
  10468.         $this->throw('Cannot autowire service ".service_locator.PORpbPf": it references class "Hitso\\Bundle\\ContentBundle\\Model\\EditContext" but no such service exists.');
  10469.     }
  10470.     /**
  10471.      * Gets the private '.errored..service_locator.QAExF1w.Hitso\Bundle\SearchBundle\Model\SearchRequestInterface' shared service.
  10472.      *
  10473.      * @return \Hitso\Bundle\SearchBundle\Model\SearchRequestInterface
  10474.      */
  10475.     protected function getSearchRequestInterfaceService()
  10476.     {
  10477.         $this->throw('Cannot autowire service ".service_locator.QAExF1w": it references interface "Hitso\\Bundle\\SearchBundle\\Model\\SearchRequestInterface" but no such service exists. Did you create a class that implements this interface?');
  10478.     }
  10479.     /**
  10480.      * Gets the private '.errored..service_locator.R32.WD8.Hartmann\Bundle\AppBundle\Entity\MarketCategory' shared service.
  10481.      *
  10482.      * @return \Hartmann\Bundle\AppBundle\Entity\MarketCategory
  10483.      */
  10484.     protected function getMarketCategory2Service()
  10485.     {
  10486.         $this->throw('Cannot autowire service ".service_locator.R32.WD8": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\MarketCategory" but no such service exists.');
  10487.     }
  10488.     /**
  10489.      * Gets the private '.errored..service_locator.REW7qsm.Hitso\Bundle\CatalogBundle\Entity\Product' shared service.
  10490.      *
  10491.      * @return \Hitso\Bundle\CatalogBundle\Entity\Product
  10492.      */
  10493.     protected function getProductService()
  10494.     {
  10495.         $this->throw('Cannot autowire service ".service_locator.REW7qsm": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Product" but no such service exists.');
  10496.     }
  10497.     /**
  10498.      * Gets the private '.errored..service_locator.RILgfsd.Hitso\Bundle\ContentBundle\Entity\Banner' shared service.
  10499.      *
  10500.      * @return \Hitso\Bundle\ContentBundle\Entity\Banner
  10501.      */
  10502.     protected function getBannerService()
  10503.     {
  10504.         $this->throw('Cannot autowire service ".service_locator.RILgfsd": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Banner" but no such service exists.');
  10505.     }
  10506.     /**
  10507.      * Gets the private '.errored..service_locator.SaQYvSS.Hitso\Bundle\FileManagerBundle\Entity\File' shared service.
  10508.      *
  10509.      * @return \Hitso\Bundle\FileManagerBundle\Entity\File
  10510.      */
  10511.     protected function getFileService()
  10512.     {
  10513.         $this->throw('Cannot autowire service ".service_locator.SaQYvSS": it references class "Hitso\\Bundle\\FileManagerBundle\\Entity\\File" but no such service exists.');
  10514.     }
  10515.     /**
  10516.      * Gets the private '.errored..service_locator.UACN_Wk.Hitso\Bundle\SeoBundle\Entity\SeoPage' shared service.
  10517.      *
  10518.      * @return \Hitso\Bundle\SeoBundle\Entity\SeoPage
  10519.      */
  10520.     protected function getSeoPageService()
  10521.     {
  10522.         $this->throw('Cannot autowire service ".service_locator.UACN_Wk": it references class "Hitso\\Bundle\\SeoBundle\\Entity\\SeoPage" but no such service exists.');
  10523.     }
  10524.     /**
  10525.      * Gets the private '.errored..service_locator.Udqtlm9.Hitso\Bundle\CatalogBundle\Entity\Brand' shared service.
  10526.      *
  10527.      * @return \Hitso\Bundle\CatalogBundle\Entity\Brand
  10528.      */
  10529.     protected function getBrandService()
  10530.     {
  10531.         $this->throw('Cannot autowire service ".service_locator.Udqtlm9": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Brand" but no such service exists.');
  10532.     }
  10533.     /**
  10534.      * Gets the private '.errored..service_locator.VGFKbqw.Hitso\Bundle\SeoBundle\Entity\SeoPage' shared service.
  10535.      *
  10536.      * @return \Hitso\Bundle\SeoBundle\Entity\SeoPage
  10537.      */
  10538.     protected function getSeoPage2Service()
  10539.     {
  10540.         $this->throw('Cannot autowire service ".service_locator.VGFKbqw": it references class "Hitso\\Bundle\\SeoBundle\\Entity\\SeoPage" but no such service exists.');
  10541.     }
  10542.     /**
  10543.      * Gets the private '.errored..service_locator.VI0xCed.Hitso\Bundle\CatalogBundle\Entity\TaxRate' shared service.
  10544.      *
  10545.      * @return \Hitso\Bundle\CatalogBundle\Entity\TaxRate
  10546.      */
  10547.     protected function getTaxRate2Service()
  10548.     {
  10549.         $this->throw('Cannot autowire service ".service_locator.VI0xCed": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\TaxRate" but no such service exists.');
  10550.     }
  10551.     /**
  10552.      * Gets the private '.errored..service_locator.WCCplDO.Hitso\Bundle\ContentBundle\Entity\Rate' shared service.
  10553.      *
  10554.      * @return \Hitso\Bundle\ContentBundle\Entity\Rate
  10555.      */
  10556.     protected function getRateService()
  10557.     {
  10558.         $this->throw('Cannot autowire service ".service_locator.WCCplDO": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Rate" but no such service exists.');
  10559.     }
  10560.     /**
  10561.      * Gets the private '.errored..service_locator.Wvaq.Z5.Hitso\Bundle\TaggingBundle\Entity\Tag' shared service.
  10562.      *
  10563.      * @return \Hitso\Bundle\TaggingBundle\Entity\Tag
  10564.      */
  10565.     protected function getTagService()
  10566.     {
  10567.         $this->throw('Cannot autowire service ".service_locator.Wvaq.Z5": it references class "Hitso\\Bundle\\TaggingBundle\\Entity\\Tag" but no such service exists.');
  10568.     }
  10569.     /**
  10570.      * Gets the private '.errored..service_locator.XmVUxgQ.Hartmann\Bundle\AppBundle\Entity\Information' shared service.
  10571.      *
  10572.      * @return \Hartmann\Bundle\AppBundle\Entity\Information
  10573.      */
  10574.     protected function getInformation2Service()
  10575.     {
  10576.         $this->throw('Cannot autowire service ".service_locator.XmVUxgQ": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Information" but no such service exists.');
  10577.     }
  10578.     /**
  10579.      * Gets the private '.errored..service_locator.b7.mmnB.Hitso\Bundle\CatalogBundle\Entity\ProductReview' shared service.
  10580.      *
  10581.      * @return \Hitso\Bundle\CatalogBundle\Entity\ProductReview
  10582.      */
  10583.     protected function getProductReviewService()
  10584.     {
  10585.         $this->throw('Cannot autowire service ".service_locator.b7.mmnB": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\ProductReview" but no such service exists.');
  10586.     }
  10587.     /**
  10588.      * Gets the private '.errored..service_locator.bZzl.qa.Hitso\Bundle\RoutingBundle\Entity\Redirect' shared service.
  10589.      *
  10590.      * @return \Hitso\Bundle\RoutingBundle\Entity\Redirect
  10591.      */
  10592.     protected function getRedirectService()
  10593.     {
  10594.         $this->throw('Cannot autowire service ".service_locator.bZzl.qa": it references class "Hitso\\Bundle\\RoutingBundle\\Entity\\Redirect" but no such service exists.');
  10595.     }
  10596.     /**
  10597.      * Gets the private '.errored..service_locator.cR4YTPu.Hitso\Bundle\CatalogBundle\Entity\Brand' shared service.
  10598.      *
  10599.      * @return \Hitso\Bundle\CatalogBundle\Entity\Brand
  10600.      */
  10601.     protected function getBrand2Service()
  10602.     {
  10603.         $this->throw('Cannot autowire service ".service_locator.cR4YTPu": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Brand" but no such service exists.');
  10604.     }
  10605.     /**
  10606.      * Gets the private '.errored..service_locator.cRKQHKq.Hitso\Bundle\TaggingBundle\Entity\Tag' shared service.
  10607.      *
  10608.      * @return \Hitso\Bundle\TaggingBundle\Entity\Tag
  10609.      */
  10610.     protected function getTag2Service()
  10611.     {
  10612.         $this->throw('Cannot autowire service ".service_locator.cRKQHKq": it references class "Hitso\\Bundle\\TaggingBundle\\Entity\\Tag" but no such service exists.');
  10613.     }
  10614.     /**
  10615.      * Gets the private '.errored..service_locator.chvLBRA.Hartmann\Bundle\AppBundle\Entity\InstructionCategory' shared service.
  10616.      *
  10617.      * @return \Hartmann\Bundle\AppBundle\Entity\InstructionCategory
  10618.      */
  10619.     protected function getInstructionCategory2Service()
  10620.     {
  10621.         $this->throw('Cannot autowire service ".service_locator.chvLBRA": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\InstructionCategory" but no such service exists.');
  10622.     }
  10623.     /**
  10624.      * Gets the private '.errored..service_locator.ckkma6z.Hitso\Bundle\CommonBundle\Entity\User' shared service.
  10625.      *
  10626.      * @return \Hitso\Bundle\CommonBundle\Entity\User
  10627.      */
  10628.     protected function getUser2Service()
  10629.     {
  10630.         $this->throw('Cannot autowire service ".service_locator.ckkma6z": it references class "Hitso\\Bundle\\CommonBundle\\Entity\\User" but no such service exists.');
  10631.     }
  10632.     /**
  10633.      * Gets the private '.errored..service_locator.d396Vcx.Hartmann\Bundle\AppBundle\Entity\ProductSerie' shared service.
  10634.      *
  10635.      * @return \Hartmann\Bundle\AppBundle\Entity\ProductSerie
  10636.      */
  10637.     protected function getProductSerieService()
  10638.     {
  10639.         $this->throw('Cannot autowire service ".service_locator.d396Vcx": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductSerie" but no such service exists.');
  10640.     }
  10641.     /**
  10642.      * Gets the private '.errored..service_locator.dY9f4OO.Hitso\Bundle\ContentBundle\Entity\Page' shared service.
  10643.      *
  10644.      * @return \Hitso\Bundle\ContentBundle\Entity\Page
  10645.      */
  10646.     protected function getPage2Service()
  10647.     {
  10648.         $this->throw('Cannot autowire service ".service_locator.dY9f4OO": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Page" but no such service exists.');
  10649.     }
  10650.     /**
  10651.      * Gets the private '.errored..service_locator.djGk.PS.Hitso\Bundle\ContentBundle\Entity\Author' shared service.
  10652.      *
  10653.      * @return \Hitso\Bundle\ContentBundle\Entity\Author
  10654.      */
  10655.     protected function getAuthor2Service()
  10656.     {
  10657.         $this->throw('Cannot autowire service ".service_locator.djGk.PS": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Author" but no such service exists.');
  10658.     }
  10659.     /**
  10660.      * Gets the private '.errored..service_locator.fGZaj2S.Hitso\Bundle\CatalogBundle\Entity\Product' shared service.
  10661.      *
  10662.      * @return \Hitso\Bundle\CatalogBundle\Entity\Product
  10663.      */
  10664.     protected function getProduct2Service()
  10665.     {
  10666.         $this->throw('Cannot autowire service ".service_locator.fGZaj2S": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Product" but no such service exists.');
  10667.     }
  10668.     /**
  10669.      * Gets the private '.errored..service_locator.fUxDF9U.Hitso\Bundle\QABundle\Entity\Question' shared service.
  10670.      *
  10671.      * @return \Hitso\Bundle\QABundle\Entity\Question
  10672.      */
  10673.     protected function getQuestion2Service()
  10674.     {
  10675.         $this->throw('Cannot autowire service ".service_locator.fUxDF9U": it references class "Hitso\\Bundle\\QABundle\\Entity\\Question" but no such service exists.');
  10676.     }
  10677.     /**
  10678.      * Gets the private '.errored..service_locator.gUYmrrb.Hartmann\Bundle\AppBundle\Entity\CompanyReference' shared service.
  10679.      *
  10680.      * @return \Hartmann\Bundle\AppBundle\Entity\CompanyReference
  10681.      */
  10682.     protected function getCompanyReference2Service()
  10683.     {
  10684.         $this->throw('Cannot autowire service ".service_locator.gUYmrrb": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\CompanyReference" but no such service exists.');
  10685.     }
  10686.     /**
  10687.      * Gets the private '.errored..service_locator.hMIQgei.Hitso\Bundle\CatalogBundle\Entity\Category' shared service.
  10688.      *
  10689.      * @return \Hitso\Bundle\CatalogBundle\Entity\Category
  10690.      */
  10691.     protected function getCategory2Service()
  10692.     {
  10693.         $this->throw('Cannot autowire service ".service_locator.hMIQgei": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Category" but no such service exists.');
  10694.     }
  10695.     /**
  10696.      * Gets the private '.errored..service_locator.hpX3Dr1.FOS\RestBundle\Request\ParamFetcher' shared service.
  10697.      *
  10698.      * @return \FOS\RestBundle\Request\ParamFetcher
  10699.      */
  10700.     protected function getParamFetcherService()
  10701.     {
  10702.         $this->throw('Cannot autowire service ".service_locator.hpX3Dr1": it references class "FOS\\RestBundle\\Request\\ParamFetcher" but no such service exists. Try changing the type-hint to "FOS\\RestBundle\\Request\\ParamFetcherInterface" instead.');
  10703.     }
  10704.     /**
  10705.      * Gets the private '.errored..service_locator.iVVV7X_.Hartmann\Bundle\AppBundle\Entity\FaqAnswer' shared service.
  10706.      *
  10707.      * @return \Hartmann\Bundle\AppBundle\Entity\FaqAnswer
  10708.      */
  10709.     protected function getFaqAnswerService()
  10710.     {
  10711.         $this->throw('Cannot autowire service ".service_locator.iVVV7X_": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\FaqAnswer" but no such service exists.');
  10712.     }
  10713.     /**
  10714.      * Gets the private '.errored..service_locator.iw0h59h.Hitso\Bundle\CatalogBundle\Entity\ProductReview' shared service.
  10715.      *
  10716.      * @return \Hitso\Bundle\CatalogBundle\Entity\ProductReview
  10717.      */
  10718.     protected function getProductReview2Service()
  10719.     {
  10720.         $this->throw('Cannot autowire service ".service_locator.iw0h59h": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\ProductReview" but no such service exists.');
  10721.     }
  10722.     /**
  10723.      * Gets the private '.errored..service_locator.j6Dmc4S.Hartmann\Bundle\AppBundle\Entity\Market' shared service.
  10724.      *
  10725.      * @return \Hartmann\Bundle\AppBundle\Entity\Market
  10726.      */
  10727.     protected function getMarket2Service()
  10728.     {
  10729.         $this->throw('Cannot autowire service ".service_locator.j6Dmc4S": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Market" but no such service exists.');
  10730.     }
  10731.     /**
  10732.      * Gets the private '.errored..service_locator.jTQ4yz8.Hartmann\Bundle\AppBundle\Entity\FaqCategory' shared service.
  10733.      *
  10734.      * @return \Hartmann\Bundle\AppBundle\Entity\FaqCategory
  10735.      */
  10736.     protected function getFaqCategoryService()
  10737.     {
  10738.         $this->throw('Cannot autowire service ".service_locator.jTQ4yz8": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\FaqCategory" but no such service exists.');
  10739.     }
  10740.     /**
  10741.      * Gets the private '.errored..service_locator.j_f.0PF.Hitso\Bundle\CatalogBundle\Entity\Product' shared service.
  10742.      *
  10743.      * @return \Hitso\Bundle\CatalogBundle\Entity\Product
  10744.      */
  10745.     protected function getProduct3Service()
  10746.     {
  10747.         $this->throw('Cannot autowire service ".service_locator.j_f.0PF": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Product" but no such service exists.');
  10748.     }
  10749.     /**
  10750.      * Gets the private '.errored..service_locator.jz3ByyW.Hitso\Bundle\ContentBundle\Entity\Banner' shared service.
  10751.      *
  10752.      * @return \Hitso\Bundle\ContentBundle\Entity\Banner
  10753.      */
  10754.     protected function getBanner2Service()
  10755.     {
  10756.         $this->throw('Cannot autowire service ".service_locator.jz3ByyW": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Banner" but no such service exists.');
  10757.     }
  10758.     /**
  10759.      * Gets the private '.errored..service_locator.kBo3HxM.Hitso\Bundle\ProbeBundle\Entity\ProbeOption' shared service.
  10760.      *
  10761.      * @return \Hitso\Bundle\ProbeBundle\Entity\ProbeOption
  10762.      */
  10763.     protected function getProbeOptionService()
  10764.     {
  10765.         $this->throw('Cannot autowire service ".service_locator.kBo3HxM": it references class "Hitso\\Bundle\\ProbeBundle\\Entity\\ProbeOption" but no such service exists.');
  10766.     }
  10767.     /**
  10768.      * Gets the private '.errored..service_locator.kFd15.a.Hartmann\Bundle\AppBundle\Entity\ProductInsuranceSecurity' shared service.
  10769.      *
  10770.      * @return \Hartmann\Bundle\AppBundle\Entity\ProductInsuranceSecurity
  10771.      */
  10772.     protected function getProductInsuranceSecurity2Service()
  10773.     {
  10774.         $this->throw('Cannot autowire service ".service_locator.kFd15.a": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductInsuranceSecurity" but no such service exists.');
  10775.     }
  10776.     /**
  10777.      * Gets the private '.errored..service_locator.kKAnTFs.Hitso\Bundle\QABundle\Entity\Answer' shared service.
  10778.      *
  10779.      * @return \Hitso\Bundle\QABundle\Entity\Answer
  10780.      */
  10781.     protected function getAnswer2Service()
  10782.     {
  10783.         $this->throw('Cannot autowire service ".service_locator.kKAnTFs": it references class "Hitso\\Bundle\\QABundle\\Entity\\Answer" but no such service exists.');
  10784.     }
  10785.     /**
  10786.      * Gets the private '.errored..service_locator.kOrDo76.Hitso\Bundle\CommonBundle\Entity\EntityInterface' shared service.
  10787.      *
  10788.      * @return \Hitso\Bundle\CommonBundle\Entity\EntityInterface
  10789.      */
  10790.     protected function getEntityInterface2Service()
  10791.     {
  10792.         $this->throw('Cannot autowire service ".service_locator.kOrDo76": it references interface "Hitso\\Bundle\\CommonBundle\\Entity\\EntityInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Advert", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Attachments", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\CatalogCategory", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Cta", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Embed", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Featured", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Gallery", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Header", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Image", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Link", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Newsletter", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Paragraph", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Probe", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Product", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Section", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Table", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\TextWrap", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Video", "Hitso\\Bundle\\SectionBundle\\Entity\\Group", "Hitso\\Bundle\\SectionBundle\\Entity\\GroupRoute", "Hitso\\Bundle\\SectionBundle\\Entity\\GroupType", "Hitso\\Bundle\\SectionBundle\\Entity\\Section", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\ArticleSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\BlockSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\FeaturedProductSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\HtmlCodeSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\ProductListSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\ProductSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\ProductSliderSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\PromoBoxSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\SetsSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\SubCategoriesSection".');
  10793.     }
  10794.     /**
  10795.      * Gets the private '.errored..service_locator.lep.juL.Hartmann\Bundle\AppBundle\Entity\FaqAnswer' shared service.
  10796.      *
  10797.      * @return \Hartmann\Bundle\AppBundle\Entity\FaqAnswer
  10798.      */
  10799.     protected function getFaqAnswer2Service()
  10800.     {
  10801.         $this->throw('Cannot autowire service ".service_locator.lep.juL": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\FaqAnswer" but no such service exists.');
  10802.     }
  10803.     /**
  10804.      * Gets the private '.errored..service_locator.mFk3ewT.Hitso\Bundle\TaggingBundle\Entity\TagType' shared service.
  10805.      *
  10806.      * @return \Hitso\Bundle\TaggingBundle\Entity\TagType
  10807.      */
  10808.     protected function getTagTypeService()
  10809.     {
  10810.         $this->throw('Cannot autowire service ".service_locator.mFk3ewT": it references class "Hitso\\Bundle\\TaggingBundle\\Entity\\TagType" but no such service exists.');
  10811.     }
  10812.     /**
  10813.      * Gets the private '.errored..service_locator.mGs8p8R.Hitso\Bundle\CatalogBundle\Entity\AttributeGroup' shared service.
  10814.      *
  10815.      * @return \Hitso\Bundle\CatalogBundle\Entity\AttributeGroup
  10816.      */
  10817.     protected function getAttributeGroupService()
  10818.     {
  10819.         $this->throw('Cannot autowire service ".service_locator.mGs8p8R": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\AttributeGroup" but no such service exists.');
  10820.     }
  10821.     /**
  10822.      * Gets the private '.errored..service_locator.mdBbn3i.Hitso\Bundle\ContentBundle\Entity\Content' shared service.
  10823.      *
  10824.      * @return \Hitso\Bundle\ContentBundle\Entity\Content
  10825.      */
  10826.     protected function getContent3Service()
  10827.     {
  10828.         $this->throw('Cannot autowire service ".service_locator.mdBbn3i": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Content" but no such service exists.');
  10829.     }
  10830.     /**
  10831.      * Gets the private '.errored..service_locator.mhtffaR.Hartmann\Bundle\AppBundle\Entity\ProductSecurityClass' shared service.
  10832.      *
  10833.      * @return \Hartmann\Bundle\AppBundle\Entity\ProductSecurityClass
  10834.      */
  10835.     protected function getProductSecurityClass3Service()
  10836.     {
  10837.         $this->throw('Cannot autowire service ".service_locator.mhtffaR": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClass" but no such service exists.');
  10838.     }
  10839.     /**
  10840.      * Gets the private '.errored..service_locator.n5GMarX.Hitso\Bundle\CatalogBundle\Entity\Product' shared service.
  10841.      *
  10842.      * @return \Hitso\Bundle\CatalogBundle\Entity\Product
  10843.      */
  10844.     protected function getProduct4Service()
  10845.     {
  10846.         $this->throw('Cannot autowire service ".service_locator.n5GMarX": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Product" but no such service exists.');
  10847.     }
  10848.     /**
  10849.      * Gets the private '.errored..service_locator.nHhAOC4.Hartmann\Bundle\AppBundle\Entity\FaqCategory' shared service.
  10850.      *
  10851.      * @return \Hartmann\Bundle\AppBundle\Entity\FaqCategory
  10852.      */
  10853.     protected function getFaqCategory2Service()
  10854.     {
  10855.         $this->throw('Cannot autowire service ".service_locator.nHhAOC4": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\FaqCategory" but no such service exists.');
  10856.     }
  10857.     /**
  10858.      * Gets the private '.errored..service_locator.ol0TPYL.Hitso\Bundle\CommonBundle\Entity\User' shared service.
  10859.      *
  10860.      * @return \Hitso\Bundle\CommonBundle\Entity\User
  10861.      */
  10862.     protected function getUser3Service()
  10863.     {
  10864.         $this->throw('Cannot autowire service ".service_locator.ol0TPYL": it references class "Hitso\\Bundle\\CommonBundle\\Entity\\User" but no such service exists.');
  10865.     }
  10866.     /**
  10867.      * Gets the private '.errored..service_locator.olYHZM..Hartmann\Bundle\AppBundle\Entity\ProductSecurityClassFeature' shared service.
  10868.      *
  10869.      * @return \Hartmann\Bundle\AppBundle\Entity\ProductSecurityClassFeature
  10870.      */
  10871.     protected function getProductSecurityClassFeature2Service()
  10872.     {
  10873.         $this->throw('Cannot autowire service ".service_locator.olYHZM.": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClassFeature" but no such service exists.');
  10874.     }
  10875.     /**
  10876.      * Gets the private '.errored..service_locator.pa0sPOR.Hitso\Bundle\FileManagerBundle\Entity\Directory' shared service.
  10877.      *
  10878.      * @return \Hitso\Bundle\FileManagerBundle\Entity\Directory
  10879.      */
  10880.     protected function getDirectoryService()
  10881.     {
  10882.         $this->throw('Cannot autowire service ".service_locator.pa0sPOR": it references class "Hitso\\Bundle\\FileManagerBundle\\Entity\\Directory" but no such service exists.');
  10883.     }
  10884.     /**
  10885.      * Gets the private '.errored..service_locator.pprKcb9.Hartmann\Bundle\AppBundle\Entity\ProductSerie' shared service.
  10886.      *
  10887.      * @return \Hartmann\Bundle\AppBundle\Entity\ProductSerie
  10888.      */
  10889.     protected function getProductSerie2Service()
  10890.     {
  10891.         $this->throw('Cannot autowire service ".service_locator.pprKcb9": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductSerie" but no such service exists.');
  10892.     }
  10893.     /**
  10894.      * Gets the private '.errored..service_locator.r95ex5O.Hartmann\Bundle\AppBundle\Entity\Slogan' shared service.
  10895.      *
  10896.      * @return \Hartmann\Bundle\AppBundle\Entity\Slogan
  10897.      */
  10898.     protected function getSlogan2Service()
  10899.     {
  10900.         $this->throw('Cannot autowire service ".service_locator.r95ex5O": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Slogan" but no such service exists.');
  10901.     }
  10902.     /**
  10903.      * Gets the private '.errored..service_locator.siAC6nS.Hitso\Bundle\FileManagerBundle\Entity\File' shared service.
  10904.      *
  10905.      * @return \Hitso\Bundle\FileManagerBundle\Entity\File
  10906.      */
  10907.     protected function getFile2Service()
  10908.     {
  10909.         $this->throw('Cannot autowire service ".service_locator.siAC6nS": it references class "Hitso\\Bundle\\FileManagerBundle\\Entity\\File" but no such service exists.');
  10910.     }
  10911.     /**
  10912.      * Gets the private '.errored..service_locator.spHR1WY.Hitso\Bundle\RoutingBundle\Entity\Redirect' shared service.
  10913.      *
  10914.      * @return \Hitso\Bundle\RoutingBundle\Entity\Redirect
  10915.      */
  10916.     protected function getRedirect2Service()
  10917.     {
  10918.         $this->throw('Cannot autowire service ".service_locator.spHR1WY": it references class "Hitso\\Bundle\\RoutingBundle\\Entity\\Redirect" but no such service exists.');
  10919.     }
  10920.     /**
  10921.      * Gets the private '.errored..service_locator.tBMB9l2.Hitso\Bundle\FileManagerBundle\Entity\File' shared service.
  10922.      *
  10923.      * @return \Hitso\Bundle\FileManagerBundle\Entity\File
  10924.      */
  10925.     protected function getFile3Service()
  10926.     {
  10927.         $this->throw('Cannot autowire service ".service_locator.tBMB9l2": it references class "Hitso\\Bundle\\FileManagerBundle\\Entity\\File" but no such service exists.');
  10928.     }
  10929.     /**
  10930.      * Gets the private '.errored..service_locator.tDyS..U.Hitso\Bundle\ContentBundle\Entity\Slide' shared service.
  10931.      *
  10932.      * @return \Hitso\Bundle\ContentBundle\Entity\Slide
  10933.      */
  10934.     protected function getSlide2Service()
  10935.     {
  10936.         $this->throw('Cannot autowire service ".service_locator.tDyS..U": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Slide" but no such service exists.');
  10937.     }
  10938.     /**
  10939.      * Gets the private '.errored..service_locator.tPo4csB.Hartmann\Bundle\AppBundle\Entity\Instruction' shared service.
  10940.      *
  10941.      * @return \Hartmann\Bundle\AppBundle\Entity\Instruction
  10942.      */
  10943.     protected function getInstruction2Service()
  10944.     {
  10945.         $this->throw('Cannot autowire service ".service_locator.tPo4csB": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Instruction" but no such service exists.');
  10946.     }
  10947.     /**
  10948.      * Gets the private '.errored..service_locator.tbnmERi.Hitso\Bundle\NewsletterBundle\Entity\Subscriber' shared service.
  10949.      *
  10950.      * @return \Hitso\Bundle\NewsletterBundle\Entity\Subscriber
  10951.      */
  10952.     protected function getSubscriber2Service()
  10953.     {
  10954.         $this->throw('Cannot autowire service ".service_locator.tbnmERi": it references class "Hitso\\Bundle\\NewsletterBundle\\Entity\\Subscriber" but no such service exists.');
  10955.     }
  10956.     /**
  10957.      * Gets the private '.errored..service_locator.u5X6chb.Hartmann\Bundle\AppBundle\Entity\Publication' shared service.
  10958.      *
  10959.      * @return \Hartmann\Bundle\AppBundle\Entity\Publication
  10960.      */
  10961.     protected function getPublication2Service()
  10962.     {
  10963.         $this->throw('Cannot autowire service ".service_locator.u5X6chb": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Publication" but no such service exists.');
  10964.     }
  10965.     /**
  10966.      * Gets the private '.errored..service_locator.v4EPFh..Hitso\Bundle\AdminBundle\Entity\Whitelist' shared service.
  10967.      *
  10968.      * @return \Hitso\Bundle\AdminBundle\Entity\Whitelist
  10969.      */
  10970.     protected function getWhitelist2Service()
  10971.     {
  10972.         $this->throw('Cannot autowire service ".service_locator.v4EPFh.": it references class "Hitso\\Bundle\\AdminBundle\\Entity\\Whitelist" but no such service exists.');
  10973.     }
  10974.     /**
  10975.      * Gets the private '.errored..service_locator.va1wmfW.Hitso\Bundle\TicketsBundle\Entity\Ticket' shared service.
  10976.      *
  10977.      * @return \Hitso\Bundle\TicketsBundle\Entity\Ticket
  10978.      */
  10979.     protected function getTicket2Service()
  10980.     {
  10981.         $this->throw('Cannot autowire service ".service_locator.va1wmfW": it references class "Hitso\\Bundle\\TicketsBundle\\Entity\\Ticket" but no such service exists.');
  10982.     }
  10983.     /**
  10984.      * Gets the private '.errored..service_locator.vup1AmX.Hitso\Bundle\FileManagerBundle\Entity\FileHotspot' shared service.
  10985.      *
  10986.      * @return \Hitso\Bundle\FileManagerBundle\Entity\FileHotspot
  10987.      */
  10988.     protected function getFileHotspotService()
  10989.     {
  10990.         $this->throw('Cannot autowire service ".service_locator.vup1AmX": it references class "Hitso\\Bundle\\FileManagerBundle\\Entity\\FileHotspot" but no such service exists.');
  10991.     }
  10992.     /**
  10993.      * Gets the private '.errored..service_locator.wFGLuPT.Hartmann\Bundle\AppBundle\Entity\ProductFireResistance' shared service.
  10994.      *
  10995.      * @return \Hartmann\Bundle\AppBundle\Entity\ProductFireResistance
  10996.      */
  10997.     protected function getProductFireResistance2Service()
  10998.     {
  10999.         $this->throw('Cannot autowire service ".service_locator.wFGLuPT": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductFireResistance" but no such service exists.');
  11000.     }
  11001.     /**
  11002.      * Gets the private '.errored..service_locator.wdcYQrg.Hitso\Bundle\CatalogBundle\Entity\Attribute' shared service.
  11003.      *
  11004.      * @return \Hitso\Bundle\CatalogBundle\Entity\Attribute
  11005.      */
  11006.     protected function getAttribute2Service()
  11007.     {
  11008.         $this->throw('Cannot autowire service ".service_locator.wdcYQrg": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Attribute" but no such service exists.');
  11009.     }
  11010.     /**
  11011.      * Gets the private '.errored..service_locator.xUVHyrR.Hitso\Bundle\TaggingBundle\Entity\TagType' shared service.
  11012.      *
  11013.      * @return \Hitso\Bundle\TaggingBundle\Entity\TagType
  11014.      */
  11015.     protected function getTagType2Service()
  11016.     {
  11017.         $this->throw('Cannot autowire service ".service_locator.xUVHyrR": it references class "Hitso\\Bundle\\TaggingBundle\\Entity\\TagType" but no such service exists.');
  11018.     }
  11019.     /**
  11020.      * Gets the private '.errored..service_locator.yGlmO6l.Hitso\Bundle\CatalogBundle\Entity\AttributeGroup' shared service.
  11021.      *
  11022.      * @return \Hitso\Bundle\CatalogBundle\Entity\AttributeGroup
  11023.      */
  11024.     protected function getAttributeGroup2Service()
  11025.     {
  11026.         $this->throw('Cannot autowire service ".service_locator.yGlmO6l": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\AttributeGroup" but no such service exists.');
  11027.     }
  11028.     /**
  11029.      * Gets the private '.errored..service_locator.yPO_pMw.Hitso\Bundle\FileManagerBundle\Entity\File' shared service.
  11030.      *
  11031.      * @return \Hitso\Bundle\FileManagerBundle\Entity\File
  11032.      */
  11033.     protected function getFile4Service()
  11034.     {
  11035.         $this->throw('Cannot autowire service ".service_locator.yPO_pMw": it references class "Hitso\\Bundle\\FileManagerBundle\\Entity\\File" but no such service exists.');
  11036.     }
  11037.     /**
  11038.      * Gets the private '.errored..service_locator.zzD6e9A.Hitso\Bundle\ContentBundle\Entity\Article' shared service.
  11039.      *
  11040.      * @return \Hitso\Bundle\ContentBundle\Entity\Article
  11041.      */
  11042.     protected function getArticle2Service()
  11043.     {
  11044.         $this->throw('Cannot autowire service ".service_locator.zzD6e9A": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Article" but no such service exists.');
  11045.     }
  11046.     /**
  11047.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  11048.      *
  11049.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  11050.      */
  11051.     protected function get_LegacyResolveControllerNameSubscriberService()
  11052.     {
  11053.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  11054.     }
  11055.     /**
  11056.      * Gets the private '.service_locator..37F1Qm' shared service.
  11057.      *
  11058.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11059.      */
  11060.     protected function get_ServiceLocator__37F1QmService()
  11061.     {
  11062.         return $this->privates['.service_locator..37F1Qm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11063.             'entity_manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  11064.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  11065.             'kernel' => ['services''kernel''getKernelService'false],
  11066.             'mailer_helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Mailer\\MailerHelper''getMailerHelperService'false],
  11067.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  11068.             'request_helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper''getRequestHelperService'false],
  11069.             'router_helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper''getRouterHelperService'false],
  11070.         ], [
  11071.             'entity_manager' => '?',
  11072.             'event_dispatcher' => '?',
  11073.             'kernel' => '?',
  11074.             'mailer_helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Mailer\\MailerHelper',
  11075.             'parameter_bag' => '?',
  11076.             'request_helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper',
  11077.             'router_helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper',
  11078.         ]);
  11079.     }
  11080.     /**
  11081.      * Gets the private '.service_locator.05_Yw3i' shared service.
  11082.      *
  11083.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11084.      */
  11085.     protected function get_ServiceLocator_05Yw3iService()
  11086.     {
  11087.         return $this->privates['.service_locator.05_Yw3i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11088.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11089.             'category' => ['privates''.errored..service_locator.05_Yw3i.Hitso\\Bundle\\ContentBundle\\Entity\\ArticleCategory'NULL'Cannot autowire service ".service_locator.05_Yw3i": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\ArticleCategory" but no such service exists.'],
  11090.             'repository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\ArticleRepository''getArticleRepositoryService'false],
  11091.         ], [
  11092.             'breadcrumbs' => '?',
  11093.             'category' => 'Hitso\\Bundle\\ContentBundle\\Entity\\ArticleCategory',
  11094.             'repository' => 'Hitso\\Bundle\\ContentBundle\\Repository\\ArticleRepository',
  11095.         ]);
  11096.     }
  11097.     /**
  11098.      * Gets the private '.service_locator.1WuJ32D' shared service.
  11099.      *
  11100.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11101.      */
  11102.     protected function get_ServiceLocator_1WuJ32DService()
  11103.     {
  11104.         return $this->privates['.service_locator.1WuJ32D'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11105.             'slide' => ['privates''.errored..service_locator.1WuJ32D.Hitso\\Bundle\\ContentBundle\\Entity\\Slide'NULL'Cannot autowire service ".service_locator.1WuJ32D": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Slide" but no such service exists.'],
  11106.         ], [
  11107.             'slide' => 'Hitso\\Bundle\\ContentBundle\\Entity\\Slide',
  11108.         ]);
  11109.     }
  11110.     /**
  11111.      * Gets the private '.service_locator.1iYfvxJ' shared service.
  11112.      *
  11113.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11114.      */
  11115.     protected function get_ServiceLocator_1iYfvxJService()
  11116.     {
  11117.         return $this->privates['.service_locator.1iYfvxJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11118.             'securityClassFeature' => ['privates''.errored..service_locator.1iYfvxJ.Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClassFeature'NULL'Cannot autowire service ".service_locator.1iYfvxJ": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClassFeature" but no such service exists.'],
  11119.         ], [
  11120.             'securityClassFeature' => 'Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClassFeature',
  11121.         ]);
  11122.     }
  11123.     /**
  11124.      * Gets the private '.service_locator.21h4eVK' shared service.
  11125.      *
  11126.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11127.      */
  11128.     protected function get_ServiceLocator_21h4eVKService()
  11129.     {
  11130.         return $this->privates['.service_locator.21h4eVK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11131.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11132.             'companyReference' => ['privates''.errored..service_locator.21h4eVK.Hartmann\\Bundle\\AppBundle\\Entity\\CompanyReference'NULL'Cannot autowire service ".service_locator.21h4eVK": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\CompanyReference" but no such service exists.'],
  11133.         ], [
  11134.             'breadcrumbs' => '?',
  11135.             'companyReference' => 'Hartmann\\Bundle\\AppBundle\\Entity\\CompanyReference',
  11136.         ]);
  11137.     }
  11138.     /**
  11139.      * Gets the private '.service_locator.24VwpBw' shared service.
  11140.      *
  11141.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11142.      */
  11143.     protected function get_ServiceLocator_24VwpBwService()
  11144.     {
  11145.         return $this->privates['.service_locator.24VwpBw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11146.             'entity_manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  11147.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  11148.             'kernel' => ['services''kernel''getKernelService'false],
  11149.             'mailer_helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Mailer\\MailerHelper''getMailerHelperService'false],
  11150.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  11151.             'request_helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper''getRequestHelperService'false],
  11152.             'router_helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper''getRouterHelperService'false],
  11153.         ], [
  11154.             'entity_manager' => '?',
  11155.             'event_dispatcher' => '?',
  11156.             'kernel' => '?',
  11157.             'mailer_helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Mailer\\MailerHelper',
  11158.             'parameter_bag' => '?',
  11159.             'request_helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper',
  11160.             'router_helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper',
  11161.         ]);
  11162.     }
  11163.     /**
  11164.      * Gets the private '.service_locator.2lY5oFh' shared service.
  11165.      *
  11166.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11167.      */
  11168.     protected function get_ServiceLocator_2lY5oFhService()
  11169.     {
  11170.         return $this->privates['.service_locator.2lY5oFh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11171.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  11172.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  11173.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  11174.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  11175.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  11176.             'router' => ['services''cmf_routing.router''getCmfRouting_RouterService'false],
  11177.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  11178.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  11179.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  11180.             'serializer' => ['services''serializer''getSerializerService'false],
  11181.             'session' => ['services''session''getSessionService'false],
  11182.             'templating' => ['services''templating''getTemplatingService'false],
  11183.             'twig' => ['services''twig''getTwigService'false],
  11184.         ], [
  11185.             'doctrine' => '?',
  11186.             'form.factory' => '?',
  11187.             'http_kernel' => '?',
  11188.             'parameter_bag' => '?',
  11189.             'request_stack' => '?',
  11190.             'router' => '?',
  11191.             'security.authorization_checker' => '?',
  11192.             'security.csrf.token_manager' => '?',
  11193.             'security.token_storage' => '?',
  11194.             'serializer' => '?',
  11195.             'session' => '?',
  11196.             'templating' => '?',
  11197.             'twig' => '?',
  11198.         ]);
  11199.     }
  11200.     /**
  11201.      * Gets the private '.service_locator.3WdYvOQ' shared service.
  11202.      *
  11203.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11204.      */
  11205.     protected function get_ServiceLocator_3WdYvOQService()
  11206.     {
  11207.         return $this->privates['.service_locator.3WdYvOQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11208.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11209.             'publication' => ['privates''.errored..service_locator.3WdYvOQ.Hartmann\\Bundle\\AppBundle\\Entity\\Publication'NULL'Cannot autowire service ".service_locator.3WdYvOQ": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Publication" but no such service exists.'],
  11210.         ], [
  11211.             'breadcrumbs' => '?',
  11212.             'publication' => 'Hartmann\\Bundle\\AppBundle\\Entity\\Publication',
  11213.         ]);
  11214.     }
  11215.     /**
  11216.      * Gets the private '.service_locator.3aZFSYt' shared service.
  11217.      *
  11218.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11219.      */
  11220.     protected function get_ServiceLocator_3aZFSYtService()
  11221.     {
  11222.         return $this->privates['.service_locator.3aZFSYt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11223.             'comment' => ['privates''.errored..service_locator.3aZFSYt.Hitso\\Bundle\\ContentBundle\\Entity\\Comment'NULL'Cannot autowire service ".service_locator.3aZFSYt": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Comment" but no such service exists.'],
  11224.         ], [
  11225.             'comment' => 'Hitso\\Bundle\\ContentBundle\\Entity\\Comment',
  11226.         ]);
  11227.     }
  11228.     /**
  11229.      * Gets the private '.service_locator.4tT3hqa' shared service.
  11230.      *
  11231.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11232.      */
  11233.     protected function get_ServiceLocator_4tT3hqaService()
  11234.     {
  11235.         return $this->privates['.service_locator.4tT3hqa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11236.             'insuranceSecurity' => ['privates''.errored..service_locator.4tT3hqa.Hartmann\\Bundle\\AppBundle\\Entity\\ProductInsuranceSecurity'NULL'Cannot autowire service ".service_locator.4tT3hqa": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductInsuranceSecurity" but no such service exists.'],
  11237.         ], [
  11238.             'insuranceSecurity' => 'Hartmann\\Bundle\\AppBundle\\Entity\\ProductInsuranceSecurity',
  11239.         ]);
  11240.     }
  11241.     /**
  11242.      * Gets the private '.service_locator.56KA1lu' shared service.
  11243.      *
  11244.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11245.      */
  11246.     protected function get_ServiceLocator_56KA1luService()
  11247.     {
  11248.         return $this->privates['.service_locator.56KA1lu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11249.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11250.             'entity' => ['privates''.errored..service_locator.56KA1lu.Hitso\\Bundle\\CommonBundle\\Entity\\EntityInterface'NULL'Cannot autowire service ".service_locator.56KA1lu": it references interface "Hitso\\Bundle\\CommonBundle\\Entity\\EntityInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Advert", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Attachments", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\CatalogCategory", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Cta", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Embed", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Featured", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Gallery", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Header", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Image", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Link", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Newsletter", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Paragraph", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Probe", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Product", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Section", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Table", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\TextWrap", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Video", "Hitso\\Bundle\\SectionBundle\\Entity\\Group", "Hitso\\Bundle\\SectionBundle\\Entity\\GroupRoute", "Hitso\\Bundle\\SectionBundle\\Entity\\GroupType", "Hitso\\Bundle\\SectionBundle\\Entity\\Section", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\ArticleSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\BlockSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\FeaturedProductSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\HtmlCodeSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\ProductListSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\ProductSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\ProductSliderSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\PromoBoxSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\SetsSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\SubCategoriesSection".'],
  11251.         ], [
  11252.             'breadcrumbs' => '?',
  11253.             'entity' => 'Hitso\\Bundle\\CommonBundle\\Entity\\EntityInterface',
  11254.         ]);
  11255.     }
  11256.     /**
  11257.      * Gets the private '.service_locator.5B8.x3j' shared service.
  11258.      *
  11259.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11260.      */
  11261.     protected function get_ServiceLocator_5B8_X3jService()
  11262.     {
  11263.         return $this->privates['.service_locator.5B8.x3j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11264.             'author' => ['privates''.errored..service_locator.5B8.x3j.Hitso\\Bundle\\ContentBundle\\Entity\\Author'NULL'Cannot autowire service ".service_locator.5B8.x3j": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Author" but no such service exists.'],
  11265.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11266.         ], [
  11267.             'author' => 'Hitso\\Bundle\\ContentBundle\\Entity\\Author',
  11268.             'breadcrumbs' => '?',
  11269.         ]);
  11270.     }
  11271.     /**
  11272.      * Gets the private '.service_locator.5OJiZ30' shared service.
  11273.      *
  11274.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11275.      */
  11276.     protected function get_ServiceLocator_5OJiZ30Service()
  11277.     {
  11278.         return $this->privates['.service_locator.5OJiZ30'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11279.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11280.             'comment' => ['privates''.errored..service_locator.5OJiZ30.Hitso\\Bundle\\ContentBundle\\Entity\\Comment'NULL'Cannot autowire service ".service_locator.5OJiZ30": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Comment" but no such service exists.'],
  11281.         ], [
  11282.             'breadcrumbs' => '?',
  11283.             'comment' => 'Hitso\\Bundle\\ContentBundle\\Entity\\Comment',
  11284.         ]);
  11285.     }
  11286.     /**
  11287.      * Gets the private '.service_locator.5u.Jtyr' shared service.
  11288.      *
  11289.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11290.      */
  11291.     protected function get_ServiceLocator_5u_JtyrService()
  11292.     {
  11293.         return $this->privates['.service_locator.5u.Jtyr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11294.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11295.             'probe' => ['privates''.errored..service_locator.5u.Jtyr.Hitso\\Bundle\\ProbeBundle\\Entity\\Probe'NULL'Cannot autowire service ".service_locator.5u.Jtyr": it references class "Hitso\\Bundle\\ProbeBundle\\Entity\\Probe" but no such service exists.'],
  11296.         ], [
  11297.             'breadcrumbs' => '?',
  11298.             'probe' => 'Hitso\\Bundle\\ProbeBundle\\Entity\\Probe',
  11299.         ]);
  11300.     }
  11301.     /**
  11302.      * Gets the private '.service_locator.6EUT8o3' shared service.
  11303.      *
  11304.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11305.      */
  11306.     protected function get_ServiceLocator_6EUT8o3Service()
  11307.     {
  11308.         return $this->privates['.service_locator.6EUT8o3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11309.             'content' => ['privates''.errored..service_locator.6EUT8o3.Hitso\\Bundle\\ContentBundle\\Entity\\Content'NULL'Cannot autowire service ".service_locator.6EUT8o3": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Content" but no such service exists.'],
  11310.             'transformer' => ['privates''liform.transformer.string''getLiform_Transformer_StringService'false],
  11311.         ], [
  11312.             'content' => 'Hitso\\Bundle\\ContentBundle\\Entity\\Content',
  11313.             'transformer' => '?',
  11314.         ]);
  11315.     }
  11316.     /**
  11317.      * Gets the private '.service_locator.7uWCfHe' shared service.
  11318.      *
  11319.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11320.      */
  11321.     protected function get_ServiceLocator_7uWCfHeService()
  11322.     {
  11323.         return $this->privates['.service_locator.7uWCfHe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11324.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11325.             'market' => ['privates''.errored..service_locator.7uWCfHe.Hartmann\\Bundle\\AppBundle\\Entity\\Market'NULL'Cannot autowire service ".service_locator.7uWCfHe": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Market" but no such service exists.'],
  11326.         ], [
  11327.             'breadcrumbs' => '?',
  11328.             'market' => 'Hartmann\\Bundle\\AppBundle\\Entity\\Market',
  11329.         ]);
  11330.     }
  11331.     /**
  11332.      * Gets the private '.service_locator.7wJMtXQ' shared service.
  11333.      *
  11334.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11335.      */
  11336.     protected function get_ServiceLocator_7wJMtXQService()
  11337.     {
  11338.         return $this->privates['.service_locator.7wJMtXQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11339.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11340.             'categoryAttribute' => ['privates''.errored..service_locator.7wJMtXQ.Hartmann\\Bundle\\AppBundle\\Entity\\CategoryAttribute'NULL'Cannot autowire service ".service_locator.7wJMtXQ": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\CategoryAttribute" but no such service exists.'],
  11341.         ], [
  11342.             'breadcrumbs' => '?',
  11343.             'categoryAttribute' => 'Hartmann\\Bundle\\AppBundle\\Entity\\CategoryAttribute',
  11344.         ]);
  11345.     }
  11346.     /**
  11347.      * Gets the private '.service_locator.8G38LJQ' shared service.
  11348.      *
  11349.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11350.      */
  11351.     protected function get_ServiceLocator_8G38LJQService()
  11352.     {
  11353.         return $this->privates['.service_locator.8G38LJQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11354.             'translator' => ['privates''translator.data_collector''getTranslator_DataCollectorService'false],
  11355.         ], [
  11356.             'translator' => '?',
  11357.         ]);
  11358.     }
  11359.     /**
  11360.      * Gets the private '.service_locator.92PjwDN' shared service.
  11361.      *
  11362.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11363.      */
  11364.     protected function get_ServiceLocator_92PjwDNService()
  11365.     {
  11366.         return $this->privates['.service_locator.92PjwDN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11367.             'article' => ['privates''.errored..service_locator.92PjwDN.Hitso\\Bundle\\ContentBundle\\Entity\\Article'NULL'Cannot autowire service ".service_locator.92PjwDN": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Article" but no such service exists.'],
  11368.             'context' => ['privates''.errored..service_locator.92PjwDN.Hitso\\Bundle\\ContentBundle\\Model\\EditContext'NULL'Cannot autowire service ".service_locator.92PjwDN": it references class "Hitso\\Bundle\\ContentBundle\\Model\\EditContext" but no such service exists.'],
  11369.         ], [
  11370.             'article' => 'Hitso\\Bundle\\ContentBundle\\Entity\\Article',
  11371.             'context' => 'Hitso\\Bundle\\ContentBundle\\Model\\EditContext',
  11372.         ]);
  11373.     }
  11374.     /**
  11375.      * Gets the private '.service_locator.9bn2lCH' shared service.
  11376.      *
  11377.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11378.      */
  11379.     protected function get_ServiceLocator_9bn2lCHService()
  11380.     {
  11381.         return $this->privates['.service_locator.9bn2lCH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11382.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11383.             'category' => ['privates''.errored..service_locator.9bn2lCH.Hitso\\Bundle\\CatalogBundle\\Entity\\Category'NULL'Cannot autowire service ".service_locator.9bn2lCH": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Category" but no such service exists.'],
  11384.         ], [
  11385.             'breadcrumbs' => '?',
  11386.             'category' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\Category',
  11387.         ]);
  11388.     }
  11389.     /**
  11390.      * Gets the private '.service_locator.9rWN5Oa' shared service.
  11391.      *
  11392.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11393.      */
  11394.     protected function get_ServiceLocator_9rWN5OaService()
  11395.     {
  11396.         return $this->privates['.service_locator.9rWN5Oa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11397.             'productFireResistance' => ['privates''.errored..service_locator.9rWN5Oa.Hartmann\\Bundle\\AppBundle\\Entity\\ProductFireResistance'NULL'Cannot autowire service ".service_locator.9rWN5Oa": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductFireResistance" but no such service exists.'],
  11398.         ], [
  11399.             'productFireResistance' => 'Hartmann\\Bundle\\AppBundle\\Entity\\ProductFireResistance',
  11400.         ]);
  11401.     }
  11402.     /**
  11403.      * Gets the private '.service_locator.A3vLoK4' shared service.
  11404.      *
  11405.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11406.      */
  11407.     protected function get_ServiceLocator_A3vLoK4Service()
  11408.     {
  11409.         return $this->privates['.service_locator.A3vLoK4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11410.             'searchRequest' => ['privates''.errored..service_locator.A3vLoK4.Hitso\\Bundle\\SearchBundle\\Model\\SearchRequest'NULL'Cannot autowire service ".service_locator.A3vLoK4": it references class "Hitso\\Bundle\\SearchBundle\\Model\\SearchRequest" but no such service exists.'],
  11411.         ], [
  11412.             'searchRequest' => 'Hitso\\Bundle\\SearchBundle\\Model\\SearchRequest',
  11413.         ]);
  11414.     }
  11415.     /**
  11416.      * Gets the private '.service_locator.D0eB9CF' shared service.
  11417.      *
  11418.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11419.      */
  11420.     protected function get_ServiceLocator_D0eB9CFService()
  11421.     {
  11422.         return $this->privates['.service_locator.D0eB9CF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11423.             'marketCategory' => ['privates''.errored..service_locator.D0eB9CF.Hartmann\\Bundle\\AppBundle\\Entity\\MarketCategory'NULL'Cannot autowire service ".service_locator.D0eB9CF": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\MarketCategory" but no such service exists.'],
  11424.         ], [
  11425.             'marketCategory' => 'Hartmann\\Bundle\\AppBundle\\Entity\\MarketCategory',
  11426.         ]);
  11427.     }
  11428.     /**
  11429.      * Gets the private '.service_locator.DEr6_Bd' shared service.
  11430.      *
  11431.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11432.      */
  11433.     protected function get_ServiceLocator_DEr6BdService()
  11434.     {
  11435.         return $this->privates['.service_locator.DEr6_Bd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11436.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11437.             'whatToLookForBlock' => ['privates''.errored..service_locator.DEr6_Bd.Hartmann\\Bundle\\AppBundle\\Entity\\WhatToLookForBlock'NULL'Cannot autowire service ".service_locator.DEr6_Bd": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\WhatToLookForBlock" but no such service exists.'],
  11438.         ], [
  11439.             'breadcrumbs' => '?',
  11440.             'whatToLookForBlock' => 'Hartmann\\Bundle\\AppBundle\\Entity\\WhatToLookForBlock',
  11441.         ]);
  11442.     }
  11443.     /**
  11444.      * Gets the private '.service_locator.DM_3qQ.' shared service.
  11445.      *
  11446.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11447.      */
  11448.     protected function get_ServiceLocator_DM3qQ_Service()
  11449.     {
  11450.         return $this->privates['.service_locator.DM_3qQ.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11451.             'user' => ['privates''.errored..service_locator.DM_3qQ..Hitso\\Bundle\\CommonBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.DM_3qQ.": it references class "Hitso\\Bundle\\CommonBundle\\Entity\\User" but no such service exists.'],
  11452.         ], [
  11453.             'user' => 'Hitso\\Bundle\\CommonBundle\\Entity\\User',
  11454.         ]);
  11455.     }
  11456.     /**
  11457.      * Gets the private '.service_locator.DRpKkm_' shared service.
  11458.      *
  11459.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11460.      */
  11461.     protected function get_ServiceLocator_DRpKkmService()
  11462.     {
  11463.         return $this->privates['.service_locator.DRpKkm_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11464.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11465.             'repository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\ArticleRepository''getArticleRepositoryService'false],
  11466.         ], [
  11467.             'breadcrumbs' => '?',
  11468.             'repository' => 'Hitso\\Bundle\\ContentBundle\\Repository\\ArticleRepository',
  11469.         ]);
  11470.     }
  11471.     /**
  11472.      * Gets the private '.service_locator.DqOlGXy' shared service.
  11473.      *
  11474.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11475.      */
  11476.     protected function get_ServiceLocator_DqOlGXyService()
  11477.     {
  11478.         return $this->privates['.service_locator.DqOlGXy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11479.             'securityClass' => ['privates''.errored..service_locator.DqOlGXy.Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClass'NULL'Cannot autowire service ".service_locator.DqOlGXy": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClass" but no such service exists.'],
  11480.         ], [
  11481.             'securityClass' => 'Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClass',
  11482.         ]);
  11483.     }
  11484.     /**
  11485.      * Gets the private '.service_locator.DzfalTt' shared service.
  11486.      *
  11487.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11488.      */
  11489.     protected function get_ServiceLocator_DzfalTtService()
  11490.     {
  11491.         return $this->privates['.service_locator.DzfalTt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11492.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11493.             'operationManager' => ['privates''Hitso\\Bundle\\TicketsBundle\\Manager\\OperationManager''getOperationManagerService'false],
  11494.             'ticket' => ['privates''.errored..service_locator.DzfalTt.Hitso\\Bundle\\TicketsBundle\\Entity\\Ticket'NULL'Cannot autowire service ".service_locator.DzfalTt": it references class "Hitso\\Bundle\\TicketsBundle\\Entity\\Ticket" but no such service exists.'],
  11495.         ], [
  11496.             'breadcrumbs' => '?',
  11497.             'operationManager' => 'Hitso\\Bundle\\TicketsBundle\\Manager\\OperationManager',
  11498.             'ticket' => 'Hitso\\Bundle\\TicketsBundle\\Entity\\Ticket',
  11499.         ]);
  11500.     }
  11501.     /**
  11502.      * Gets the private '.service_locator.FiCW5bw' shared service.
  11503.      *
  11504.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11505.      */
  11506.     protected function get_ServiceLocator_FiCW5bwService()
  11507.     {
  11508.         return $this->privates['.service_locator.FiCW5bw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11509.             'instruction' => ['privates''.errored..service_locator.FiCW5bw.Hartmann\\Bundle\\AppBundle\\Entity\\Instruction'NULL'Cannot autowire service ".service_locator.FiCW5bw": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Instruction" but no such service exists.'],
  11510.         ], [
  11511.             'instruction' => 'Hartmann\\Bundle\\AppBundle\\Entity\\Instruction',
  11512.         ]);
  11513.     }
  11514.     /**
  11515.      * Gets the private '.service_locator.Fun9N11' shared service.
  11516.      *
  11517.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11518.      */
  11519.     protected function get_ServiceLocator_Fun9N11Service()
  11520.     {
  11521.         return $this->privates['.service_locator.Fun9N11'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11522.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11523.             'repository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\ArticleRepository''getArticleRepositoryService'false],
  11524.         ], [
  11525.             'breadcrumbs' => '?',
  11526.             'repository' => 'Hitso\\Bundle\\ContentBundle\\Repository\\ArticleRepository',
  11527.         ]);
  11528.     }
  11529.     /**
  11530.      * Gets the private '.service_locator.G.snJ1w' shared service.
  11531.      *
  11532.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11533.      */
  11534.     protected function get_ServiceLocator_G_SnJ1wService()
  11535.     {
  11536.         return $this->privates['.service_locator.G.snJ1w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11537.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11538.             'slogan' => ['privates''.errored..service_locator.G.snJ1w.Hartmann\\Bundle\\AppBundle\\Entity\\Slogan'NULL'Cannot autowire service ".service_locator.G.snJ1w": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Slogan" but no such service exists.'],
  11539.         ], [
  11540.             'breadcrumbs' => '?',
  11541.             'slogan' => 'Hartmann\\Bundle\\AppBundle\\Entity\\Slogan',
  11542.         ]);
  11543.     }
  11544.     /**
  11545.      * Gets the private '.service_locator.H6D6dAg' shared service.
  11546.      *
  11547.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11548.      */
  11549.     protected function get_ServiceLocator_H6D6dAgService()
  11550.     {
  11551.         return $this->privates['.service_locator.H6D6dAg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11552.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11553.             'content' => ['privates''.errored..service_locator.H6D6dAg.Hitso\\Bundle\\ContentBundle\\Entity\\Content'NULL'Cannot autowire service ".service_locator.H6D6dAg": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Content" but no such service exists.'],
  11554.         ], [
  11555.             'breadcrumbs' => '?',
  11556.             'content' => 'Hitso\\Bundle\\ContentBundle\\Entity\\Content',
  11557.         ]);
  11558.     }
  11559.     /**
  11560.      * Gets the private '.service_locator.HQk2iBh' shared service.
  11561.      *
  11562.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11563.      */
  11564.     protected function get_ServiceLocator_HQk2iBhService()
  11565.     {
  11566.         return $this->privates['.service_locator.HQk2iBh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11567.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11568.             'changeLog' => ['privates''.errored..service_locator.HQk2iBh.Hitso\\Bundle\\CommonBundle\\Entity\\ChangeLog'NULL'Cannot autowire service ".service_locator.HQk2iBh": it references class "Hitso\\Bundle\\CommonBundle\\Entity\\ChangeLog" but no such service exists.'],
  11569.         ], [
  11570.             'breadcrumbs' => '?',
  11571.             'changeLog' => 'Hitso\\Bundle\\CommonBundle\\Entity\\ChangeLog',
  11572.         ]);
  11573.     }
  11574.     /**
  11575.      * Gets the private '.service_locator.Hc5WsyI' shared service.
  11576.      *
  11577.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11578.      */
  11579.     protected function get_ServiceLocator_Hc5WsyIService()
  11580.     {
  11581.         return $this->privates['.service_locator.Hc5WsyI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11582.             'whatToLookForBlock' => ['privates''.errored..service_locator.Hc5WsyI.Hartmann\\Bundle\\AppBundle\\Entity\\WhatToLookForBlock'NULL'Cannot autowire service ".service_locator.Hc5WsyI": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\WhatToLookForBlock" but no such service exists.'],
  11583.         ], [
  11584.             'whatToLookForBlock' => 'Hartmann\\Bundle\\AppBundle\\Entity\\WhatToLookForBlock',
  11585.         ]);
  11586.     }
  11587.     /**
  11588.      * Gets the private '.service_locator.HrtHD1_' shared service.
  11589.      *
  11590.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11591.      */
  11592.     protected function get_ServiceLocator_HrtHD1Service()
  11593.     {
  11594.         return $this->privates['.service_locator.HrtHD1_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11595.             'entity' => ['privates''.errored..service_locator.HrtHD1_.Hitso\\Bundle\\AdminBundle\\Entity\\Whitelist'NULL'Cannot autowire service ".service_locator.HrtHD1_": it references class "Hitso\\Bundle\\AdminBundle\\Entity\\Whitelist" but no such service exists.'],
  11596.         ], [
  11597.             'entity' => 'Hitso\\Bundle\\AdminBundle\\Entity\\Whitelist',
  11598.         ]);
  11599.     }
  11600.     /**
  11601.      * Gets the private '.service_locator.IAYSFru' shared service.
  11602.      *
  11603.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11604.      */
  11605.     protected function get_ServiceLocator_IAYSFruService()
  11606.     {
  11607.         return $this->privates['.service_locator.IAYSFru'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11608.             'probe' => ['privates''.errored..service_locator.IAYSFru.Hitso\\Bundle\\ProbeBundle\\Entity\\Probe'NULL'Cannot autowire service ".service_locator.IAYSFru": it references class "Hitso\\Bundle\\ProbeBundle\\Entity\\Probe" but no such service exists.'],
  11609.         ], [
  11610.             'probe' => 'Hitso\\Bundle\\ProbeBundle\\Entity\\Probe',
  11611.         ]);
  11612.     }
  11613.     /**
  11614.      * Gets the private '.service_locator.IEbP_jw' shared service.
  11615.      *
  11616.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11617.      */
  11618.     protected function get_ServiceLocator_IEbPJwService()
  11619.     {
  11620.         return $this->privates['.service_locator.IEbP_jw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11621.             'instructionCategory' => ['privates''.errored..service_locator.IEbP_jw.Hartmann\\Bundle\\AppBundle\\Entity\\InstructionCategory'NULL'Cannot autowire service ".service_locator.IEbP_jw": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\InstructionCategory" but no such service exists.'],
  11622.         ], [
  11623.             'instructionCategory' => 'Hartmann\\Bundle\\AppBundle\\Entity\\InstructionCategory',
  11624.         ]);
  11625.     }
  11626.     /**
  11627.      * Gets the private '.service_locator.IrkNdSL' shared service.
  11628.      *
  11629.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11630.      */
  11631.     protected function get_ServiceLocator_IrkNdSLService()
  11632.     {
  11633.         return $this->privates['.service_locator.IrkNdSL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11634.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11635.             'redirectFileCreator' => ['privates''Hitso\\Bundle\\RoutingBundle\\Service\\RedirectFileCreator''getRedirectFileCreatorService'false],
  11636.         ], [
  11637.             'breadcrumbs' => '?',
  11638.             'redirectFileCreator' => 'Hitso\\Bundle\\RoutingBundle\\Service\\RedirectFileCreator',
  11639.         ]);
  11640.     }
  11641.     /**
  11642.      * Gets the private '.service_locator.J.OL1qN' shared service.
  11643.      *
  11644.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11645.      */
  11646.     protected function get_ServiceLocator_J_OL1qNService()
  11647.     {
  11648.         return $this->privates['.service_locator.J.OL1qN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11649.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11650.             'productSecurityClass' => ['privates''.errored..service_locator.J.OL1qN.Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClass'NULL'Cannot autowire service ".service_locator.J.OL1qN": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClass" but no such service exists.'],
  11651.         ], [
  11652.             'breadcrumbs' => '?',
  11653.             'productSecurityClass' => 'Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClass',
  11654.         ]);
  11655.     }
  11656.     /**
  11657.      * Gets the private '.service_locator.J58.5O_' shared service.
  11658.      *
  11659.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11660.      */
  11661.     protected function get_ServiceLocator_J58_5OService()
  11662.     {
  11663.         return $this->privates['.service_locator.J58.5O_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11664.             'element' => ['privates''.errored..service_locator.J58.5O_.Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Element'NULL'Cannot autowire service ".service_locator.J58.5O_": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Element" but no such service exists. You should maybe alias this class to one of these existing services: "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Advert", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Attachments", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\CatalogCategory", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Cta", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Embed", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Featured", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Gallery", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Header", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Image", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Link", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Newsletter", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Paragraph", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Probe", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Product", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Section", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Table", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\TextWrap", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Video".'],
  11665.         ], [
  11666.             'element' => 'Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Element',
  11667.         ]);
  11668.     }
  11669.     /**
  11670.      * Gets the private '.service_locator.J6Bjs8s' shared service.
  11671.      *
  11672.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11673.      */
  11674.     protected function get_ServiceLocator_J6Bjs8sService()
  11675.     {
  11676.         return $this->privates['.service_locator.J6Bjs8s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11677.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11678.             'configuration' => ['privates''.errored..service_locator.J6Bjs8s.Hitso\\Bundle\\CommonBundle\\Entity\\SystemConfiguration'NULL'Cannot autowire service ".service_locator.J6Bjs8s": it references class "Hitso\\Bundle\\CommonBundle\\Entity\\SystemConfiguration" but no such service exists.'],
  11679.         ], [
  11680.             'breadcrumbs' => '?',
  11681.             'configuration' => 'Hitso\\Bundle\\CommonBundle\\Entity\\SystemConfiguration',
  11682.         ]);
  11683.     }
  11684.     /**
  11685.      * Gets the private '.service_locator.JQYLnGC' shared service.
  11686.      *
  11687.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11688.      */
  11689.     protected function get_ServiceLocator_JQYLnGCService()
  11690.     {
  11691.         return $this->privates['.service_locator.JQYLnGC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11692.             'attribute' => ['privates''.errored..service_locator.JQYLnGC.Hitso\\Bundle\\CatalogBundle\\Entity\\Attribute'NULL'Cannot autowire service ".service_locator.JQYLnGC": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Attribute" but no such service exists.'],
  11693.         ], [
  11694.             'attribute' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\Attribute',
  11695.         ]);
  11696.     }
  11697.     /**
  11698.      * Gets the private '.service_locator.KoPGzCV' shared service.
  11699.      *
  11700.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11701.      */
  11702.     protected function get_ServiceLocator_KoPGzCVService()
  11703.     {
  11704.         return $this->privates['.service_locator.KoPGzCV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11705.             'productSafeLock' => ['privates''.errored..service_locator.KoPGzCV.Hartmann\\Bundle\\AppBundle\\Entity\\ProductSafeLock'NULL'Cannot autowire service ".service_locator.KoPGzCV": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductSafeLock" but no such service exists.'],
  11706.         ], [
  11707.             'productSafeLock' => 'Hartmann\\Bundle\\AppBundle\\Entity\\ProductSafeLock',
  11708.         ]);
  11709.     }
  11710.     /**
  11711.      * Gets the private '.service_locator.KtCrmM1' shared service.
  11712.      *
  11713.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11714.      */
  11715.     protected function get_ServiceLocator_KtCrmM1Service()
  11716.     {
  11717.         return $this->privates['.service_locator.KtCrmM1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11718.             'categoryAttribute' => ['privates''.errored..service_locator.KtCrmM1.Hartmann\\Bundle\\AppBundle\\Entity\\CategoryAttribute'NULL'Cannot autowire service ".service_locator.KtCrmM1": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\CategoryAttribute" but no such service exists.'],
  11719.         ], [
  11720.             'categoryAttribute' => 'Hartmann\\Bundle\\AppBundle\\Entity\\CategoryAttribute',
  11721.         ]);
  11722.     }
  11723.     /**
  11724.      * Gets the private '.service_locator.LqA75jq' shared service.
  11725.      *
  11726.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11727.      */
  11728.     protected function get_ServiceLocator_LqA75jqService()
  11729.     {
  11730.         return $this->privates['.service_locator.LqA75jq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11731.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11732.         ], [
  11733.             'breadcrumbs' => '?',
  11734.         ]);
  11735.     }
  11736.     /**
  11737.      * Gets the private '.service_locator.M5LT6mv' shared service.
  11738.      *
  11739.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11740.      */
  11741.     protected function get_ServiceLocator_M5LT6mvService()
  11742.     {
  11743.         return $this->privates['.service_locator.M5LT6mv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11744.             'entity' => ['privates''.errored..service_locator.M5LT6mv.Hitso\\Bundle\\CatalogBundle\\Entity\\TaxRate'NULL'Cannot autowire service ".service_locator.M5LT6mv": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\TaxRate" but no such service exists.'],
  11745.         ], [
  11746.             'entity' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\TaxRate',
  11747.         ]);
  11748.     }
  11749.     /**
  11750.      * Gets the private '.service_locator.MFMplxL' shared service.
  11751.      *
  11752.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11753.      */
  11754.     protected function get_ServiceLocator_MFMplxLService()
  11755.     {
  11756.         return $this->privates['.service_locator.MFMplxL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11757.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11758.             'subscriber' => ['privates''.errored..service_locator.MFMplxL.Hitso\\Bundle\\NewsletterBundle\\Entity\\Subscriber'NULL'Cannot autowire service ".service_locator.MFMplxL": it references class "Hitso\\Bundle\\NewsletterBundle\\Entity\\Subscriber" but no such service exists.'],
  11759.         ], [
  11760.             'breadcrumbs' => '?',
  11761.             'subscriber' => 'Hitso\\Bundle\\NewsletterBundle\\Entity\\Subscriber',
  11762.         ]);
  11763.     }
  11764.     /**
  11765.      * Gets the private '.service_locator.Mcfs8Td' shared service.
  11766.      *
  11767.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11768.      */
  11769.     protected function get_ServiceLocator_Mcfs8TdService()
  11770.     {
  11771.         return $this->privates['.service_locator.Mcfs8Td'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11772.             'cmf_seo.presentation' => ['privates''cmf_seo.presentation''getCmfSeo_PresentationService'false],
  11773.             'crud_action_describer' => ['privates''Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber''getCrudActionDescriberService'false],
  11774.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  11775.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  11776.             'hitso.content_types' => ['privates''Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection''getContentTypeCollectionService'false],
  11777.             'hitso.entity_authorization_checker' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker''getEntityAuthorizationCheckerService'false],
  11778.             'hitso.entity_clone_factory' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory''getEntityCloneFactoryService'false],
  11779.             'hitso.entity_manager_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection''getManagerCollectionService'false],
  11780.             'hitso.loggable_reverter' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter''getLoggableReverterService'false],
  11781.             'hitso.loggable_reverter_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection''getLoggableReverterCollectionService'false],
  11782.             'hitso.media_url_generator' => ['privates''Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator''getUrlGeneratorService'false],
  11783.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  11784.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  11785.             'request.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper''getRequestHelperService'false],
  11786.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  11787.             'router' => ['services''cmf_routing.router''getCmfRouting_RouterService'false],
  11788.             'router.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper''getRouterHelperService'false],
  11789.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  11790.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  11791.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  11792.             'serializer' => ['services''serializer''getSerializerService'false],
  11793.             'session' => ['services''session''getSessionService'false],
  11794.             'site.collection' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection''getSiteCollectionService'false],
  11795.             'site.context' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext''getSiteContextService'false],
  11796.             'sonata.seo.page' => ['services''sonata.seo.page.default''getSonata_Seo_Page_DefaultService'false],
  11797.             'templating' => ['services''templating''getTemplatingService'false],
  11798.             'templating.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper''getTemplatingHelperService'false],
  11799.             'translator' => ['privates''translator.data_collector''getTranslator_DataCollectorService'false],
  11800.             'twig' => ['services''twig''getTwigService'false],
  11801.             'white_october_breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11802.         ], [
  11803.             'cmf_seo.presentation' => '?',
  11804.             'crud_action_describer' => 'Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber',
  11805.             'doctrine' => '?',
  11806.             'form.factory' => '?',
  11807.             'hitso.content_types' => 'Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection',
  11808.             'hitso.entity_authorization_checker' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker',
  11809.             'hitso.entity_clone_factory' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory',
  11810.             'hitso.entity_manager_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection',
  11811.             'hitso.loggable_reverter' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter',
  11812.             'hitso.loggable_reverter_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection',
  11813.             'hitso.media_url_generator' => 'Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator',
  11814.             'http_kernel' => '?',
  11815.             'parameter_bag' => '?',
  11816.             'request.helper' => '?',
  11817.             'request_stack' => '?',
  11818.             'router' => '?',
  11819.             'router.helper' => '?',
  11820.             'security.authorization_checker' => '?',
  11821.             'security.csrf.token_manager' => '?',
  11822.             'security.token_storage' => '?',
  11823.             'serializer' => '?',
  11824.             'session' => '?',
  11825.             'site.collection' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection',
  11826.             'site.context' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext',
  11827.             'sonata.seo.page' => '?',
  11828.             'templating' => '?',
  11829.             'templating.helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper',
  11830.             'translator' => '?',
  11831.             'twig' => '?',
  11832.             'white_october_breadcrumbs' => '?',
  11833.         ]);
  11834.     }
  11835.     /**
  11836.      * Gets the private '.service_locator.NI00r0c' shared service.
  11837.      *
  11838.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11839.      */
  11840.     protected function get_ServiceLocator_NI00r0cService()
  11841.     {
  11842.         return $this->privates['.service_locator.NI00r0c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11843.             'information' => ['privates''.errored..service_locator.NI00r0c.Hartmann\\Bundle\\AppBundle\\Entity\\Information'NULL'Cannot autowire service ".service_locator.NI00r0c": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Information" but no such service exists.'],
  11844.         ], [
  11845.             'information' => 'Hartmann\\Bundle\\AppBundle\\Entity\\Information',
  11846.         ]);
  11847.     }
  11848.     /**
  11849.      * Gets the private '.service_locator.NTXWrOF' shared service.
  11850.      *
  11851.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11852.      */
  11853.     protected function get_ServiceLocator_NTXWrOFService()
  11854.     {
  11855.         return $this->privates['.service_locator.NTXWrOF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11856.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11857.             'slidesConfig' => ['privates''.value.cflQOUo''get_Value_CflQOUoService'false],
  11858.         ], [
  11859.             'breadcrumbs' => '?',
  11860.             'slidesConfig' => '?',
  11861.         ]);
  11862.     }
  11863.     /**
  11864.      * Gets the private '.service_locator.NfiuHzC' shared service.
  11865.      *
  11866.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11867.      */
  11868.     protected function get_ServiceLocator_NfiuHzCService()
  11869.     {
  11870.         return $this->privates['.service_locator.NfiuHzC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11871.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  11872.             'bruteForceChecker' => ['privates''anyx.login_gate.brute_force_checker''getAnyx_LoginGate_BruteForceCheckerService'false],
  11873.         ], [
  11874.             'authenticationUtils' => '?',
  11875.             'bruteForceChecker' => '?',
  11876.         ]);
  11877.     }
  11878.     /**
  11879.      * Gets the private '.service_locator.OFrm_K0' shared service.
  11880.      *
  11881.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11882.      */
  11883.     protected function get_ServiceLocator_OFrmK0Service()
  11884.     {
  11885.         return $this->privates['.service_locator.OFrm_K0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11886.             'answer' => ['privates''.errored..service_locator.OFrm_K0.Hitso\\Bundle\\QABundle\\Entity\\Answer'NULL'Cannot autowire service ".service_locator.OFrm_K0": it references class "Hitso\\Bundle\\QABundle\\Entity\\Answer" but no such service exists.'],
  11887.         ], [
  11888.             'answer' => 'Hitso\\Bundle\\QABundle\\Entity\\Answer',
  11889.         ]);
  11890.     }
  11891.     /**
  11892.      * Gets the private '.service_locator.P25MZp0' shared service.
  11893.      *
  11894.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11895.      */
  11896.     protected function get_ServiceLocator_P25MZp0Service()
  11897.     {
  11898.         return $this->privates['.service_locator.P25MZp0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11899.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11900.             'question' => ['privates''.errored..service_locator.P25MZp0.Hitso\\Bundle\\QABundle\\Entity\\Question'NULL'Cannot autowire service ".service_locator.P25MZp0": it references class "Hitso\\Bundle\\QABundle\\Entity\\Question" but no such service exists.'],
  11901.         ], [
  11902.             'breadcrumbs' => '?',
  11903.             'question' => 'Hitso\\Bundle\\QABundle\\Entity\\Question',
  11904.         ]);
  11905.     }
  11906.     /**
  11907.      * Gets the private '.service_locator.P7ETUlH' shared service.
  11908.      *
  11909.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11910.      */
  11911.     protected function get_ServiceLocator_P7ETUlHService()
  11912.     {
  11913.         return $this->privates['.service_locator.P7ETUlH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11914.             'cmf_seo.presentation' => ['privates''cmf_seo.presentation''getCmfSeo_PresentationService'false],
  11915.             'crud_action_describer' => ['privates''Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber''getCrudActionDescriberService'false],
  11916.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  11917.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  11918.             'hitso.content_types' => ['privates''Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection''getContentTypeCollectionService'false],
  11919.             'hitso.entity_authorization_checker' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker''getEntityAuthorizationCheckerService'false],
  11920.             'hitso.entity_clone_factory' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory''getEntityCloneFactoryService'false],
  11921.             'hitso.entity_manager_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection''getManagerCollectionService'false],
  11922.             'hitso.loggable_reverter' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter''getLoggableReverterService'false],
  11923.             'hitso.loggable_reverter_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection''getLoggableReverterCollectionService'false],
  11924.             'hitso.media_url_generator' => ['privates''Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator''getUrlGeneratorService'false],
  11925.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  11926.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  11927.             'request.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper''getRequestHelperService'false],
  11928.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  11929.             'router' => ['services''cmf_routing.router''getCmfRouting_RouterService'false],
  11930.             'router.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper''getRouterHelperService'false],
  11931.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  11932.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  11933.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  11934.             'serializer' => ['services''serializer''getSerializerService'false],
  11935.             'session' => ['services''session''getSessionService'false],
  11936.             'site.collection' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection''getSiteCollectionService'false],
  11937.             'site.context' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext''getSiteContextService'false],
  11938.             'sonata.seo.page' => ['services''sonata.seo.page.default''getSonata_Seo_Page_DefaultService'false],
  11939.             'templating' => ['services''templating''getTemplatingService'false],
  11940.             'templating.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper''getTemplatingHelperService'false],
  11941.             'translator' => ['privates''translator.data_collector''getTranslator_DataCollectorService'false],
  11942.             'twig' => ['services''twig''getTwigService'false],
  11943.             'white_october_breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11944.         ], [
  11945.             'cmf_seo.presentation' => '?',
  11946.             'crud_action_describer' => 'Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber',
  11947.             'doctrine' => '?',
  11948.             'form.factory' => '?',
  11949.             'hitso.content_types' => 'Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection',
  11950.             'hitso.entity_authorization_checker' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker',
  11951.             'hitso.entity_clone_factory' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory',
  11952.             'hitso.entity_manager_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection',
  11953.             'hitso.loggable_reverter' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter',
  11954.             'hitso.loggable_reverter_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection',
  11955.             'hitso.media_url_generator' => 'Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator',
  11956.             'http_kernel' => '?',
  11957.             'parameter_bag' => '?',
  11958.             'request.helper' => '?',
  11959.             'request_stack' => '?',
  11960.             'router' => '?',
  11961.             'router.helper' => '?',
  11962.             'security.authorization_checker' => '?',
  11963.             'security.csrf.token_manager' => '?',
  11964.             'security.token_storage' => '?',
  11965.             'serializer' => '?',
  11966.             'session' => '?',
  11967.             'site.collection' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection',
  11968.             'site.context' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext',
  11969.             'sonata.seo.page' => '?',
  11970.             'templating' => '?',
  11971.             'templating.helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper',
  11972.             'translator' => '?',
  11973.             'twig' => '?',
  11974.             'white_october_breadcrumbs' => '?',
  11975.         ]);
  11976.     }
  11977.     /**
  11978.      * Gets the private '.service_locator.PEqoCKD' shared service.
  11979.      *
  11980.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11981.      */
  11982.     protected function get_ServiceLocator_PEqoCKDService()
  11983.     {
  11984.         return $this->privates['.service_locator.PEqoCKD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11985.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  11986.             'productSafeLock' => ['privates''.errored..service_locator.PEqoCKD.Hartmann\\Bundle\\AppBundle\\Entity\\ProductSafeLock'NULL'Cannot autowire service ".service_locator.PEqoCKD": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductSafeLock" but no such service exists.'],
  11987.         ], [
  11988.             'breadcrumbs' => '?',
  11989.             'productSafeLock' => 'Hartmann\\Bundle\\AppBundle\\Entity\\ProductSafeLock',
  11990.         ]);
  11991.     }
  11992.     /**
  11993.      * Gets the private '.service_locator.PORpbPf' shared service.
  11994.      *
  11995.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11996.      */
  11997.     protected function get_ServiceLocator_PORpbPfService()
  11998.     {
  11999.         return $this->privates['.service_locator.PORpbPf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12000.             'context' => ['privates''.errored..service_locator.PORpbPf.Hitso\\Bundle\\ContentBundle\\Model\\EditContext'NULL'Cannot autowire service ".service_locator.PORpbPf": it references class "Hitso\\Bundle\\ContentBundle\\Model\\EditContext" but no such service exists.'],
  12001.             'page' => ['privates''.errored..service_locator.PORpbPf.Hitso\\Bundle\\ContentBundle\\Entity\\Page'NULL'Cannot autowire service ".service_locator.PORpbPf": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Page" but no such service exists.'],
  12002.         ], [
  12003.             'context' => 'Hitso\\Bundle\\ContentBundle\\Model\\EditContext',
  12004.             'page' => 'Hitso\\Bundle\\ContentBundle\\Entity\\Page',
  12005.         ]);
  12006.     }
  12007.     /**
  12008.      * Gets the private '.service_locator.QAExF1w' shared service.
  12009.      *
  12010.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12011.      */
  12012.     protected function get_ServiceLocator_QAExF1wService()
  12013.     {
  12014.         return $this->privates['.service_locator.QAExF1w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12015.             'searchRequest' => ['privates''.errored..service_locator.QAExF1w.Hitso\\Bundle\\SearchBundle\\Model\\SearchRequestInterface'NULL'Cannot autowire service ".service_locator.QAExF1w": it references interface "Hitso\\Bundle\\SearchBundle\\Model\\SearchRequestInterface" but no such service exists. Did you create a class that implements this interface?'],
  12016.         ], [
  12017.             'searchRequest' => 'Hitso\\Bundle\\SearchBundle\\Model\\SearchRequestInterface',
  12018.         ]);
  12019.     }
  12020.     /**
  12021.      * Gets the private '.service_locator.QfctLqC' shared service.
  12022.      *
  12023.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12024.      */
  12025.     protected function get_ServiceLocator_QfctLqCService()
  12026.     {
  12027.         return $this->privates['.service_locator.QfctLqC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12028.             'articleRepository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\ArticleRepository''getArticleRepositoryService'false],
  12029.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  12030.             'commentRepository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\CommentRepository''getCommentRepositoryService'false],
  12031.             'logRepository' => ['privates''Hitso\\Bundle\\CommonBundle\\Repository\\UserLogEntryRepository''getUserLogEntryRepositoryService'false],
  12032.             'visitRepository' => ['privates''Hitso\\Bundle\\CommonBundle\\Repository\\VisitLogRepository''getVisitLogRepositoryService'false],
  12033.         ], [
  12034.             'articleRepository' => 'Hitso\\Bundle\\ContentBundle\\Repository\\ArticleRepository',
  12035.             'breadcrumbs' => '?',
  12036.             'commentRepository' => 'Hitso\\Bundle\\ContentBundle\\Repository\\CommentRepository',
  12037.             'logRepository' => 'Hitso\\Bundle\\CommonBundle\\Repository\\UserLogEntryRepository',
  12038.             'visitRepository' => 'Hitso\\Bundle\\CommonBundle\\Repository\\VisitLogRepository',
  12039.         ]);
  12040.     }
  12041.     /**
  12042.      * Gets the private '.service_locator.R32.WD8' shared service.
  12043.      *
  12044.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12045.      */
  12046.     protected function get_ServiceLocator_R32_WD8Service()
  12047.     {
  12048.         return $this->privates['.service_locator.R32.WD8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12049.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  12050.             'marketCategory' => ['privates''.errored..service_locator.R32.WD8.Hartmann\\Bundle\\AppBundle\\Entity\\MarketCategory'NULL'Cannot autowire service ".service_locator.R32.WD8": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\MarketCategory" but no such service exists.'],
  12051.         ], [
  12052.             'breadcrumbs' => '?',
  12053.             'marketCategory' => 'Hartmann\\Bundle\\AppBundle\\Entity\\MarketCategory',
  12054.         ]);
  12055.     }
  12056.     /**
  12057.      * Gets the private '.service_locator.REW7qsm' shared service.
  12058.      *
  12059.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12060.      */
  12061.     protected function get_ServiceLocator_REW7qsmService()
  12062.     {
  12063.         return $this->privates['.service_locator.REW7qsm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12064.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  12065.             'product' => ['privates''.errored..service_locator.REW7qsm.Hitso\\Bundle\\CatalogBundle\\Entity\\Product'NULL'Cannot autowire service ".service_locator.REW7qsm": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Product" but no such service exists.'],
  12066.             'validator' => ['services''validator''getValidatorService'false],
  12067.         ], [
  12068.             'breadcrumbs' => '?',
  12069.             'product' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\Product',
  12070.             'validator' => '?',
  12071.         ]);
  12072.     }
  12073.     /**
  12074.      * Gets the private '.service_locator.RGIiAl4' shared service.
  12075.      *
  12076.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12077.      */
  12078.     protected function get_ServiceLocator_RGIiAl4Service()
  12079.     {
  12080.         return $this->privates['.service_locator.RGIiAl4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12081.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  12082.         ], [
  12083.             'viewhandler' => '?',
  12084.         ]);
  12085.     }
  12086.     /**
  12087.      * Gets the private '.service_locator.RILgfsd' shared service.
  12088.      *
  12089.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12090.      */
  12091.     protected function get_ServiceLocator_RILgfsdService()
  12092.     {
  12093.         return $this->privates['.service_locator.RILgfsd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12094.             'banner' => ['privates''.errored..service_locator.RILgfsd.Hitso\\Bundle\\ContentBundle\\Entity\\Banner'NULL'Cannot autowire service ".service_locator.RILgfsd": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Banner" but no such service exists.'],
  12095.         ], [
  12096.             'banner' => 'Hitso\\Bundle\\ContentBundle\\Entity\\Banner',
  12097.         ]);
  12098.     }
  12099.     /**
  12100.      * Gets the private '.service_locator.S4V0RxX' shared service.
  12101.      *
  12102.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12103.      */
  12104.     protected function get_ServiceLocator_S4V0RxXService()
  12105.     {
  12106.         return $this->privates['.service_locator.S4V0RxX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12107.             'Debril\\RssAtomBundle\\Controller\\StreamController::indexAction' => ['privates''.service_locator.jxWVpmd''get_ServiceLocator_JxWVpmdService'false],
  12108.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12109.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController::deleteAction' => ['privates''.service_locator.KtCrmM1''get_ServiceLocator_KtCrmM1Service'false],
  12110.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12111.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12112.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController::editAction' => ['privates''.service_locator.7wJMtXQ''get_ServiceLocator_7wJMtXQService'false],
  12113.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12114.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12115.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12116.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12117.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12118.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController::deleteAction' => ['privates''.service_locator.hMIQgei''get_ServiceLocator_HMIQgeiService'false],
  12119.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12120.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12121.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController::editAction' => ['privates''.service_locator.9bn2lCH''get_ServiceLocator_9bn2lCHService'false],
  12122.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12123.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12124.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12125.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12126.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12127.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController::deleteAction' => ['privates''.service_locator.gUYmrrb''get_ServiceLocator_GUYmrrbService'false],
  12128.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12129.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12130.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController::editAction' => ['privates''.service_locator.21h4eVK''get_ServiceLocator_21h4eVKService'false],
  12131.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12132.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12133.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12134.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12135.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12136.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12137.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12138.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12139.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12140.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController::kernelAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12141.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12142.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12143.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController::deleteAction' => ['privates''.service_locator.lep.juL''get_ServiceLocator_Lep_JuLService'false],
  12144.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12145.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12146.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController::editAction' => ['privates''.service_locator.iVVV7X_''get_ServiceLocator_IVVV7XService'false],
  12147.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12148.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12149.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12150.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12151.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12152.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController::deleteAction' => ['privates''.service_locator.nHhAOC4''get_ServiceLocator_NHhAOC4Service'false],
  12153.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12154.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12155.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController::editAction' => ['privates''.service_locator.jTQ4yz8''get_ServiceLocator_JTQ4yz8Service'false],
  12156.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12157.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12158.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12159.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12160.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12161.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController::deleteAction' => ['privates''.service_locator.NI00r0c''get_ServiceLocator_NI00r0cService'false],
  12162.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12163.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12164.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController::editAction' => ['privates''.service_locator.XmVUxgQ''get_ServiceLocator_XmVUxgQService'false],
  12165.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12166.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12167.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12168.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12169.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12170.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController::deleteAction' => ['privates''.service_locator.IEbP_jw''get_ServiceLocator_IEbPJwService'false],
  12171.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12172.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12173.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController::editAction' => ['privates''.service_locator.chvLBRA''get_ServiceLocator_ChvLBRAService'false],
  12174.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12175.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12176.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12177.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12178.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12179.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController::deleteAction' => ['privates''.service_locator.FiCW5bw''get_ServiceLocator_FiCW5bwService'false],
  12180.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12181.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12182.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController::editAction' => ['privates''.service_locator.tPo4csB''get_ServiceLocator_TPo4csBService'false],
  12183.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12184.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12185.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12186.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12187.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12188.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController::deleteAction' => ['privates''.service_locator.D0eB9CF''get_ServiceLocator_D0eB9CFService'false],
  12189.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12190.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12191.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController::editAction' => ['privates''.service_locator.R32.WD8''get_ServiceLocator_R32_WD8Service'false],
  12192.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12193.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12194.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12195.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12196.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12197.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController::deleteAction' => ['privates''.service_locator.j6Dmc4S''get_ServiceLocator_J6Dmc4SService'false],
  12198.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12199.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12200.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController::editAction' => ['privates''.service_locator.7uWCfHe''get_ServiceLocator_7uWCfHeService'false],
  12201.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12202.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12203.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12204.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12205.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12206.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::attributesAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  12207.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::copy' => ['privates''.service_locator.n5GMarX''get_ServiceLocator_N5GMarXService'false],
  12208.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::deletableListAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12209.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::deleteAction' => ['privates''.service_locator.j_f.0PF''get_ServiceLocator_JF_0PFService'false],
  12210.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12211.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::discardChangesAction' => ['privates''.service_locator.j_f.0PF''get_ServiceLocator_JF_0PFService'false],
  12212.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12213.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::editAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  12214.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::editSeoAction' => ['privates''.service_locator.j_f.0PF''get_ServiceLocator_JF_0PFService'false],
  12215.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::editableListAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12216.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::filesAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  12217.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12218.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12219.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12220.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12221.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12222.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController::deleteAction' => ['privates''.service_locator.9rWN5Oa''get_ServiceLocator_9rWN5OaService'false],
  12223.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12224.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12225.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController::editAction' => ['privates''.service_locator.wFGLuPT''get_ServiceLocator_WFGLuPTService'false],
  12226.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12227.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12228.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12229.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12230.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12231.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController::deleteAction' => ['privates''.service_locator.4tT3hqa''get_ServiceLocator_4tT3hqaService'false],
  12232.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12233.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12234.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController::editAction' => ['privates''.service_locator.kFd15.a''get_ServiceLocator_KFd15_AService'false],
  12235.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12236.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12237.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12238.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12239.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12240.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController::deleteAction' => ['privates''.service_locator.KoPGzCV''get_ServiceLocator_KoPGzCVService'false],
  12241.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12242.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12243.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController::editAction' => ['privates''.service_locator.PEqoCKD''get_ServiceLocator_PEqoCKDService'false],
  12244.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12245.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12246.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12247.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12248.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12249.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController::deleteAction' => ['privates''.service_locator.DqOlGXy''get_ServiceLocator_DqOlGXyService'false],
  12250.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12251.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12252.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController::editAction' => ['privates''.service_locator.mhtffaR''get_ServiceLocator_MhtffaRService'false],
  12253.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12254.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12255.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12256.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12257.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12258.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController::deleteAction' => ['privates''.service_locator.1iYfvxJ''get_ServiceLocator_1iYfvxJService'false],
  12259.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12260.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12261.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController::editAction' => ['privates''.service_locator.olYHZM.''get_ServiceLocator_OlYHZM_Service'false],
  12262.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12263.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController::indexAction' => ['privates''.service_locator.J.OL1qN''get_ServiceLocator_J_OL1qNService'false],
  12264.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController::newAction' => ['privates''.service_locator.J.OL1qN''get_ServiceLocator_J_OL1qNService'false],
  12265.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12266.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12267.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController::deleteAction' => ['privates''.service_locator.d396Vcx''get_ServiceLocator_D396VcxService'false],
  12268.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12269.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12270.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController::editAction' => ['privates''.service_locator.pprKcb9''get_ServiceLocator_PprKcb9Service'false],
  12271.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12272.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12273.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12274.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12275.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12276.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController::deleteAction' => ['privates''.service_locator.u5X6chb''get_ServiceLocator_U5X6chbService'false],
  12277.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12278.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12279.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController::editAction' => ['privates''.service_locator.3WdYvOQ''get_ServiceLocator_3WdYvOQService'false],
  12280.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12281.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12282.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12283.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12284.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12285.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController::deleteAction' => ['privates''.service_locator.r95ex5O''get_ServiceLocator_R95ex5OService'false],
  12286.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12287.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12288.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController::editAction' => ['privates''.service_locator.G.snJ1w''get_ServiceLocator_G_SnJ1wService'false],
  12289.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12290.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12291.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12292.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12293.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12294.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController::deleteAction' => ['privates''.service_locator.Hc5WsyI''get_ServiceLocator_Hc5WsyIService'false],
  12295.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12296.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12297.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController::editAction' => ['privates''.service_locator.DEr6_Bd''get_ServiceLocator_DEr6BdService'false],
  12298.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12299.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12300.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12301.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12302.             'Hartmann\\Bundle\\AppBundle\\Controller\\Front\\PdfGeneratorController::generatePdf' => ['privates''.service_locator.j_f.0PF''get_ServiceLocator_JF_0PFService'false],
  12303.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ChangeLogController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12304.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ChangeLogController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12305.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ChangeLogController::viewAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12306.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\DashboardController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12307.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\DashboardController::indexAction' => ['privates''.service_locator.QfctLqC''get_ServiceLocator_QfctLqCService'false],
  12308.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\DashboardController::logAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12309.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SecurityController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12310.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SecurityController::loginAction' => ['privates''.service_locator.NfiuHzC''get_ServiceLocator_NfiuHzCService'false],
  12311.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SystemConfigurationController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12312.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SystemConfigurationController::editAction' => ['privates''.service_locator.J6Bjs8s''get_ServiceLocator_J6Bjs8sService'false],
  12313.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SystemConfigurationController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12314.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ToolsController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12315.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ToolsController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12316.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ToolsController::infoAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12317.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController::addAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12318.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12319.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController::editAction' => ['privates''.service_locator.ol0TPYL''get_ServiceLocator_Ol0TPYLService'false],
  12320.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12321.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController::logAction' => ['privates''.service_locator.ckkma6z''get_ServiceLocator_Ckkma6zService'false],
  12322.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController::removeAction' => ['privates''.service_locator.DM_3qQ.''get_ServiceLocator_DM3qQ_Service'false],
  12323.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController::resetPasswordAction' => ['privates''.service_locator.DM_3qQ.''get_ServiceLocator_DM3qQ_Service'false],
  12324.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12325.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController::deleteAction' => ['privates''.service_locator.HrtHD1_''get_ServiceLocator_HrtHD1Service'false],
  12326.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12327.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12328.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController::editAction' => ['privates''.service_locator.v4EPFh.''get_ServiceLocator_V4EPFh_Service'false],
  12329.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12330.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12331.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12332.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12333.             'Hitso\\Bundle\\BlocksBundle\\Controller\\Admin\\BlockController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12334.             'Hitso\\Bundle\\BlocksBundle\\Controller\\Admin\\BlockController::editAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12335.             'Hitso\\Bundle\\BlocksBundle\\Controller\\Admin\\BlockController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12336.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12337.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController::deleteAction' => ['privates''.service_locator.JQYLnGC''get_ServiceLocator_JQYLnGCService'false],
  12338.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12339.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12340.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController::editAction' => ['privates''.service_locator.wdcYQrg''get_ServiceLocator_WdcYQrgService'false],
  12341.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12342.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12343.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12344.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12345.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12346.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController::deleteAction' => ['privates''.service_locator.yGlmO6l''get_ServiceLocator_YGlmO6lService'false],
  12347.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12348.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12349.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController::editAction' => ['privates''.service_locator.mGs8p8R''get_ServiceLocator_MGs8p8RService'false],
  12350.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12351.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12352.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12353.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12354.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12355.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController::deleteAction' => ['privates''.service_locator.Udqtlm9''get_ServiceLocator_Udqtlm9Service'false],
  12356.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12357.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12358.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController::editAction' => ['privates''.service_locator.cR4YTPu''get_ServiceLocator_CR4YTPuService'false],
  12359.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12360.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12361.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12362.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12363.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12364.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController::deleteAction' => ['privates''.service_locator.hMIQgei''get_ServiceLocator_HMIQgeiService'false],
  12365.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12366.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12367.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController::editAction' => ['privates''.service_locator.9bn2lCH''get_ServiceLocator_9bn2lCHService'false],
  12368.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12369.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12370.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12371.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12372.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12373.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController::deleteAction' => ['privates''.service_locator.van9oJL''get_ServiceLocator_Van9oJLService'false],
  12374.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12375.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12376.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController::editAction' => ['privates''.service_locator.ucVOyAc''get_ServiceLocator_UcVOyAcService'false],
  12377.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12378.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController::indexAction' => ['privates''.service_locator.9bn2lCH''get_ServiceLocator_9bn2lCHService'false],
  12379.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController::newAction' => ['privates''.service_locator.9bn2lCH''get_ServiceLocator_9bn2lCHService'false],
  12380.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12381.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::acceptAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  12382.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12383.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12384.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::discardAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  12385.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12386.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12387.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12388.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::previewAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  12389.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::revertAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  12390.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12391.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::showAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  12392.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12393.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::attributesAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  12394.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::deletableListAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12395.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::deleteAction' => ['privates''.service_locator.j_f.0PF''get_ServiceLocator_JF_0PFService'false],
  12396.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12397.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::discardChangesAction' => ['privates''.service_locator.j_f.0PF''get_ServiceLocator_JF_0PFService'false],
  12398.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12399.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::editAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  12400.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::editSeoAction' => ['privates''.service_locator.j_f.0PF''get_ServiceLocator_JF_0PFService'false],
  12401.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::editableListAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12402.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::filesAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  12403.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12404.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12405.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12406.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12407.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12408.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController::deleteAction' => ['privates''.service_locator.iw0h59h''get_ServiceLocator_Iw0h59hService'false],
  12409.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12410.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12411.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController::editAction' => ['privates''.service_locator.b7.mmnB''get_ServiceLocator_B7_MmnBService'false],
  12412.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12413.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12414.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12415.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12416.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12417.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::deleteAction' => ['privates''.service_locator.van9oJL''get_ServiceLocator_Van9oJLService'false],
  12418.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12419.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12420.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::editAction' => ['privates''.service_locator.ucVOyAc''get_ServiceLocator_UcVOyAcService'false],
  12421.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12422.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::indexAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  12423.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::logIndexAction' => ['privates''.service_locator.ucVOyAc''get_ServiceLocator_UcVOyAcService'false],
  12424.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::newAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  12425.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::pReviewction' => ['privates''.service_locator.ucVOyAc''get_ServiceLocator_UcVOyAcService'false],
  12426.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::revertAction' => ['privates''.service_locator.ucVOyAc''get_ServiceLocator_UcVOyAcService'false],
  12427.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12428.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12429.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController::deleteAction' => ['privates''.service_locator.M5LT6mv''get_ServiceLocator_M5LT6mvService'false],
  12430.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12431.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12432.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController::editAction' => ['privates''.service_locator.VI0xCed''get_ServiceLocator_VI0xCedService'false],
  12433.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12434.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12435.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12436.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12437.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CategoryController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12438.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CategoryController::showAction' => ['privates''.service_locator.9bn2lCH''get_ServiceLocator_9bn2lCHService'false],
  12439.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12440.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12441.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController::pReviewction' => ['privates''.service_locator.SbG1deE''get_ServiceLocator_SbG1deEService'false],
  12442.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController::productAction' => ['privates''.service_locator.j_f.0PF''get_ServiceLocator_JF_0PFService'false],
  12443.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ErrorPageController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12444.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\FeaturedProductsController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12445.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\FeaturedProductsController::indexAction' => ['privates''.service_locator.lSbp1Gy''get_ServiceLocator_LSbp1GyService'false],
  12446.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ProductController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12447.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ProductController::searchForCategoryAction' => ['privates''.service_locator.hMIQgei''get_ServiceLocator_HMIQgeiService'false],
  12448.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ProductController::showAction' => ['privates''.service_locator.REW7qsm''get_ServiceLocator_REW7qsmService'false],
  12449.             'Hitso\\Bundle\\CommonBundle\\Controller\\Api\\LikesController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12450.             'Hitso\\Bundle\\CommonBundle\\Controller\\Api\\MonitorController::logsAction' => ['privates''.service_locator.hpX3Dr1''get_ServiceLocator_HpX3Dr1Service'false],
  12451.             'Hitso\\Bundle\\CommonBundle\\Controller\\Api\\MonitorController::mtimeAction' => ['privates''.service_locator.hpX3Dr1''get_ServiceLocator_HpX3Dr1Service'false],
  12452.             'Hitso\\Bundle\\CommonBundle\\Controller\\Api\\MonitorController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  12453.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\AboutUsController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12454.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\HomePageController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12455.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\UserController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12456.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\UserController::loginAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12457.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\UserController::registerAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12458.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12459.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController::addAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12460.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController::deleteAction' => ['privates''.service_locator.djGk.PS''get_ServiceLocator_DjGk_PSService'false],
  12461.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12462.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12463.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController::editAction' => ['privates''.service_locator.5B8.x3j''get_ServiceLocator_5B8_X3jService'false],
  12464.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12465.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12466.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12467.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController::deleteAction' => ['privates''.service_locator.RILgfsd''get_ServiceLocator_RILgfsdService'false],
  12468.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12469.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController::editAction' => ['privates''.service_locator.jz3ByyW''get_ServiceLocator_Jz3ByyWService'false],
  12470.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12471.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController::newAction' => ['privates''.service_locator.VhTR3MN''get_ServiceLocator_VhTR3MNService'false],
  12472.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12473.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController::addAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12474.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12475.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12476.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController::editAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12477.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12478.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12479.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12480.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController::contentCommentsAction' => ['privates''.service_locator.H6D6dAg''get_ServiceLocator_H6D6dAgService'false],
  12481.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController::contentTypeCommentsAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12482.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController::deleteAction' => ['privates''.service_locator.3aZFSYt''get_ServiceLocator_3aZFSYtService'false],
  12483.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12484.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12485.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController::switchStatusAction' => ['privates''.service_locator.3aZFSYt''get_ServiceLocator_3aZFSYtService'false],
  12486.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController::viewAction' => ['privates''.service_locator.5OJiZ30''get_ServiceLocator_5OJiZ30Service'false],
  12487.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12488.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12489.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController::discardAction' => ['privates''.service_locator.H6D6dAg''get_ServiceLocator_H6D6dAgService'false],
  12490.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12491.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12492.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController::revertAction' => ['privates''.service_locator.H6D6dAg''get_ServiceLocator_H6D6dAgService'false],
  12493.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12494.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController::showAction' => ['privates''.service_locator.H6D6dAg''get_ServiceLocator_H6D6dAgService'false],
  12495.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12496.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::copyAction' => ['privates''.service_locator.mdBbn3i''get_ServiceLocator_MdBbn3iService'false],
  12497.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::deletableListAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12498.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::deleteAction' => ['privates''.service_locator.mdBbn3i''get_ServiceLocator_MdBbn3iService'false],
  12499.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12500.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12501.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::editAction' => ['privates''.service_locator.mdBbn3i''get_ServiceLocator_MdBbn3iService'false],
  12502.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::editableListAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12503.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12504.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12505.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::rejectAction' => ['privates''.service_locator.mdBbn3i''get_ServiceLocator_MdBbn3iService'false],
  12506.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::renderEditableElement' => ['privates''.service_locator.J58.5O_''get_ServiceLocator_J58_5OService'false],
  12507.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12508.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\RateController::deleteAction' => ['privates''.service_locator.WCCplDO''get_ServiceLocator_WCCplDOService'false],
  12509.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\RateController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12510.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12511.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::deleteAction' => ['privates''.service_locator.1WuJ32D''get_ServiceLocator_1WuJ32DService'false],
  12512.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12513.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12514.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::editAction' => ['privates''.service_locator.tDyS..U''get_ServiceLocator_TDyS__UService'false],
  12515.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12516.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12517.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::moveAction' => ['privates''.service_locator.1WuJ32D''get_ServiceLocator_1WuJ32DService'false],
  12518.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::newAction' => ['privates''.service_locator.NTXWrOF''get_ServiceLocator_NTXWrOFService'false],
  12519.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12520.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\CommentController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12521.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\CommentController::postCommentAction' => ['privates''.service_locator.mdBbn3i''get_ServiceLocator_MdBbn3iService'false],
  12522.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12523.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12524.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12525.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12526.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController::putContentAction' => ['privates''.service_locator.mdBbn3i''get_ServiceLocator_MdBbn3iService'false],
  12527.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12528.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController::deleteElementAction' => ['privates''.service_locator.J58.5O_''get_ServiceLocator_J58_5OService'false],
  12529.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12530.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController::postElementAction' => ['privates''.service_locator.mdBbn3i''get_ServiceLocator_MdBbn3iService'false],
  12531.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController::putElementAction' => ['privates''.service_locator.J58.5O_''get_ServiceLocator_J58_5OService'false],
  12532.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12533.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12534.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12535.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12536.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12537.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12538.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController::indexAction' => ['privates''.service_locator.Fun9N11''get_ServiceLocator_Fun9N11Service'false],
  12539.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController::pageAction' => ['privates''.service_locator.DRpKkm_''get_ServiceLocator_DRpKkmService'false],
  12540.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController::paginateAction' => ['privates''.service_locator.uGJNrby''get_ServiceLocator_UGJNrbyService'false],
  12541.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController::showAction' => ['privates''.service_locator.05_Yw3i''get_ServiceLocator_05Yw3iService'false],
  12542.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12543.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController::editAction' => ['privates''.service_locator.92PjwDN''get_ServiceLocator_92PjwDNService'false],
  12544.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController::logPReviewction' => ['privates''.service_locator.H6D6dAg''get_ServiceLocator_H6D6dAgService'false],
  12545.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController::showAction' => ['privates''.service_locator.zzD6e9A''get_ServiceLocator_ZzD6e9AService'false],
  12546.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ContentController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12547.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ContentController::logPReviewction' => ['privates''.service_locator.H6D6dAg''get_ServiceLocator_H6D6dAgService'false],
  12548.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\FormController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12549.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\FormController::indexAction' => ['privates''.service_locator.6EUT8o3''get_ServiceLocator_6EUT8o3Service'false],
  12550.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12551.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController::editAction' => ['privates''.service_locator.PORpbPf''get_ServiceLocator_PORpbPfService'false],
  12552.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController::logPReviewction' => ['privates''.service_locator.H6D6dAg''get_ServiceLocator_H6D6dAgService'false],
  12553.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController::showAction' => ['privates''.service_locator.dY9f4OO''get_ServiceLocator_DY9f4OOService'false],
  12554.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12555.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController::exportToCsvAction' => ['privates''.service_locator.mDi36Nq''get_ServiceLocator_MDi36NqService'false],
  12556.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController::exportToGoogleSheetAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12557.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController::importFromCsvAction' => ['privates''.service_locator.TCtoLf3''get_ServiceLocator_TCtoLf3Service'false],
  12558.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController::importFromGoogleSheetAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12559.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DirectoryController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12560.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DirectoryController::removeAction' => ['privates''.service_locator.pa0sPOR''get_ServiceLocator_Pa0sPORService'false],
  12561.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DirectoryController::updateAction' => ['privates''.service_locator.pa0sPOR''get_ServiceLocator_Pa0sPORService'false],
  12562.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController::addBreadcrumbs' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12563.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12564.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController::getAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  12565.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12566.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController::viewAction' => ['privates''.service_locator.yPO_pMw''get_ServiceLocator_YPOPMwService'false],
  12567.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12568.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12569.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12570.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12571.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController::pReviewction' => ['privates''.service_locator.yPO_pMw''get_ServiceLocator_YPOPMwService'false],
  12572.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController::revertAction' => ['privates''.service_locator.yPO_pMw''get_ServiceLocator_YPOPMwService'false],
  12573.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12574.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12575.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::deletableListAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12576.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::deleteAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  12577.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::deleteDiscardAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  12578.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12579.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::disposableAction' => ['privates''.service_locator.SaQYvSS''get_ServiceLocator_SaQYvSSService'false],
  12580.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::downloadAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  12581.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12582.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::getAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  12583.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::getUrl' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  12584.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12585.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::moveAction' => ['privates''.service_locator.siAC6nS''get_ServiceLocator_SiAC6nSService'false],
  12586.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::removeAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  12587.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12588.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::updateAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  12589.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::uploadAction' => ['privates''.service_locator.8G38LJQ''get_ServiceLocator_8G38LJQService'false],
  12590.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\HotspotController::addAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  12591.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\HotspotController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12592.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\HotspotController::postAction' => ['privates''.service_locator.vup1AmX''get_ServiceLocator_Vup1AmXService'false],
  12593.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Front\\DownloadController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12594.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Front\\DownloadController::downloadAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  12595.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Front\\DownloadController::streamAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  12596.             'Hitso\\Bundle\\FormBundle\\Controller\\ApiController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12597.             'Hitso\\Bundle\\FormBundle\\Controller\\DownloadController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12598.             'Hitso\\Bundle\\NavigationBundle\\Controller\\ApiController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12599.             'Hitso\\Bundle\\NavigationBundle\\Controller\\ApiController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  12600.             'Hitso\\Bundle\\NavigationBundle\\Controller\\NavigationController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12601.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12602.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController::deleteAction' => ['privates''.service_locator.tbnmERi''get_ServiceLocator_TbnmERiService'false],
  12603.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12604.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12605.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController::editAction' => ['privates''.service_locator.MFMplxL''get_ServiceLocator_MFMplxLService'false],
  12606.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12607.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12608.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12609.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12610.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Front\\SubscriberController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12611.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12612.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::deleteAction' => ['privates''.service_locator.IAYSFru''get_ServiceLocator_IAYSFruService'false],
  12613.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::deleteProbeOptionAction' => ['privates''.service_locator.kBo3HxM''get_ServiceLocator_KBo3HxMService'false],
  12614.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12615.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12616.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::editAction' => ['privates''.service_locator.5u.Jtyr''get_ServiceLocator_5u_JtyrService'false],
  12617.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::editProbeOptionAction' => ['privates''.service_locator.z5tgTif''get_ServiceLocator_Z5tgTifService'false],
  12618.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12619.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12620.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12621.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::probeOptionsAction' => ['privates''.service_locator.5u.Jtyr''get_ServiceLocator_5u_JtyrService'false],
  12622.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::probeResultsAction' => ['privates''.service_locator.5u.Jtyr''get_ServiceLocator_5u_JtyrService'false],
  12623.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12624.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController::deleteAction' => ['privates''.service_locator.OFrm_K0''get_ServiceLocator_OFrmK0Service'false],
  12625.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12626.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController::editAction' => ['privates''.service_locator.kKAnTFs''get_ServiceLocator_KKAnTFsService'false],
  12627.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController::indexAction' => ['privates''.service_locator.LqA75jq''get_ServiceLocator_LqA75jqService'false],
  12628.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController::newAction' => ['privates''.service_locator.P25MZp0''get_ServiceLocator_P25MZp0Service'false],
  12629.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController::addBreadcrumbs' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12630.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController::deleteAction' => ['privates''.service_locator.fUxDF9U''get_ServiceLocator_FUxDF9UService'false],
  12631.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12632.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController::editAction' => ['privates''.service_locator.P25MZp0''get_ServiceLocator_P25MZp0Service'false],
  12633.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12634.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12635.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController::deleteAction' => ['privates''.service_locator.spHR1WY''get_ServiceLocator_SpHR1WYService'false],
  12636.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12637.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController::editAction' => ['privates''.service_locator.bZzl.qa''get_ServiceLocator_BZzl_QaService'false],
  12638.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController::importAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12639.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12640.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController::newAction' => ['privates''.service_locator.IrkNdSL''get_ServiceLocator_IrkNdSLService'false],
  12641.             'Hitso\\Bundle\\SearchBundle\\Controller\\Admin\\AutocompleteController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12642.             'Hitso\\Bundle\\SearchBundle\\Controller\\Admin\\AutocompleteController::searchAction' => ['privates''.service_locator.QAExF1w''get_ServiceLocator_QAExF1wService'false],
  12643.             'Hitso\\Bundle\\SearchBundle\\Controller\\Front\\SearchController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12644.             'Hitso\\Bundle\\SearchBundle\\Controller\\Front\\SearchController::searchAction' => ['privates''.service_locator.A3vLoK4''get_ServiceLocator_A3vLoK4Service'false],
  12645.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12646.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController::addAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12647.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController::deleteAction' => ['privates''.service_locator.van9oJL''get_ServiceLocator_Van9oJLService'false],
  12648.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12649.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12650.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController::editAction' => ['privates''.service_locator.ucVOyAc''get_ServiceLocator_UcVOyAcService'false],
  12651.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12652.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12653.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12654.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12655.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController::deleteAction' => ['privates''.service_locator.zlOKpuy''get_ServiceLocator_ZlOKpuyService'false],
  12656.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12657.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12658.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController::editAction' => ['privates''.service_locator.__cwbAE''get_ServiceLocator_CwbAEService'false],
  12659.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12660.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12661.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12662.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12663.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12664.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController::addAction' => ['privates''.service_locator.__cwbAE''get_ServiceLocator_CwbAEService'false],
  12665.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController::deleteAction' => ['privates''.service_locator.van9oJL''get_ServiceLocator_Van9oJLService'false],
  12666.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12667.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12668.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController::editAction' => ['privates''.service_locator.ucVOyAc''get_ServiceLocator_UcVOyAcService'false],
  12669.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12670.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController::indexAction' => ['privates''.service_locator.__cwbAE''get_ServiceLocator_CwbAEService'false],
  12671.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12672.             'Hitso\\Bundle\\SectionBundle\\Controller\\Front\\SectionController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12673.             'Hitso\\Bundle\\SectionBundle\\Controller\\Front\\SectionController::indexAction' => ['privates''.service_locator.zlOKpuy''get_ServiceLocator_ZlOKpuyService'false],
  12674.             'Hitso\\Bundle\\SectionBundle\\Controller\\Front\\SectionController::showAction' => ['privates''.service_locator.van9oJL''get_ServiceLocator_Van9oJLService'false],
  12675.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController::deleteAction' => ['privates''.service_locator.VGFKbqw''get_ServiceLocator_VGFKbqwService'false],
  12676.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12677.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController::editAction' => ['privates''.service_locator.UACN_Wk''get_ServiceLocator_UACNWkService'false],
  12678.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12679.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12680.             'Hitso\\Bundle\\SeoBundle\\Controller\\Front\\SitemapController::indexAction' => ['privates''.service_locator.yfsuJP_''get_ServiceLocator_YfsuJPService'false],
  12681.             'Hitso\\Bundle\\SeoBundle\\Controller\\Front\\SitemapController::sectionAction' => ['privates''.service_locator.SB7GmI.''get_ServiceLocator_SB7GmI_Service'false],
  12682.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12683.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController::deleteAction' => ['privates''.service_locator.cRKQHKq''get_ServiceLocator_CRKQHKqService'false],
  12684.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12685.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12686.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController::editAction' => ['privates''.service_locator.Wvaq.Z5''get_ServiceLocator_Wvaq_Z5Service'false],
  12687.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12688.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12689.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12690.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12691.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController::add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12692.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController::deleteAction' => ['privates''.service_locator.xUVHyrR''get_ServiceLocator_XUVHyrRService'false],
  12693.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12694.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController::edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12695.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController::editAction' => ['privates''.service_locator.mFk3ewT''get_ServiceLocator_MFk3ewTService'false],
  12696.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController::index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12697.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12698.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController::newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12699.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController::revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12700.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Api\\TagController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12701.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController::deleteAction' => ['privates''.service_locator.va1wmfW''get_ServiceLocator_Va1wmfWService'false],
  12702.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12703.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController::editAction' => ['privates''.service_locator.DzfalTt''get_ServiceLocator_DzfalTtService'false],
  12704.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12705.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController::newAction' => ['privates''.service_locator.qm.HRBM''get_ServiceLocator_Qm_HRBMService'false],
  12706.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Front\\TicketController::confirmAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12707.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Front\\TicketController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12708.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Front\\TicketController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12709.             'Hitso\\Bundle\\TranslationBundle\\Controller\\ApiController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12710.             'Hitso\\Bundle\\TranslationBundle\\Controller\\ApiController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  12711.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController::addAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12712.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController::applyAction' => ['privates''.service_locator.q_Wr7A9''get_ServiceLocator_QWr7A9Service'false],
  12713.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController::describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12714.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController::editAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12715.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController::exportAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12716.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController::importAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12717.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController::indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12718.             'Debril\\RssAtomBundle\\Controller\\StreamController:indexAction' => ['privates''.service_locator.jxWVpmd''get_ServiceLocator_JxWVpmdService'false],
  12719.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12720.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController:deleteAction' => ['privates''.service_locator.KtCrmM1''get_ServiceLocator_KtCrmM1Service'false],
  12721.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12722.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12723.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController:editAction' => ['privates''.service_locator.7wJMtXQ''get_ServiceLocator_7wJMtXQService'false],
  12724.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12725.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12726.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12727.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12728.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12729.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController:deleteAction' => ['privates''.service_locator.hMIQgei''get_ServiceLocator_HMIQgeiService'false],
  12730.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12731.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12732.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController:editAction' => ['privates''.service_locator.9bn2lCH''get_ServiceLocator_9bn2lCHService'false],
  12733.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12734.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12735.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12736.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12737.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12738.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController:deleteAction' => ['privates''.service_locator.gUYmrrb''get_ServiceLocator_GUYmrrbService'false],
  12739.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12740.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12741.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController:editAction' => ['privates''.service_locator.21h4eVK''get_ServiceLocator_21h4eVKService'false],
  12742.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12743.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12744.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12745.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12746.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12747.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12748.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12749.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12750.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12751.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController:kernelAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12752.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12753.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12754.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController:deleteAction' => ['privates''.service_locator.lep.juL''get_ServiceLocator_Lep_JuLService'false],
  12755.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12756.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12757.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController:editAction' => ['privates''.service_locator.iVVV7X_''get_ServiceLocator_IVVV7XService'false],
  12758.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12759.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12760.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12761.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12762.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12763.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController:deleteAction' => ['privates''.service_locator.nHhAOC4''get_ServiceLocator_NHhAOC4Service'false],
  12764.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12765.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12766.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController:editAction' => ['privates''.service_locator.jTQ4yz8''get_ServiceLocator_JTQ4yz8Service'false],
  12767.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12768.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12769.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12770.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12771.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12772.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController:deleteAction' => ['privates''.service_locator.NI00r0c''get_ServiceLocator_NI00r0cService'false],
  12773.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12774.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12775.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController:editAction' => ['privates''.service_locator.XmVUxgQ''get_ServiceLocator_XmVUxgQService'false],
  12776.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12777.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12778.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12779.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12780.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12781.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController:deleteAction' => ['privates''.service_locator.IEbP_jw''get_ServiceLocator_IEbPJwService'false],
  12782.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12783.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12784.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController:editAction' => ['privates''.service_locator.chvLBRA''get_ServiceLocator_ChvLBRAService'false],
  12785.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12786.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12787.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12788.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12789.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12790.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController:deleteAction' => ['privates''.service_locator.FiCW5bw''get_ServiceLocator_FiCW5bwService'false],
  12791.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12792.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12793.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController:editAction' => ['privates''.service_locator.tPo4csB''get_ServiceLocator_TPo4csBService'false],
  12794.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12795.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12796.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12797.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12798.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12799.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController:deleteAction' => ['privates''.service_locator.D0eB9CF''get_ServiceLocator_D0eB9CFService'false],
  12800.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12801.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12802.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController:editAction' => ['privates''.service_locator.R32.WD8''get_ServiceLocator_R32_WD8Service'false],
  12803.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12804.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12805.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12806.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12807.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12808.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController:deleteAction' => ['privates''.service_locator.j6Dmc4S''get_ServiceLocator_J6Dmc4SService'false],
  12809.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12810.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12811.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController:editAction' => ['privates''.service_locator.7uWCfHe''get_ServiceLocator_7uWCfHeService'false],
  12812.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12813.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12814.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12815.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12816.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12817.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:attributesAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  12818.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:copy' => ['privates''.service_locator.n5GMarX''get_ServiceLocator_N5GMarXService'false],
  12819.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:deletableListAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12820.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:deleteAction' => ['privates''.service_locator.j_f.0PF''get_ServiceLocator_JF_0PFService'false],
  12821.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12822.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:discardChangesAction' => ['privates''.service_locator.j_f.0PF''get_ServiceLocator_JF_0PFService'false],
  12823.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12824.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:editAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  12825.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:editSeoAction' => ['privates''.service_locator.j_f.0PF''get_ServiceLocator_JF_0PFService'false],
  12826.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:editableListAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12827.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:filesAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  12828.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12829.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12830.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12831.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12832.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12833.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController:deleteAction' => ['privates''.service_locator.9rWN5Oa''get_ServiceLocator_9rWN5OaService'false],
  12834.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12835.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12836.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController:editAction' => ['privates''.service_locator.wFGLuPT''get_ServiceLocator_WFGLuPTService'false],
  12837.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12838.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12839.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12840.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12841.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12842.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController:deleteAction' => ['privates''.service_locator.4tT3hqa''get_ServiceLocator_4tT3hqaService'false],
  12843.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12844.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12845.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController:editAction' => ['privates''.service_locator.kFd15.a''get_ServiceLocator_KFd15_AService'false],
  12846.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12847.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12848.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12849.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12850.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12851.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController:deleteAction' => ['privates''.service_locator.KoPGzCV''get_ServiceLocator_KoPGzCVService'false],
  12852.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12853.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12854.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController:editAction' => ['privates''.service_locator.PEqoCKD''get_ServiceLocator_PEqoCKDService'false],
  12855.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12856.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12857.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12858.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12859.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12860.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController:deleteAction' => ['privates''.service_locator.DqOlGXy''get_ServiceLocator_DqOlGXyService'false],
  12861.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12862.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12863.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController:editAction' => ['privates''.service_locator.mhtffaR''get_ServiceLocator_MhtffaRService'false],
  12864.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12865.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12866.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12867.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12868.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12869.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController:deleteAction' => ['privates''.service_locator.1iYfvxJ''get_ServiceLocator_1iYfvxJService'false],
  12870.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12871.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12872.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController:editAction' => ['privates''.service_locator.olYHZM.''get_ServiceLocator_OlYHZM_Service'false],
  12873.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12874.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController:indexAction' => ['privates''.service_locator.J.OL1qN''get_ServiceLocator_J_OL1qNService'false],
  12875.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController:newAction' => ['privates''.service_locator.J.OL1qN''get_ServiceLocator_J_OL1qNService'false],
  12876.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12877.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12878.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController:deleteAction' => ['privates''.service_locator.d396Vcx''get_ServiceLocator_D396VcxService'false],
  12879.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12880.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12881.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController:editAction' => ['privates''.service_locator.pprKcb9''get_ServiceLocator_PprKcb9Service'false],
  12882.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12883.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12884.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12885.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12886.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12887.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController:deleteAction' => ['privates''.service_locator.u5X6chb''get_ServiceLocator_U5X6chbService'false],
  12888.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12889.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12890.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController:editAction' => ['privates''.service_locator.3WdYvOQ''get_ServiceLocator_3WdYvOQService'false],
  12891.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12892.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12893.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12894.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12895.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12896.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController:deleteAction' => ['privates''.service_locator.r95ex5O''get_ServiceLocator_R95ex5OService'false],
  12897.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12898.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12899.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController:editAction' => ['privates''.service_locator.G.snJ1w''get_ServiceLocator_G_SnJ1wService'false],
  12900.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12901.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12902.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12903.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12904.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12905.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController:deleteAction' => ['privates''.service_locator.Hc5WsyI''get_ServiceLocator_Hc5WsyIService'false],
  12906.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12907.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12908.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController:editAction' => ['privates''.service_locator.DEr6_Bd''get_ServiceLocator_DEr6BdService'false],
  12909.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12910.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12911.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12912.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12913.             'Hartmann\\Bundle\\AppBundle\\Controller\\Front\\PdfGeneratorController:generatePdf' => ['privates''.service_locator.j_f.0PF''get_ServiceLocator_JF_0PFService'false],
  12914.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ChangeLogController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12915.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ChangeLogController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12916.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ChangeLogController:viewAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12917.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\DashboardController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12918.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\DashboardController:indexAction' => ['privates''.service_locator.QfctLqC''get_ServiceLocator_QfctLqCService'false],
  12919.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\DashboardController:logAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12920.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SecurityController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12921.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SecurityController:loginAction' => ['privates''.service_locator.NfiuHzC''get_ServiceLocator_NfiuHzCService'false],
  12922.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SystemConfigurationController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12923.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SystemConfigurationController:editAction' => ['privates''.service_locator.J6Bjs8s''get_ServiceLocator_J6Bjs8sService'false],
  12924.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SystemConfigurationController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12925.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ToolsController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12926.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ToolsController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12927.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ToolsController:infoAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12928.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController:addAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12929.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12930.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController:editAction' => ['privates''.service_locator.ol0TPYL''get_ServiceLocator_Ol0TPYLService'false],
  12931.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12932.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController:logAction' => ['privates''.service_locator.ckkma6z''get_ServiceLocator_Ckkma6zService'false],
  12933.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController:removeAction' => ['privates''.service_locator.DM_3qQ.''get_ServiceLocator_DM3qQ_Service'false],
  12934.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController:resetPasswordAction' => ['privates''.service_locator.DM_3qQ.''get_ServiceLocator_DM3qQ_Service'false],
  12935.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12936.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController:deleteAction' => ['privates''.service_locator.HrtHD1_''get_ServiceLocator_HrtHD1Service'false],
  12937.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12938.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12939.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController:editAction' => ['privates''.service_locator.v4EPFh.''get_ServiceLocator_V4EPFh_Service'false],
  12940.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12941.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12942.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12943.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12944.             'Hitso\\Bundle\\BlocksBundle\\Controller\\Admin\\BlockController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12945.             'Hitso\\Bundle\\BlocksBundle\\Controller\\Admin\\BlockController:editAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12946.             'Hitso\\Bundle\\BlocksBundle\\Controller\\Admin\\BlockController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12947.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12948.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController:deleteAction' => ['privates''.service_locator.JQYLnGC''get_ServiceLocator_JQYLnGCService'false],
  12949.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12950.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12951.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController:editAction' => ['privates''.service_locator.wdcYQrg''get_ServiceLocator_WdcYQrgService'false],
  12952.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12953.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12954.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12955.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12956.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12957.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController:deleteAction' => ['privates''.service_locator.yGlmO6l''get_ServiceLocator_YGlmO6lService'false],
  12958.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12959.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12960.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController:editAction' => ['privates''.service_locator.mGs8p8R''get_ServiceLocator_MGs8p8RService'false],
  12961.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12962.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12963.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12964.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12965.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12966.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController:deleteAction' => ['privates''.service_locator.Udqtlm9''get_ServiceLocator_Udqtlm9Service'false],
  12967.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12968.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12969.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController:editAction' => ['privates''.service_locator.cR4YTPu''get_ServiceLocator_CR4YTPuService'false],
  12970.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12971.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12972.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12973.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12974.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12975.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController:deleteAction' => ['privates''.service_locator.hMIQgei''get_ServiceLocator_HMIQgeiService'false],
  12976.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12977.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12978.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController:editAction' => ['privates''.service_locator.9bn2lCH''get_ServiceLocator_9bn2lCHService'false],
  12979.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12980.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12981.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12982.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12983.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12984.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController:deleteAction' => ['privates''.service_locator.van9oJL''get_ServiceLocator_Van9oJLService'false],
  12985.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12986.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12987.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController:editAction' => ['privates''.service_locator.ucVOyAc''get_ServiceLocator_UcVOyAcService'false],
  12988.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12989.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController:indexAction' => ['privates''.service_locator.9bn2lCH''get_ServiceLocator_9bn2lCHService'false],
  12990.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController:newAction' => ['privates''.service_locator.9bn2lCH''get_ServiceLocator_9bn2lCHService'false],
  12991.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  12992.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:acceptAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  12993.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12994.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  12995.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:discardAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  12996.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  12997.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12998.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  12999.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:previewAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  13000.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:revertAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  13001.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13002.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:showAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  13003.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13004.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:attributesAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  13005.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:deletableListAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13006.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:deleteAction' => ['privates''.service_locator.j_f.0PF''get_ServiceLocator_JF_0PFService'false],
  13007.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13008.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:discardChangesAction' => ['privates''.service_locator.j_f.0PF''get_ServiceLocator_JF_0PFService'false],
  13009.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13010.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:editAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  13011.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:editSeoAction' => ['privates''.service_locator.j_f.0PF''get_ServiceLocator_JF_0PFService'false],
  13012.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:editableListAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13013.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:filesAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  13014.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13015.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13016.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13017.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13018.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13019.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController:deleteAction' => ['privates''.service_locator.iw0h59h''get_ServiceLocator_Iw0h59hService'false],
  13020.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13021.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13022.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController:editAction' => ['privates''.service_locator.b7.mmnB''get_ServiceLocator_B7_MmnBService'false],
  13023.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13024.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13025.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13026.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13027.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13028.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:deleteAction' => ['privates''.service_locator.van9oJL''get_ServiceLocator_Van9oJLService'false],
  13029.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13030.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13031.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:editAction' => ['privates''.service_locator.ucVOyAc''get_ServiceLocator_UcVOyAcService'false],
  13032.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13033.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:indexAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  13034.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:logIndexAction' => ['privates''.service_locator.ucVOyAc''get_ServiceLocator_UcVOyAcService'false],
  13035.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:newAction' => ['privates''.service_locator.fGZaj2S''get_ServiceLocator_FGZaj2SService'false],
  13036.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:pReviewction' => ['privates''.service_locator.ucVOyAc''get_ServiceLocator_UcVOyAcService'false],
  13037.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:revertAction' => ['privates''.service_locator.ucVOyAc''get_ServiceLocator_UcVOyAcService'false],
  13038.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13039.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13040.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController:deleteAction' => ['privates''.service_locator.M5LT6mv''get_ServiceLocator_M5LT6mvService'false],
  13041.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13042.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13043.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController:editAction' => ['privates''.service_locator.VI0xCed''get_ServiceLocator_VI0xCedService'false],
  13044.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13045.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13046.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13047.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13048.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CategoryController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13049.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CategoryController:showAction' => ['privates''.service_locator.9bn2lCH''get_ServiceLocator_9bn2lCHService'false],
  13050.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13051.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13052.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController:pReviewction' => ['privates''.service_locator.SbG1deE''get_ServiceLocator_SbG1deEService'false],
  13053.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController:productAction' => ['privates''.service_locator.j_f.0PF''get_ServiceLocator_JF_0PFService'false],
  13054.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ErrorPageController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13055.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\FeaturedProductsController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13056.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\FeaturedProductsController:indexAction' => ['privates''.service_locator.lSbp1Gy''get_ServiceLocator_LSbp1GyService'false],
  13057.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ProductController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13058.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ProductController:searchForCategoryAction' => ['privates''.service_locator.hMIQgei''get_ServiceLocator_HMIQgeiService'false],
  13059.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ProductController:showAction' => ['privates''.service_locator.REW7qsm''get_ServiceLocator_REW7qsmService'false],
  13060.             'Hitso\\Bundle\\CommonBundle\\Controller\\Api\\LikesController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13061.             'Hitso\\Bundle\\CommonBundle\\Controller\\Api\\MonitorController:logsAction' => ['privates''.service_locator.hpX3Dr1''get_ServiceLocator_HpX3Dr1Service'false],
  13062.             'Hitso\\Bundle\\CommonBundle\\Controller\\Api\\MonitorController:mtimeAction' => ['privates''.service_locator.hpX3Dr1''get_ServiceLocator_HpX3Dr1Service'false],
  13063.             'Hitso\\Bundle\\CommonBundle\\Controller\\Api\\MonitorController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  13064.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\AboutUsController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13065.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\HomePageController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13066.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\UserController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13067.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\UserController:loginAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13068.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\UserController:registerAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13069.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13070.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController:addAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13071.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController:deleteAction' => ['privates''.service_locator.djGk.PS''get_ServiceLocator_DjGk_PSService'false],
  13072.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13073.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13074.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController:editAction' => ['privates''.service_locator.5B8.x3j''get_ServiceLocator_5B8_X3jService'false],
  13075.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13076.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13077.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13078.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController:deleteAction' => ['privates''.service_locator.RILgfsd''get_ServiceLocator_RILgfsdService'false],
  13079.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13080.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController:editAction' => ['privates''.service_locator.jz3ByyW''get_ServiceLocator_Jz3ByyWService'false],
  13081.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13082.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController:newAction' => ['privates''.service_locator.VhTR3MN''get_ServiceLocator_VhTR3MNService'false],
  13083.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13084.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController:addAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13085.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13086.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13087.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController:editAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13088.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13089.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13090.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13091.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController:contentCommentsAction' => ['privates''.service_locator.H6D6dAg''get_ServiceLocator_H6D6dAgService'false],
  13092.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController:contentTypeCommentsAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13093.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController:deleteAction' => ['privates''.service_locator.3aZFSYt''get_ServiceLocator_3aZFSYtService'false],
  13094.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13095.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13096.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController:switchStatusAction' => ['privates''.service_locator.3aZFSYt''get_ServiceLocator_3aZFSYtService'false],
  13097.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController:viewAction' => ['privates''.service_locator.5OJiZ30''get_ServiceLocator_5OJiZ30Service'false],
  13098.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13099.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13100.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController:discardAction' => ['privates''.service_locator.H6D6dAg''get_ServiceLocator_H6D6dAgService'false],
  13101.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13102.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13103.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController:revertAction' => ['privates''.service_locator.H6D6dAg''get_ServiceLocator_H6D6dAgService'false],
  13104.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13105.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController:showAction' => ['privates''.service_locator.H6D6dAg''get_ServiceLocator_H6D6dAgService'false],
  13106.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13107.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:copyAction' => ['privates''.service_locator.mdBbn3i''get_ServiceLocator_MdBbn3iService'false],
  13108.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:deletableListAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13109.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:deleteAction' => ['privates''.service_locator.mdBbn3i''get_ServiceLocator_MdBbn3iService'false],
  13110.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13111.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13112.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:editAction' => ['privates''.service_locator.mdBbn3i''get_ServiceLocator_MdBbn3iService'false],
  13113.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:editableListAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13114.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13115.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13116.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:rejectAction' => ['privates''.service_locator.mdBbn3i''get_ServiceLocator_MdBbn3iService'false],
  13117.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:renderEditableElement' => ['privates''.service_locator.J58.5O_''get_ServiceLocator_J58_5OService'false],
  13118.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13119.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\RateController:deleteAction' => ['privates''.service_locator.WCCplDO''get_ServiceLocator_WCCplDOService'false],
  13120.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\RateController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13121.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13122.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:deleteAction' => ['privates''.service_locator.1WuJ32D''get_ServiceLocator_1WuJ32DService'false],
  13123.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13124.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13125.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:editAction' => ['privates''.service_locator.tDyS..U''get_ServiceLocator_TDyS__UService'false],
  13126.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13127.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13128.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:moveAction' => ['privates''.service_locator.1WuJ32D''get_ServiceLocator_1WuJ32DService'false],
  13129.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:newAction' => ['privates''.service_locator.NTXWrOF''get_ServiceLocator_NTXWrOFService'false],
  13130.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13131.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\CommentController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13132.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\CommentController:postCommentAction' => ['privates''.service_locator.mdBbn3i''get_ServiceLocator_MdBbn3iService'false],
  13133.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13134.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13135.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13136.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13137.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController:putContentAction' => ['privates''.service_locator.mdBbn3i''get_ServiceLocator_MdBbn3iService'false],
  13138.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13139.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController:deleteElementAction' => ['privates''.service_locator.J58.5O_''get_ServiceLocator_J58_5OService'false],
  13140.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13141.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController:postElementAction' => ['privates''.service_locator.mdBbn3i''get_ServiceLocator_MdBbn3iService'false],
  13142.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController:putElementAction' => ['privates''.service_locator.J58.5O_''get_ServiceLocator_J58_5OService'false],
  13143.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13144.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13145.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13146.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13147.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13148.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13149.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController:indexAction' => ['privates''.service_locator.Fun9N11''get_ServiceLocator_Fun9N11Service'false],
  13150.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController:pageAction' => ['privates''.service_locator.DRpKkm_''get_ServiceLocator_DRpKkmService'false],
  13151.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController:paginateAction' => ['privates''.service_locator.uGJNrby''get_ServiceLocator_UGJNrbyService'false],
  13152.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController:showAction' => ['privates''.service_locator.05_Yw3i''get_ServiceLocator_05Yw3iService'false],
  13153.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13154.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController:editAction' => ['privates''.service_locator.92PjwDN''get_ServiceLocator_92PjwDNService'false],
  13155.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController:logPReviewction' => ['privates''.service_locator.H6D6dAg''get_ServiceLocator_H6D6dAgService'false],
  13156.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController:showAction' => ['privates''.service_locator.zzD6e9A''get_ServiceLocator_ZzD6e9AService'false],
  13157.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ContentController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13158.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ContentController:logPReviewction' => ['privates''.service_locator.H6D6dAg''get_ServiceLocator_H6D6dAgService'false],
  13159.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\FormController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13160.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\FormController:indexAction' => ['privates''.service_locator.6EUT8o3''get_ServiceLocator_6EUT8o3Service'false],
  13161.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13162.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController:editAction' => ['privates''.service_locator.PORpbPf''get_ServiceLocator_PORpbPfService'false],
  13163.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController:logPReviewction' => ['privates''.service_locator.H6D6dAg''get_ServiceLocator_H6D6dAgService'false],
  13164.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController:showAction' => ['privates''.service_locator.dY9f4OO''get_ServiceLocator_DY9f4OOService'false],
  13165.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13166.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController:exportToCsvAction' => ['privates''.service_locator.mDi36Nq''get_ServiceLocator_MDi36NqService'false],
  13167.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController:exportToGoogleSheetAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13168.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController:importFromCsvAction' => ['privates''.service_locator.TCtoLf3''get_ServiceLocator_TCtoLf3Service'false],
  13169.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController:importFromGoogleSheetAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13170.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DirectoryController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13171.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DirectoryController:removeAction' => ['privates''.service_locator.pa0sPOR''get_ServiceLocator_Pa0sPORService'false],
  13172.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DirectoryController:updateAction' => ['privates''.service_locator.pa0sPOR''get_ServiceLocator_Pa0sPORService'false],
  13173.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController:addBreadcrumbs' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13174.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13175.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController:getAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  13176.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13177.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController:viewAction' => ['privates''.service_locator.yPO_pMw''get_ServiceLocator_YPOPMwService'false],
  13178.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13179.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13180.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13181.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13182.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController:pReviewction' => ['privates''.service_locator.yPO_pMw''get_ServiceLocator_YPOPMwService'false],
  13183.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController:revertAction' => ['privates''.service_locator.yPO_pMw''get_ServiceLocator_YPOPMwService'false],
  13184.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13185.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13186.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:deletableListAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13187.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:deleteAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  13188.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:deleteDiscardAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  13189.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13190.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:disposableAction' => ['privates''.service_locator.SaQYvSS''get_ServiceLocator_SaQYvSSService'false],
  13191.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:downloadAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  13192.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13193.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:getAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  13194.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:getUrl' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  13195.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13196.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:moveAction' => ['privates''.service_locator.siAC6nS''get_ServiceLocator_SiAC6nSService'false],
  13197.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:removeAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  13198.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13199.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:updateAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  13200.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:uploadAction' => ['privates''.service_locator.8G38LJQ''get_ServiceLocator_8G38LJQService'false],
  13201.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\HotspotController:addAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  13202.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\HotspotController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13203.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\HotspotController:postAction' => ['privates''.service_locator.vup1AmX''get_ServiceLocator_Vup1AmXService'false],
  13204.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Front\\DownloadController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13205.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Front\\DownloadController:downloadAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  13206.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Front\\DownloadController:streamAction' => ['privates''.service_locator.tBMB9l2''get_ServiceLocator_TBMB9l2Service'false],
  13207.             'Hitso\\Bundle\\FormBundle\\Controller\\ApiController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13208.             'Hitso\\Bundle\\FormBundle\\Controller\\DownloadController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13209.             'Hitso\\Bundle\\NavigationBundle\\Controller\\ApiController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13210.             'Hitso\\Bundle\\NavigationBundle\\Controller\\ApiController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  13211.             'Hitso\\Bundle\\NavigationBundle\\Controller\\NavigationController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13212.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13213.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController:deleteAction' => ['privates''.service_locator.tbnmERi''get_ServiceLocator_TbnmERiService'false],
  13214.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13215.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13216.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController:editAction' => ['privates''.service_locator.MFMplxL''get_ServiceLocator_MFMplxLService'false],
  13217.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13218.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13219.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13220.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13221.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Front\\SubscriberController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13222.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13223.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:deleteAction' => ['privates''.service_locator.IAYSFru''get_ServiceLocator_IAYSFruService'false],
  13224.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:deleteProbeOptionAction' => ['privates''.service_locator.kBo3HxM''get_ServiceLocator_KBo3HxMService'false],
  13225.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13226.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13227.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:editAction' => ['privates''.service_locator.5u.Jtyr''get_ServiceLocator_5u_JtyrService'false],
  13228.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:editProbeOptionAction' => ['privates''.service_locator.z5tgTif''get_ServiceLocator_Z5tgTifService'false],
  13229.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13230.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13231.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13232.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:probeOptionsAction' => ['privates''.service_locator.5u.Jtyr''get_ServiceLocator_5u_JtyrService'false],
  13233.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:probeResultsAction' => ['privates''.service_locator.5u.Jtyr''get_ServiceLocator_5u_JtyrService'false],
  13234.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13235.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController:deleteAction' => ['privates''.service_locator.OFrm_K0''get_ServiceLocator_OFrmK0Service'false],
  13236.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13237.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController:editAction' => ['privates''.service_locator.kKAnTFs''get_ServiceLocator_KKAnTFsService'false],
  13238.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController:indexAction' => ['privates''.service_locator.LqA75jq''get_ServiceLocator_LqA75jqService'false],
  13239.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController:newAction' => ['privates''.service_locator.P25MZp0''get_ServiceLocator_P25MZp0Service'false],
  13240.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController:addBreadcrumbs' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13241.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController:deleteAction' => ['privates''.service_locator.fUxDF9U''get_ServiceLocator_FUxDF9UService'false],
  13242.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13243.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController:editAction' => ['privates''.service_locator.P25MZp0''get_ServiceLocator_P25MZp0Service'false],
  13244.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13245.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13246.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController:deleteAction' => ['privates''.service_locator.spHR1WY''get_ServiceLocator_SpHR1WYService'false],
  13247.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13248.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController:editAction' => ['privates''.service_locator.bZzl.qa''get_ServiceLocator_BZzl_QaService'false],
  13249.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController:importAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13250.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13251.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController:newAction' => ['privates''.service_locator.IrkNdSL''get_ServiceLocator_IrkNdSLService'false],
  13252.             'Hitso\\Bundle\\SearchBundle\\Controller\\Admin\\AutocompleteController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13253.             'Hitso\\Bundle\\SearchBundle\\Controller\\Admin\\AutocompleteController:searchAction' => ['privates''.service_locator.QAExF1w''get_ServiceLocator_QAExF1wService'false],
  13254.             'Hitso\\Bundle\\SearchBundle\\Controller\\Front\\SearchController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13255.             'Hitso\\Bundle\\SearchBundle\\Controller\\Front\\SearchController:searchAction' => ['privates''.service_locator.A3vLoK4''get_ServiceLocator_A3vLoK4Service'false],
  13256.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13257.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController:addAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13258.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController:deleteAction' => ['privates''.service_locator.van9oJL''get_ServiceLocator_Van9oJLService'false],
  13259.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13260.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13261.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController:editAction' => ['privates''.service_locator.ucVOyAc''get_ServiceLocator_UcVOyAcService'false],
  13262.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13263.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13264.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13265.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13266.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController:deleteAction' => ['privates''.service_locator.zlOKpuy''get_ServiceLocator_ZlOKpuyService'false],
  13267.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13268.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13269.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController:editAction' => ['privates''.service_locator.__cwbAE''get_ServiceLocator_CwbAEService'false],
  13270.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13271.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13272.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13273.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13274.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13275.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController:addAction' => ['privates''.service_locator.__cwbAE''get_ServiceLocator_CwbAEService'false],
  13276.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController:deleteAction' => ['privates''.service_locator.van9oJL''get_ServiceLocator_Van9oJLService'false],
  13277.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13278.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13279.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController:editAction' => ['privates''.service_locator.ucVOyAc''get_ServiceLocator_UcVOyAcService'false],
  13280.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13281.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController:indexAction' => ['privates''.service_locator.__cwbAE''get_ServiceLocator_CwbAEService'false],
  13282.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13283.             'Hitso\\Bundle\\SectionBundle\\Controller\\Front\\SectionController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13284.             'Hitso\\Bundle\\SectionBundle\\Controller\\Front\\SectionController:indexAction' => ['privates''.service_locator.zlOKpuy''get_ServiceLocator_ZlOKpuyService'false],
  13285.             'Hitso\\Bundle\\SectionBundle\\Controller\\Front\\SectionController:showAction' => ['privates''.service_locator.van9oJL''get_ServiceLocator_Van9oJLService'false],
  13286.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController:deleteAction' => ['privates''.service_locator.VGFKbqw''get_ServiceLocator_VGFKbqwService'false],
  13287.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13288.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController:editAction' => ['privates''.service_locator.UACN_Wk''get_ServiceLocator_UACNWkService'false],
  13289.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13290.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13291.             'Hitso\\Bundle\\SeoBundle\\Controller\\Front\\SitemapController:indexAction' => ['privates''.service_locator.yfsuJP_''get_ServiceLocator_YfsuJPService'false],
  13292.             'Hitso\\Bundle\\SeoBundle\\Controller\\Front\\SitemapController:sectionAction' => ['privates''.service_locator.SB7GmI.''get_ServiceLocator_SB7GmI_Service'false],
  13293.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13294.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController:deleteAction' => ['privates''.service_locator.cRKQHKq''get_ServiceLocator_CRKQHKqService'false],
  13295.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13296.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13297.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController:editAction' => ['privates''.service_locator.Wvaq.Z5''get_ServiceLocator_Wvaq_Z5Service'false],
  13298.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13299.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13300.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13301.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13302.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController:add' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13303.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController:deleteAction' => ['privates''.service_locator.xUVHyrR''get_ServiceLocator_XUVHyrRService'false],
  13304.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13305.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController:edit' => ['privates''.service_locator.56KA1lu''get_ServiceLocator_56KA1luService'false],
  13306.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController:editAction' => ['privates''.service_locator.mFk3ewT''get_ServiceLocator_MFk3ewTService'false],
  13307.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController:index' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13308.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13309.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController:newAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13310.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController:revertEntityAction' => ['privates''.service_locator.HQk2iBh''get_ServiceLocator_HQk2iBhService'false],
  13311.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Api\\TagController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13312.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController:deleteAction' => ['privates''.service_locator.va1wmfW''get_ServiceLocator_Va1wmfWService'false],
  13313.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13314.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController:editAction' => ['privates''.service_locator.DzfalTt''get_ServiceLocator_DzfalTtService'false],
  13315.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13316.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController:newAction' => ['privates''.service_locator.qm.HRBM''get_ServiceLocator_Qm_HRBMService'false],
  13317.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Front\\TicketController:confirmAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13318.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Front\\TicketController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13319.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Front\\TicketController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13320.             'Hitso\\Bundle\\TranslationBundle\\Controller\\ApiController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13321.             'Hitso\\Bundle\\TranslationBundle\\Controller\\ApiController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  13322.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController:addAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13323.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController:applyAction' => ['privates''.service_locator.q_Wr7A9''get_ServiceLocator_QWr7A9Service'false],
  13324.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController:describeLastCrudAction' => ['privates''.service_locator.kOrDo76''get_ServiceLocator_KOrDo76Service'false],
  13325.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController:editAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13326.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController:exportAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13327.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController:importAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13328.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController:indexAction' => ['privates''.service_locator.pECfXln''get_ServiceLocator_PECfXlnService'false],
  13329.         ], [
  13330.             'Debril\\RssAtomBundle\\Controller\\StreamController::indexAction' => '?',
  13331.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController::add' => '?',
  13332.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController::deleteAction' => '?',
  13333.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController::describeLastCrudAction' => '?',
  13334.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController::edit' => '?',
  13335.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController::editAction' => '?',
  13336.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController::index' => '?',
  13337.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController::indexAction' => '?',
  13338.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController::newAction' => '?',
  13339.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController::revertEntityAction' => '?',
  13340.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController::add' => '?',
  13341.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController::deleteAction' => '?',
  13342.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController::describeLastCrudAction' => '?',
  13343.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController::edit' => '?',
  13344.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController::editAction' => '?',
  13345.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController::index' => '?',
  13346.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController::indexAction' => '?',
  13347.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController::newAction' => '?',
  13348.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController::revertEntityAction' => '?',
  13349.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController::add' => '?',
  13350.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController::deleteAction' => '?',
  13351.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController::describeLastCrudAction' => '?',
  13352.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController::edit' => '?',
  13353.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController::editAction' => '?',
  13354.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController::index' => '?',
  13355.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController::indexAction' => '?',
  13356.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController::newAction' => '?',
  13357.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController::revertEntityAction' => '?',
  13358.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController::add' => '?',
  13359.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController::describeLastCrudAction' => '?',
  13360.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController::edit' => '?',
  13361.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController::index' => '?',
  13362.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController::indexAction' => '?',
  13363.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController::kernelAction' => '?',
  13364.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController::revertEntityAction' => '?',
  13365.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController::add' => '?',
  13366.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController::deleteAction' => '?',
  13367.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController::describeLastCrudAction' => '?',
  13368.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController::edit' => '?',
  13369.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController::editAction' => '?',
  13370.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController::index' => '?',
  13371.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController::indexAction' => '?',
  13372.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController::newAction' => '?',
  13373.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController::revertEntityAction' => '?',
  13374.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController::add' => '?',
  13375.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController::deleteAction' => '?',
  13376.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController::describeLastCrudAction' => '?',
  13377.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController::edit' => '?',
  13378.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController::editAction' => '?',
  13379.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController::index' => '?',
  13380.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController::indexAction' => '?',
  13381.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController::newAction' => '?',
  13382.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController::revertEntityAction' => '?',
  13383.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController::add' => '?',
  13384.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController::deleteAction' => '?',
  13385.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController::describeLastCrudAction' => '?',
  13386.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController::edit' => '?',
  13387.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController::editAction' => '?',
  13388.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController::index' => '?',
  13389.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController::indexAction' => '?',
  13390.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController::newAction' => '?',
  13391.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController::revertEntityAction' => '?',
  13392.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController::add' => '?',
  13393.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController::deleteAction' => '?',
  13394.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController::describeLastCrudAction' => '?',
  13395.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController::edit' => '?',
  13396.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController::editAction' => '?',
  13397.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController::index' => '?',
  13398.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController::indexAction' => '?',
  13399.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController::newAction' => '?',
  13400.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController::revertEntityAction' => '?',
  13401.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController::add' => '?',
  13402.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController::deleteAction' => '?',
  13403.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController::describeLastCrudAction' => '?',
  13404.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController::edit' => '?',
  13405.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController::editAction' => '?',
  13406.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController::index' => '?',
  13407.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController::indexAction' => '?',
  13408.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController::newAction' => '?',
  13409.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController::revertEntityAction' => '?',
  13410.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController::add' => '?',
  13411.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController::deleteAction' => '?',
  13412.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController::describeLastCrudAction' => '?',
  13413.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController::edit' => '?',
  13414.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController::editAction' => '?',
  13415.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController::index' => '?',
  13416.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController::indexAction' => '?',
  13417.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController::newAction' => '?',
  13418.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController::revertEntityAction' => '?',
  13419.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController::add' => '?',
  13420.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController::deleteAction' => '?',
  13421.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController::describeLastCrudAction' => '?',
  13422.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController::edit' => '?',
  13423.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController::editAction' => '?',
  13424.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController::index' => '?',
  13425.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController::indexAction' => '?',
  13426.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController::newAction' => '?',
  13427.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController::revertEntityAction' => '?',
  13428.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::add' => '?',
  13429.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::attributesAction' => '?',
  13430.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::copy' => '?',
  13431.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::deletableListAction' => '?',
  13432.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::deleteAction' => '?',
  13433.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::describeLastCrudAction' => '?',
  13434.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::discardChangesAction' => '?',
  13435.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::edit' => '?',
  13436.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::editAction' => '?',
  13437.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::editSeoAction' => '?',
  13438.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::editableListAction' => '?',
  13439.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::filesAction' => '?',
  13440.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::index' => '?',
  13441.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::indexAction' => '?',
  13442.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::newAction' => '?',
  13443.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController::revertEntityAction' => '?',
  13444.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController::add' => '?',
  13445.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController::deleteAction' => '?',
  13446.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController::describeLastCrudAction' => '?',
  13447.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController::edit' => '?',
  13448.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController::editAction' => '?',
  13449.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController::index' => '?',
  13450.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController::indexAction' => '?',
  13451.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController::newAction' => '?',
  13452.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController::revertEntityAction' => '?',
  13453.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController::add' => '?',
  13454.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController::deleteAction' => '?',
  13455.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController::describeLastCrudAction' => '?',
  13456.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController::edit' => '?',
  13457.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController::editAction' => '?',
  13458.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController::index' => '?',
  13459.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController::indexAction' => '?',
  13460.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController::newAction' => '?',
  13461.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController::revertEntityAction' => '?',
  13462.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController::add' => '?',
  13463.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController::deleteAction' => '?',
  13464.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController::describeLastCrudAction' => '?',
  13465.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController::edit' => '?',
  13466.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController::editAction' => '?',
  13467.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController::index' => '?',
  13468.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController::indexAction' => '?',
  13469.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController::newAction' => '?',
  13470.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController::revertEntityAction' => '?',
  13471.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController::add' => '?',
  13472.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController::deleteAction' => '?',
  13473.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController::describeLastCrudAction' => '?',
  13474.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController::edit' => '?',
  13475.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController::editAction' => '?',
  13476.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController::index' => '?',
  13477.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController::indexAction' => '?',
  13478.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController::newAction' => '?',
  13479.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController::revertEntityAction' => '?',
  13480.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController::add' => '?',
  13481.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController::deleteAction' => '?',
  13482.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController::describeLastCrudAction' => '?',
  13483.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController::edit' => '?',
  13484.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController::editAction' => '?',
  13485.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController::index' => '?',
  13486.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController::indexAction' => '?',
  13487.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController::newAction' => '?',
  13488.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController::revertEntityAction' => '?',
  13489.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController::add' => '?',
  13490.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController::deleteAction' => '?',
  13491.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController::describeLastCrudAction' => '?',
  13492.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController::edit' => '?',
  13493.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController::editAction' => '?',
  13494.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController::index' => '?',
  13495.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController::indexAction' => '?',
  13496.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController::newAction' => '?',
  13497.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController::revertEntityAction' => '?',
  13498.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController::add' => '?',
  13499.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController::deleteAction' => '?',
  13500.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController::describeLastCrudAction' => '?',
  13501.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController::edit' => '?',
  13502.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController::editAction' => '?',
  13503.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController::index' => '?',
  13504.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController::indexAction' => '?',
  13505.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController::newAction' => '?',
  13506.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController::revertEntityAction' => '?',
  13507.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController::add' => '?',
  13508.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController::deleteAction' => '?',
  13509.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController::describeLastCrudAction' => '?',
  13510.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController::edit' => '?',
  13511.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController::editAction' => '?',
  13512.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController::index' => '?',
  13513.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController::indexAction' => '?',
  13514.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController::newAction' => '?',
  13515.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController::revertEntityAction' => '?',
  13516.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController::add' => '?',
  13517.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController::deleteAction' => '?',
  13518.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController::describeLastCrudAction' => '?',
  13519.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController::edit' => '?',
  13520.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController::editAction' => '?',
  13521.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController::index' => '?',
  13522.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController::indexAction' => '?',
  13523.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController::newAction' => '?',
  13524.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController::revertEntityAction' => '?',
  13525.             'Hartmann\\Bundle\\AppBundle\\Controller\\Front\\PdfGeneratorController::generatePdf' => '?',
  13526.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ChangeLogController::describeLastCrudAction' => '?',
  13527.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ChangeLogController::indexAction' => '?',
  13528.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ChangeLogController::viewAction' => '?',
  13529.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\DashboardController::describeLastCrudAction' => '?',
  13530.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\DashboardController::indexAction' => '?',
  13531.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\DashboardController::logAction' => '?',
  13532.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SecurityController::describeLastCrudAction' => '?',
  13533.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SecurityController::loginAction' => '?',
  13534.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SystemConfigurationController::describeLastCrudAction' => '?',
  13535.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SystemConfigurationController::editAction' => '?',
  13536.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SystemConfigurationController::indexAction' => '?',
  13537.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ToolsController::describeLastCrudAction' => '?',
  13538.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ToolsController::indexAction' => '?',
  13539.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ToolsController::infoAction' => '?',
  13540.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController::addAction' => '?',
  13541.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController::describeLastCrudAction' => '?',
  13542.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController::editAction' => '?',
  13543.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController::indexAction' => '?',
  13544.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController::logAction' => '?',
  13545.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController::removeAction' => '?',
  13546.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController::resetPasswordAction' => '?',
  13547.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController::add' => '?',
  13548.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController::deleteAction' => '?',
  13549.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController::describeLastCrudAction' => '?',
  13550.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController::edit' => '?',
  13551.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController::editAction' => '?',
  13552.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController::index' => '?',
  13553.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController::indexAction' => '?',
  13554.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController::newAction' => '?',
  13555.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController::revertEntityAction' => '?',
  13556.             'Hitso\\Bundle\\BlocksBundle\\Controller\\Admin\\BlockController::describeLastCrudAction' => '?',
  13557.             'Hitso\\Bundle\\BlocksBundle\\Controller\\Admin\\BlockController::editAction' => '?',
  13558.             'Hitso\\Bundle\\BlocksBundle\\Controller\\Admin\\BlockController::indexAction' => '?',
  13559.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController::add' => '?',
  13560.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController::deleteAction' => '?',
  13561.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController::describeLastCrudAction' => '?',
  13562.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController::edit' => '?',
  13563.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController::editAction' => '?',
  13564.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController::index' => '?',
  13565.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController::indexAction' => '?',
  13566.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController::newAction' => '?',
  13567.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController::revertEntityAction' => '?',
  13568.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController::add' => '?',
  13569.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController::deleteAction' => '?',
  13570.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController::describeLastCrudAction' => '?',
  13571.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController::edit' => '?',
  13572.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController::editAction' => '?',
  13573.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController::index' => '?',
  13574.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController::indexAction' => '?',
  13575.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController::newAction' => '?',
  13576.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController::revertEntityAction' => '?',
  13577.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController::add' => '?',
  13578.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController::deleteAction' => '?',
  13579.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController::describeLastCrudAction' => '?',
  13580.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController::edit' => '?',
  13581.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController::editAction' => '?',
  13582.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController::index' => '?',
  13583.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController::indexAction' => '?',
  13584.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController::newAction' => '?',
  13585.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController::revertEntityAction' => '?',
  13586.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController::add' => '?',
  13587.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController::deleteAction' => '?',
  13588.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController::describeLastCrudAction' => '?',
  13589.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController::edit' => '?',
  13590.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController::editAction' => '?',
  13591.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController::index' => '?',
  13592.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController::indexAction' => '?',
  13593.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController::newAction' => '?',
  13594.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController::revertEntityAction' => '?',
  13595.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController::add' => '?',
  13596.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController::deleteAction' => '?',
  13597.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController::describeLastCrudAction' => '?',
  13598.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController::edit' => '?',
  13599.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController::editAction' => '?',
  13600.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController::index' => '?',
  13601.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController::indexAction' => '?',
  13602.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController::newAction' => '?',
  13603.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController::revertEntityAction' => '?',
  13604.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::acceptAction' => '?',
  13605.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::add' => '?',
  13606.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::describeLastCrudAction' => '?',
  13607.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::discardAction' => '?',
  13608.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::edit' => '?',
  13609.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::index' => '?',
  13610.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::indexAction' => '?',
  13611.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::previewAction' => '?',
  13612.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::revertAction' => '?',
  13613.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::revertEntityAction' => '?',
  13614.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController::showAction' => '?',
  13615.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::add' => '?',
  13616.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::attributesAction' => '?',
  13617.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::deletableListAction' => '?',
  13618.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::deleteAction' => '?',
  13619.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::describeLastCrudAction' => '?',
  13620.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::discardChangesAction' => '?',
  13621.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::edit' => '?',
  13622.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::editAction' => '?',
  13623.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::editSeoAction' => '?',
  13624.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::editableListAction' => '?',
  13625.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::filesAction' => '?',
  13626.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::index' => '?',
  13627.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::indexAction' => '?',
  13628.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::newAction' => '?',
  13629.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController::revertEntityAction' => '?',
  13630.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController::add' => '?',
  13631.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController::deleteAction' => '?',
  13632.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController::describeLastCrudAction' => '?',
  13633.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController::edit' => '?',
  13634.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController::editAction' => '?',
  13635.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController::index' => '?',
  13636.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController::indexAction' => '?',
  13637.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController::newAction' => '?',
  13638.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController::revertEntityAction' => '?',
  13639.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::add' => '?',
  13640.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::deleteAction' => '?',
  13641.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::describeLastCrudAction' => '?',
  13642.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::edit' => '?',
  13643.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::editAction' => '?',
  13644.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::index' => '?',
  13645.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::indexAction' => '?',
  13646.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::logIndexAction' => '?',
  13647.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::newAction' => '?',
  13648.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::pReviewction' => '?',
  13649.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::revertAction' => '?',
  13650.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController::revertEntityAction' => '?',
  13651.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController::add' => '?',
  13652.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController::deleteAction' => '?',
  13653.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController::describeLastCrudAction' => '?',
  13654.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController::edit' => '?',
  13655.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController::editAction' => '?',
  13656.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController::index' => '?',
  13657.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController::indexAction' => '?',
  13658.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController::newAction' => '?',
  13659.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController::revertEntityAction' => '?',
  13660.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CategoryController::describeLastCrudAction' => '?',
  13661.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CategoryController::showAction' => '?',
  13662.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController::describeLastCrudAction' => '?',
  13663.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController::indexAction' => '?',
  13664.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController::pReviewction' => '?',
  13665.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController::productAction' => '?',
  13666.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ErrorPageController::describeLastCrudAction' => '?',
  13667.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\FeaturedProductsController::describeLastCrudAction' => '?',
  13668.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\FeaturedProductsController::indexAction' => '?',
  13669.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ProductController::describeLastCrudAction' => '?',
  13670.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ProductController::searchForCategoryAction' => '?',
  13671.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ProductController::showAction' => '?',
  13672.             'Hitso\\Bundle\\CommonBundle\\Controller\\Api\\LikesController::describeLastCrudAction' => '?',
  13673.             'Hitso\\Bundle\\CommonBundle\\Controller\\Api\\MonitorController::logsAction' => '?',
  13674.             'Hitso\\Bundle\\CommonBundle\\Controller\\Api\\MonitorController::mtimeAction' => '?',
  13675.             'Hitso\\Bundle\\CommonBundle\\Controller\\Api\\MonitorController::setViewHandler' => '?',
  13676.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\AboutUsController::describeLastCrudAction' => '?',
  13677.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\HomePageController::describeLastCrudAction' => '?',
  13678.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\UserController::describeLastCrudAction' => '?',
  13679.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\UserController::loginAction' => '?',
  13680.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\UserController::registerAction' => '?',
  13681.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController::add' => '?',
  13682.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController::addAction' => '?',
  13683.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController::deleteAction' => '?',
  13684.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController::describeLastCrudAction' => '?',
  13685.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController::edit' => '?',
  13686.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController::editAction' => '?',
  13687.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController::index' => '?',
  13688.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController::indexAction' => '?',
  13689.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController::revertEntityAction' => '?',
  13690.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController::deleteAction' => '?',
  13691.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController::describeLastCrudAction' => '?',
  13692.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController::editAction' => '?',
  13693.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController::indexAction' => '?',
  13694.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController::newAction' => '?',
  13695.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController::add' => '?',
  13696.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController::addAction' => '?',
  13697.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController::describeLastCrudAction' => '?',
  13698.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController::edit' => '?',
  13699.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController::editAction' => '?',
  13700.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController::index' => '?',
  13701.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController::indexAction' => '?',
  13702.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController::revertEntityAction' => '?',
  13703.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController::contentCommentsAction' => '?',
  13704.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController::contentTypeCommentsAction' => '?',
  13705.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController::deleteAction' => '?',
  13706.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController::describeLastCrudAction' => '?',
  13707.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController::indexAction' => '?',
  13708.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController::switchStatusAction' => '?',
  13709.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController::viewAction' => '?',
  13710.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController::add' => '?',
  13711.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController::describeLastCrudAction' => '?',
  13712.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController::discardAction' => '?',
  13713.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController::edit' => '?',
  13714.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController::index' => '?',
  13715.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController::revertAction' => '?',
  13716.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController::revertEntityAction' => '?',
  13717.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController::showAction' => '?',
  13718.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::add' => '?',
  13719.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::copyAction' => '?',
  13720.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::deletableListAction' => '?',
  13721.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::deleteAction' => '?',
  13722.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::describeLastCrudAction' => '?',
  13723.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::edit' => '?',
  13724.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::editAction' => '?',
  13725.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::editableListAction' => '?',
  13726.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::index' => '?',
  13727.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::indexAction' => '?',
  13728.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::rejectAction' => '?',
  13729.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::renderEditableElement' => '?',
  13730.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController::revertEntityAction' => '?',
  13731.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\RateController::deleteAction' => '?',
  13732.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\RateController::describeLastCrudAction' => '?',
  13733.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::add' => '?',
  13734.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::deleteAction' => '?',
  13735.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::describeLastCrudAction' => '?',
  13736.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::edit' => '?',
  13737.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::editAction' => '?',
  13738.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::index' => '?',
  13739.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::indexAction' => '?',
  13740.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::moveAction' => '?',
  13741.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::newAction' => '?',
  13742.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController::revertEntityAction' => '?',
  13743.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\CommentController::describeLastCrudAction' => '?',
  13744.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\CommentController::postCommentAction' => '?',
  13745.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController::add' => '?',
  13746.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController::describeLastCrudAction' => '?',
  13747.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController::edit' => '?',
  13748.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController::index' => '?',
  13749.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController::putContentAction' => '?',
  13750.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController::revertEntityAction' => '?',
  13751.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController::deleteElementAction' => '?',
  13752.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController::describeLastCrudAction' => '?',
  13753.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController::postElementAction' => '?',
  13754.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController::putElementAction' => '?',
  13755.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController::add' => '?',
  13756.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController::describeLastCrudAction' => '?',
  13757.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController::edit' => '?',
  13758.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController::index' => '?',
  13759.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController::revertEntityAction' => '?',
  13760.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController::describeLastCrudAction' => '?',
  13761.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController::indexAction' => '?',
  13762.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController::pageAction' => '?',
  13763.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController::paginateAction' => '?',
  13764.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController::showAction' => '?',
  13765.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController::describeLastCrudAction' => '?',
  13766.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController::editAction' => '?',
  13767.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController::logPReviewction' => '?',
  13768.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController::showAction' => '?',
  13769.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ContentController::describeLastCrudAction' => '?',
  13770.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ContentController::logPReviewction' => '?',
  13771.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\FormController::describeLastCrudAction' => '?',
  13772.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\FormController::indexAction' => '?',
  13773.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController::describeLastCrudAction' => '?',
  13774.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController::editAction' => '?',
  13775.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController::logPReviewction' => '?',
  13776.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController::showAction' => '?',
  13777.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController::describeLastCrudAction' => '?',
  13778.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController::exportToCsvAction' => '?',
  13779.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController::exportToGoogleSheetAction' => '?',
  13780.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController::importFromCsvAction' => '?',
  13781.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController::importFromGoogleSheetAction' => '?',
  13782.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DirectoryController::describeLastCrudAction' => '?',
  13783.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DirectoryController::removeAction' => '?',
  13784.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DirectoryController::updateAction' => '?',
  13785.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController::addBreadcrumbs' => '?',
  13786.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController::describeLastCrudAction' => '?',
  13787.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController::getAction' => '?',
  13788.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController::indexAction' => '?',
  13789.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController::viewAction' => '?',
  13790.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController::add' => '?',
  13791.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController::describeLastCrudAction' => '?',
  13792.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController::edit' => '?',
  13793.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController::index' => '?',
  13794.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController::pReviewction' => '?',
  13795.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController::revertAction' => '?',
  13796.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController::revertEntityAction' => '?',
  13797.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::add' => '?',
  13798.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::deletableListAction' => '?',
  13799.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::deleteAction' => '?',
  13800.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::deleteDiscardAction' => '?',
  13801.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::describeLastCrudAction' => '?',
  13802.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::disposableAction' => '?',
  13803.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::downloadAction' => '?',
  13804.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::edit' => '?',
  13805.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::getAction' => '?',
  13806.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::getUrl' => '?',
  13807.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::index' => '?',
  13808.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::moveAction' => '?',
  13809.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::removeAction' => '?',
  13810.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::revertEntityAction' => '?',
  13811.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::updateAction' => '?',
  13812.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController::uploadAction' => '?',
  13813.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\HotspotController::addAction' => '?',
  13814.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\HotspotController::describeLastCrudAction' => '?',
  13815.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\HotspotController::postAction' => '?',
  13816.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Front\\DownloadController::describeLastCrudAction' => '?',
  13817.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Front\\DownloadController::downloadAction' => '?',
  13818.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Front\\DownloadController::streamAction' => '?',
  13819.             'Hitso\\Bundle\\FormBundle\\Controller\\ApiController::describeLastCrudAction' => '?',
  13820.             'Hitso\\Bundle\\FormBundle\\Controller\\DownloadController::describeLastCrudAction' => '?',
  13821.             'Hitso\\Bundle\\NavigationBundle\\Controller\\ApiController::describeLastCrudAction' => '?',
  13822.             'Hitso\\Bundle\\NavigationBundle\\Controller\\ApiController::setViewHandler' => '?',
  13823.             'Hitso\\Bundle\\NavigationBundle\\Controller\\NavigationController::describeLastCrudAction' => '?',
  13824.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController::add' => '?',
  13825.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController::deleteAction' => '?',
  13826.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController::describeLastCrudAction' => '?',
  13827.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController::edit' => '?',
  13828.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController::editAction' => '?',
  13829.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController::index' => '?',
  13830.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController::indexAction' => '?',
  13831.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController::newAction' => '?',
  13832.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController::revertEntityAction' => '?',
  13833.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Front\\SubscriberController::describeLastCrudAction' => '?',
  13834.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::add' => '?',
  13835.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::deleteAction' => '?',
  13836.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::deleteProbeOptionAction' => '?',
  13837.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::describeLastCrudAction' => '?',
  13838.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::edit' => '?',
  13839.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::editAction' => '?',
  13840.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::editProbeOptionAction' => '?',
  13841.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::index' => '?',
  13842.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::indexAction' => '?',
  13843.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::newAction' => '?',
  13844.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::probeOptionsAction' => '?',
  13845.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::probeResultsAction' => '?',
  13846.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController::revertEntityAction' => '?',
  13847.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController::deleteAction' => '?',
  13848.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController::describeLastCrudAction' => '?',
  13849.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController::editAction' => '?',
  13850.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController::indexAction' => '?',
  13851.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController::newAction' => '?',
  13852.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController::addBreadcrumbs' => '?',
  13853.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController::deleteAction' => '?',
  13854.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController::describeLastCrudAction' => '?',
  13855.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController::editAction' => '?',
  13856.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController::indexAction' => '?',
  13857.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController::newAction' => '?',
  13858.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController::deleteAction' => '?',
  13859.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController::describeLastCrudAction' => '?',
  13860.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController::editAction' => '?',
  13861.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController::importAction' => '?',
  13862.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController::indexAction' => '?',
  13863.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController::newAction' => '?',
  13864.             'Hitso\\Bundle\\SearchBundle\\Controller\\Admin\\AutocompleteController::describeLastCrudAction' => '?',
  13865.             'Hitso\\Bundle\\SearchBundle\\Controller\\Admin\\AutocompleteController::searchAction' => '?',
  13866.             'Hitso\\Bundle\\SearchBundle\\Controller\\Front\\SearchController::describeLastCrudAction' => '?',
  13867.             'Hitso\\Bundle\\SearchBundle\\Controller\\Front\\SearchController::searchAction' => '?',
  13868.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController::add' => '?',
  13869.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController::addAction' => '?',
  13870.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController::deleteAction' => '?',
  13871.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController::describeLastCrudAction' => '?',
  13872.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController::edit' => '?',
  13873.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController::editAction' => '?',
  13874.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController::index' => '?',
  13875.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController::indexAction' => '?',
  13876.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController::revertEntityAction' => '?',
  13877.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController::add' => '?',
  13878.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController::deleteAction' => '?',
  13879.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController::describeLastCrudAction' => '?',
  13880.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController::edit' => '?',
  13881.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController::editAction' => '?',
  13882.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController::index' => '?',
  13883.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController::indexAction' => '?',
  13884.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController::newAction' => '?',
  13885.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController::revertEntityAction' => '?',
  13886.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController::add' => '?',
  13887.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController::addAction' => '?',
  13888.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController::deleteAction' => '?',
  13889.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController::describeLastCrudAction' => '?',
  13890.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController::edit' => '?',
  13891.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController::editAction' => '?',
  13892.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController::index' => '?',
  13893.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController::indexAction' => '?',
  13894.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController::revertEntityAction' => '?',
  13895.             'Hitso\\Bundle\\SectionBundle\\Controller\\Front\\SectionController::describeLastCrudAction' => '?',
  13896.             'Hitso\\Bundle\\SectionBundle\\Controller\\Front\\SectionController::indexAction' => '?',
  13897.             'Hitso\\Bundle\\SectionBundle\\Controller\\Front\\SectionController::showAction' => '?',
  13898.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController::deleteAction' => '?',
  13899.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController::describeLastCrudAction' => '?',
  13900.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController::editAction' => '?',
  13901.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController::indexAction' => '?',
  13902.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController::newAction' => '?',
  13903.             'Hitso\\Bundle\\SeoBundle\\Controller\\Front\\SitemapController::indexAction' => '?',
  13904.             'Hitso\\Bundle\\SeoBundle\\Controller\\Front\\SitemapController::sectionAction' => '?',
  13905.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController::add' => '?',
  13906.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController::deleteAction' => '?',
  13907.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController::describeLastCrudAction' => '?',
  13908.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController::edit' => '?',
  13909.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController::editAction' => '?',
  13910.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController::index' => '?',
  13911.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController::indexAction' => '?',
  13912.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController::newAction' => '?',
  13913.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController::revertEntityAction' => '?',
  13914.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController::add' => '?',
  13915.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController::deleteAction' => '?',
  13916.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController::describeLastCrudAction' => '?',
  13917.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController::edit' => '?',
  13918.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController::editAction' => '?',
  13919.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController::index' => '?',
  13920.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController::indexAction' => '?',
  13921.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController::newAction' => '?',
  13922.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController::revertEntityAction' => '?',
  13923.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Api\\TagController::describeLastCrudAction' => '?',
  13924.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController::deleteAction' => '?',
  13925.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController::describeLastCrudAction' => '?',
  13926.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController::editAction' => '?',
  13927.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController::indexAction' => '?',
  13928.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController::newAction' => '?',
  13929.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Front\\TicketController::confirmAction' => '?',
  13930.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Front\\TicketController::describeLastCrudAction' => '?',
  13931.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Front\\TicketController::indexAction' => '?',
  13932.             'Hitso\\Bundle\\TranslationBundle\\Controller\\ApiController::describeLastCrudAction' => '?',
  13933.             'Hitso\\Bundle\\TranslationBundle\\Controller\\ApiController::setViewHandler' => '?',
  13934.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController::addAction' => '?',
  13935.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController::applyAction' => '?',
  13936.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController::describeLastCrudAction' => '?',
  13937.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController::editAction' => '?',
  13938.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController::exportAction' => '?',
  13939.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController::importAction' => '?',
  13940.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController::indexAction' => '?',
  13941.             'Debril\\RssAtomBundle\\Controller\\StreamController:indexAction' => '?',
  13942.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController:add' => '?',
  13943.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController:deleteAction' => '?',
  13944.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController:describeLastCrudAction' => '?',
  13945.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController:edit' => '?',
  13946.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController:editAction' => '?',
  13947.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController:index' => '?',
  13948.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController:indexAction' => '?',
  13949.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController:newAction' => '?',
  13950.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryAttributeController:revertEntityAction' => '?',
  13951.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController:add' => '?',
  13952.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController:deleteAction' => '?',
  13953.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController:describeLastCrudAction' => '?',
  13954.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController:edit' => '?',
  13955.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController:editAction' => '?',
  13956.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController:index' => '?',
  13957.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController:indexAction' => '?',
  13958.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController:newAction' => '?',
  13959.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CategoryController:revertEntityAction' => '?',
  13960.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController:add' => '?',
  13961.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController:deleteAction' => '?',
  13962.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController:describeLastCrudAction' => '?',
  13963.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController:edit' => '?',
  13964.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController:editAction' => '?',
  13965.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController:index' => '?',
  13966.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController:indexAction' => '?',
  13967.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController:newAction' => '?',
  13968.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\CompanyReferenceController:revertEntityAction' => '?',
  13969.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController:add' => '?',
  13970.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController:describeLastCrudAction' => '?',
  13971.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController:edit' => '?',
  13972.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController:index' => '?',
  13973.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController:indexAction' => '?',
  13974.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController:kernelAction' => '?',
  13975.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ErrorTestController:revertEntityAction' => '?',
  13976.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController:add' => '?',
  13977.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController:deleteAction' => '?',
  13978.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController:describeLastCrudAction' => '?',
  13979.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController:edit' => '?',
  13980.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController:editAction' => '?',
  13981.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController:index' => '?',
  13982.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController:indexAction' => '?',
  13983.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController:newAction' => '?',
  13984.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqAnswerController:revertEntityAction' => '?',
  13985.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController:add' => '?',
  13986.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController:deleteAction' => '?',
  13987.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController:describeLastCrudAction' => '?',
  13988.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController:edit' => '?',
  13989.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController:editAction' => '?',
  13990.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController:index' => '?',
  13991.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController:indexAction' => '?',
  13992.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController:newAction' => '?',
  13993.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\FaqCategoryController:revertEntityAction' => '?',
  13994.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController:add' => '?',
  13995.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController:deleteAction' => '?',
  13996.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController:describeLastCrudAction' => '?',
  13997.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController:edit' => '?',
  13998.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController:editAction' => '?',
  13999.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController:index' => '?',
  14000.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController:indexAction' => '?',
  14001.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController:newAction' => '?',
  14002.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InformationController:revertEntityAction' => '?',
  14003.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController:add' => '?',
  14004.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController:deleteAction' => '?',
  14005.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController:describeLastCrudAction' => '?',
  14006.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController:edit' => '?',
  14007.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController:editAction' => '?',
  14008.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController:index' => '?',
  14009.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController:indexAction' => '?',
  14010.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController:newAction' => '?',
  14011.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionCategoryController:revertEntityAction' => '?',
  14012.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController:add' => '?',
  14013.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController:deleteAction' => '?',
  14014.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController:describeLastCrudAction' => '?',
  14015.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController:edit' => '?',
  14016.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController:editAction' => '?',
  14017.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController:index' => '?',
  14018.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController:indexAction' => '?',
  14019.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController:newAction' => '?',
  14020.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\InstructionController:revertEntityAction' => '?',
  14021.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController:add' => '?',
  14022.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController:deleteAction' => '?',
  14023.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController:describeLastCrudAction' => '?',
  14024.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController:edit' => '?',
  14025.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController:editAction' => '?',
  14026.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController:index' => '?',
  14027.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController:indexAction' => '?',
  14028.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController:newAction' => '?',
  14029.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketCategoryController:revertEntityAction' => '?',
  14030.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController:add' => '?',
  14031.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController:deleteAction' => '?',
  14032.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController:describeLastCrudAction' => '?',
  14033.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController:edit' => '?',
  14034.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController:editAction' => '?',
  14035.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController:index' => '?',
  14036.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController:indexAction' => '?',
  14037.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController:newAction' => '?',
  14038.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\MarketController:revertEntityAction' => '?',
  14039.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:add' => '?',
  14040.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:attributesAction' => '?',
  14041.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:copy' => '?',
  14042.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:deletableListAction' => '?',
  14043.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:deleteAction' => '?',
  14044.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:describeLastCrudAction' => '?',
  14045.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:discardChangesAction' => '?',
  14046.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:edit' => '?',
  14047.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:editAction' => '?',
  14048.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:editSeoAction' => '?',
  14049.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:editableListAction' => '?',
  14050.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:filesAction' => '?',
  14051.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:index' => '?',
  14052.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:indexAction' => '?',
  14053.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:newAction' => '?',
  14054.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductController:revertEntityAction' => '?',
  14055.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController:add' => '?',
  14056.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController:deleteAction' => '?',
  14057.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController:describeLastCrudAction' => '?',
  14058.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController:edit' => '?',
  14059.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController:editAction' => '?',
  14060.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController:index' => '?',
  14061.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController:indexAction' => '?',
  14062.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController:newAction' => '?',
  14063.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductFireResistanceController:revertEntityAction' => '?',
  14064.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController:add' => '?',
  14065.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController:deleteAction' => '?',
  14066.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController:describeLastCrudAction' => '?',
  14067.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController:edit' => '?',
  14068.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController:editAction' => '?',
  14069.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController:index' => '?',
  14070.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController:indexAction' => '?',
  14071.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController:newAction' => '?',
  14072.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductInsuranceSecurityController:revertEntityAction' => '?',
  14073.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController:add' => '?',
  14074.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController:deleteAction' => '?',
  14075.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController:describeLastCrudAction' => '?',
  14076.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController:edit' => '?',
  14077.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController:editAction' => '?',
  14078.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController:index' => '?',
  14079.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController:indexAction' => '?',
  14080.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController:newAction' => '?',
  14081.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSafeLockController:revertEntityAction' => '?',
  14082.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController:add' => '?',
  14083.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController:deleteAction' => '?',
  14084.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController:describeLastCrudAction' => '?',
  14085.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController:edit' => '?',
  14086.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController:editAction' => '?',
  14087.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController:index' => '?',
  14088.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController:indexAction' => '?',
  14089.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController:newAction' => '?',
  14090.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassController:revertEntityAction' => '?',
  14091.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController:add' => '?',
  14092.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController:deleteAction' => '?',
  14093.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController:describeLastCrudAction' => '?',
  14094.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController:edit' => '?',
  14095.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController:editAction' => '?',
  14096.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController:index' => '?',
  14097.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController:indexAction' => '?',
  14098.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController:newAction' => '?',
  14099.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSecurityClassFeatureController:revertEntityAction' => '?',
  14100.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController:add' => '?',
  14101.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController:deleteAction' => '?',
  14102.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController:describeLastCrudAction' => '?',
  14103.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController:edit' => '?',
  14104.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController:editAction' => '?',
  14105.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController:index' => '?',
  14106.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController:indexAction' => '?',
  14107.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController:newAction' => '?',
  14108.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\ProductSeriesController:revertEntityAction' => '?',
  14109.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController:add' => '?',
  14110.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController:deleteAction' => '?',
  14111.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController:describeLastCrudAction' => '?',
  14112.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController:edit' => '?',
  14113.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController:editAction' => '?',
  14114.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController:index' => '?',
  14115.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController:indexAction' => '?',
  14116.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController:newAction' => '?',
  14117.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\PublicationController:revertEntityAction' => '?',
  14118.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController:add' => '?',
  14119.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController:deleteAction' => '?',
  14120.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController:describeLastCrudAction' => '?',
  14121.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController:edit' => '?',
  14122.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController:editAction' => '?',
  14123.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController:index' => '?',
  14124.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController:indexAction' => '?',
  14125.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController:newAction' => '?',
  14126.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\SloganController:revertEntityAction' => '?',
  14127.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController:add' => '?',
  14128.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController:deleteAction' => '?',
  14129.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController:describeLastCrudAction' => '?',
  14130.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController:edit' => '?',
  14131.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController:editAction' => '?',
  14132.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController:index' => '?',
  14133.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController:indexAction' => '?',
  14134.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController:newAction' => '?',
  14135.             'Hartmann\\Bundle\\AppBundle\\Controller\\Admin\\WhatToLookForBlockController:revertEntityAction' => '?',
  14136.             'Hartmann\\Bundle\\AppBundle\\Controller\\Front\\PdfGeneratorController:generatePdf' => '?',
  14137.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ChangeLogController:describeLastCrudAction' => '?',
  14138.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ChangeLogController:indexAction' => '?',
  14139.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ChangeLogController:viewAction' => '?',
  14140.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\DashboardController:describeLastCrudAction' => '?',
  14141.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\DashboardController:indexAction' => '?',
  14142.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\DashboardController:logAction' => '?',
  14143.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SecurityController:describeLastCrudAction' => '?',
  14144.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SecurityController:loginAction' => '?',
  14145.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SystemConfigurationController:describeLastCrudAction' => '?',
  14146.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SystemConfigurationController:editAction' => '?',
  14147.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\SystemConfigurationController:indexAction' => '?',
  14148.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ToolsController:describeLastCrudAction' => '?',
  14149.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ToolsController:indexAction' => '?',
  14150.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\ToolsController:infoAction' => '?',
  14151.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController:addAction' => '?',
  14152.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController:describeLastCrudAction' => '?',
  14153.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController:editAction' => '?',
  14154.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController:indexAction' => '?',
  14155.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController:logAction' => '?',
  14156.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController:removeAction' => '?',
  14157.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\UsersController:resetPasswordAction' => '?',
  14158.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController:add' => '?',
  14159.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController:deleteAction' => '?',
  14160.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController:describeLastCrudAction' => '?',
  14161.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController:edit' => '?',
  14162.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController:editAction' => '?',
  14163.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController:index' => '?',
  14164.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController:indexAction' => '?',
  14165.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController:newAction' => '?',
  14166.             'Hitso\\Bundle\\AdminBundle\\Controller\\Admin\\WhitelistController:revertEntityAction' => '?',
  14167.             'Hitso\\Bundle\\BlocksBundle\\Controller\\Admin\\BlockController:describeLastCrudAction' => '?',
  14168.             'Hitso\\Bundle\\BlocksBundle\\Controller\\Admin\\BlockController:editAction' => '?',
  14169.             'Hitso\\Bundle\\BlocksBundle\\Controller\\Admin\\BlockController:indexAction' => '?',
  14170.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController:add' => '?',
  14171.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController:deleteAction' => '?',
  14172.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController:describeLastCrudAction' => '?',
  14173.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController:edit' => '?',
  14174.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController:editAction' => '?',
  14175.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController:index' => '?',
  14176.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController:indexAction' => '?',
  14177.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController:newAction' => '?',
  14178.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeController:revertEntityAction' => '?',
  14179.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController:add' => '?',
  14180.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController:deleteAction' => '?',
  14181.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController:describeLastCrudAction' => '?',
  14182.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController:edit' => '?',
  14183.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController:editAction' => '?',
  14184.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController:index' => '?',
  14185.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController:indexAction' => '?',
  14186.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController:newAction' => '?',
  14187.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\AttributeGroupController:revertEntityAction' => '?',
  14188.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController:add' => '?',
  14189.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController:deleteAction' => '?',
  14190.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController:describeLastCrudAction' => '?',
  14191.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController:edit' => '?',
  14192.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController:editAction' => '?',
  14193.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController:index' => '?',
  14194.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController:indexAction' => '?',
  14195.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController:newAction' => '?',
  14196.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\BrandController:revertEntityAction' => '?',
  14197.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController:add' => '?',
  14198.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController:deleteAction' => '?',
  14199.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController:describeLastCrudAction' => '?',
  14200.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController:edit' => '?',
  14201.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController:editAction' => '?',
  14202.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController:index' => '?',
  14203.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController:indexAction' => '?',
  14204.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController:newAction' => '?',
  14205.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategoryController:revertEntityAction' => '?',
  14206.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController:add' => '?',
  14207.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController:deleteAction' => '?',
  14208.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController:describeLastCrudAction' => '?',
  14209.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController:edit' => '?',
  14210.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController:editAction' => '?',
  14211.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController:index' => '?',
  14212.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController:indexAction' => '?',
  14213.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController:newAction' => '?',
  14214.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\CategorySectionController:revertEntityAction' => '?',
  14215.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:acceptAction' => '?',
  14216.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:add' => '?',
  14217.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:describeLastCrudAction' => '?',
  14218.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:discardAction' => '?',
  14219.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:edit' => '?',
  14220.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:index' => '?',
  14221.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:indexAction' => '?',
  14222.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:previewAction' => '?',
  14223.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:revertAction' => '?',
  14224.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:revertEntityAction' => '?',
  14225.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductChangeLogController:showAction' => '?',
  14226.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:add' => '?',
  14227.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:attributesAction' => '?',
  14228.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:deletableListAction' => '?',
  14229.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:deleteAction' => '?',
  14230.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:describeLastCrudAction' => '?',
  14231.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:discardChangesAction' => '?',
  14232.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:edit' => '?',
  14233.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:editAction' => '?',
  14234.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:editSeoAction' => '?',
  14235.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:editableListAction' => '?',
  14236.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:filesAction' => '?',
  14237.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:index' => '?',
  14238.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:indexAction' => '?',
  14239.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:newAction' => '?',
  14240.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductController:revertEntityAction' => '?',
  14241.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController:add' => '?',
  14242.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController:deleteAction' => '?',
  14243.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController:describeLastCrudAction' => '?',
  14244.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController:edit' => '?',
  14245.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController:editAction' => '?',
  14246.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController:index' => '?',
  14247.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController:indexAction' => '?',
  14248.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController:newAction' => '?',
  14249.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductReviewController:revertEntityAction' => '?',
  14250.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:add' => '?',
  14251.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:deleteAction' => '?',
  14252.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:describeLastCrudAction' => '?',
  14253.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:edit' => '?',
  14254.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:editAction' => '?',
  14255.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:index' => '?',
  14256.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:indexAction' => '?',
  14257.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:logIndexAction' => '?',
  14258.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:newAction' => '?',
  14259.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:pReviewction' => '?',
  14260.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:revertAction' => '?',
  14261.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\ProductSectionController:revertEntityAction' => '?',
  14262.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController:add' => '?',
  14263.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController:deleteAction' => '?',
  14264.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController:describeLastCrudAction' => '?',
  14265.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController:edit' => '?',
  14266.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController:editAction' => '?',
  14267.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController:index' => '?',
  14268.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController:indexAction' => '?',
  14269.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController:newAction' => '?',
  14270.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Admin\\TaxRateController:revertEntityAction' => '?',
  14271.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CategoryController:describeLastCrudAction' => '?',
  14272.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CategoryController:showAction' => '?',
  14273.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController:describeLastCrudAction' => '?',
  14274.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController:indexAction' => '?',
  14275.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController:pReviewction' => '?',
  14276.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\CompareController:productAction' => '?',
  14277.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ErrorPageController:describeLastCrudAction' => '?',
  14278.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\FeaturedProductsController:describeLastCrudAction' => '?',
  14279.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\FeaturedProductsController:indexAction' => '?',
  14280.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ProductController:describeLastCrudAction' => '?',
  14281.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ProductController:searchForCategoryAction' => '?',
  14282.             'Hitso\\Bundle\\CatalogBundle\\Controller\\Front\\ProductController:showAction' => '?',
  14283.             'Hitso\\Bundle\\CommonBundle\\Controller\\Api\\LikesController:describeLastCrudAction' => '?',
  14284.             'Hitso\\Bundle\\CommonBundle\\Controller\\Api\\MonitorController:logsAction' => '?',
  14285.             'Hitso\\Bundle\\CommonBundle\\Controller\\Api\\MonitorController:mtimeAction' => '?',
  14286.             'Hitso\\Bundle\\CommonBundle\\Controller\\Api\\MonitorController:setViewHandler' => '?',
  14287.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\AboutUsController:describeLastCrudAction' => '?',
  14288.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\HomePageController:describeLastCrudAction' => '?',
  14289.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\UserController:describeLastCrudAction' => '?',
  14290.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\UserController:loginAction' => '?',
  14291.             'Hitso\\Bundle\\CommonBundle\\Controller\\Front\\UserController:registerAction' => '?',
  14292.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController:add' => '?',
  14293.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController:addAction' => '?',
  14294.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController:deleteAction' => '?',
  14295.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController:describeLastCrudAction' => '?',
  14296.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController:edit' => '?',
  14297.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController:editAction' => '?',
  14298.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController:index' => '?',
  14299.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController:indexAction' => '?',
  14300.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\AuthorController:revertEntityAction' => '?',
  14301.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController:deleteAction' => '?',
  14302.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController:describeLastCrudAction' => '?',
  14303.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController:editAction' => '?',
  14304.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController:indexAction' => '?',
  14305.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\BannerController:newAction' => '?',
  14306.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController:add' => '?',
  14307.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController:addAction' => '?',
  14308.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController:describeLastCrudAction' => '?',
  14309.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController:edit' => '?',
  14310.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController:editAction' => '?',
  14311.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController:index' => '?',
  14312.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController:indexAction' => '?',
  14313.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CategoryController:revertEntityAction' => '?',
  14314.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController:contentCommentsAction' => '?',
  14315.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController:contentTypeCommentsAction' => '?',
  14316.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController:deleteAction' => '?',
  14317.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController:describeLastCrudAction' => '?',
  14318.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController:indexAction' => '?',
  14319.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController:switchStatusAction' => '?',
  14320.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\CommentController:viewAction' => '?',
  14321.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController:add' => '?',
  14322.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController:describeLastCrudAction' => '?',
  14323.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController:discardAction' => '?',
  14324.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController:edit' => '?',
  14325.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController:index' => '?',
  14326.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController:revertAction' => '?',
  14327.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController:revertEntityAction' => '?',
  14328.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentChangeLogController:showAction' => '?',
  14329.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:add' => '?',
  14330.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:copyAction' => '?',
  14331.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:deletableListAction' => '?',
  14332.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:deleteAction' => '?',
  14333.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:describeLastCrudAction' => '?',
  14334.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:edit' => '?',
  14335.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:editAction' => '?',
  14336.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:editableListAction' => '?',
  14337.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:index' => '?',
  14338.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:indexAction' => '?',
  14339.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:rejectAction' => '?',
  14340.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:renderEditableElement' => '?',
  14341.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\ContentController:revertEntityAction' => '?',
  14342.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\RateController:deleteAction' => '?',
  14343.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\RateController:describeLastCrudAction' => '?',
  14344.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:add' => '?',
  14345.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:deleteAction' => '?',
  14346.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:describeLastCrudAction' => '?',
  14347.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:edit' => '?',
  14348.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:editAction' => '?',
  14349.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:index' => '?',
  14350.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:indexAction' => '?',
  14351.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:moveAction' => '?',
  14352.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:newAction' => '?',
  14353.             'Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController:revertEntityAction' => '?',
  14354.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\CommentController:describeLastCrudAction' => '?',
  14355.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\CommentController:postCommentAction' => '?',
  14356.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController:add' => '?',
  14357.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController:describeLastCrudAction' => '?',
  14358.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController:edit' => '?',
  14359.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController:index' => '?',
  14360.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController:putContentAction' => '?',
  14361.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ContentController:revertEntityAction' => '?',
  14362.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController:deleteElementAction' => '?',
  14363.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController:describeLastCrudAction' => '?',
  14364.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController:postElementAction' => '?',
  14365.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\ElementController:putElementAction' => '?',
  14366.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController:add' => '?',
  14367.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController:describeLastCrudAction' => '?',
  14368.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController:edit' => '?',
  14369.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController:index' => '?',
  14370.             'Hitso\\Bundle\\ContentBundle\\Controller\\Api\\SearchController:revertEntityAction' => '?',
  14371.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController:describeLastCrudAction' => '?',
  14372.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController:indexAction' => '?',
  14373.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController:pageAction' => '?',
  14374.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController:paginateAction' => '?',
  14375.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleCategoryController:showAction' => '?',
  14376.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController:describeLastCrudAction' => '?',
  14377.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController:editAction' => '?',
  14378.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController:logPReviewction' => '?',
  14379.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ArticleController:showAction' => '?',
  14380.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ContentController:describeLastCrudAction' => '?',
  14381.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\ContentController:logPReviewction' => '?',
  14382.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\FormController:describeLastCrudAction' => '?',
  14383.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\FormController:indexAction' => '?',
  14384.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController:describeLastCrudAction' => '?',
  14385.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController:editAction' => '?',
  14386.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController:logPReviewction' => '?',
  14387.             'Hitso\\Bundle\\ContentBundle\\Controller\\Front\\PageController:showAction' => '?',
  14388.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController:describeLastCrudAction' => '?',
  14389.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController:exportToCsvAction' => '?',
  14390.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController:exportToGoogleSheetAction' => '?',
  14391.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController:importFromCsvAction' => '?',
  14392.             'Hitso\\Bundle\\DataTableBundle\\Controller\\Admin\\DataTableController:importFromGoogleSheetAction' => '?',
  14393.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DirectoryController:describeLastCrudAction' => '?',
  14394.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DirectoryController:removeAction' => '?',
  14395.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DirectoryController:updateAction' => '?',
  14396.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController:addBreadcrumbs' => '?',
  14397.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController:describeLastCrudAction' => '?',
  14398.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController:getAction' => '?',
  14399.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController:indexAction' => '?',
  14400.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\DownloadController:viewAction' => '?',
  14401.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController:add' => '?',
  14402.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController:describeLastCrudAction' => '?',
  14403.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController:edit' => '?',
  14404.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController:index' => '?',
  14405.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController:pReviewction' => '?',
  14406.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController:revertAction' => '?',
  14407.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileChangeLogController:revertEntityAction' => '?',
  14408.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:add' => '?',
  14409.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:deletableListAction' => '?',
  14410.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:deleteAction' => '?',
  14411.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:deleteDiscardAction' => '?',
  14412.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:describeLastCrudAction' => '?',
  14413.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:disposableAction' => '?',
  14414.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:downloadAction' => '?',
  14415.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:edit' => '?',
  14416.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:getAction' => '?',
  14417.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:getUrl' => '?',
  14418.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:index' => '?',
  14419.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:moveAction' => '?',
  14420.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:removeAction' => '?',
  14421.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:revertEntityAction' => '?',
  14422.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:updateAction' => '?',
  14423.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\FileController:uploadAction' => '?',
  14424.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\HotspotController:addAction' => '?',
  14425.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\HotspotController:describeLastCrudAction' => '?',
  14426.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Admin\\HotspotController:postAction' => '?',
  14427.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Front\\DownloadController:describeLastCrudAction' => '?',
  14428.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Front\\DownloadController:downloadAction' => '?',
  14429.             'Hitso\\Bundle\\FileManagerBundle\\Controller\\Front\\DownloadController:streamAction' => '?',
  14430.             'Hitso\\Bundle\\FormBundle\\Controller\\ApiController:describeLastCrudAction' => '?',
  14431.             'Hitso\\Bundle\\FormBundle\\Controller\\DownloadController:describeLastCrudAction' => '?',
  14432.             'Hitso\\Bundle\\NavigationBundle\\Controller\\ApiController:describeLastCrudAction' => '?',
  14433.             'Hitso\\Bundle\\NavigationBundle\\Controller\\ApiController:setViewHandler' => '?',
  14434.             'Hitso\\Bundle\\NavigationBundle\\Controller\\NavigationController:describeLastCrudAction' => '?',
  14435.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController:add' => '?',
  14436.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController:deleteAction' => '?',
  14437.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController:describeLastCrudAction' => '?',
  14438.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController:edit' => '?',
  14439.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController:editAction' => '?',
  14440.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController:index' => '?',
  14441.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController:indexAction' => '?',
  14442.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController:newAction' => '?',
  14443.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Admin\\SubscriberController:revertEntityAction' => '?',
  14444.             'Hitso\\Bundle\\NewsletterBundle\\Controller\\Front\\SubscriberController:describeLastCrudAction' => '?',
  14445.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:add' => '?',
  14446.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:deleteAction' => '?',
  14447.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:deleteProbeOptionAction' => '?',
  14448.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:describeLastCrudAction' => '?',
  14449.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:edit' => '?',
  14450.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:editAction' => '?',
  14451.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:editProbeOptionAction' => '?',
  14452.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:index' => '?',
  14453.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:indexAction' => '?',
  14454.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:newAction' => '?',
  14455.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:probeOptionsAction' => '?',
  14456.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:probeResultsAction' => '?',
  14457.             'Hitso\\Bundle\\ProbeBundle\\Controller\\Admin\\ProbeController:revertEntityAction' => '?',
  14458.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController:deleteAction' => '?',
  14459.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController:describeLastCrudAction' => '?',
  14460.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController:editAction' => '?',
  14461.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController:indexAction' => '?',
  14462.             'Hitso\\Bundle\\QABundle\\Controller\\AnswerController:newAction' => '?',
  14463.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController:addBreadcrumbs' => '?',
  14464.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController:deleteAction' => '?',
  14465.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController:describeLastCrudAction' => '?',
  14466.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController:editAction' => '?',
  14467.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController:indexAction' => '?',
  14468.             'Hitso\\Bundle\\QABundle\\Controller\\QuestionController:newAction' => '?',
  14469.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController:deleteAction' => '?',
  14470.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController:describeLastCrudAction' => '?',
  14471.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController:editAction' => '?',
  14472.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController:importAction' => '?',
  14473.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController:indexAction' => '?',
  14474.             'Hitso\\Bundle\\RoutingBundle\\Controller\\Admin\\RedirectController:newAction' => '?',
  14475.             'Hitso\\Bundle\\SearchBundle\\Controller\\Admin\\AutocompleteController:describeLastCrudAction' => '?',
  14476.             'Hitso\\Bundle\\SearchBundle\\Controller\\Admin\\AutocompleteController:searchAction' => '?',
  14477.             'Hitso\\Bundle\\SearchBundle\\Controller\\Front\\SearchController:describeLastCrudAction' => '?',
  14478.             'Hitso\\Bundle\\SearchBundle\\Controller\\Front\\SearchController:searchAction' => '?',
  14479.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController:add' => '?',
  14480.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController:addAction' => '?',
  14481.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController:deleteAction' => '?',
  14482.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController:describeLastCrudAction' => '?',
  14483.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController:edit' => '?',
  14484.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController:editAction' => '?',
  14485.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController:index' => '?',
  14486.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController:indexAction' => '?',
  14487.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\BlockController:revertEntityAction' => '?',
  14488.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController:add' => '?',
  14489.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController:deleteAction' => '?',
  14490.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController:describeLastCrudAction' => '?',
  14491.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController:edit' => '?',
  14492.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController:editAction' => '?',
  14493.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController:index' => '?',
  14494.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController:indexAction' => '?',
  14495.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController:newAction' => '?',
  14496.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\GroupController:revertEntityAction' => '?',
  14497.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController:add' => '?',
  14498.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController:addAction' => '?',
  14499.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController:deleteAction' => '?',
  14500.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController:describeLastCrudAction' => '?',
  14501.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController:edit' => '?',
  14502.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController:editAction' => '?',
  14503.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController:index' => '?',
  14504.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController:indexAction' => '?',
  14505.             'Hitso\\Bundle\\SectionBundle\\Controller\\Admin\\SectionController:revertEntityAction' => '?',
  14506.             'Hitso\\Bundle\\SectionBundle\\Controller\\Front\\SectionController:describeLastCrudAction' => '?',
  14507.             'Hitso\\Bundle\\SectionBundle\\Controller\\Front\\SectionController:indexAction' => '?',
  14508.             'Hitso\\Bundle\\SectionBundle\\Controller\\Front\\SectionController:showAction' => '?',
  14509.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController:deleteAction' => '?',
  14510.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController:describeLastCrudAction' => '?',
  14511.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController:editAction' => '?',
  14512.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController:indexAction' => '?',
  14513.             'Hitso\\Bundle\\SeoBundle\\Controller\\Admin\\SeoPageController:newAction' => '?',
  14514.             'Hitso\\Bundle\\SeoBundle\\Controller\\Front\\SitemapController:indexAction' => '?',
  14515.             'Hitso\\Bundle\\SeoBundle\\Controller\\Front\\SitemapController:sectionAction' => '?',
  14516.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController:add' => '?',
  14517.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController:deleteAction' => '?',
  14518.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController:describeLastCrudAction' => '?',
  14519.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController:edit' => '?',
  14520.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController:editAction' => '?',
  14521.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController:index' => '?',
  14522.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController:indexAction' => '?',
  14523.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController:newAction' => '?',
  14524.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagController:revertEntityAction' => '?',
  14525.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController:add' => '?',
  14526.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController:deleteAction' => '?',
  14527.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController:describeLastCrudAction' => '?',
  14528.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController:edit' => '?',
  14529.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController:editAction' => '?',
  14530.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController:index' => '?',
  14531.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController:indexAction' => '?',
  14532.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController:newAction' => '?',
  14533.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Admin\\TagTypeController:revertEntityAction' => '?',
  14534.             'Hitso\\Bundle\\TaggingBundle\\Controller\\Api\\TagController:describeLastCrudAction' => '?',
  14535.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController:deleteAction' => '?',
  14536.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController:describeLastCrudAction' => '?',
  14537.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController:editAction' => '?',
  14538.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController:indexAction' => '?',
  14539.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Admin\\TicketController:newAction' => '?',
  14540.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Front\\TicketController:confirmAction' => '?',
  14541.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Front\\TicketController:describeLastCrudAction' => '?',
  14542.             'Hitso\\Bundle\\TicketsBundle\\Controller\\Front\\TicketController:indexAction' => '?',
  14543.             'Hitso\\Bundle\\TranslationBundle\\Controller\\ApiController:describeLastCrudAction' => '?',
  14544.             'Hitso\\Bundle\\TranslationBundle\\Controller\\ApiController:setViewHandler' => '?',
  14545.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController:addAction' => '?',
  14546.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController:applyAction' => '?',
  14547.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController:describeLastCrudAction' => '?',
  14548.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController:editAction' => '?',
  14549.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController:exportAction' => '?',
  14550.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController:importAction' => '?',
  14551.             'Hitso\\Bundle\\TranslationBundle\\Controller\\TranslatorController:indexAction' => '?',
  14552.         ]);
  14553.     }
  14554.     /**
  14555.      * Gets the private '.service_locator.SB7GmI.' shared service.
  14556.      *
  14557.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14558.      */
  14559.     protected function get_ServiceLocator_SB7GmI_Service()
  14560.     {
  14561.         return $this->privates['.service_locator.SB7GmI.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14562.             'generator' => ['privates''Hitso\\Bundle\\SeoBundle\\Service\\SitemapGenerator''getSitemapGeneratorService'false],
  14563.             'params' => ['privates''parameter_bag''getParameterBagService'false],
  14564.         ], [
  14565.             'generator' => 'Hitso\\Bundle\\SeoBundle\\Service\\SitemapGenerator',
  14566.             'params' => '?',
  14567.         ]);
  14568.     }
  14569.     /**
  14570.      * Gets the private '.service_locator.SaQYvSS' shared service.
  14571.      *
  14572.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14573.      */
  14574.     protected function get_ServiceLocator_SaQYvSSService()
  14575.     {
  14576.         return $this->privates['.service_locator.SaQYvSS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14577.             'collection' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection''getSiteCollectionService'false],
  14578.             'file' => ['privates''.errored..service_locator.SaQYvSS.Hitso\\Bundle\\FileManagerBundle\\Entity\\File'NULL'Cannot autowire service ".service_locator.SaQYvSS": it references class "Hitso\\Bundle\\FileManagerBundle\\Entity\\File" but no such service exists.'],
  14579.         ], [
  14580.             'collection' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection',
  14581.             'file' => 'Hitso\\Bundle\\FileManagerBundle\\Entity\\File',
  14582.         ]);
  14583.     }
  14584.     /**
  14585.      * Gets the private '.service_locator.SbG1deE' shared service.
  14586.      *
  14587.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14588.      */
  14589.     protected function get_ServiceLocator_SbG1deEService()
  14590.     {
  14591.         return $this->privates['.service_locator.SbG1deE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14592.             'generator' => ['privates''Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator''getUrlGeneratorService'false],
  14593.         ], [
  14594.             'generator' => 'Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator',
  14595.         ]);
  14596.     }
  14597.     /**
  14598.      * Gets the private '.service_locator.ShXu8LR' shared service.
  14599.      *
  14600.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14601.      */
  14602.     protected function get_ServiceLocator_ShXu8LRService()
  14603.     {
  14604.         return $this->privates['.service_locator.ShXu8LR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14605.             'entity_manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14606.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  14607.             'kernel' => ['services''kernel''getKernelService'false],
  14608.             'mailer_helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Mailer\\MailerHelper''getMailerHelperService'false],
  14609.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  14610.             'request_helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper''getRequestHelperService'false],
  14611.             'router_helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper''getRouterHelperService'false],
  14612.         ], [
  14613.             'entity_manager' => '?',
  14614.             'event_dispatcher' => '?',
  14615.             'kernel' => '?',
  14616.             'mailer_helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Mailer\\MailerHelper',
  14617.             'parameter_bag' => '?',
  14618.             'request_helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper',
  14619.             'router_helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper',
  14620.         ]);
  14621.     }
  14622.     /**
  14623.      * Gets the private '.service_locator.T7SRPCu' shared service.
  14624.      *
  14625.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14626.      */
  14627.     protected function get_ServiceLocator_T7SRPCuService()
  14628.     {
  14629.         return $this->privates['.service_locator.T7SRPCu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14630.             'cmf_seo.presentation' => ['privates''cmf_seo.presentation''getCmfSeo_PresentationService'false],
  14631.             'crud_action_describer' => ['privates''Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber''getCrudActionDescriberService'false],
  14632.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  14633.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  14634.             'hitso.content_types' => ['privates''Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection''getContentTypeCollectionService'false],
  14635.             'hitso.entity_authorization_checker' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker''getEntityAuthorizationCheckerService'false],
  14636.             'hitso.entity_clone_factory' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory''getEntityCloneFactoryService'false],
  14637.             'hitso.entity_manager_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection''getManagerCollectionService'false],
  14638.             'hitso.loggable_reverter' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter''getLoggableReverterService'false],
  14639.             'hitso.loggable_reverter_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection''getLoggableReverterCollectionService'false],
  14640.             'hitso.media_url_generator' => ['privates''Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator''getUrlGeneratorService'false],
  14641.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  14642.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  14643.             'request.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper''getRequestHelperService'false],
  14644.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  14645.             'router' => ['services''cmf_routing.router''getCmfRouting_RouterService'false],
  14646.             'router.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper''getRouterHelperService'false],
  14647.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  14648.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  14649.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  14650.             'serializer' => ['services''serializer''getSerializerService'false],
  14651.             'session' => ['services''session''getSessionService'false],
  14652.             'site.collection' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection''getSiteCollectionService'false],
  14653.             'site.context' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext''getSiteContextService'false],
  14654.             'sonata.seo.page' => ['services''sonata.seo.page.default''getSonata_Seo_Page_DefaultService'false],
  14655.             'templating' => ['services''templating''getTemplatingService'false],
  14656.             'templating.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper''getTemplatingHelperService'false],
  14657.             'translator' => ['privates''translator.data_collector''getTranslator_DataCollectorService'false],
  14658.             'twig' => ['services''twig''getTwigService'false],
  14659.             'white_october_breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  14660.         ], [
  14661.             'cmf_seo.presentation' => '?',
  14662.             'crud_action_describer' => 'Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber',
  14663.             'doctrine' => '?',
  14664.             'form.factory' => '?',
  14665.             'hitso.content_types' => 'Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection',
  14666.             'hitso.entity_authorization_checker' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker',
  14667.             'hitso.entity_clone_factory' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory',
  14668.             'hitso.entity_manager_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection',
  14669.             'hitso.loggable_reverter' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter',
  14670.             'hitso.loggable_reverter_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection',
  14671.             'hitso.media_url_generator' => 'Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator',
  14672.             'http_kernel' => '?',
  14673.             'parameter_bag' => '?',
  14674.             'request.helper' => '?',
  14675.             'request_stack' => '?',
  14676.             'router' => '?',
  14677.             'router.helper' => '?',
  14678.             'security.authorization_checker' => '?',
  14679.             'security.csrf.token_manager' => '?',
  14680.             'security.token_storage' => '?',
  14681.             'serializer' => '?',
  14682.             'session' => '?',
  14683.             'site.collection' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection',
  14684.             'site.context' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext',
  14685.             'sonata.seo.page' => '?',
  14686.             'templating' => '?',
  14687.             'templating.helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper',
  14688.             'translator' => '?',
  14689.             'twig' => '?',
  14690.             'white_october_breadcrumbs' => '?',
  14691.         ]);
  14692.     }
  14693.     /**
  14694.      * Gets the private '.service_locator.TCtoLf3' shared service.
  14695.      *
  14696.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14697.      */
  14698.     protected function get_ServiceLocator_TCtoLf3Service()
  14699.     {
  14700.         return $this->privates['.service_locator.TCtoLf3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14701.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  14702.             'configurator' => ['services''Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\ImportExportMappingConfigurator''getImportExportMappingConfiguratorService'false],
  14703.             'csv' => ['services''Hitso\\Bundle\\CommonBundle\\Service\\CSV''getCSVService'false],
  14704.         ], [
  14705.             'breadcrumbs' => '?',
  14706.             'configurator' => 'Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\ImportExportMappingConfigurator',
  14707.             'csv' => 'Hitso\\Bundle\\CommonBundle\\Service\\CSV',
  14708.         ]);
  14709.     }
  14710.     /**
  14711.      * Gets the private '.service_locator.UACN_Wk' shared service.
  14712.      *
  14713.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14714.      */
  14715.     protected function get_ServiceLocator_UACNWkService()
  14716.     {
  14717.         return $this->privates['.service_locator.UACN_Wk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14718.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  14719.             'seoPage' => ['privates''.errored..service_locator.UACN_Wk.Hitso\\Bundle\\SeoBundle\\Entity\\SeoPage'NULL'Cannot autowire service ".service_locator.UACN_Wk": it references class "Hitso\\Bundle\\SeoBundle\\Entity\\SeoPage" but no such service exists.'],
  14720.         ], [
  14721.             'breadcrumbs' => '?',
  14722.             'seoPage' => 'Hitso\\Bundle\\SeoBundle\\Entity\\SeoPage',
  14723.         ]);
  14724.     }
  14725.     /**
  14726.      * Gets the private '.service_locator.Udqtlm9' shared service.
  14727.      *
  14728.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14729.      */
  14730.     protected function get_ServiceLocator_Udqtlm9Service()
  14731.     {
  14732.         return $this->privates['.service_locator.Udqtlm9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14733.             'brand' => ['privates''.errored..service_locator.Udqtlm9.Hitso\\Bundle\\CatalogBundle\\Entity\\Brand'NULL'Cannot autowire service ".service_locator.Udqtlm9": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Brand" but no such service exists.'],
  14734.         ], [
  14735.             'brand' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\Brand',
  14736.         ]);
  14737.     }
  14738.     /**
  14739.      * Gets the private '.service_locator.VGFKbqw' shared service.
  14740.      *
  14741.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14742.      */
  14743.     protected function get_ServiceLocator_VGFKbqwService()
  14744.     {
  14745.         return $this->privates['.service_locator.VGFKbqw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14746.             'seoPage' => ['privates''.errored..service_locator.VGFKbqw.Hitso\\Bundle\\SeoBundle\\Entity\\SeoPage'NULL'Cannot autowire service ".service_locator.VGFKbqw": it references class "Hitso\\Bundle\\SeoBundle\\Entity\\SeoPage" but no such service exists.'],
  14747.         ], [
  14748.             'seoPage' => 'Hitso\\Bundle\\SeoBundle\\Entity\\SeoPage',
  14749.         ]);
  14750.     }
  14751.     /**
  14752.      * Gets the private '.service_locator.VI0xCed' shared service.
  14753.      *
  14754.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14755.      */
  14756.     protected function get_ServiceLocator_VI0xCedService()
  14757.     {
  14758.         return $this->privates['.service_locator.VI0xCed'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14759.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  14760.             'entity' => ['privates''.errored..service_locator.VI0xCed.Hitso\\Bundle\\CatalogBundle\\Entity\\TaxRate'NULL'Cannot autowire service ".service_locator.VI0xCed": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\TaxRate" but no such service exists.'],
  14761.         ], [
  14762.             'breadcrumbs' => '?',
  14763.             'entity' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\TaxRate',
  14764.         ]);
  14765.     }
  14766.     /**
  14767.      * Gets the private '.service_locator.VhTR3MN' shared service.
  14768.      *
  14769.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14770.      */
  14771.     protected function get_ServiceLocator_VhTR3MNService()
  14772.     {
  14773.         return $this->privates['.service_locator.VhTR3MN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14774.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  14775.             'parameters' => ['privates''parameter_bag''getParameterBagService'false],
  14776.         ], [
  14777.             'breadcrumbs' => '?',
  14778.             'parameters' => '?',
  14779.         ]);
  14780.     }
  14781.     /**
  14782.      * Gets the private '.service_locator.WCCplDO' shared service.
  14783.      *
  14784.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14785.      */
  14786.     protected function get_ServiceLocator_WCCplDOService()
  14787.     {
  14788.         return $this->privates['.service_locator.WCCplDO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14789.             'rate' => ['privates''.errored..service_locator.WCCplDO.Hitso\\Bundle\\ContentBundle\\Entity\\Rate'NULL'Cannot autowire service ".service_locator.WCCplDO": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Rate" but no such service exists.'],
  14790.         ], [
  14791.             'rate' => 'Hitso\\Bundle\\ContentBundle\\Entity\\Rate',
  14792.         ]);
  14793.     }
  14794.     /**
  14795.      * Gets the private '.service_locator.Wvaq.Z5' shared service.
  14796.      *
  14797.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14798.      */
  14799.     protected function get_ServiceLocator_Wvaq_Z5Service()
  14800.     {
  14801.         return $this->privates['.service_locator.Wvaq.Z5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14802.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  14803.             'tag' => ['privates''.errored..service_locator.Wvaq.Z5.Hitso\\Bundle\\TaggingBundle\\Entity\\Tag'NULL'Cannot autowire service ".service_locator.Wvaq.Z5": it references class "Hitso\\Bundle\\TaggingBundle\\Entity\\Tag" but no such service exists.'],
  14804.         ], [
  14805.             'breadcrumbs' => '?',
  14806.             'tag' => 'Hitso\\Bundle\\TaggingBundle\\Entity\\Tag',
  14807.         ]);
  14808.     }
  14809.     /**
  14810.      * Gets the private '.service_locator.XmVUxgQ' shared service.
  14811.      *
  14812.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14813.      */
  14814.     protected function get_ServiceLocator_XmVUxgQService()
  14815.     {
  14816.         return $this->privates['.service_locator.XmVUxgQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14817.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  14818.             'information' => ['privates''.errored..service_locator.XmVUxgQ.Hartmann\\Bundle\\AppBundle\\Entity\\Information'NULL'Cannot autowire service ".service_locator.XmVUxgQ": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Information" but no such service exists.'],
  14819.         ], [
  14820.             'breadcrumbs' => '?',
  14821.             'information' => 'Hartmann\\Bundle\\AppBundle\\Entity\\Information',
  14822.         ]);
  14823.     }
  14824.     /**
  14825.      * Gets the private '.service_locator.YuxSq03' shared service.
  14826.      *
  14827.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14828.      */
  14829.     protected function get_ServiceLocator_YuxSq03Service()
  14830.     {
  14831.         return $this->privates['.service_locator.YuxSq03'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14832.             'cmf_seo.presentation' => ['privates''cmf_seo.presentation''getCmfSeo_PresentationService'false],
  14833.             'crud_action_describer' => ['privates''Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber''getCrudActionDescriberService'false],
  14834.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  14835.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  14836.             'hitso.content_types' => ['privates''Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection''getContentTypeCollectionService'false],
  14837.             'hitso.entity_authorization_checker' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker''getEntityAuthorizationCheckerService'false],
  14838.             'hitso.entity_clone_factory' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory''getEntityCloneFactoryService'false],
  14839.             'hitso.entity_manager_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection''getManagerCollectionService'false],
  14840.             'hitso.loggable_reverter' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter''getLoggableReverterService'false],
  14841.             'hitso.loggable_reverter_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection''getLoggableReverterCollectionService'false],
  14842.             'hitso.media_url_generator' => ['privates''Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator''getUrlGeneratorService'false],
  14843.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  14844.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  14845.             'request.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper''getRequestHelperService'false],
  14846.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  14847.             'router' => ['services''cmf_routing.router''getCmfRouting_RouterService'false],
  14848.             'router.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper''getRouterHelperService'false],
  14849.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  14850.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  14851.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  14852.             'serializer' => ['services''serializer''getSerializerService'false],
  14853.             'session' => ['services''session''getSessionService'false],
  14854.             'site.collection' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection''getSiteCollectionService'false],
  14855.             'site.context' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext''getSiteContextService'false],
  14856.             'sonata.seo.page' => ['services''sonata.seo.page.default''getSonata_Seo_Page_DefaultService'false],
  14857.             'templating' => ['services''templating''getTemplatingService'false],
  14858.             'templating.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper''getTemplatingHelperService'false],
  14859.             'translator' => ['privates''translator.data_collector''getTranslator_DataCollectorService'false],
  14860.             'twig' => ['services''twig''getTwigService'false],
  14861.             'white_october_breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  14862.         ], [
  14863.             'cmf_seo.presentation' => '?',
  14864.             'crud_action_describer' => 'Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber',
  14865.             'doctrine' => '?',
  14866.             'form.factory' => '?',
  14867.             'hitso.content_types' => 'Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection',
  14868.             'hitso.entity_authorization_checker' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker',
  14869.             'hitso.entity_clone_factory' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory',
  14870.             'hitso.entity_manager_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection',
  14871.             'hitso.loggable_reverter' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter',
  14872.             'hitso.loggable_reverter_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection',
  14873.             'hitso.media_url_generator' => 'Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator',
  14874.             'http_kernel' => '?',
  14875.             'parameter_bag' => '?',
  14876.             'request.helper' => '?',
  14877.             'request_stack' => '?',
  14878.             'router' => '?',
  14879.             'router.helper' => '?',
  14880.             'security.authorization_checker' => '?',
  14881.             'security.csrf.token_manager' => '?',
  14882.             'security.token_storage' => '?',
  14883.             'serializer' => '?',
  14884.             'session' => '?',
  14885.             'site.collection' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection',
  14886.             'site.context' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext',
  14887.             'sonata.seo.page' => '?',
  14888.             'templating' => '?',
  14889.             'templating.helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper',
  14890.             'translator' => '?',
  14891.             'twig' => '?',
  14892.             'white_october_breadcrumbs' => '?',
  14893.         ]);
  14894.     }
  14895.     /**
  14896.      * Gets the private '.service_locator.__cwbAE' shared service.
  14897.      *
  14898.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14899.      */
  14900.     protected function get_ServiceLocator_CwbAEService()
  14901.     {
  14902.         return $this->privates['.service_locator.__cwbAE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14903.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  14904.             'group' => ['privates''Hitso\\Bundle\\SectionBundle\\Entity\\Group''getGroupService'false],
  14905.         ], [
  14906.             'breadcrumbs' => '?',
  14907.             'group' => 'Hitso\\Bundle\\SectionBundle\\Entity\\Group',
  14908.         ]);
  14909.     }
  14910.     /**
  14911.      * Gets the private '.service_locator.b7.mmnB' shared service.
  14912.      *
  14913.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14914.      */
  14915.     protected function get_ServiceLocator_B7_MmnBService()
  14916.     {
  14917.         return $this->privates['.service_locator.b7.mmnB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14918.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  14919.             'productReview' => ['privates''.errored..service_locator.b7.mmnB.Hitso\\Bundle\\CatalogBundle\\Entity\\ProductReview'NULL'Cannot autowire service ".service_locator.b7.mmnB": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\ProductReview" but no such service exists.'],
  14920.         ], [
  14921.             'breadcrumbs' => '?',
  14922.             'productReview' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\ProductReview',
  14923.         ]);
  14924.     }
  14925.     /**
  14926.      * Gets the private '.service_locator.bZzl.qa' shared service.
  14927.      *
  14928.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14929.      */
  14930.     protected function get_ServiceLocator_BZzl_QaService()
  14931.     {
  14932.         return $this->privates['.service_locator.bZzl.qa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14933.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  14934.             'redirect' => ['privates''.errored..service_locator.bZzl.qa.Hitso\\Bundle\\RoutingBundle\\Entity\\Redirect'NULL'Cannot autowire service ".service_locator.bZzl.qa": it references class "Hitso\\Bundle\\RoutingBundle\\Entity\\Redirect" but no such service exists.'],
  14935.             'redirectFileCreator' => ['privates''Hitso\\Bundle\\RoutingBundle\\Service\\RedirectFileCreator''getRedirectFileCreatorService'false],
  14936.         ], [
  14937.             'breadcrumbs' => '?',
  14938.             'redirect' => 'Hitso\\Bundle\\RoutingBundle\\Entity\\Redirect',
  14939.             'redirectFileCreator' => 'Hitso\\Bundle\\RoutingBundle\\Service\\RedirectFileCreator',
  14940.         ]);
  14941.     }
  14942.     /**
  14943.      * Gets the private '.service_locator.cR4YTPu' shared service.
  14944.      *
  14945.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14946.      */
  14947.     protected function get_ServiceLocator_CR4YTPuService()
  14948.     {
  14949.         return $this->privates['.service_locator.cR4YTPu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14950.             'brand' => ['privates''.errored..service_locator.cR4YTPu.Hitso\\Bundle\\CatalogBundle\\Entity\\Brand'NULL'Cannot autowire service ".service_locator.cR4YTPu": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Brand" but no such service exists.'],
  14951.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  14952.         ], [
  14953.             'brand' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\Brand',
  14954.             'breadcrumbs' => '?',
  14955.         ]);
  14956.     }
  14957.     /**
  14958.      * Gets the private '.service_locator.cRKQHKq' shared service.
  14959.      *
  14960.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14961.      */
  14962.     protected function get_ServiceLocator_CRKQHKqService()
  14963.     {
  14964.         return $this->privates['.service_locator.cRKQHKq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14965.             'tag' => ['privates''.errored..service_locator.cRKQHKq.Hitso\\Bundle\\TaggingBundle\\Entity\\Tag'NULL'Cannot autowire service ".service_locator.cRKQHKq": it references class "Hitso\\Bundle\\TaggingBundle\\Entity\\Tag" but no such service exists.'],
  14966.         ], [
  14967.             'tag' => 'Hitso\\Bundle\\TaggingBundle\\Entity\\Tag',
  14968.         ]);
  14969.     }
  14970.     /**
  14971.      * Gets the private '.service_locator.chvLBRA' shared service.
  14972.      *
  14973.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14974.      */
  14975.     protected function get_ServiceLocator_ChvLBRAService()
  14976.     {
  14977.         return $this->privates['.service_locator.chvLBRA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14978.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  14979.             'instructionCategory' => ['privates''.errored..service_locator.chvLBRA.Hartmann\\Bundle\\AppBundle\\Entity\\InstructionCategory'NULL'Cannot autowire service ".service_locator.chvLBRA": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\InstructionCategory" but no such service exists.'],
  14980.         ], [
  14981.             'breadcrumbs' => '?',
  14982.             'instructionCategory' => 'Hartmann\\Bundle\\AppBundle\\Entity\\InstructionCategory',
  14983.         ]);
  14984.     }
  14985.     /**
  14986.      * Gets the private '.service_locator.ckkma6z' shared service.
  14987.      *
  14988.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14989.      */
  14990.     protected function get_ServiceLocator_Ckkma6zService()
  14991.     {
  14992.         return $this->privates['.service_locator.ckkma6z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14993.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  14994.             'user' => ['privates''.errored..service_locator.ckkma6z.Hitso\\Bundle\\CommonBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.ckkma6z": it references class "Hitso\\Bundle\\CommonBundle\\Entity\\User" but no such service exists.'],
  14995.         ], [
  14996.             'breadcrumbs' => '?',
  14997.             'user' => 'Hitso\\Bundle\\CommonBundle\\Entity\\User',
  14998.         ]);
  14999.     }
  15000.     /**
  15001.      * Gets the private '.service_locator.d396Vcx' shared service.
  15002.      *
  15003.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15004.      */
  15005.     protected function get_ServiceLocator_D396VcxService()
  15006.     {
  15007.         return $this->privates['.service_locator.d396Vcx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15008.             'productSerie' => ['privates''.errored..service_locator.d396Vcx.Hartmann\\Bundle\\AppBundle\\Entity\\ProductSerie'NULL'Cannot autowire service ".service_locator.d396Vcx": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductSerie" but no such service exists.'],
  15009.         ], [
  15010.             'productSerie' => 'Hartmann\\Bundle\\AppBundle\\Entity\\ProductSerie',
  15011.         ]);
  15012.     }
  15013.     /**
  15014.      * Gets the private '.service_locator.dY9f4OO' shared service.
  15015.      *
  15016.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15017.      */
  15018.     protected function get_ServiceLocator_DY9f4OOService()
  15019.     {
  15020.         return $this->privates['.service_locator.dY9f4OO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15021.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15022.             'page' => ['privates''.errored..service_locator.dY9f4OO.Hitso\\Bundle\\ContentBundle\\Entity\\Page'NULL'Cannot autowire service ".service_locator.dY9f4OO": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Page" but no such service exists.'],
  15023.         ], [
  15024.             'breadcrumbs' => '?',
  15025.             'page' => 'Hitso\\Bundle\\ContentBundle\\Entity\\Page',
  15026.         ]);
  15027.     }
  15028.     /**
  15029.      * Gets the private '.service_locator.djGk.PS' shared service.
  15030.      *
  15031.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15032.      */
  15033.     protected function get_ServiceLocator_DjGk_PSService()
  15034.     {
  15035.         return $this->privates['.service_locator.djGk.PS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15036.             'author' => ['privates''.errored..service_locator.djGk.PS.Hitso\\Bundle\\ContentBundle\\Entity\\Author'NULL'Cannot autowire service ".service_locator.djGk.PS": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Author" but no such service exists.'],
  15037.         ], [
  15038.             'author' => 'Hitso\\Bundle\\ContentBundle\\Entity\\Author',
  15039.         ]);
  15040.     }
  15041.     /**
  15042.      * Gets the private '.service_locator.fGZaj2S' shared service.
  15043.      *
  15044.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15045.      */
  15046.     protected function get_ServiceLocator_FGZaj2SService()
  15047.     {
  15048.         return $this->privates['.service_locator.fGZaj2S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15049.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15050.             'product' => ['privates''.errored..service_locator.fGZaj2S.Hitso\\Bundle\\CatalogBundle\\Entity\\Product'NULL'Cannot autowire service ".service_locator.fGZaj2S": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Product" but no such service exists.'],
  15051.         ], [
  15052.             'breadcrumbs' => '?',
  15053.             'product' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\Product',
  15054.         ]);
  15055.     }
  15056.     /**
  15057.      * Gets the private '.service_locator.fUxDF9U' shared service.
  15058.      *
  15059.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15060.      */
  15061.     protected function get_ServiceLocator_FUxDF9UService()
  15062.     {
  15063.         return $this->privates['.service_locator.fUxDF9U'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15064.             'question' => ['privates''.errored..service_locator.fUxDF9U.Hitso\\Bundle\\QABundle\\Entity\\Question'NULL'Cannot autowire service ".service_locator.fUxDF9U": it references class "Hitso\\Bundle\\QABundle\\Entity\\Question" but no such service exists.'],
  15065.         ], [
  15066.             'question' => 'Hitso\\Bundle\\QABundle\\Entity\\Question',
  15067.         ]);
  15068.     }
  15069.     /**
  15070.      * Gets the private '.service_locator.gUYmrrb' shared service.
  15071.      *
  15072.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15073.      */
  15074.     protected function get_ServiceLocator_GUYmrrbService()
  15075.     {
  15076.         return $this->privates['.service_locator.gUYmrrb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15077.             'companyReference' => ['privates''.errored..service_locator.gUYmrrb.Hartmann\\Bundle\\AppBundle\\Entity\\CompanyReference'NULL'Cannot autowire service ".service_locator.gUYmrrb": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\CompanyReference" but no such service exists.'],
  15078.         ], [
  15079.             'companyReference' => 'Hartmann\\Bundle\\AppBundle\\Entity\\CompanyReference',
  15080.         ]);
  15081.     }
  15082.     /**
  15083.      * Gets the private '.service_locator.hMIQgei' shared service.
  15084.      *
  15085.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15086.      */
  15087.     protected function get_ServiceLocator_HMIQgeiService()
  15088.     {
  15089.         return $this->privates['.service_locator.hMIQgei'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15090.             'category' => ['privates''.errored..service_locator.hMIQgei.Hitso\\Bundle\\CatalogBundle\\Entity\\Category'NULL'Cannot autowire service ".service_locator.hMIQgei": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Category" but no such service exists.'],
  15091.         ], [
  15092.             'category' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\Category',
  15093.         ]);
  15094.     }
  15095.     /**
  15096.      * Gets the private '.service_locator.hpX3Dr1' shared service.
  15097.      *
  15098.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15099.      */
  15100.     protected function get_ServiceLocator_HpX3Dr1Service()
  15101.     {
  15102.         return $this->privates['.service_locator.hpX3Dr1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15103.             'paramFetcher' => ['privates''.errored..service_locator.hpX3Dr1.FOS\\RestBundle\\Request\\ParamFetcher'NULL'Cannot autowire service ".service_locator.hpX3Dr1": it references class "FOS\\RestBundle\\Request\\ParamFetcher" but no such service exists. Try changing the type-hint to "FOS\\RestBundle\\Request\\ParamFetcherInterface" instead.'],
  15104.         ], [
  15105.             'paramFetcher' => 'FOS\\RestBundle\\Request\\ParamFetcher',
  15106.         ]);
  15107.     }
  15108.     /**
  15109.      * Gets the private '.service_locator.iVVV7X_' shared service.
  15110.      *
  15111.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15112.      */
  15113.     protected function get_ServiceLocator_IVVV7XService()
  15114.     {
  15115.         return $this->privates['.service_locator.iVVV7X_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15116.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15117.             'faqAnswer' => ['privates''.errored..service_locator.iVVV7X_.Hartmann\\Bundle\\AppBundle\\Entity\\FaqAnswer'NULL'Cannot autowire service ".service_locator.iVVV7X_": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\FaqAnswer" but no such service exists.'],
  15118.         ], [
  15119.             'breadcrumbs' => '?',
  15120.             'faqAnswer' => 'Hartmann\\Bundle\\AppBundle\\Entity\\FaqAnswer',
  15121.         ]);
  15122.     }
  15123.     /**
  15124.      * Gets the private '.service_locator.ijSUN2d' shared service.
  15125.      *
  15126.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15127.      */
  15128.     protected function get_ServiceLocator_IjSUN2dService()
  15129.     {
  15130.         return $this->privates['.service_locator.ijSUN2d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15131.             'cmf_seo.presentation' => ['privates''cmf_seo.presentation''getCmfSeo_PresentationService'false],
  15132.             'crud_action_describer' => ['privates''Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber''getCrudActionDescriberService'false],
  15133.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  15134.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  15135.             'hitso.content_types' => ['privates''Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection''getContentTypeCollectionService'false],
  15136.             'hitso.entity_authorization_checker' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker''getEntityAuthorizationCheckerService'false],
  15137.             'hitso.entity_clone_factory' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory''getEntityCloneFactoryService'false],
  15138.             'hitso.entity_manager_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection''getManagerCollectionService'false],
  15139.             'hitso.loggable_reverter' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter''getLoggableReverterService'false],
  15140.             'hitso.loggable_reverter_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection''getLoggableReverterCollectionService'false],
  15141.             'hitso.media_url_generator' => ['privates''Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator''getUrlGeneratorService'false],
  15142.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  15143.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  15144.             'request.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper''getRequestHelperService'false],
  15145.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  15146.             'router' => ['services''cmf_routing.router''getCmfRouting_RouterService'false],
  15147.             'router.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper''getRouterHelperService'false],
  15148.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  15149.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  15150.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  15151.             'serializer' => ['services''serializer''getSerializerService'false],
  15152.             'session' => ['services''session''getSessionService'false],
  15153.             'site.collection' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection''getSiteCollectionService'false],
  15154.             'site.context' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext''getSiteContextService'false],
  15155.             'sonata.seo.page' => ['services''sonata.seo.page.default''getSonata_Seo_Page_DefaultService'false],
  15156.             'templating' => ['services''templating''getTemplatingService'false],
  15157.             'templating.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper''getTemplatingHelperService'false],
  15158.             'translator' => ['privates''translator.data_collector''getTranslator_DataCollectorService'false],
  15159.             'twig' => ['services''twig''getTwigService'false],
  15160.             'white_october_breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15161.         ], [
  15162.             'cmf_seo.presentation' => '?',
  15163.             'crud_action_describer' => 'Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber',
  15164.             'doctrine' => '?',
  15165.             'form.factory' => '?',
  15166.             'hitso.content_types' => 'Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection',
  15167.             'hitso.entity_authorization_checker' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker',
  15168.             'hitso.entity_clone_factory' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory',
  15169.             'hitso.entity_manager_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection',
  15170.             'hitso.loggable_reverter' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter',
  15171.             'hitso.loggable_reverter_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection',
  15172.             'hitso.media_url_generator' => 'Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator',
  15173.             'http_kernel' => '?',
  15174.             'parameter_bag' => '?',
  15175.             'request.helper' => '?',
  15176.             'request_stack' => '?',
  15177.             'router' => '?',
  15178.             'router.helper' => '?',
  15179.             'security.authorization_checker' => '?',
  15180.             'security.csrf.token_manager' => '?',
  15181.             'security.token_storage' => '?',
  15182.             'serializer' => '?',
  15183.             'session' => '?',
  15184.             'site.collection' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection',
  15185.             'site.context' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext',
  15186.             'sonata.seo.page' => '?',
  15187.             'templating' => '?',
  15188.             'templating.helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper',
  15189.             'translator' => '?',
  15190.             'twig' => '?',
  15191.             'white_october_breadcrumbs' => '?',
  15192.         ]);
  15193.     }
  15194.     /**
  15195.      * Gets the private '.service_locator.iw0h59h' shared service.
  15196.      *
  15197.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15198.      */
  15199.     protected function get_ServiceLocator_Iw0h59hService()
  15200.     {
  15201.         return $this->privates['.service_locator.iw0h59h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15202.             'productReview' => ['privates''.errored..service_locator.iw0h59h.Hitso\\Bundle\\CatalogBundle\\Entity\\ProductReview'NULL'Cannot autowire service ".service_locator.iw0h59h": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\ProductReview" but no such service exists.'],
  15203.         ], [
  15204.             'productReview' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\ProductReview',
  15205.         ]);
  15206.     }
  15207.     /**
  15208.      * Gets the private '.service_locator.j6Dmc4S' shared service.
  15209.      *
  15210.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15211.      */
  15212.     protected function get_ServiceLocator_J6Dmc4SService()
  15213.     {
  15214.         return $this->privates['.service_locator.j6Dmc4S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15215.             'market' => ['privates''.errored..service_locator.j6Dmc4S.Hartmann\\Bundle\\AppBundle\\Entity\\Market'NULL'Cannot autowire service ".service_locator.j6Dmc4S": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Market" but no such service exists.'],
  15216.         ], [
  15217.             'market' => 'Hartmann\\Bundle\\AppBundle\\Entity\\Market',
  15218.         ]);
  15219.     }
  15220.     /**
  15221.      * Gets the private '.service_locator.jTQ4yz8' shared service.
  15222.      *
  15223.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15224.      */
  15225.     protected function get_ServiceLocator_JTQ4yz8Service()
  15226.     {
  15227.         return $this->privates['.service_locator.jTQ4yz8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15228.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15229.             'faqCategory' => ['privates''.errored..service_locator.jTQ4yz8.Hartmann\\Bundle\\AppBundle\\Entity\\FaqCategory'NULL'Cannot autowire service ".service_locator.jTQ4yz8": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\FaqCategory" but no such service exists.'],
  15230.         ], [
  15231.             'breadcrumbs' => '?',
  15232.             'faqCategory' => 'Hartmann\\Bundle\\AppBundle\\Entity\\FaqCategory',
  15233.         ]);
  15234.     }
  15235.     /**
  15236.      * Gets the private '.service_locator.j_f.0PF' shared service.
  15237.      *
  15238.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15239.      */
  15240.     protected function get_ServiceLocator_JF_0PFService()
  15241.     {
  15242.         return $this->privates['.service_locator.j_f.0PF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15243.             'product' => ['privates''.errored..service_locator.j_f.0PF.Hitso\\Bundle\\CatalogBundle\\Entity\\Product'NULL'Cannot autowire service ".service_locator.j_f.0PF": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Product" but no such service exists.'],
  15244.         ], [
  15245.             'product' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\Product',
  15246.         ]);
  15247.     }
  15248.     /**
  15249.      * Gets the private '.service_locator.jxWVpmd' shared service.
  15250.      *
  15251.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15252.      */
  15253.     protected function get_ServiceLocator_JxWVpmdService()
  15254.     {
  15255.         return $this->privates['.service_locator.jxWVpmd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15256.             'feedIo' => ['services''feedio''getFeedioService'false],
  15257.             'provider' => ['privates''debril.rss_atom.provider''getDebril_RssAtom_ProviderService'false],
  15258.         ], [
  15259.             'feedIo' => '?',
  15260.             'provider' => '?',
  15261.         ]);
  15262.     }
  15263.     /**
  15264.      * Gets the private '.service_locator.jz3ByyW' shared service.
  15265.      *
  15266.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15267.      */
  15268.     protected function get_ServiceLocator_Jz3ByyWService()
  15269.     {
  15270.         return $this->privates['.service_locator.jz3ByyW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15271.             'banner' => ['privates''.errored..service_locator.jz3ByyW.Hitso\\Bundle\\ContentBundle\\Entity\\Banner'NULL'Cannot autowire service ".service_locator.jz3ByyW": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Banner" but no such service exists.'],
  15272.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15273.             'parameters' => ['privates''parameter_bag''getParameterBagService'false],
  15274.         ], [
  15275.             'banner' => 'Hitso\\Bundle\\ContentBundle\\Entity\\Banner',
  15276.             'breadcrumbs' => '?',
  15277.             'parameters' => '?',
  15278.         ]);
  15279.     }
  15280.     /**
  15281.      * Gets the private '.service_locator.kBo3HxM' shared service.
  15282.      *
  15283.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15284.      */
  15285.     protected function get_ServiceLocator_KBo3HxMService()
  15286.     {
  15287.         return $this->privates['.service_locator.kBo3HxM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15288.             'probeOption' => ['privates''.errored..service_locator.kBo3HxM.Hitso\\Bundle\\ProbeBundle\\Entity\\ProbeOption'NULL'Cannot autowire service ".service_locator.kBo3HxM": it references class "Hitso\\Bundle\\ProbeBundle\\Entity\\ProbeOption" but no such service exists.'],
  15289.         ], [
  15290.             'probeOption' => 'Hitso\\Bundle\\ProbeBundle\\Entity\\ProbeOption',
  15291.         ]);
  15292.     }
  15293.     /**
  15294.      * Gets the private '.service_locator.kFd15.a' shared service.
  15295.      *
  15296.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15297.      */
  15298.     protected function get_ServiceLocator_KFd15_AService()
  15299.     {
  15300.         return $this->privates['.service_locator.kFd15.a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15301.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15302.             'insuranceSecurity' => ['privates''.errored..service_locator.kFd15.a.Hartmann\\Bundle\\AppBundle\\Entity\\ProductInsuranceSecurity'NULL'Cannot autowire service ".service_locator.kFd15.a": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductInsuranceSecurity" but no such service exists.'],
  15303.         ], [
  15304.             'breadcrumbs' => '?',
  15305.             'insuranceSecurity' => 'Hartmann\\Bundle\\AppBundle\\Entity\\ProductInsuranceSecurity',
  15306.         ]);
  15307.     }
  15308.     /**
  15309.      * Gets the private '.service_locator.kKAnTFs' shared service.
  15310.      *
  15311.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15312.      */
  15313.     protected function get_ServiceLocator_KKAnTFsService()
  15314.     {
  15315.         return $this->privates['.service_locator.kKAnTFs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15316.             'answer' => ['privates''.errored..service_locator.kKAnTFs.Hitso\\Bundle\\QABundle\\Entity\\Answer'NULL'Cannot autowire service ".service_locator.kKAnTFs": it references class "Hitso\\Bundle\\QABundle\\Entity\\Answer" but no such service exists.'],
  15317.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15318.         ], [
  15319.             'answer' => 'Hitso\\Bundle\\QABundle\\Entity\\Answer',
  15320.             'breadcrumbs' => '?',
  15321.         ]);
  15322.     }
  15323.     /**
  15324.      * Gets the private '.service_locator.kOrDo76' shared service.
  15325.      *
  15326.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15327.      */
  15328.     protected function get_ServiceLocator_KOrDo76Service()
  15329.     {
  15330.         return $this->privates['.service_locator.kOrDo76'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15331.             'entity' => ['privates''.errored..service_locator.kOrDo76.Hitso\\Bundle\\CommonBundle\\Entity\\EntityInterface'NULL'Cannot autowire service ".service_locator.kOrDo76": it references interface "Hitso\\Bundle\\CommonBundle\\Entity\\EntityInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Advert", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Attachments", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\CatalogCategory", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Cta", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Embed", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Featured", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Gallery", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Header", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Image", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Link", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Newsletter", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Paragraph", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Probe", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Product", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Section", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Table", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\TextWrap", "Hitso\\Bundle\\ContentBundle\\Entity\\Elements\\Video", "Hitso\\Bundle\\SectionBundle\\Entity\\Group", "Hitso\\Bundle\\SectionBundle\\Entity\\GroupRoute", "Hitso\\Bundle\\SectionBundle\\Entity\\GroupType", "Hitso\\Bundle\\SectionBundle\\Entity\\Section", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\ArticleSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\BlockSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\FeaturedProductSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\HtmlCodeSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\ProductListSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\ProductSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\ProductSliderSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\PromoBoxSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\SetsSection", "Hitso\\Bundle\\SectionBundle\\Entity\\Section\\SubCategoriesSection".'],
  15332.         ], [
  15333.             'entity' => 'Hitso\\Bundle\\CommonBundle\\Entity\\EntityInterface',
  15334.         ]);
  15335.     }
  15336.     /**
  15337.      * Gets the private '.service_locator.lSbp1Gy' shared service.
  15338.      *
  15339.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15340.      */
  15341.     protected function get_ServiceLocator_LSbp1GyService()
  15342.     {
  15343.         return $this->privates['.service_locator.lSbp1Gy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15344.             'section' => ['privates''Hitso\\Bundle\\SectionBundle\\Entity\\Section''getSectionService'false],
  15345.         ], [
  15346.             'section' => 'Hitso\\Bundle\\SectionBundle\\Entity\\Section',
  15347.         ]);
  15348.     }
  15349.     /**
  15350.      * Gets the private '.service_locator.lep.juL' shared service.
  15351.      *
  15352.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15353.      */
  15354.     protected function get_ServiceLocator_Lep_JuLService()
  15355.     {
  15356.         return $this->privates['.service_locator.lep.juL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15357.             'faqAnswer' => ['privates''.errored..service_locator.lep.juL.Hartmann\\Bundle\\AppBundle\\Entity\\FaqAnswer'NULL'Cannot autowire service ".service_locator.lep.juL": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\FaqAnswer" but no such service exists.'],
  15358.         ], [
  15359.             'faqAnswer' => 'Hartmann\\Bundle\\AppBundle\\Entity\\FaqAnswer',
  15360.         ]);
  15361.     }
  15362.     /**
  15363.      * Gets the private '.service_locator.mDi36Nq' shared service.
  15364.      *
  15365.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15366.      */
  15367.     protected function get_ServiceLocator_MDi36NqService()
  15368.     {
  15369.         return $this->privates['.service_locator.mDi36Nq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15370.             'csv' => ['services''Hitso\\Bundle\\CommonBundle\\Service\\CSV''getCSVService'false],
  15371.         ], [
  15372.             'csv' => 'Hitso\\Bundle\\CommonBundle\\Service\\CSV',
  15373.         ]);
  15374.     }
  15375.     /**
  15376.      * Gets the private '.service_locator.mFk3ewT' shared service.
  15377.      *
  15378.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15379.      */
  15380.     protected function get_ServiceLocator_MFk3ewTService()
  15381.     {
  15382.         return $this->privates['.service_locator.mFk3ewT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15383.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15384.             'tagType' => ['privates''.errored..service_locator.mFk3ewT.Hitso\\Bundle\\TaggingBundle\\Entity\\TagType'NULL'Cannot autowire service ".service_locator.mFk3ewT": it references class "Hitso\\Bundle\\TaggingBundle\\Entity\\TagType" but no such service exists.'],
  15385.         ], [
  15386.             'breadcrumbs' => '?',
  15387.             'tagType' => 'Hitso\\Bundle\\TaggingBundle\\Entity\\TagType',
  15388.         ]);
  15389.     }
  15390.     /**
  15391.      * Gets the private '.service_locator.mGs8p8R' shared service.
  15392.      *
  15393.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15394.      */
  15395.     protected function get_ServiceLocator_MGs8p8RService()
  15396.     {
  15397.         return $this->privates['.service_locator.mGs8p8R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15398.             'attributeGroup' => ['privates''.errored..service_locator.mGs8p8R.Hitso\\Bundle\\CatalogBundle\\Entity\\AttributeGroup'NULL'Cannot autowire service ".service_locator.mGs8p8R": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\AttributeGroup" but no such service exists.'],
  15399.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15400.         ], [
  15401.             'attributeGroup' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\AttributeGroup',
  15402.             'breadcrumbs' => '?',
  15403.         ]);
  15404.     }
  15405.     /**
  15406.      * Gets the private '.service_locator.mdBbn3i' shared service.
  15407.      *
  15408.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15409.      */
  15410.     protected function get_ServiceLocator_MdBbn3iService()
  15411.     {
  15412.         return $this->privates['.service_locator.mdBbn3i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15413.             'content' => ['privates''.errored..service_locator.mdBbn3i.Hitso\\Bundle\\ContentBundle\\Entity\\Content'NULL'Cannot autowire service ".service_locator.mdBbn3i": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Content" but no such service exists.'],
  15414.         ], [
  15415.             'content' => 'Hitso\\Bundle\\ContentBundle\\Entity\\Content',
  15416.         ]);
  15417.     }
  15418.     /**
  15419.      * Gets the private '.service_locator.mhtffaR' shared service.
  15420.      *
  15421.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15422.      */
  15423.     protected function get_ServiceLocator_MhtffaRService()
  15424.     {
  15425.         return $this->privates['.service_locator.mhtffaR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15426.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15427.             'securityClass' => ['privates''.errored..service_locator.mhtffaR.Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClass'NULL'Cannot autowire service ".service_locator.mhtffaR": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClass" but no such service exists.'],
  15428.         ], [
  15429.             'breadcrumbs' => '?',
  15430.             'securityClass' => 'Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClass',
  15431.         ]);
  15432.     }
  15433.     /**
  15434.      * Gets the private '.service_locator.n5GMarX' shared service.
  15435.      *
  15436.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15437.      */
  15438.     protected function get_ServiceLocator_N5GMarXService()
  15439.     {
  15440.         return $this->privates['.service_locator.n5GMarX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15441.             'entityCloneFactory' => ['privates''Hartmann\\Bundle\\AppBundle\\Doctrine\\Factory\\EntityCloneFactory''getEntityCloneFactory2Service'false],
  15442.             'product' => ['privates''.errored..service_locator.n5GMarX.Hitso\\Bundle\\CatalogBundle\\Entity\\Product'NULL'Cannot autowire service ".service_locator.n5GMarX": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Product" but no such service exists.'],
  15443.         ], [
  15444.             'entityCloneFactory' => 'Hartmann\\Bundle\\AppBundle\\Doctrine\\Factory\\EntityCloneFactory',
  15445.             'product' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\Product',
  15446.         ]);
  15447.     }
  15448.     /**
  15449.      * Gets the private '.service_locator.nHhAOC4' shared service.
  15450.      *
  15451.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15452.      */
  15453.     protected function get_ServiceLocator_NHhAOC4Service()
  15454.     {
  15455.         return $this->privates['.service_locator.nHhAOC4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15456.             'faqCategory' => ['privates''.errored..service_locator.nHhAOC4.Hartmann\\Bundle\\AppBundle\\Entity\\FaqCategory'NULL'Cannot autowire service ".service_locator.nHhAOC4": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\FaqCategory" but no such service exists.'],
  15457.         ], [
  15458.             'faqCategory' => 'Hartmann\\Bundle\\AppBundle\\Entity\\FaqCategory',
  15459.         ]);
  15460.     }
  15461.     /**
  15462.      * Gets the private '.service_locator.o9nGMXB' shared service.
  15463.      *
  15464.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15465.      */
  15466.     protected function get_ServiceLocator_O9nGMXBService()
  15467.     {
  15468.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15469.             'twig' => ['services''twig''getTwigService'false],
  15470.         ], [
  15471.             'twig' => 'Twig\\Environment',
  15472.         ]);
  15473.     }
  15474.     /**
  15475.      * Gets the private '.service_locator.ol0TPYL' shared service.
  15476.      *
  15477.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15478.      */
  15479.     protected function get_ServiceLocator_Ol0TPYLService()
  15480.     {
  15481.         return $this->privates['.service_locator.ol0TPYL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15482.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15483.             'logEntryRepository' => ['privates''Hitso\\Bundle\\CommonBundle\\Repository\\UserLogEntryRepository''getUserLogEntryRepositoryService'false],
  15484.             'user' => ['privates''.errored..service_locator.ol0TPYL.Hitso\\Bundle\\CommonBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.ol0TPYL": it references class "Hitso\\Bundle\\CommonBundle\\Entity\\User" but no such service exists.'],
  15485.         ], [
  15486.             'breadcrumbs' => '?',
  15487.             'logEntryRepository' => 'Hitso\\Bundle\\CommonBundle\\Repository\\UserLogEntryRepository',
  15488.             'user' => 'Hitso\\Bundle\\CommonBundle\\Entity\\User',
  15489.         ]);
  15490.     }
  15491.     /**
  15492.      * Gets the private '.service_locator.olYHZM.' shared service.
  15493.      *
  15494.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15495.      */
  15496.     protected function get_ServiceLocator_OlYHZM_Service()
  15497.     {
  15498.         return $this->privates['.service_locator.olYHZM.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15499.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15500.             'securityClassFeature' => ['privates''.errored..service_locator.olYHZM..Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClassFeature'NULL'Cannot autowire service ".service_locator.olYHZM.": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClassFeature" but no such service exists.'],
  15501.         ], [
  15502.             'breadcrumbs' => '?',
  15503.             'securityClassFeature' => 'Hartmann\\Bundle\\AppBundle\\Entity\\ProductSecurityClassFeature',
  15504.         ]);
  15505.     }
  15506.     /**
  15507.      * Gets the private '.service_locator.p1fJHru' shared service.
  15508.      *
  15509.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15510.      */
  15511.     protected function get_ServiceLocator_P1fJHruService()
  15512.     {
  15513.         return $this->privates['.service_locator.p1fJHru'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15514.             'cmf_seo.presentation' => ['privates''cmf_seo.presentation''getCmfSeo_PresentationService'false],
  15515.             'crud_action_describer' => ['privates''Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber''getCrudActionDescriberService'false],
  15516.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  15517.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  15518.             'hitso.content_types' => ['privates''Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection''getContentTypeCollectionService'false],
  15519.             'hitso.entity_authorization_checker' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker''getEntityAuthorizationCheckerService'false],
  15520.             'hitso.entity_clone_factory' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory''getEntityCloneFactoryService'false],
  15521.             'hitso.entity_manager_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection''getManagerCollectionService'false],
  15522.             'hitso.loggable_reverter' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter''getLoggableReverterService'false],
  15523.             'hitso.loggable_reverter_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection''getLoggableReverterCollectionService'false],
  15524.             'hitso.media_url_generator' => ['privates''Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator''getUrlGeneratorService'false],
  15525.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  15526.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  15527.             'request.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper''getRequestHelperService'false],
  15528.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  15529.             'router' => ['services''cmf_routing.router''getCmfRouting_RouterService'false],
  15530.             'router.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper''getRouterHelperService'false],
  15531.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  15532.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  15533.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  15534.             'serializer' => ['services''serializer''getSerializerService'false],
  15535.             'session' => ['services''session''getSessionService'false],
  15536.             'site.collection' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection''getSiteCollectionService'false],
  15537.             'site.context' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext''getSiteContextService'false],
  15538.             'sonata.seo.page' => ['services''sonata.seo.page.default''getSonata_Seo_Page_DefaultService'false],
  15539.             'templating' => ['services''templating''getTemplatingService'false],
  15540.             'templating.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper''getTemplatingHelperService'false],
  15541.             'translator' => ['privates''translator.data_collector''getTranslator_DataCollectorService'false],
  15542.             'twig' => ['services''twig''getTwigService'false],
  15543.             'white_october_breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15544.         ], [
  15545.             'cmf_seo.presentation' => '?',
  15546.             'crud_action_describer' => 'Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber',
  15547.             'doctrine' => '?',
  15548.             'form.factory' => '?',
  15549.             'hitso.content_types' => 'Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection',
  15550.             'hitso.entity_authorization_checker' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker',
  15551.             'hitso.entity_clone_factory' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory',
  15552.             'hitso.entity_manager_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection',
  15553.             'hitso.loggable_reverter' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter',
  15554.             'hitso.loggable_reverter_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection',
  15555.             'hitso.media_url_generator' => 'Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator',
  15556.             'http_kernel' => '?',
  15557.             'parameter_bag' => '?',
  15558.             'request.helper' => '?',
  15559.             'request_stack' => '?',
  15560.             'router' => '?',
  15561.             'router.helper' => '?',
  15562.             'security.authorization_checker' => '?',
  15563.             'security.csrf.token_manager' => '?',
  15564.             'security.token_storage' => '?',
  15565.             'serializer' => '?',
  15566.             'session' => '?',
  15567.             'site.collection' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection',
  15568.             'site.context' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext',
  15569.             'sonata.seo.page' => '?',
  15570.             'templating' => '?',
  15571.             'templating.helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper',
  15572.             'translator' => '?',
  15573.             'twig' => '?',
  15574.             'white_october_breadcrumbs' => '?',
  15575.         ]);
  15576.     }
  15577.     /**
  15578.      * Gets the private '.service_locator.pECfXln' shared service.
  15579.      *
  15580.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15581.      */
  15582.     protected function get_ServiceLocator_PECfXlnService()
  15583.     {
  15584.         return $this->privates['.service_locator.pECfXln'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15585.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15586.         ], [
  15587.             'breadcrumbs' => '?',
  15588.         ]);
  15589.     }
  15590.     /**
  15591.      * Gets the private '.service_locator.pa0sPOR' shared service.
  15592.      *
  15593.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15594.      */
  15595.     protected function get_ServiceLocator_Pa0sPORService()
  15596.     {
  15597.         return $this->privates['.service_locator.pa0sPOR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15598.             'directory' => ['privates''.errored..service_locator.pa0sPOR.Hitso\\Bundle\\FileManagerBundle\\Entity\\Directory'NULL'Cannot autowire service ".service_locator.pa0sPOR": it references class "Hitso\\Bundle\\FileManagerBundle\\Entity\\Directory" but no such service exists.'],
  15599.         ], [
  15600.             'directory' => 'Hitso\\Bundle\\FileManagerBundle\\Entity\\Directory',
  15601.         ]);
  15602.     }
  15603.     /**
  15604.      * Gets the private '.service_locator.pprKcb9' shared service.
  15605.      *
  15606.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15607.      */
  15608.     protected function get_ServiceLocator_PprKcb9Service()
  15609.     {
  15610.         return $this->privates['.service_locator.pprKcb9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15611.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15612.             'productSerie' => ['privates''.errored..service_locator.pprKcb9.Hartmann\\Bundle\\AppBundle\\Entity\\ProductSerie'NULL'Cannot autowire service ".service_locator.pprKcb9": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductSerie" but no such service exists.'],
  15613.         ], [
  15614.             'breadcrumbs' => '?',
  15615.             'productSerie' => 'Hartmann\\Bundle\\AppBundle\\Entity\\ProductSerie',
  15616.         ]);
  15617.     }
  15618.     /**
  15619.      * Gets the private '.service_locator.q_Wr7A9' shared service.
  15620.      *
  15621.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15622.      */
  15623.     protected function get_ServiceLocator_QWr7A9Service()
  15624.     {
  15625.         return $this->privates['.service_locator.q_Wr7A9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15626.             'kernel' => ['services''kernel''getKernelService'false],
  15627.         ], [
  15628.             'kernel' => '?',
  15629.         ]);
  15630.     }
  15631.     /**
  15632.      * Gets the private '.service_locator.qm.HRBM' shared service.
  15633.      *
  15634.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15635.      */
  15636.     protected function get_ServiceLocator_Qm_HRBMService()
  15637.     {
  15638.         return $this->privates['.service_locator.qm.HRBM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15639.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15640.             'operationManager' => ['privates''Hitso\\Bundle\\TicketsBundle\\Manager\\OperationManager''getOperationManagerService'false],
  15641.         ], [
  15642.             'breadcrumbs' => '?',
  15643.             'operationManager' => 'Hitso\\Bundle\\TicketsBundle\\Manager\\OperationManager',
  15644.         ]);
  15645.     }
  15646.     /**
  15647.      * Gets the private '.service_locator.qnyH42P' shared service.
  15648.      *
  15649.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15650.      */
  15651.     protected function get_ServiceLocator_QnyH42PService()
  15652.     {
  15653.         return $this->privates['.service_locator.qnyH42P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15654.             'cmf_seo.presentation' => ['privates''cmf_seo.presentation''getCmfSeo_PresentationService'false],
  15655.             'crud_action_describer' => ['privates''Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber''getCrudActionDescriberService'false],
  15656.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  15657.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  15658.             'hitso.content_types' => ['privates''Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection''getContentTypeCollectionService'false],
  15659.             'hitso.entity_authorization_checker' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker''getEntityAuthorizationCheckerService'false],
  15660.             'hitso.entity_clone_factory' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory''getEntityCloneFactoryService'false],
  15661.             'hitso.entity_manager_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection''getManagerCollectionService'false],
  15662.             'hitso.loggable_reverter' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter''getLoggableReverterService'false],
  15663.             'hitso.loggable_reverter_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection''getLoggableReverterCollectionService'false],
  15664.             'hitso.media_url_generator' => ['privates''Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator''getUrlGeneratorService'false],
  15665.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  15666.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  15667.             'request.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper''getRequestHelperService'false],
  15668.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  15669.             'router' => ['services''cmf_routing.router''getCmfRouting_RouterService'false],
  15670.             'router.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper''getRouterHelperService'false],
  15671.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  15672.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  15673.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  15674.             'serializer' => ['services''serializer''getSerializerService'false],
  15675.             'session' => ['services''session''getSessionService'false],
  15676.             'site.collection' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection''getSiteCollectionService'false],
  15677.             'site.context' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext''getSiteContextService'false],
  15678.             'sonata.seo.page' => ['services''sonata.seo.page.default''getSonata_Seo_Page_DefaultService'false],
  15679.             'templating' => ['services''templating''getTemplatingService'false],
  15680.             'templating.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper''getTemplatingHelperService'false],
  15681.             'translator' => ['privates''translator.data_collector''getTranslator_DataCollectorService'false],
  15682.             'twig' => ['services''twig''getTwigService'false],
  15683.             'white_october_breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15684.         ], [
  15685.             'cmf_seo.presentation' => '?',
  15686.             'crud_action_describer' => 'Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber',
  15687.             'doctrine' => '?',
  15688.             'form.factory' => '?',
  15689.             'hitso.content_types' => 'Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection',
  15690.             'hitso.entity_authorization_checker' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker',
  15691.             'hitso.entity_clone_factory' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory',
  15692.             'hitso.entity_manager_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection',
  15693.             'hitso.loggable_reverter' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter',
  15694.             'hitso.loggable_reverter_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection',
  15695.             'hitso.media_url_generator' => 'Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator',
  15696.             'http_kernel' => '?',
  15697.             'parameter_bag' => '?',
  15698.             'request.helper' => '?',
  15699.             'request_stack' => '?',
  15700.             'router' => '?',
  15701.             'router.helper' => '?',
  15702.             'security.authorization_checker' => '?',
  15703.             'security.csrf.token_manager' => '?',
  15704.             'security.token_storage' => '?',
  15705.             'serializer' => '?',
  15706.             'session' => '?',
  15707.             'site.collection' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection',
  15708.             'site.context' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext',
  15709.             'sonata.seo.page' => '?',
  15710.             'templating' => '?',
  15711.             'templating.helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper',
  15712.             'translator' => '?',
  15713.             'twig' => '?',
  15714.             'white_october_breadcrumbs' => '?',
  15715.         ]);
  15716.     }
  15717.     /**
  15718.      * Gets the private '.service_locator.r95ex5O' shared service.
  15719.      *
  15720.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15721.      */
  15722.     protected function get_ServiceLocator_R95ex5OService()
  15723.     {
  15724.         return $this->privates['.service_locator.r95ex5O'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15725.             'slogan' => ['privates''.errored..service_locator.r95ex5O.Hartmann\\Bundle\\AppBundle\\Entity\\Slogan'NULL'Cannot autowire service ".service_locator.r95ex5O": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Slogan" but no such service exists.'],
  15726.         ], [
  15727.             'slogan' => 'Hartmann\\Bundle\\AppBundle\\Entity\\Slogan',
  15728.         ]);
  15729.     }
  15730.     /**
  15731.      * Gets the private '.service_locator.siAC6nS' shared service.
  15732.      *
  15733.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15734.      */
  15735.     protected function get_ServiceLocator_SiAC6nSService()
  15736.     {
  15737.         return $this->privates['.service_locator.siAC6nS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15738.             'file' => ['privates''.errored..service_locator.siAC6nS.Hitso\\Bundle\\FileManagerBundle\\Entity\\File'NULL'Cannot autowire service ".service_locator.siAC6nS": it references class "Hitso\\Bundle\\FileManagerBundle\\Entity\\File" but no such service exists.'],
  15739.         ], [
  15740.             'file' => 'Hitso\\Bundle\\FileManagerBundle\\Entity\\File',
  15741.         ]);
  15742.     }
  15743.     /**
  15744.      * Gets the private '.service_locator.spHR1WY' shared service.
  15745.      *
  15746.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15747.      */
  15748.     protected function get_ServiceLocator_SpHR1WYService()
  15749.     {
  15750.         return $this->privates['.service_locator.spHR1WY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15751.             'redirect' => ['privates''.errored..service_locator.spHR1WY.Hitso\\Bundle\\RoutingBundle\\Entity\\Redirect'NULL'Cannot autowire service ".service_locator.spHR1WY": it references class "Hitso\\Bundle\\RoutingBundle\\Entity\\Redirect" but no such service exists.'],
  15752.             'redirectFileCreator' => ['privates''Hitso\\Bundle\\RoutingBundle\\Service\\RedirectFileCreator''getRedirectFileCreatorService'false],
  15753.         ], [
  15754.             'redirect' => 'Hitso\\Bundle\\RoutingBundle\\Entity\\Redirect',
  15755.             'redirectFileCreator' => 'Hitso\\Bundle\\RoutingBundle\\Service\\RedirectFileCreator',
  15756.         ]);
  15757.     }
  15758.     /**
  15759.      * Gets the private '.service_locator.tBMB9l2' shared service.
  15760.      *
  15761.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15762.      */
  15763.     protected function get_ServiceLocator_TBMB9l2Service()
  15764.     {
  15765.         return $this->privates['.service_locator.tBMB9l2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15766.             'file' => ['privates''.errored..service_locator.tBMB9l2.Hitso\\Bundle\\FileManagerBundle\\Entity\\File'NULL'Cannot autowire service ".service_locator.tBMB9l2": it references class "Hitso\\Bundle\\FileManagerBundle\\Entity\\File" but no such service exists.'],
  15767.         ], [
  15768.             'file' => 'Hitso\\Bundle\\FileManagerBundle\\Entity\\File',
  15769.         ]);
  15770.     }
  15771.     /**
  15772.      * Gets the private '.service_locator.tDyS..U' shared service.
  15773.      *
  15774.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15775.      */
  15776.     protected function get_ServiceLocator_TDyS__UService()
  15777.     {
  15778.         return $this->privates['.service_locator.tDyS..U'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15779.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15780.             'slide' => ['privates''.errored..service_locator.tDyS..U.Hitso\\Bundle\\ContentBundle\\Entity\\Slide'NULL'Cannot autowire service ".service_locator.tDyS..U": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Slide" but no such service exists.'],
  15781.             'slidesConfig' => ['privates''.value.cflQOUo''get_Value_CflQOUoService'false],
  15782.         ], [
  15783.             'breadcrumbs' => '?',
  15784.             'slide' => 'Hitso\\Bundle\\ContentBundle\\Entity\\Slide',
  15785.             'slidesConfig' => '?',
  15786.         ]);
  15787.     }
  15788.     /**
  15789.      * Gets the private '.service_locator.tPo4csB' shared service.
  15790.      *
  15791.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15792.      */
  15793.     protected function get_ServiceLocator_TPo4csBService()
  15794.     {
  15795.         return $this->privates['.service_locator.tPo4csB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15796.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15797.             'instruction' => ['privates''.errored..service_locator.tPo4csB.Hartmann\\Bundle\\AppBundle\\Entity\\Instruction'NULL'Cannot autowire service ".service_locator.tPo4csB": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Instruction" but no such service exists.'],
  15798.         ], [
  15799.             'breadcrumbs' => '?',
  15800.             'instruction' => 'Hartmann\\Bundle\\AppBundle\\Entity\\Instruction',
  15801.         ]);
  15802.     }
  15803.     /**
  15804.      * Gets the private '.service_locator.tbnmERi' shared service.
  15805.      *
  15806.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15807.      */
  15808.     protected function get_ServiceLocator_TbnmERiService()
  15809.     {
  15810.         return $this->privates['.service_locator.tbnmERi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15811.             'subscriber' => ['privates''.errored..service_locator.tbnmERi.Hitso\\Bundle\\NewsletterBundle\\Entity\\Subscriber'NULL'Cannot autowire service ".service_locator.tbnmERi": it references class "Hitso\\Bundle\\NewsletterBundle\\Entity\\Subscriber" but no such service exists.'],
  15812.         ], [
  15813.             'subscriber' => 'Hitso\\Bundle\\NewsletterBundle\\Entity\\Subscriber',
  15814.         ]);
  15815.     }
  15816.     /**
  15817.      * Gets the private '.service_locator.u5X6chb' shared service.
  15818.      *
  15819.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15820.      */
  15821.     protected function get_ServiceLocator_U5X6chbService()
  15822.     {
  15823.         return $this->privates['.service_locator.u5X6chb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15824.             'publication' => ['privates''.errored..service_locator.u5X6chb.Hartmann\\Bundle\\AppBundle\\Entity\\Publication'NULL'Cannot autowire service ".service_locator.u5X6chb": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\Publication" but no such service exists.'],
  15825.         ], [
  15826.             'publication' => 'Hartmann\\Bundle\\AppBundle\\Entity\\Publication',
  15827.         ]);
  15828.     }
  15829.     /**
  15830.      * Gets the private '.service_locator.uGJNrby' shared service.
  15831.      *
  15832.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15833.      */
  15834.     protected function get_ServiceLocator_UGJNrbyService()
  15835.     {
  15836.         return $this->privates['.service_locator.uGJNrby'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15837.             'repository' => ['privates''Hitso\\Bundle\\ContentBundle\\Repository\\ArticleRepository''getArticleRepositoryService'false],
  15838.         ], [
  15839.             'repository' => 'Hitso\\Bundle\\ContentBundle\\Repository\\ArticleRepository',
  15840.         ]);
  15841.     }
  15842.     /**
  15843.      * Gets the private '.service_locator.uZ7662S.Hitso\Bundle\ContentBundle\Controller\Admin\SlideController' shared service.
  15844.      *
  15845.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15846.      */
  15847.     protected function getSlideController2Service()
  15848.     {
  15849.         return (new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15850.             'cmf_seo.presentation' => ['privates''cmf_seo.presentation''getCmfSeo_PresentationService'false],
  15851.             'crud_action_describer' => ['privates''Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber''getCrudActionDescriberService'false],
  15852.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  15853.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  15854.             'hitso.content_types' => ['privates''Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection''getContentTypeCollectionService'false],
  15855.             'hitso.entity_authorization_checker' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker''getEntityAuthorizationCheckerService'false],
  15856.             'hitso.entity_clone_factory' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory''getEntityCloneFactoryService'false],
  15857.             'hitso.entity_manager_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection''getManagerCollectionService'false],
  15858.             'hitso.loggable_reverter' => ['privates''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter''getLoggableReverterService'false],
  15859.             'hitso.loggable_reverter_collection' => ['services''Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection''getLoggableReverterCollectionService'false],
  15860.             'hitso.media_url_generator' => ['privates''Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator''getUrlGeneratorService'false],
  15861.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  15862.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  15863.             'request.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper''getRequestHelperService'false],
  15864.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  15865.             'router' => ['services''cmf_routing.router''getCmfRouting_RouterService'false],
  15866.             'router.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper''getRouterHelperService'false],
  15867.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  15868.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  15869.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  15870.             'serializer' => ['services''serializer''getSerializerService'false],
  15871.             'session' => ['services''session''getSessionService'false],
  15872.             'site.collection' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection''getSiteCollectionService'false],
  15873.             'site.context' => ['privates''Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext''getSiteContextService'false],
  15874.             'sonata.seo.page' => ['services''sonata.seo.page.default''getSonata_Seo_Page_DefaultService'false],
  15875.             'templating' => ['services''templating''getTemplatingService'false],
  15876.             'templating.helper' => ['privates''Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper''getTemplatingHelperService'false],
  15877.             'translator' => ['privates''translator.data_collector''getTranslator_DataCollectorService'false],
  15878.             'twig' => ['services''twig''getTwigService'false],
  15879.             'white_october_breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15880.         ], [
  15881.             'cmf_seo.presentation' => '?',
  15882.             'crud_action_describer' => 'Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber',
  15883.             'doctrine' => '?',
  15884.             'form.factory' => '?',
  15885.             'hitso.content_types' => 'Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection',
  15886.             'hitso.entity_authorization_checker' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker',
  15887.             'hitso.entity_clone_factory' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory',
  15888.             'hitso.entity_manager_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection',
  15889.             'hitso.loggable_reverter' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter',
  15890.             'hitso.loggable_reverter_collection' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverterCollection',
  15891.             'hitso.media_url_generator' => 'Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator',
  15892.             'http_kernel' => '?',
  15893.             'parameter_bag' => '?',
  15894.             'request.helper' => '?',
  15895.             'request_stack' => '?',
  15896.             'router' => '?',
  15897.             'router.helper' => '?',
  15898.             'security.authorization_checker' => '?',
  15899.             'security.csrf.token_manager' => '?',
  15900.             'security.token_storage' => '?',
  15901.             'serializer' => '?',
  15902.             'session' => '?',
  15903.             'site.collection' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection',
  15904.             'site.context' => 'Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext',
  15905.             'sonata.seo.page' => '?',
  15906.             'templating' => '?',
  15907.             'templating.helper' => 'Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper',
  15908.             'translator' => '?',
  15909.             'twig' => '?',
  15910.             'white_october_breadcrumbs' => '?',
  15911.         ]))->withContext('Hitso\\Bundle\\ContentBundle\\Controller\\Admin\\SlideController'$this);
  15912.     }
  15913.     /**
  15914.      * Gets the private '.service_locator.ucVOyAc' shared service.
  15915.      *
  15916.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15917.      */
  15918.     protected function get_ServiceLocator_UcVOyAcService()
  15919.     {
  15920.         return $this->privates['.service_locator.ucVOyAc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15921.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15922.             'section' => ['privates''Hitso\\Bundle\\SectionBundle\\Entity\\Section''getSectionService'false],
  15923.         ], [
  15924.             'breadcrumbs' => '?',
  15925.             'section' => 'Hitso\\Bundle\\SectionBundle\\Entity\\Section',
  15926.         ]);
  15927.     }
  15928.     /**
  15929.      * Gets the private '.service_locator.v4EPFh.' shared service.
  15930.      *
  15931.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15932.      */
  15933.     protected function get_ServiceLocator_V4EPFh_Service()
  15934.     {
  15935.         return $this->privates['.service_locator.v4EPFh.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15936.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15937.             'entity' => ['privates''.errored..service_locator.v4EPFh..Hitso\\Bundle\\AdminBundle\\Entity\\Whitelist'NULL'Cannot autowire service ".service_locator.v4EPFh.": it references class "Hitso\\Bundle\\AdminBundle\\Entity\\Whitelist" but no such service exists.'],
  15938.         ], [
  15939.             'breadcrumbs' => '?',
  15940.             'entity' => 'Hitso\\Bundle\\AdminBundle\\Entity\\Whitelist',
  15941.         ]);
  15942.     }
  15943.     /**
  15944.      * Gets the private '.service_locator.va1wmfW' shared service.
  15945.      *
  15946.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15947.      */
  15948.     protected function get_ServiceLocator_Va1wmfWService()
  15949.     {
  15950.         return $this->privates['.service_locator.va1wmfW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15951.             'ticket' => ['privates''.errored..service_locator.va1wmfW.Hitso\\Bundle\\TicketsBundle\\Entity\\Ticket'NULL'Cannot autowire service ".service_locator.va1wmfW": it references class "Hitso\\Bundle\\TicketsBundle\\Entity\\Ticket" but no such service exists.'],
  15952.         ], [
  15953.             'ticket' => 'Hitso\\Bundle\\TicketsBundle\\Entity\\Ticket',
  15954.         ]);
  15955.     }
  15956.     /**
  15957.      * Gets the private '.service_locator.van9oJL' shared service.
  15958.      *
  15959.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15960.      */
  15961.     protected function get_ServiceLocator_Van9oJLService()
  15962.     {
  15963.         return $this->privates['.service_locator.van9oJL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15964.             'section' => ['privates''Hitso\\Bundle\\SectionBundle\\Entity\\Section''getSectionService'false],
  15965.         ], [
  15966.             'section' => 'Hitso\\Bundle\\SectionBundle\\Entity\\Section',
  15967.         ]);
  15968.     }
  15969.     /**
  15970.      * Gets the private '.service_locator.vup1AmX' shared service.
  15971.      *
  15972.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15973.      */
  15974.     protected function get_ServiceLocator_Vup1AmXService()
  15975.     {
  15976.         return $this->privates['.service_locator.vup1AmX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15977.             'hotspot' => ['privates''.errored..service_locator.vup1AmX.Hitso\\Bundle\\FileManagerBundle\\Entity\\FileHotspot'NULL'Cannot autowire service ".service_locator.vup1AmX": it references class "Hitso\\Bundle\\FileManagerBundle\\Entity\\FileHotspot" but no such service exists.'],
  15978.         ], [
  15979.             'hotspot' => 'Hitso\\Bundle\\FileManagerBundle\\Entity\\FileHotspot',
  15980.         ]);
  15981.     }
  15982.     /**
  15983.      * Gets the private '.service_locator.wFGLuPT' shared service.
  15984.      *
  15985.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15986.      */
  15987.     protected function get_ServiceLocator_WFGLuPTService()
  15988.     {
  15989.         return $this->privates['.service_locator.wFGLuPT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15990.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  15991.             'productFireResistance' => ['privates''.errored..service_locator.wFGLuPT.Hartmann\\Bundle\\AppBundle\\Entity\\ProductFireResistance'NULL'Cannot autowire service ".service_locator.wFGLuPT": it references class "Hartmann\\Bundle\\AppBundle\\Entity\\ProductFireResistance" but no such service exists.'],
  15992.         ], [
  15993.             'breadcrumbs' => '?',
  15994.             'productFireResistance' => 'Hartmann\\Bundle\\AppBundle\\Entity\\ProductFireResistance',
  15995.         ]);
  15996.     }
  15997.     /**
  15998.      * Gets the private '.service_locator.wdcYQrg' shared service.
  15999.      *
  16000.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16001.      */
  16002.     protected function get_ServiceLocator_WdcYQrgService()
  16003.     {
  16004.         return $this->privates['.service_locator.wdcYQrg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16005.             'attribute' => ['privates''.errored..service_locator.wdcYQrg.Hitso\\Bundle\\CatalogBundle\\Entity\\Attribute'NULL'Cannot autowire service ".service_locator.wdcYQrg": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\Attribute" but no such service exists.'],
  16006.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  16007.         ], [
  16008.             'attribute' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\Attribute',
  16009.             'breadcrumbs' => '?',
  16010.         ]);
  16011.     }
  16012.     /**
  16013.      * Gets the private '.service_locator.xUVHyrR' shared service.
  16014.      *
  16015.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16016.      */
  16017.     protected function get_ServiceLocator_XUVHyrRService()
  16018.     {
  16019.         return $this->privates['.service_locator.xUVHyrR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16020.             'entity' => ['privates''.errored..service_locator.xUVHyrR.Hitso\\Bundle\\TaggingBundle\\Entity\\TagType'NULL'Cannot autowire service ".service_locator.xUVHyrR": it references class "Hitso\\Bundle\\TaggingBundle\\Entity\\TagType" but no such service exists.'],
  16021.         ], [
  16022.             'entity' => 'Hitso\\Bundle\\TaggingBundle\\Entity\\TagType',
  16023.         ]);
  16024.     }
  16025.     /**
  16026.      * Gets the private '.service_locator.yGlmO6l' shared service.
  16027.      *
  16028.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16029.      */
  16030.     protected function get_ServiceLocator_YGlmO6lService()
  16031.     {
  16032.         return $this->privates['.service_locator.yGlmO6l'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16033.             'attributeGroup' => ['privates''.errored..service_locator.yGlmO6l.Hitso\\Bundle\\CatalogBundle\\Entity\\AttributeGroup'NULL'Cannot autowire service ".service_locator.yGlmO6l": it references class "Hitso\\Bundle\\CatalogBundle\\Entity\\AttributeGroup" but no such service exists.'],
  16034.         ], [
  16035.             'attributeGroup' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\AttributeGroup',
  16036.         ]);
  16037.     }
  16038.     /**
  16039.      * Gets the private '.service_locator.yPO_pMw' shared service.
  16040.      *
  16041.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16042.      */
  16043.     protected function get_ServiceLocator_YPOPMwService()
  16044.     {
  16045.         return $this->privates['.service_locator.yPO_pMw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16046.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  16047.             'file' => ['privates''.errored..service_locator.yPO_pMw.Hitso\\Bundle\\FileManagerBundle\\Entity\\File'NULL'Cannot autowire service ".service_locator.yPO_pMw": it references class "Hitso\\Bundle\\FileManagerBundle\\Entity\\File" but no such service exists.'],
  16048.         ], [
  16049.             'breadcrumbs' => '?',
  16050.             'file' => 'Hitso\\Bundle\\FileManagerBundle\\Entity\\File',
  16051.         ]);
  16052.     }
  16053.     /**
  16054.      * Gets the private '.service_locator.yfsuJP_' shared service.
  16055.      *
  16056.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16057.      */
  16058.     protected function get_ServiceLocator_YfsuJPService()
  16059.     {
  16060.         return $this->privates['.service_locator.yfsuJP_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16061.             'params' => ['privates''parameter_bag''getParameterBagService'false],
  16062.         ], [
  16063.             'params' => '?',
  16064.         ]);
  16065.     }
  16066.     /**
  16067.      * Gets the private '.service_locator.z5tgTif' shared service.
  16068.      *
  16069.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16070.      */
  16071.     protected function get_ServiceLocator_Z5tgTifService()
  16072.     {
  16073.         return $this->privates['.service_locator.z5tgTif'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16074.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  16075.         ], [
  16076.             'breadcrumbs' => '?',
  16077.         ]);
  16078.     }
  16079.     /**
  16080.      * Gets the private '.service_locator.zlOKpuy' shared service.
  16081.      *
  16082.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16083.      */
  16084.     protected function get_ServiceLocator_ZlOKpuyService()
  16085.     {
  16086.         return $this->privates['.service_locator.zlOKpuy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16087.             'group' => ['privates''Hitso\\Bundle\\SectionBundle\\Entity\\Group''getGroupService'false],
  16088.         ], [
  16089.             'group' => 'Hitso\\Bundle\\SectionBundle\\Entity\\Group',
  16090.         ]);
  16091.     }
  16092.     /**
  16093.      * Gets the private '.service_locator.zzD6e9A' shared service.
  16094.      *
  16095.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16096.      */
  16097.     protected function get_ServiceLocator_ZzD6e9AService()
  16098.     {
  16099.         return $this->privates['.service_locator.zzD6e9A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16100.             'article' => ['privates''.errored..service_locator.zzD6e9A.Hitso\\Bundle\\ContentBundle\\Entity\\Article'NULL'Cannot autowire service ".service_locator.zzD6e9A": it references class "Hitso\\Bundle\\ContentBundle\\Entity\\Article" but no such service exists.'],
  16101.             'breadcrumbs' => ['services''white_october_breadcrumbs''getWhiteOctoberBreadcrumbsService'false],
  16102.         ], [
  16103.             'article' => 'Hitso\\Bundle\\ContentBundle\\Entity\\Article',
  16104.             'breadcrumbs' => '?',
  16105.         ]);
  16106.     }
  16107.     /**
  16108.      * Gets the private '.value.cflQOUo' shared service.
  16109.      *
  16110.      * @return \mixed
  16111.      */
  16112.     protected function get_Value_CflQOUoService()
  16113.     {
  16114.         return $this->privates['.value.cflQOUo'] = \current([=> $this->parameters['content.slides']]);
  16115.     }
  16116.     /**
  16117.      * Gets the private 'Endroid\QrCodeBundle\Twig\QrCodeRuntime' shared autowired service.
  16118.      *
  16119.      * @return \Endroid\QrCodeBundle\Twig\QrCodeRuntime
  16120.      */
  16121.     protected function getQrCodeRuntimeService()
  16122.     {
  16123.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  16124.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeRuntime.php';
  16125.         return $this->privates['Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime'] = new \Endroid\QrCodeBundle\Twig\QrCodeRuntime(($this->privates['Endroid\\QrCode\\Factory\\QrCodeFactory'] ?? $this->getQrCodeFactoryService()), ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()));
  16126.     }
  16127.     /**
  16128.      * Gets the private 'Endroid\QrCode\Factory\QrCodeFactory' shared autowired service.
  16129.      *
  16130.      * @return \Endroid\QrCode\Factory\QrCodeFactory
  16131.      */
  16132.     protected function getQrCodeFactoryService()
  16133.     {
  16134.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Factory/QrCodeFactoryInterface.php';
  16135.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Factory/QrCodeFactory.php';
  16136.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/WriterRegistryInterface.php';
  16137.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/WriterRegistry.php';
  16138.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  16139.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/AbstractWriter.php';
  16140.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/BinaryWriter.php';
  16141.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/DebugWriter.php';
  16142.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/EpsWriter.php';
  16143.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/PngWriter.php';
  16144.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/SvgWriter.php';
  16145.         $a = new \Endroid\QrCode\WriterRegistry();
  16146.         $a->addWriters(new RewindableGenerator(function () {
  16147.             yield => ($this->services['Endroid\\QrCode\\Writer\\BinaryWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\BinaryWriter'] = new \Endroid\QrCode\Writer\BinaryWriter()));
  16148.             yield => ($this->services['Endroid\\QrCode\\Writer\\DebugWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\DebugWriter'] = new \Endroid\QrCode\Writer\DebugWriter()));
  16149.             yield => ($this->services['Endroid\\QrCode\\Writer\\EpsWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\EpsWriter'] = new \Endroid\QrCode\Writer\EpsWriter()));
  16150.             yield => ($this->services['Endroid\\QrCode\\Writer\\PngWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter()));
  16151.             yield => ($this->services['Endroid\\QrCode\\Writer\\SvgWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\SvgWriter'] = new \Endroid\QrCode\Writer\SvgWriter()));
  16152.         }, 5));
  16153.         $a->addWriter(($this->services['Endroid\\QrCode\\Writer\\BinaryWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\BinaryWriter'] = new \Endroid\QrCode\Writer\BinaryWriter())));
  16154.         $a->addWriter(($this->services['Endroid\\QrCode\\Writer\\DebugWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\DebugWriter'] = new \Endroid\QrCode\Writer\DebugWriter())));
  16155.         $a->addWriter(($this->services['Endroid\\QrCode\\Writer\\EpsWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\EpsWriter'] = new \Endroid\QrCode\Writer\EpsWriter())));
  16156.         $a->addWriter(($this->services['Endroid\\QrCode\\Writer\\PngWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter())));
  16157.         $a->addWriter(($this->services['Endroid\\QrCode\\Writer\\SvgWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\SvgWriter'] = new \Endroid\QrCode\Writer\SvgWriter())));
  16158.         return $this->privates['Endroid\\QrCode\\Factory\\QrCodeFactory'] = new \Endroid\QrCode\Factory\QrCodeFactory(['writer' => 'png''size' => 300'margin' => 10'foreground_color' => ['r' => 0'g' => 0'b' => 0'a' => 0], 'background_color' => ['r' => 255'g' => 255'b' => 255'a' => 0], 'error_correction_level' => 'low''encoding' => 'UTF-8''label' => 'Scan the code''label_font_size' => 20'label_alignment' => 'left''label_margin' => ['b' => 20], 'logo_width' => 150'logo_height' => 200'validate_result' => false'writer_options' => ['exclude_xml_declaration' => true]], $a);
  16159.     }
  16160.     /**
  16161.      * Gets the private 'GraphQL\Server\ServerConfig' shared autowired service.
  16162.      *
  16163.      * @return \TheCodingMachine\GraphQLite\Bundle\Server\ServerConfig
  16164.      */
  16165.     protected function getServerConfigService()
  16166.     {
  16167.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Server/ServerConfig.php';
  16168.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite-bundle/Server/ServerConfig.php';
  16169.         $this->privates['GraphQL\\Server\\ServerConfig'] = $instance = new \TheCodingMachine\GraphQLite\Bundle\Server\ServerConfig();
  16170.         $instance->setSchema(($this->services['TheCodingMachine\\GraphQLite\\Schema'] ?? $this->getSchemaService()));
  16171.         $instance->setErrorFormatter([=> '\\TheCodingMachine\\GraphQLite\\Exceptions\\WebonyxErrorHandler'=> 'errorFormatter']);
  16172.         $instance->setErrorsHandler([=> '\\TheCodingMachine\\GraphQLite\\Exceptions\\WebonyxErrorHandler'=> 'errorHandler']);
  16173.         $instance->setDebugFlag(8);
  16174.         $instance->setValidationRules([]);
  16175.         return $instance;
  16176.     }
  16177.     /**
  16178.      * Gets the private 'Hartmann\Bundle\AppBundle\DataFixtures\ORM\Catalog\LoadCatalogData' shared autowired service.
  16179.      *
  16180.      * @return \Hartmann\Bundle\AppBundle\DataFixtures\ORM\Catalog\LoadCatalogData
  16181.      */
  16182.     protected function getLoadCatalogDataService()
  16183.     {
  16184.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  16185.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  16186.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  16187.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/DataFixtures/AbstractFixture.php';
  16188.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataFixtures/ORM/Catalog/LoadCatalogData.php';
  16189.         return $this->privates['Hartmann\\Bundle\\AppBundle\\DataFixtures\\ORM\\Catalog\\LoadCatalogData'] = new \Hartmann\Bundle\AppBundle\DataFixtures\ORM\Catalog\LoadCatalogData(($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection'] ?? $this->getSiteCollectionService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\DirectoryManager'] ?? $this->getDirectoryManagerService()), ($this->privates['Hartmann\\Bundle\\AppBundle\\Helper\\LoadFilesHelper'] ?? $this->getLoadFilesHelperService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()));
  16190.     }
  16191.     /**
  16192.      * Gets the private 'Hartmann\Bundle\AppBundle\DataFixtures\ORM\Content\LoadArticleData' shared autowired service.
  16193.      *
  16194.      * @return \Hartmann\Bundle\AppBundle\DataFixtures\ORM\Content\LoadArticleData
  16195.      */
  16196.     protected function getLoadArticleDataService()
  16197.     {
  16198.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  16199.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  16200.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  16201.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/DataFixtures/AbstractFixture.php';
  16202.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/OrderedFixtureInterface.php';
  16203.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataFixtures/ORM/Content/LoadArticleData.php';
  16204.         return $this->privates['Hartmann\\Bundle\\AppBundle\\DataFixtures\\ORM\\Content\\LoadArticleData'] = new \Hartmann\Bundle\AppBundle\DataFixtures\ORM\Content\LoadArticleData(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection'] ?? $this->getSiteCollectionService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->privates['Hartmann\\Bundle\\AppBundle\\Helper\\LoadFilesHelper'] ?? $this->getLoadFilesHelperService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\DirectoryManager'] ?? $this->getDirectoryManagerService()));
  16205.     }
  16206.     /**
  16207.      * Gets the private 'Hartmann\Bundle\AppBundle\Doctrine\Factory\EntityCloneFactory' shared autowired service.
  16208.      *
  16209.      * @return \Hartmann\Bundle\AppBundle\Doctrine\Factory\EntityCloneFactory
  16210.      */
  16211.     protected function getEntityCloneFactory2Service()
  16212.     {
  16213.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Doctrine/Factory/EntityCloneFactory.php';
  16214.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Factory\\EntityCloneFactory'] = new \Hartmann\Bundle\AppBundle\Doctrine\Factory\EntityCloneFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()));
  16215.     }
  16216.     /**
  16217.      * Gets the private 'Hartmann\Bundle\AppBundle\EventListener\CatalogCategorySubscriber' shared autowired service.
  16218.      *
  16219.      * @return \Hartmann\Bundle\AppBundle\EventListener\CatalogCategorySubscriber
  16220.      */
  16221.     protected function getCatalogCategorySubscriberService()
  16222.     {
  16223.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/EventListener/CatalogCategorySubscriber.php';
  16224.         return $this->privates['Hartmann\\Bundle\\AppBundle\\EventListener\\CatalogCategorySubscriber'] = new \Hartmann\Bundle\AppBundle\EventListener\CatalogCategorySubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  16225.     }
  16226.     /**
  16227.      * Gets the private 'Hartmann\Bundle\AppBundle\EventListener\ProductSubscriber' shared autowired service.
  16228.      *
  16229.      * @return \Hartmann\Bundle\AppBundle\EventListener\ProductSubscriber
  16230.      */
  16231.     protected function getProductSubscriberService()
  16232.     {
  16233.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/EventListener/ProductSubscriber.php';
  16234.         return $this->privates['Hartmann\\Bundle\\AppBundle\\EventListener\\ProductSubscriber'] = new \Hartmann\Bundle\AppBundle\EventListener\ProductSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  16235.     }
  16236.     /**
  16237.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\AttributeGroupType' shared autowired service.
  16238.      *
  16239.      * @return \Hartmann\Bundle\AppBundle\Form\AttributeGroupType
  16240.      */
  16241.     protected function getAttributeGroupType2Service()
  16242.     {
  16243.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16244.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16245.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/AttributeGroupType.php';
  16246.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\AttributeGroupType'] = new \Hartmann\Bundle\AppBundle\Form\AttributeGroupType(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Provider\\CatalogCategoryOrderedProvider'] ?? $this->getCatalogCategoryOrderedProviderService()));
  16247.     }
  16248.     /**
  16249.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\AttributeType' shared autowired service.
  16250.      *
  16251.      * @return \Hartmann\Bundle\AppBundle\Form\AttributeType
  16252.      */
  16253.     protected function getAttributeType2Service()
  16254.     {
  16255.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16256.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16257.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Form/AttributeType.php';
  16258.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/AttributeType.php';
  16259.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\AttributeType'] = new \Hartmann\Bundle\AppBundle\Form\AttributeType(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\AttributeRepository'] ?? $this->getAttributeRepositoryService()));
  16260.     }
  16261.     /**
  16262.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\CategoryAttributeFormType' shared autowired service.
  16263.      *
  16264.      * @return \Hartmann\Bundle\AppBundle\Form\CategoryAttributeFormType
  16265.      */
  16266.     protected function getCategoryAttributeFormTypeService()
  16267.     {
  16268.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16269.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16270.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/CategoryAttributeFormType.php';
  16271.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\CategoryAttributeFormType'] = new \Hartmann\Bundle\AppBundle\Form\CategoryAttributeFormType();
  16272.     }
  16273.     /**
  16274.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\CompanyReferenceType' shared autowired service.
  16275.      *
  16276.      * @return \Hartmann\Bundle\AppBundle\Form\CompanyReferenceType
  16277.      */
  16278.     protected function getCompanyReferenceType2Service()
  16279.     {
  16280.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16281.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16282.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/CompanyReferenceType.php';
  16283.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\CompanyReferenceType'] = new \Hartmann\Bundle\AppBundle\Form\CompanyReferenceType();
  16284.     }
  16285.     /**
  16286.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\FaqAnswerFormType' shared autowired service.
  16287.      *
  16288.      * @return \Hartmann\Bundle\AppBundle\Form\FaqAnswerFormType
  16289.      */
  16290.     protected function getFaqAnswerFormTypeService()
  16291.     {
  16292.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16293.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16294.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/FaqAnswerFormType.php';
  16295.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\FaqAnswerFormType'] = new \Hartmann\Bundle\AppBundle\Form\FaqAnswerFormType();
  16296.     }
  16297.     /**
  16298.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\FaqCategoryFormType' shared autowired service.
  16299.      *
  16300.      * @return \Hartmann\Bundle\AppBundle\Form\FaqCategoryFormType
  16301.      */
  16302.     protected function getFaqCategoryFormTypeService()
  16303.     {
  16304.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16305.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16306.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/FaqCategoryFormType.php';
  16307.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\FaqCategoryFormType'] = new \Hartmann\Bundle\AppBundle\Form\FaqCategoryFormType();
  16308.     }
  16309.     /**
  16310.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\InformationFormType' shared autowired service.
  16311.      *
  16312.      * @return \Hartmann\Bundle\AppBundle\Form\InformationFormType
  16313.      */
  16314.     protected function getInformationFormTypeService()
  16315.     {
  16316.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16317.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16318.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/InformationFormType.php';
  16319.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\InformationFormType'] = new \Hartmann\Bundle\AppBundle\Form\InformationFormType(($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()));
  16320.     }
  16321.     /**
  16322.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\InstructionCategoryFormType' shared autowired service.
  16323.      *
  16324.      * @return \Hartmann\Bundle\AppBundle\Form\InstructionCategoryFormType
  16325.      */
  16326.     protected function getInstructionCategoryFormTypeService()
  16327.     {
  16328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16329.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16330.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/InstructionCategoryFormType.php';
  16331.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\InstructionCategoryFormType'] = new \Hartmann\Bundle\AppBundle\Form\InstructionCategoryFormType();
  16332.     }
  16333.     /**
  16334.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\InstructionFormType' shared autowired service.
  16335.      *
  16336.      * @return \Hartmann\Bundle\AppBundle\Form\InstructionFormType
  16337.      */
  16338.     protected function getInstructionFormTypeService()
  16339.     {
  16340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16342.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/InstructionFormType.php';
  16343.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\InstructionFormType'] = new \Hartmann\Bundle\AppBundle\Form\InstructionFormType();
  16344.     }
  16345.     /**
  16346.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\MarketCategoryFormType' shared autowired service.
  16347.      *
  16348.      * @return \Hartmann\Bundle\AppBundle\Form\MarketCategoryFormType
  16349.      */
  16350.     protected function getMarketCategoryFormTypeService()
  16351.     {
  16352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16354.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/MarketCategoryFormType.php';
  16355.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\MarketCategoryFormType'] = new \Hartmann\Bundle\AppBundle\Form\MarketCategoryFormType();
  16356.     }
  16357.     /**
  16358.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\MarketFormType' shared autowired service.
  16359.      *
  16360.      * @return \Hartmann\Bundle\AppBundle\Form\MarketFormType
  16361.      */
  16362.     protected function getMarketFormTypeService()
  16363.     {
  16364.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16365.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16366.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/MarketFormType.php';
  16367.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\MarketFormType'] = new \Hartmann\Bundle\AppBundle\Form\MarketFormType();
  16368.     }
  16369.     /**
  16370.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\ProductFireResistanceFormType' shared autowired service.
  16371.      *
  16372.      * @return \Hartmann\Bundle\AppBundle\Form\ProductFireResistanceFormType
  16373.      */
  16374.     protected function getProductFireResistanceFormTypeService()
  16375.     {
  16376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16377.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16378.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/ProductFireResistanceFormType.php';
  16379.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\ProductFireResistanceFormType'] = new \Hartmann\Bundle\AppBundle\Form\ProductFireResistanceFormType();
  16380.     }
  16381.     /**
  16382.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\ProductInsuranceSecurityFormType' shared autowired service.
  16383.      *
  16384.      * @return \Hartmann\Bundle\AppBundle\Form\ProductInsuranceSecurityFormType
  16385.      */
  16386.     protected function getProductInsuranceSecurityFormTypeService()
  16387.     {
  16388.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16389.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16390.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/ProductInsuranceSecurityFormType.php';
  16391.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\ProductInsuranceSecurityFormType'] = new \Hartmann\Bundle\AppBundle\Form\ProductInsuranceSecurityFormType();
  16392.     }
  16393.     /**
  16394.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\ProductReviewFormType' shared autowired service.
  16395.      *
  16396.      * @return \Hartmann\Bundle\AppBundle\Form\ProductReviewFormType
  16397.      */
  16398.     protected function getProductReviewFormTypeService()
  16399.     {
  16400.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16401.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16402.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/ProductReviewFormType.php';
  16403.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\ProductReviewFormType'] = new \Hartmann\Bundle\AppBundle\Form\ProductReviewFormType();
  16404.     }
  16405.     /**
  16406.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\ProductSafeLockFormType' shared autowired service.
  16407.      *
  16408.      * @return \Hartmann\Bundle\AppBundle\Form\ProductSafeLockFormType
  16409.      */
  16410.     protected function getProductSafeLockFormTypeService()
  16411.     {
  16412.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16414.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/ProductSafeLockFormType.php';
  16415.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\ProductSafeLockFormType'] = new \Hartmann\Bundle\AppBundle\Form\ProductSafeLockFormType();
  16416.     }
  16417.     /**
  16418.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\ProductSecurityClassFeatureFormType' shared autowired service.
  16419.      *
  16420.      * @return \Hartmann\Bundle\AppBundle\Form\ProductSecurityClassFeatureFormType
  16421.      */
  16422.     protected function getProductSecurityClassFeatureFormTypeService()
  16423.     {
  16424.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16426.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/ProductSecurityClassFeatureFormType.php';
  16427.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\ProductSecurityClassFeatureFormType'] = new \Hartmann\Bundle\AppBundle\Form\ProductSecurityClassFeatureFormType();
  16428.     }
  16429.     /**
  16430.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\ProductSecurityClassFormType' shared autowired service.
  16431.      *
  16432.      * @return \Hartmann\Bundle\AppBundle\Form\ProductSecurityClassFormType
  16433.      */
  16434.     protected function getProductSecurityClassFormTypeService()
  16435.     {
  16436.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16438.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/ProductSecurityClassFormType.php';
  16439.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\ProductSecurityClassFormType'] = new \Hartmann\Bundle\AppBundle\Form\ProductSecurityClassFormType();
  16440.     }
  16441.     /**
  16442.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\ProductSerieFormType' shared autowired service.
  16443.      *
  16444.      * @return \Hartmann\Bundle\AppBundle\Form\ProductSerieFormType
  16445.      */
  16446.     protected function getProductSerieFormTypeService()
  16447.     {
  16448.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16450.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/ProductSerieFormType.php';
  16451.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\ProductSerieFormType'] = new \Hartmann\Bundle\AppBundle\Form\ProductSerieFormType();
  16452.     }
  16453.     /**
  16454.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\PublicationFormType' shared autowired service.
  16455.      *
  16456.      * @return \Hartmann\Bundle\AppBundle\Form\PublicationFormType
  16457.      */
  16458.     protected function getPublicationFormTypeService()
  16459.     {
  16460.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16461.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16462.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/PublicationFormType.php';
  16463.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\PublicationFormType'] = new \Hartmann\Bundle\AppBundle\Form\PublicationFormType(($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()));
  16464.     }
  16465.     /**
  16466.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\AbstractHartmannSectionType' shared autowired service.
  16467.      *
  16468.      * @return \Hartmann\Bundle\AppBundle\Form\Section\AbstractHartmannSectionType
  16469.      */
  16470.     protected function getAbstractHartmannSectionTypeService()
  16471.     {
  16472.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16473.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16474.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16475.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16476.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\AbstractHartmannSectionType'] = new \Hartmann\Bundle\AppBundle\Form\Section\AbstractHartmannSectionType();
  16477.     }
  16478.     /**
  16479.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\CTASectionType' shared autowired service.
  16480.      *
  16481.      * @return \Hartmann\Bundle\AppBundle\Form\Section\CTASectionType
  16482.      */
  16483.     protected function getCTASectionTypeService()
  16484.     {
  16485.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16486.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16487.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16488.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16489.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/CTASectionType.php';
  16490.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\CTASectionType'] = new \Hartmann\Bundle\AppBundle\Form\Section\CTASectionType();
  16491.     }
  16492.     /**
  16493.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\CollectionOfCategoriesAndContactSectionType' shared autowired service.
  16494.      *
  16495.      * @return \Hartmann\Bundle\AppBundle\Form\Section\CollectionOfCategoriesAndContactSectionType
  16496.      */
  16497.     protected function getCollectionOfCategoriesAndContactSectionTypeService()
  16498.     {
  16499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16500.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16501.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16502.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16503.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/CollectionOfCategoriesAndContactSectionType.php';
  16504.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\CollectionOfCategoriesAndContactSectionType'] = new \Hartmann\Bundle\AppBundle\Form\Section\CollectionOfCategoriesAndContactSectionType();
  16505.     }
  16506.     /**
  16507.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\CollectionOfCategoriesSectionType' shared autowired service.
  16508.      *
  16509.      * @return \Hartmann\Bundle\AppBundle\Form\Section\CollectionOfCategoriesSectionType
  16510.      */
  16511.     protected function getCollectionOfCategoriesSectionTypeService()
  16512.     {
  16513.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16514.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16515.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16516.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16517.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/CollectionOfCategoriesSectionType.php';
  16518.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\CollectionOfCategoriesSectionType'] = new \Hartmann\Bundle\AppBundle\Form\Section\CollectionOfCategoriesSectionType();
  16519.     }
  16520.     /**
  16521.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\ContactSectionType' shared autowired service.
  16522.      *
  16523.      * @return \Hartmann\Bundle\AppBundle\Form\Section\ContactSectionType
  16524.      */
  16525.     protected function getContactSectionTypeService()
  16526.     {
  16527.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16528.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16529.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16530.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16531.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/ContactSectionType.php';
  16532.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\ContactSectionType'] = new \Hartmann\Bundle\AppBundle\Form\Section\ContactSectionType();
  16533.     }
  16534.     /**
  16535.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\CustomerLogoSectionType' shared autowired service.
  16536.      *
  16537.      * @return \Hartmann\Bundle\AppBundle\Form\Section\CustomerLogoSectionType
  16538.      */
  16539.     protected function getCustomerLogoSectionTypeService()
  16540.     {
  16541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16543.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16544.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16545.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/CustomerLogoSectionType.php';
  16546.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\CustomerLogoSectionType'] = new \Hartmann\Bundle\AppBundle\Form\Section\CustomerLogoSectionType();
  16547.     }
  16548.     /**
  16549.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\ExclusiveCtaSectionType' shared autowired service.
  16550.      *
  16551.      * @return \Hartmann\Bundle\AppBundle\Form\Section\ExclusiveCtaSectionType
  16552.      */
  16553.     protected function getExclusiveCtaSectionTypeService()
  16554.     {
  16555.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16556.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16557.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16558.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16559.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/ExclusiveCtaSectionType.php';
  16560.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\ExclusiveCtaSectionType'] = new \Hartmann\Bundle\AppBundle\Form\Section\ExclusiveCtaSectionType();
  16561.     }
  16562.     /**
  16563.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\ExclusiveSafesType' shared autowired service.
  16564.      *
  16565.      * @return \Hartmann\Bundle\AppBundle\Form\Section\ExclusiveSafesType
  16566.      */
  16567.     protected function getExclusiveSafesTypeService()
  16568.     {
  16569.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16570.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16571.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16572.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16573.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/ExclusiveSafesType.php';
  16574.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\ExclusiveSafesType'] = new \Hartmann\Bundle\AppBundle\Form\Section\ExclusiveSafesType();
  16575.     }
  16576.     /**
  16577.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\FullWidthSectionType' shared autowired service.
  16578.      *
  16579.      * @return \Hartmann\Bundle\AppBundle\Form\Section\FullWidthSectionType
  16580.      */
  16581.     protected function getFullWidthSectionTypeService()
  16582.     {
  16583.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16584.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16585.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16586.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16587.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/FullWidthSectionType.php';
  16588.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\FullWidthSectionType'] = new \Hartmann\Bundle\AppBundle\Form\Section\FullWidthSectionType();
  16589.     }
  16590.     /**
  16591.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\HeadingContentSectionType' shared autowired service.
  16592.      *
  16593.      * @return \Hartmann\Bundle\AppBundle\Form\Section\HeadingContentSectionType
  16594.      */
  16595.     protected function getHeadingContentSectionTypeService()
  16596.     {
  16597.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16598.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16599.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16600.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16601.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/HeadingContentSectionType.php';
  16602.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\HeadingContentSectionType'] = new \Hartmann\Bundle\AppBundle\Form\Section\HeadingContentSectionType();
  16603.     }
  16604.     /**
  16605.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\LocksType' shared autowired service.
  16606.      *
  16607.      * @return \Hartmann\Bundle\AppBundle\Form\Section\LocksType
  16608.      */
  16609.     protected function getLocksTypeService()
  16610.     {
  16611.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16612.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16613.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16614.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16615.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/LocksType.php';
  16616.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\LocksType'] = new \Hartmann\Bundle\AppBundle\Form\Section\LocksType();
  16617.     }
  16618.     /**
  16619.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\MasterPiecesSectionType' shared autowired service.
  16620.      *
  16621.      * @return \Hartmann\Bundle\AppBundle\Form\Section\MasterPiecesSectionType
  16622.      */
  16623.     protected function getMasterPiecesSectionTypeService()
  16624.     {
  16625.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16626.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16627.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16628.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16629.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/MasterPiecesSectionType.php';
  16630.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\MasterPiecesSectionType'] = new \Hartmann\Bundle\AppBundle\Form\Section\MasterPiecesSectionType();
  16631.     }
  16632.     /**
  16633.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\OneColumnType' shared autowired service.
  16634.      *
  16635.      * @return \Hartmann\Bundle\AppBundle\Form\Section\OneColumnType
  16636.      */
  16637.     protected function getOneColumnTypeService()
  16638.     {
  16639.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16640.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16641.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16642.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16643.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/OneColumnType.php';
  16644.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\OneColumnType'] = new \Hartmann\Bundle\AppBundle\Form\Section\OneColumnType();
  16645.     }
  16646.     /**
  16647.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\ParagraphExpandedSectionType' shared autowired service.
  16648.      *
  16649.      * @return \Hartmann\Bundle\AppBundle\Form\Section\ParagraphExpandedSectionType
  16650.      */
  16651.     protected function getParagraphExpandedSectionTypeService()
  16652.     {
  16653.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16654.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16655.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16656.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16657.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/ParagraphExpandedSectionType.php';
  16658.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\ParagraphExpandedSectionType'] = new \Hartmann\Bundle\AppBundle\Form\Section\ParagraphExpandedSectionType();
  16659.     }
  16660.     /**
  16661.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\PersonalizedSafesSectionType' shared autowired service.
  16662.      *
  16663.      * @return \Hartmann\Bundle\AppBundle\Form\Section\PersonalizedSafesSectionType
  16664.      */
  16665.     protected function getPersonalizedSafesSectionTypeService()
  16666.     {
  16667.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16668.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16669.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16670.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16671.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/PersonalizedSafesSectionType.php';
  16672.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\PersonalizedSafesSectionType'] = new \Hartmann\Bundle\AppBundle\Form\Section\PersonalizedSafesSectionType();
  16673.     }
  16674.     /**
  16675.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\SafesSectionType' shared autowired service.
  16676.      *
  16677.      * @return \Hartmann\Bundle\AppBundle\Form\Section\SafesSectionType
  16678.      */
  16679.     protected function getSafesSectionTypeService()
  16680.     {
  16681.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16682.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16683.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16684.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16685.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/SafesSectionType.php';
  16686.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\SafesSectionType'] = new \Hartmann\Bundle\AppBundle\Form\Section\SafesSectionType();
  16687.     }
  16688.     /**
  16689.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\TimeLineSectionType' shared autowired service.
  16690.      *
  16691.      * @return \Hartmann\Bundle\AppBundle\Form\Section\TimeLineSectionType
  16692.      */
  16693.     protected function getTimeLineSectionTypeService()
  16694.     {
  16695.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16696.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16697.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16698.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16699.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/TimeLineSectionType.php';
  16700.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\TimeLineSectionType'] = new \Hartmann\Bundle\AppBundle\Form\Section\TimeLineSectionType();
  16701.     }
  16702.     /**
  16703.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\TwoColumnsSectionType' shared autowired service.
  16704.      *
  16705.      * @return \Hartmann\Bundle\AppBundle\Form\Section\TwoColumnsSectionType
  16706.      */
  16707.     protected function getTwoColumnsSectionTypeService()
  16708.     {
  16709.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16710.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16711.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16712.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16713.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/TwoColumnsSectionType.php';
  16714.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\TwoColumnsSectionType'] = new \Hartmann\Bundle\AppBundle\Form\Section\TwoColumnsSectionType();
  16715.     }
  16716.     /**
  16717.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\VideoWithDescriptionType' shared autowired service.
  16718.      *
  16719.      * @return \Hartmann\Bundle\AppBundle\Form\Section\VideoWithDescriptionType
  16720.      */
  16721.     protected function getVideoWithDescriptionTypeService()
  16722.     {
  16723.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16724.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16725.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16726.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16727.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/VideoWithDescriptionType.php';
  16728.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\VideoWithDescriptionType'] = new \Hartmann\Bundle\AppBundle\Form\Section\VideoWithDescriptionType();
  16729.     }
  16730.     /**
  16731.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\WardrobeSectionType' shared autowired service.
  16732.      *
  16733.      * @return \Hartmann\Bundle\AppBundle\Form\Section\WardrobeSectionType
  16734.      */
  16735.     protected function getWardrobeSectionTypeService()
  16736.     {
  16737.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16738.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16739.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16740.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16741.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/WardrobeSectionType.php';
  16742.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\WardrobeSectionType'] = new \Hartmann\Bundle\AppBundle\Form\Section\WardrobeSectionType();
  16743.     }
  16744.     /**
  16745.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\WeaponsSafeType' shared autowired service.
  16746.      *
  16747.      * @return \Hartmann\Bundle\AppBundle\Form\Section\WeaponsSafeType
  16748.      */
  16749.     protected function getWeaponsSafeTypeService()
  16750.     {
  16751.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16752.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16753.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16754.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16755.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/WeaponsSafeType.php';
  16756.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\WeaponsSafeType'] = new \Hartmann\Bundle\AppBundle\Form\Section\WeaponsSafeType();
  16757.     }
  16758.     /**
  16759.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\WeaponsStorageSpecialistsType' shared autowired service.
  16760.      *
  16761.      * @return \Hartmann\Bundle\AppBundle\Form\Section\WeaponsStorageSpecialistsType
  16762.      */
  16763.     protected function getWeaponsStorageSpecialistsTypeService()
  16764.     {
  16765.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16766.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16767.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16768.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16769.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/WeaponsStorageSpecialistsType.php';
  16770.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\WeaponsStorageSpecialistsType'] = new \Hartmann\Bundle\AppBundle\Form\Section\WeaponsStorageSpecialistsType();
  16771.     }
  16772.     /**
  16773.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Section\WhatToLookForSectionType' shared autowired service.
  16774.      *
  16775.      * @return \Hartmann\Bundle\AppBundle\Form\Section\WhatToLookForSectionType
  16776.      */
  16777.     protected function getWhatToLookForSectionTypeService()
  16778.     {
  16779.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16780.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16781.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  16782.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/AbstractHartmannSectionType.php';
  16783.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Section/WhatToLookForSectionType.php';
  16784.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Section\\WhatToLookForSectionType'] = new \Hartmann\Bundle\AppBundle\Form\Section\WhatToLookForSectionType();
  16785.     }
  16786.     /**
  16787.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\SloganFormType' shared autowired service.
  16788.      *
  16789.      * @return \Hartmann\Bundle\AppBundle\Form\SloganFormType
  16790.      */
  16791.     protected function getSloganFormTypeService()
  16792.     {
  16793.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16794.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16795.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/SloganFormType.php';
  16796.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\SloganFormType'] = new \Hartmann\Bundle\AppBundle\Form\SloganFormType();
  16797.     }
  16798.     /**
  16799.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Type\DimensionsType' shared autowired service.
  16800.      *
  16801.      * @return \Hartmann\Bundle\AppBundle\Form\Type\DimensionsType
  16802.      */
  16803.     protected function getDimensionsTypeService()
  16804.     {
  16805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16806.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16807.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Type/DimensionsType.php';
  16808.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Type\\DimensionsType'] = new \Hartmann\Bundle\AppBundle\Form\Type\DimensionsType();
  16809.     }
  16810.     /**
  16811.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Type\HeadingContentTinyMceImageType' shared autowired service.
  16812.      *
  16813.      * @return \Hartmann\Bundle\AppBundle\Form\Type\HeadingContentTinyMceImageType
  16814.      */
  16815.     protected function getHeadingContentTinyMceImageTypeService()
  16816.     {
  16817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16818.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16819.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Type/HeadingContentTinyMceImageType.php';
  16820.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Type\\HeadingContentTinyMceImageType'] = new \Hartmann\Bundle\AppBundle\Form\Type\HeadingContentTinyMceImageType();
  16821.     }
  16822.     /**
  16823.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Type\HeadingContentTinyMceType' shared autowired service.
  16824.      *
  16825.      * @return \Hartmann\Bundle\AppBundle\Form\Type\HeadingContentTinyMceType
  16826.      */
  16827.     protected function getHeadingContentTinyMceTypeService()
  16828.     {
  16829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16830.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16831.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Type/HeadingContentTinyMceType.php';
  16832.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Type\\HeadingContentTinyMceType'] = new \Hartmann\Bundle\AppBundle\Form\Type\HeadingContentTinyMceType();
  16833.     }
  16834.     /**
  16835.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Type\HeadingContentType' shared autowired service.
  16836.      *
  16837.      * @return \Hartmann\Bundle\AppBundle\Form\Type\HeadingContentType
  16838.      */
  16839.     protected function getHeadingContentTypeService()
  16840.     {
  16841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16843.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Type/HeadingContentType.php';
  16844.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Type\\HeadingContentType'] = new \Hartmann\Bundle\AppBundle\Form\Type\HeadingContentType();
  16845.     }
  16846.     /**
  16847.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Type\IconContentLinkType' shared autowired service.
  16848.      *
  16849.      * @return \Hartmann\Bundle\AppBundle\Form\Type\IconContentLinkType
  16850.      */
  16851.     protected function getIconContentLinkTypeService()
  16852.     {
  16853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16855.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Type/IconContentLinkType.php';
  16856.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Type\\IconContentLinkType'] = new \Hartmann\Bundle\AppBundle\Form\Type\IconContentLinkType();
  16857.     }
  16858.     /**
  16859.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Type\IconNameDescriptionType' shared autowired service.
  16860.      *
  16861.      * @return \Hartmann\Bundle\AppBundle\Form\Type\IconNameDescriptionType
  16862.      */
  16863.     protected function getIconNameDescriptionTypeService()
  16864.     {
  16865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16867.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Type/IconNameDescriptionType.php';
  16868.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Type\\IconNameDescriptionType'] = new \Hartmann\Bundle\AppBundle\Form\Type\IconNameDescriptionType();
  16869.     }
  16870.     /**
  16871.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Type\IconTextType' shared autowired service.
  16872.      *
  16873.      * @return \Hartmann\Bundle\AppBundle\Form\Type\IconTextType
  16874.      */
  16875.     protected function getIconTextTypeService()
  16876.     {
  16877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16879.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Type/IconTextType.php';
  16880.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Type\\IconTextType'] = new \Hartmann\Bundle\AppBundle\Form\Type\IconTextType();
  16881.     }
  16882.     /**
  16883.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Type\LinkTextType' shared autowired service.
  16884.      *
  16885.      * @return \Hartmann\Bundle\AppBundle\Form\Type\LinkTextType
  16886.      */
  16887.     protected function getLinkTextTypeService()
  16888.     {
  16889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16890.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16891.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Type/LinkTextType.php';
  16892.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Type\\LinkTextType'] = new \Hartmann\Bundle\AppBundle\Form\Type\LinkTextType();
  16893.     }
  16894.     /**
  16895.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Type\MasterPiecesType' shared autowired service.
  16896.      *
  16897.      * @return \Hartmann\Bundle\AppBundle\Form\Type\MasterPiecesType
  16898.      */
  16899.     protected function getMasterPiecesTypeService()
  16900.     {
  16901.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16903.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Type/MasterPiecesType.php';
  16904.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Type\\MasterPiecesType'] = new \Hartmann\Bundle\AppBundle\Form\Type\MasterPiecesType();
  16905.     }
  16906.     /**
  16907.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Type\ProductInformationType' shared autowired service.
  16908.      *
  16909.      * @return \Hartmann\Bundle\AppBundle\Form\Type\ProductInformationType
  16910.      */
  16911.     protected function getProductInformationTypeService()
  16912.     {
  16913.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16914.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16915.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Type/ProductInformationType.php';
  16916.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Type\\ProductInformationType'] = new \Hartmann\Bundle\AppBundle\Form\Type\ProductInformationType();
  16917.     }
  16918.     /**
  16919.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Type\TwoColumnsType' shared autowired service.
  16920.      *
  16921.      * @return \Hartmann\Bundle\AppBundle\Form\Type\TwoColumnsType
  16922.      */
  16923.     protected function getTwoColumnsTypeService()
  16924.     {
  16925.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16926.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16927.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Type/TwoColumnsType.php';
  16928.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Type\\TwoColumnsType'] = new \Hartmann\Bundle\AppBundle\Form\Type\TwoColumnsType();
  16929.     }
  16930.     /**
  16931.      * Gets the private 'Hartmann\Bundle\AppBundle\Form\Type\WhatToLookForBlockType' shared autowired service.
  16932.      *
  16933.      * @return \Hartmann\Bundle\AppBundle\Form\Type\WhatToLookForBlockType
  16934.      */
  16935.     protected function getWhatToLookForBlockTypeService()
  16936.     {
  16937.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16938.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16939.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Form/Type/WhatToLookForBlockType.php';
  16940.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Form\\Type\\WhatToLookForBlockType'] = new \Hartmann\Bundle\AppBundle\Form\Type\WhatToLookForBlockType();
  16941.     }
  16942.     /**
  16943.      * Gets the private 'Hartmann\Bundle\AppBundle\Helper\LoadFilesHelper' shared autowired service.
  16944.      *
  16945.      * @return \Hartmann\Bundle\AppBundle\Helper\LoadFilesHelper
  16946.      */
  16947.     protected function getLoadFilesHelperService()
  16948.     {
  16949.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  16950.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Helper/LoadFilesHelper.php';
  16951.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Helper\\LoadFilesHelper'] = new \Hartmann\Bundle\AppBundle\Helper\LoadFilesHelper(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'] ?? $this->getFileManagerService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\DirectoryManager'] ?? $this->getDirectoryManagerService()), $this);
  16952.     }
  16953.     /**
  16954.      * Gets the private 'Hartmann\Bundle\AppBundle\Manager\CategoryAttributeManager' shared autowired service.
  16955.      *
  16956.      * @return \Hartmann\Bundle\AppBundle\Manager\CategoryAttributeManager
  16957.      */
  16958.     protected function getCategoryAttributeManagerService()
  16959.     {
  16960.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  16961.         if (isset($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\CategoryAttributeManager'])) {
  16962.             return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\CategoryAttributeManager'];
  16963.         }
  16964.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\CategoryAttributeManager'] = new \Hartmann\Bundle\AppBundle\Manager\CategoryAttributeManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  16965.     }
  16966.     /**
  16967.      * Gets the private 'Hartmann\Bundle\AppBundle\Manager\CompanyReferenceManager' shared autowired service.
  16968.      *
  16969.      * @return \Hartmann\Bundle\AppBundle\Manager\CompanyReferenceManager
  16970.      */
  16971.     protected function getCompanyReferenceManagerService()
  16972.     {
  16973.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  16974.         if (isset($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\CompanyReferenceManager'])) {
  16975.             return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\CompanyReferenceManager'];
  16976.         }
  16977.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\CompanyReferenceManager'] = new \Hartmann\Bundle\AppBundle\Manager\CompanyReferenceManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  16978.     }
  16979.     /**
  16980.      * Gets the private 'Hartmann\Bundle\AppBundle\Manager\FaqAnswerManager' shared autowired service.
  16981.      *
  16982.      * @return \Hartmann\Bundle\AppBundle\Manager\FaqAnswerManager
  16983.      */
  16984.     protected function getFaqAnswerManagerService()
  16985.     {
  16986.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  16987.         if (isset($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\FaqAnswerManager'])) {
  16988.             return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\FaqAnswerManager'];
  16989.         }
  16990.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\FaqAnswerManager'] = new \Hartmann\Bundle\AppBundle\Manager\FaqAnswerManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  16991.     }
  16992.     /**
  16993.      * Gets the private 'Hartmann\Bundle\AppBundle\Manager\FaqCategoryManager' shared autowired service.
  16994.      *
  16995.      * @return \Hartmann\Bundle\AppBundle\Manager\FaqCategoryManager
  16996.      */
  16997.     protected function getFaqCategoryManagerService()
  16998.     {
  16999.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17000.         if (isset($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\FaqCategoryManager'])) {
  17001.             return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\FaqCategoryManager'];
  17002.         }
  17003.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\FaqCategoryManager'] = new \Hartmann\Bundle\AppBundle\Manager\FaqCategoryManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17004.     }
  17005.     /**
  17006.      * Gets the private 'Hartmann\Bundle\AppBundle\Manager\InformationManager' shared autowired service.
  17007.      *
  17008.      * @return \Hartmann\Bundle\AppBundle\Manager\InformationManager
  17009.      */
  17010.     protected function getInformationManagerService()
  17011.     {
  17012.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17013.         if (isset($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\InformationManager'])) {
  17014.             return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\InformationManager'];
  17015.         }
  17016.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\InformationManager'] = new \Hartmann\Bundle\AppBundle\Manager\InformationManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17017.     }
  17018.     /**
  17019.      * Gets the private 'Hartmann\Bundle\AppBundle\Manager\InstructionCategoryManager' shared autowired service.
  17020.      *
  17021.      * @return \Hartmann\Bundle\AppBundle\Manager\InstructionCategoryManager
  17022.      */
  17023.     protected function getInstructionCategoryManagerService()
  17024.     {
  17025.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17026.         if (isset($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\InstructionCategoryManager'])) {
  17027.             return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\InstructionCategoryManager'];
  17028.         }
  17029.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\InstructionCategoryManager'] = new \Hartmann\Bundle\AppBundle\Manager\InstructionCategoryManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17030.     }
  17031.     /**
  17032.      * Gets the private 'Hartmann\Bundle\AppBundle\Manager\InstructionManager' shared autowired service.
  17033.      *
  17034.      * @return \Hartmann\Bundle\AppBundle\Manager\InstructionManager
  17035.      */
  17036.     protected function getInstructionManagerService()
  17037.     {
  17038.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17039.         if (isset($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\InstructionManager'])) {
  17040.             return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\InstructionManager'];
  17041.         }
  17042.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\InstructionManager'] = new \Hartmann\Bundle\AppBundle\Manager\InstructionManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17043.     }
  17044.     /**
  17045.      * Gets the private 'Hartmann\Bundle\AppBundle\Manager\MarketCategoryManager' shared autowired service.
  17046.      *
  17047.      * @return \Hartmann\Bundle\AppBundle\Manager\MarketCategoryManager
  17048.      */
  17049.     protected function getMarketCategoryManagerService()
  17050.     {
  17051.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17052.         if (isset($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\MarketCategoryManager'])) {
  17053.             return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\MarketCategoryManager'];
  17054.         }
  17055.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\MarketCategoryManager'] = new \Hartmann\Bundle\AppBundle\Manager\MarketCategoryManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17056.     }
  17057.     /**
  17058.      * Gets the private 'Hartmann\Bundle\AppBundle\Manager\MarketManager' shared autowired service.
  17059.      *
  17060.      * @return \Hartmann\Bundle\AppBundle\Manager\MarketManager
  17061.      */
  17062.     protected function getMarketManagerService()
  17063.     {
  17064.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17065.         if (isset($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\MarketManager'])) {
  17066.             return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\MarketManager'];
  17067.         }
  17068.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\MarketManager'] = new \Hartmann\Bundle\AppBundle\Manager\MarketManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17069.     }
  17070.     /**
  17071.      * Gets the private 'Hartmann\Bundle\AppBundle\Manager\ProductFireResistanceManager' shared autowired service.
  17072.      *
  17073.      * @return \Hartmann\Bundle\AppBundle\Manager\ProductFireResistanceManager
  17074.      */
  17075.     protected function getProductFireResistanceManagerService()
  17076.     {
  17077.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17078.         if (isset($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductFireResistanceManager'])) {
  17079.             return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductFireResistanceManager'];
  17080.         }
  17081.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductFireResistanceManager'] = new \Hartmann\Bundle\AppBundle\Manager\ProductFireResistanceManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17082.     }
  17083.     /**
  17084.      * Gets the private 'Hartmann\Bundle\AppBundle\Manager\ProductInsuranceSecurityManager' shared autowired service.
  17085.      *
  17086.      * @return \Hartmann\Bundle\AppBundle\Manager\ProductInsuranceSecurityManager
  17087.      */
  17088.     protected function getProductInsuranceSecurityManagerService()
  17089.     {
  17090.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17091.         if (isset($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductInsuranceSecurityManager'])) {
  17092.             return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductInsuranceSecurityManager'];
  17093.         }
  17094.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductInsuranceSecurityManager'] = new \Hartmann\Bundle\AppBundle\Manager\ProductInsuranceSecurityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17095.     }
  17096.     /**
  17097.      * Gets the private 'Hartmann\Bundle\AppBundle\Manager\ProductSafeLockManager' shared autowired service.
  17098.      *
  17099.      * @return \Hartmann\Bundle\AppBundle\Manager\ProductSafeLockManager
  17100.      */
  17101.     protected function getProductSafeLockManagerService()
  17102.     {
  17103.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17104.         if (isset($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSafeLockManager'])) {
  17105.             return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSafeLockManager'];
  17106.         }
  17107.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSafeLockManager'] = new \Hartmann\Bundle\AppBundle\Manager\ProductSafeLockManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17108.     }
  17109.     /**
  17110.      * Gets the private 'Hartmann\Bundle\AppBundle\Manager\ProductSecurityClassFeatureManager' shared autowired service.
  17111.      *
  17112.      * @return \Hartmann\Bundle\AppBundle\Manager\ProductSecurityClassFeatureManager
  17113.      */
  17114.     protected function getProductSecurityClassFeatureManagerService()
  17115.     {
  17116.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17117.         if (isset($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSecurityClassFeatureManager'])) {
  17118.             return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSecurityClassFeatureManager'];
  17119.         }
  17120.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSecurityClassFeatureManager'] = new \Hartmann\Bundle\AppBundle\Manager\ProductSecurityClassFeatureManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17121.     }
  17122.     /**
  17123.      * Gets the private 'Hartmann\Bundle\AppBundle\Manager\ProductSecurityClassManager' shared autowired service.
  17124.      *
  17125.      * @return \Hartmann\Bundle\AppBundle\Manager\ProductSecurityClassManager
  17126.      */
  17127.     protected function getProductSecurityClassManagerService()
  17128.     {
  17129.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17130.         if (isset($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSecurityClassManager'])) {
  17131.             return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSecurityClassManager'];
  17132.         }
  17133.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSecurityClassManager'] = new \Hartmann\Bundle\AppBundle\Manager\ProductSecurityClassManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17134.     }
  17135.     /**
  17136.      * Gets the private 'Hartmann\Bundle\AppBundle\Manager\ProductSerieManager' shared autowired service.
  17137.      *
  17138.      * @return \Hartmann\Bundle\AppBundle\Manager\ProductSerieManager
  17139.      */
  17140.     protected function getProductSerieManagerService()
  17141.     {
  17142.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17143.         if (isset($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSerieManager'])) {
  17144.             return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSerieManager'];
  17145.         }
  17146.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\ProductSerieManager'] = new \Hartmann\Bundle\AppBundle\Manager\ProductSerieManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17147.     }
  17148.     /**
  17149.      * Gets the private 'Hartmann\Bundle\AppBundle\Manager\PublicationManager' shared autowired service.
  17150.      *
  17151.      * @return \Hartmann\Bundle\AppBundle\Manager\PublicationManager
  17152.      */
  17153.     protected function getPublicationManagerService()
  17154.     {
  17155.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17156.         if (isset($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\PublicationManager'])) {
  17157.             return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\PublicationManager'];
  17158.         }
  17159.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\PublicationManager'] = new \Hartmann\Bundle\AppBundle\Manager\PublicationManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17160.     }
  17161.     /**
  17162.      * Gets the private 'Hartmann\Bundle\AppBundle\Manager\SloganManager' shared autowired service.
  17163.      *
  17164.      * @return \Hartmann\Bundle\AppBundle\Manager\SloganManager
  17165.      */
  17166.     protected function getSloganManagerService()
  17167.     {
  17168.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17169.         if (isset($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\SloganManager'])) {
  17170.             return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\SloganManager'];
  17171.         }
  17172.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\SloganManager'] = new \Hartmann\Bundle\AppBundle\Manager\SloganManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17173.     }
  17174.     /**
  17175.      * Gets the private 'Hartmann\Bundle\AppBundle\Manager\WhatToLookForBlockManager' shared autowired service.
  17176.      *
  17177.      * @return \Hartmann\Bundle\AppBundle\Manager\WhatToLookForBlockManager
  17178.      */
  17179.     protected function getWhatToLookForBlockManagerService()
  17180.     {
  17181.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17182.         if (isset($this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\WhatToLookForBlockManager'])) {
  17183.             return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\WhatToLookForBlockManager'];
  17184.         }
  17185.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Manager\\WhatToLookForBlockManager'] = new \Hartmann\Bundle\AppBundle\Manager\WhatToLookForBlockManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17186.     }
  17187.     /**
  17188.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\CategoryAttributeRepository' shared autowired service.
  17189.      *
  17190.      * @return \Hartmann\Bundle\AppBundle\Repository\CategoryAttributeRepository
  17191.      */
  17192.     protected function getCategoryAttributeRepositoryService()
  17193.     {
  17194.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/CategoryAttributeRepository.php';
  17195.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\CategoryAttributeRepository'] = new \Hartmann\Bundle\AppBundle\Repository\CategoryAttributeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17196.     }
  17197.     /**
  17198.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\CompanyReferenceRepository' shared autowired service.
  17199.      *
  17200.      * @return \Hartmann\Bundle\AppBundle\Repository\CompanyReferenceRepository
  17201.      */
  17202.     protected function getCompanyReferenceRepositoryService()
  17203.     {
  17204.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/CompanyReferenceRepository.php';
  17205.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\CompanyReferenceRepository'] = new \Hartmann\Bundle\AppBundle\Repository\CompanyReferenceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17206.     }
  17207.     /**
  17208.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\DimensionsRepository' shared autowired service.
  17209.      *
  17210.      * @return \Hartmann\Bundle\AppBundle\Repository\DimensionsRepository
  17211.      */
  17212.     protected function getDimensionsRepositoryService()
  17213.     {
  17214.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/DimensionsRepository.php';
  17215.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\DimensionsRepository'] = new \Hartmann\Bundle\AppBundle\Repository\DimensionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17216.     }
  17217.     /**
  17218.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\FaqAnswerRepository' shared autowired service.
  17219.      *
  17220.      * @return \Hartmann\Bundle\AppBundle\Repository\FaqAnswerRepository
  17221.      */
  17222.     protected function getFaqAnswerRepositoryService()
  17223.     {
  17224.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/FaqAnswerRepository.php';
  17225.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\FaqAnswerRepository'] = new \Hartmann\Bundle\AppBundle\Repository\FaqAnswerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17226.     }
  17227.     /**
  17228.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\FaqCategoryRepository' shared autowired service.
  17229.      *
  17230.      * @return \Hartmann\Bundle\AppBundle\Repository\FaqCategoryRepository
  17231.      */
  17232.     protected function getFaqCategoryRepositoryService()
  17233.     {
  17234.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/FaqCategoryRepository.php';
  17235.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\FaqCategoryRepository'] = new \Hartmann\Bundle\AppBundle\Repository\FaqCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17236.     }
  17237.     /**
  17238.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\InformationRepository' shared autowired service.
  17239.      *
  17240.      * @return \Hartmann\Bundle\AppBundle\Repository\InformationRepository
  17241.      */
  17242.     protected function getInformationRepositoryService()
  17243.     {
  17244.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/InformationRepository.php';
  17245.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\InformationRepository'] = new \Hartmann\Bundle\AppBundle\Repository\InformationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17246.     }
  17247.     /**
  17248.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\InstructionCategoryRepository' shared autowired service.
  17249.      *
  17250.      * @return \Hartmann\Bundle\AppBundle\Repository\InstructionCategoryRepository
  17251.      */
  17252.     protected function getInstructionCategoryRepositoryService()
  17253.     {
  17254.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/InstructionCategoryRepository.php';
  17255.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\InstructionCategoryRepository'] = new \Hartmann\Bundle\AppBundle\Repository\InstructionCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17256.     }
  17257.     /**
  17258.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\InstructionRepository' shared autowired service.
  17259.      *
  17260.      * @return \Hartmann\Bundle\AppBundle\Repository\InstructionRepository
  17261.      */
  17262.     protected function getInstructionRepositoryService()
  17263.     {
  17264.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/InstructionRepository.php';
  17265.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\InstructionRepository'] = new \Hartmann\Bundle\AppBundle\Repository\InstructionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17266.     }
  17267.     /**
  17268.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\MarketCategoryRepository' shared autowired service.
  17269.      *
  17270.      * @return \Hartmann\Bundle\AppBundle\Repository\MarketCategoryRepository
  17271.      */
  17272.     protected function getMarketCategoryRepositoryService()
  17273.     {
  17274.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/MarketCategoryRepository.php';
  17275.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\MarketCategoryRepository'] = new \Hartmann\Bundle\AppBundle\Repository\MarketCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17276.     }
  17277.     /**
  17278.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\MarketRepository' shared autowired service.
  17279.      *
  17280.      * @return \Hartmann\Bundle\AppBundle\Repository\MarketRepository
  17281.      */
  17282.     protected function getMarketRepositoryService()
  17283.     {
  17284.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/MarketRepository.php';
  17285.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\MarketRepository'] = new \Hartmann\Bundle\AppBundle\Repository\MarketRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17286.     }
  17287.     /**
  17288.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\ProductFireResistanceGroupRepository' shared autowired service.
  17289.      *
  17290.      * @return \Hartmann\Bundle\AppBundle\Repository\ProductFireResistanceGroupRepository
  17291.      */
  17292.     protected function getProductFireResistanceGroupRepositoryService()
  17293.     {
  17294.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/ProductFireResistanceGroupRepository.php';
  17295.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\ProductFireResistanceGroupRepository'] = new \Hartmann\Bundle\AppBundle\Repository\ProductFireResistanceGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17296.     }
  17297.     /**
  17298.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\ProductFireResistanceRepository' shared autowired service.
  17299.      *
  17300.      * @return \Hartmann\Bundle\AppBundle\Repository\ProductFireResistanceRepository
  17301.      */
  17302.     protected function getProductFireResistanceRepositoryService()
  17303.     {
  17304.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/ProductFireResistanceRepository.php';
  17305.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\ProductFireResistanceRepository'] = new \Hartmann\Bundle\AppBundle\Repository\ProductFireResistanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17306.     }
  17307.     /**
  17308.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\ProductInsuranceSecurityClassRepository' shared autowired service.
  17309.      *
  17310.      * @return \Hartmann\Bundle\AppBundle\Repository\ProductInsuranceSecurityClassRepository
  17311.      */
  17312.     protected function getProductInsuranceSecurityClassRepositoryService()
  17313.     {
  17314.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/ProductInsuranceSecurityClassRepository.php';
  17315.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\ProductInsuranceSecurityClassRepository'] = new \Hartmann\Bundle\AppBundle\Repository\ProductInsuranceSecurityClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17316.     }
  17317.     /**
  17318.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\ProductInsuranceSecurityRepository' shared autowired service.
  17319.      *
  17320.      * @return \Hartmann\Bundle\AppBundle\Repository\ProductInsuranceSecurityRepository
  17321.      */
  17322.     protected function getProductInsuranceSecurityRepositoryService()
  17323.     {
  17324.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/ProductInsuranceSecurityRepository.php';
  17325.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\ProductInsuranceSecurityRepository'] = new \Hartmann\Bundle\AppBundle\Repository\ProductInsuranceSecurityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17326.     }
  17327.     /**
  17328.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\ProductSafeLockRepository' shared autowired service.
  17329.      *
  17330.      * @return \Hartmann\Bundle\AppBundle\Repository\ProductSafeLockRepository
  17331.      */
  17332.     protected function getProductSafeLockRepositoryService()
  17333.     {
  17334.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/ProductSafeLockRepository.php';
  17335.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\ProductSafeLockRepository'] = new \Hartmann\Bundle\AppBundle\Repository\ProductSafeLockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17336.     }
  17337.     /**
  17338.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\ProductSecurityClassFeatureRepository' shared autowired service.
  17339.      *
  17340.      * @return \Hartmann\Bundle\AppBundle\Repository\ProductSecurityClassFeatureRepository
  17341.      */
  17342.     protected function getProductSecurityClassFeatureRepositoryService()
  17343.     {
  17344.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/ProductSecurityClassFeatureRepository.php';
  17345.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\ProductSecurityClassFeatureRepository'] = new \Hartmann\Bundle\AppBundle\Repository\ProductSecurityClassFeatureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17346.     }
  17347.     /**
  17348.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\ProductSecurityClassGroupRepository' shared autowired service.
  17349.      *
  17350.      * @return \Hartmann\Bundle\AppBundle\Repository\ProductSecurityClassGroupRepository
  17351.      */
  17352.     protected function getProductSecurityClassGroupRepositoryService()
  17353.     {
  17354.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/ProductSecurityClassGroupRepository.php';
  17355.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\ProductSecurityClassGroupRepository'] = new \Hartmann\Bundle\AppBundle\Repository\ProductSecurityClassGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17356.     }
  17357.     /**
  17358.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\ProductSecurityClassRepository' shared autowired service.
  17359.      *
  17360.      * @return \Hartmann\Bundle\AppBundle\Repository\ProductSecurityClassRepository
  17361.      */
  17362.     protected function getProductSecurityClassRepositoryService()
  17363.     {
  17364.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/ProductSecurityClassRepository.php';
  17365.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\ProductSecurityClassRepository'] = new \Hartmann\Bundle\AppBundle\Repository\ProductSecurityClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17366.     }
  17367.     /**
  17368.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\ProductSerieRepository' shared autowired service.
  17369.      *
  17370.      * @return \Hartmann\Bundle\AppBundle\Repository\ProductSerieRepository
  17371.      */
  17372.     protected function getProductSerieRepositoryService()
  17373.     {
  17374.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/ProductSerieRepository.php';
  17375.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\ProductSerieRepository'] = new \Hartmann\Bundle\AppBundle\Repository\ProductSerieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17376.     }
  17377.     /**
  17378.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\ProductSizeRepository' shared autowired service.
  17379.      *
  17380.      * @return \Hartmann\Bundle\AppBundle\Repository\ProductSizeRepository
  17381.      */
  17382.     protected function getProductSizeRepositoryService()
  17383.     {
  17384.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/ProductSizeRepository.php';
  17385.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\ProductSizeRepository'] = new \Hartmann\Bundle\AppBundle\Repository\ProductSizeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17386.     }
  17387.     /**
  17388.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\PublicationRepository' shared autowired service.
  17389.      *
  17390.      * @return \Hartmann\Bundle\AppBundle\Repository\PublicationRepository
  17391.      */
  17392.     protected function getPublicationRepositoryService()
  17393.     {
  17394.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/PublicationRepository.php';
  17395.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\PublicationRepository'] = new \Hartmann\Bundle\AppBundle\Repository\PublicationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17396.     }
  17397.     /**
  17398.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\SloganRepository' shared autowired service.
  17399.      *
  17400.      * @return \Hartmann\Bundle\AppBundle\Repository\SloganRepository
  17401.      */
  17402.     protected function getSloganRepositoryService()
  17403.     {
  17404.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/SloganRepository.php';
  17405.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\SloganRepository'] = new \Hartmann\Bundle\AppBundle\Repository\SloganRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17406.     }
  17407.     /**
  17408.      * Gets the private 'Hartmann\Bundle\AppBundle\Repository\WhatToLookForBlockRepository' shared autowired service.
  17409.      *
  17410.      * @return \Hartmann\Bundle\AppBundle\Repository\WhatToLookForBlockRepository
  17411.      */
  17412.     protected function getWhatToLookForBlockRepositoryService()
  17413.     {
  17414.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Repository/WhatToLookForBlockRepository.php';
  17415.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\WhatToLookForBlockRepository'] = new \Hartmann\Bundle\AppBundle\Repository\WhatToLookForBlockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17416.     }
  17417.     /**
  17418.      * Gets the private 'Hartmann\Bundle\AppBundle\Service\ElasticSearch\ElasticSearchConfigurator' shared autowired service.
  17419.      *
  17420.      * @return \Hartmann\Bundle\AppBundle\Service\ElasticSearch\ElasticSearchConfigurator
  17421.      */
  17422.     protected function getElasticSearchConfiguratorService()
  17423.     {
  17424.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/ElasticSearch/ElasticSearchConfigurator.php';
  17425.         return $this->privates['Hartmann\\Bundle\\AppBundle\\Service\\ElasticSearch\\ElasticSearchConfigurator'] = new \Hartmann\Bundle\AppBundle\Service\ElasticSearch\ElasticSearchConfigurator(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Hitso\\Bundle\\CommonBundle\\Manager\\SystemConfigurationManager'] ?? $this->getSystemConfigurationManagerService()));
  17426.     }
  17427.     /**
  17428.      * Gets the private 'Hartmann\Bundle\AppBundle\Service\Sitemap\ContentProvider' shared autowired service.
  17429.      *
  17430.      * @return \Hartmann\Bundle\AppBundle\Service\Sitemap\ContentProvider
  17431.      */
  17432.     protected function getContentProviderService($lazyLoad true)
  17433.     {
  17434.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Provider/ProviderInterface.php';
  17435.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Provider/AbstractSitemapProvider.php';
  17436.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Services/Sitemap/ContentProvider.php';
  17437.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Sitemap/ContentProvider.php';
  17438.         return new \Hartmann\Bundle\AppBundle\Service\Sitemap\ContentProvider(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\ArticleManager'] ?? $this->getArticleManagerService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection'] ?? $this->getContentTypeCollectionService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Services\\ContentHelper'] ?? $this->getContentHelperService()), ($this->privates['Hitso\\Bundle\\RoutingBundle\\Manager\\RedirectManager'] ?? $this->getRedirectManagerService()), $this->getEnv('resolve:FRONT_HOST'));
  17439.     }
  17440.     /**
  17441.      * Gets the private 'Hartmann\Bundle\AppBundle\Service\Sitemap\InformationProvider' shared autowired service.
  17442.      *
  17443.      * @return \Hartmann\Bundle\AppBundle\Service\Sitemap\InformationProvider
  17444.      */
  17445.     protected function getInformationProviderService($lazyLoad true)
  17446.     {
  17447.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Provider/ProviderInterface.php';
  17448.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Provider/AbstractSitemapProvider.php';
  17449.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Sitemap/InformationProvider.php';
  17450.         return new \Hartmann\Bundle\AppBundle\Service\Sitemap\InformationProvider(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->privates['Hartmann\\Bundle\\AppBundle\\Repository\\InformationRepository'] ?? $this->getInformationRepositoryService()), $this->getEnv('resolve:FRONT_HOST'));
  17451.     }
  17452.     /**
  17453.      * Gets the private 'Hartmann\Bundle\AppBundle\Service\Sitemap\ProductCategoryProvider' shared autowired service.
  17454.      *
  17455.      * @return \Hartmann\Bundle\AppBundle\Service\Sitemap\ProductCategoryProvider
  17456.      */
  17457.     protected function getProductCategoryProviderService($lazyLoad true)
  17458.     {
  17459.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Provider/ProviderInterface.php';
  17460.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Provider/AbstractSitemapProvider.php';
  17461.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Sitemap/ProductCategoryProvider.php';
  17462.         return new \Hartmann\Bundle\AppBundle\Service\Sitemap\ProductCategoryProvider(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), $this->getEnv('resolve:FRONT_HOST'));
  17463.     }
  17464.     /**
  17465.      * Gets the private 'Hartmann\Bundle\AppBundle\Service\Sitemap\ProductProvider' shared autowired service.
  17466.      *
  17467.      * @return \Hartmann\Bundle\AppBundle\Service\Sitemap\ProductProvider
  17468.      */
  17469.     protected function getProductProviderService($lazyLoad true)
  17470.     {
  17471.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Provider/ProviderInterface.php';
  17472.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Provider/AbstractSitemapProvider.php';
  17473.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Sitemap/ProductProvider.php';
  17474.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Sitemap/ProductProvider.php';
  17475.         return new \Hartmann\Bundle\AppBundle\Service\Sitemap\ProductProvider(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\ContentManager'] ?? $this->getContentManagerService()), $this->getEnv('resolve:FRONT_HOST'));
  17476.     }
  17477.     /**
  17478.      * Gets the private 'Hartmann\Bundle\AppBundle\Service\Sitemap\StaticProvider' shared autowired service.
  17479.      *
  17480.      * @return \Hartmann\Bundle\AppBundle\Service\Sitemap\StaticProvider
  17481.      */
  17482.     protected function getStaticProviderService($lazyLoad true)
  17483.     {
  17484.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Provider/ProviderInterface.php';
  17485.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Provider/AbstractSitemapProvider.php';
  17486.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Sitemap/StaticProvider.php';
  17487.         return new \Hartmann\Bundle\AppBundle\Service\Sitemap\StaticProvider(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), $this->getEnv('resolve:FRONT_HOST'));
  17488.     }
  17489.     /**
  17490.      * Gets the private 'Hitso\Bundle\AdminBundle\EventListener\AccessDeniedListener' shared autowired service.
  17491.      *
  17492.      * @return \Hitso\Bundle\AdminBundle\EventListener\AccessDeniedListener
  17493.      */
  17494.     protected function getAccessDeniedListenerService()
  17495.     {
  17496.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/EventListener/AccessDeniedListener.php';
  17497.         return $this->privates['Hitso\\Bundle\\AdminBundle\\EventListener\\AccessDeniedListener'] = new \Hitso\Bundle\AdminBundle\EventListener\AccessDeniedListener(($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()));
  17498.     }
  17499.     /**
  17500.      * Gets the private 'Hitso\Bundle\AdminBundle\EventListener\SiteRedirectingListener' shared autowired service.
  17501.      *
  17502.      * @return \Hitso\Bundle\AdminBundle\EventListener\SiteRedirectingListener
  17503.      */
  17504.     protected function getSiteRedirectingListenerService()
  17505.     {
  17506.         return $this->privates['Hitso\\Bundle\\AdminBundle\\EventListener\\SiteRedirectingListener'] = new \Hitso\Bundle\AdminBundle\EventListener\SiteRedirectingListener(($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()));
  17507.     }
  17508.     /**
  17509.      * Gets the private 'Hitso\Bundle\AdminBundle\Form\Type\UserFormType' shared autowired service.
  17510.      *
  17511.      * @return \Hitso\Bundle\AdminBundle\Form\Type\UserFormType
  17512.      */
  17513.     protected function getUserFormTypeService()
  17514.     {
  17515.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17516.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17517.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Form/Type/UserFormType.php';
  17518.         return $this->privates['Hitso\\Bundle\\AdminBundle\\Form\\Type\\UserFormType'] = new \Hitso\Bundle\AdminBundle\Form\Type\UserFormType($this->parameters['allowed_locales']);
  17519.     }
  17520.     /**
  17521.      * Gets the private 'Hitso\Bundle\AdminBundle\Form\Type\UserNoteType' shared autowired service.
  17522.      *
  17523.      * @return \Hitso\Bundle\AdminBundle\Form\Type\UserNoteType
  17524.      */
  17525.     protected function getUserNoteTypeService()
  17526.     {
  17527.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17528.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  17530.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Form/Type/UserNoteType.php';
  17531.         return $this->privates['Hitso\\Bundle\\AdminBundle\\Form\\Type\\UserNoteType'] = new \Hitso\Bundle\AdminBundle\Form\Type\UserNoteType();
  17532.     }
  17533.     /**
  17534.      * Gets the private 'Hitso\Bundle\AdminBundle\Form\WhitelistFormType' shared autowired service.
  17535.      *
  17536.      * @return \Hitso\Bundle\AdminBundle\Form\WhitelistFormType
  17537.      */
  17538.     protected function getWhitelistFormTypeService()
  17539.     {
  17540.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17542.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Form/WhitelistFormType.php';
  17543.         return $this->privates['Hitso\\Bundle\\AdminBundle\\Form\\WhitelistFormType'] = new \Hitso\Bundle\AdminBundle\Form\WhitelistFormType();
  17544.     }
  17545.     /**
  17546.      * Gets the private 'Hitso\Bundle\AdminBundle\Manager\UserManager' shared autowired service.
  17547.      *
  17548.      * @return \Hitso\Bundle\AdminBundle\Manager\UserManager
  17549.      */
  17550.     protected function getUserManagerService()
  17551.     {
  17552.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17553.         if (isset($this->privates['Hitso\\Bundle\\AdminBundle\\Manager\\UserManager'])) {
  17554.             return $this->privates['Hitso\\Bundle\\AdminBundle\\Manager\\UserManager'];
  17555.         }
  17556.         return $this->privates['Hitso\\Bundle\\AdminBundle\\Manager\\UserManager'] = new \Hitso\Bundle\AdminBundle\Manager\UserManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17557.     }
  17558.     /**
  17559.      * Gets the private 'Hitso\Bundle\AdminBundle\Manager\WhitelistManager' shared autowired service.
  17560.      *
  17561.      * @return \Hitso\Bundle\AdminBundle\Manager\WhitelistManager
  17562.      */
  17563.     protected function getWhitelistManagerService()
  17564.     {
  17565.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17566.         if (isset($this->privates['Hitso\\Bundle\\AdminBundle\\Manager\\WhitelistManager'])) {
  17567.             return $this->privates['Hitso\\Bundle\\AdminBundle\\Manager\\WhitelistManager'];
  17568.         }
  17569.         return $this->privates['Hitso\\Bundle\\AdminBundle\\Manager\\WhitelistManager'] = new \Hitso\Bundle\AdminBundle\Manager\WhitelistManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17570.     }
  17571.     /**
  17572.      * Gets the private 'Hitso\Bundle\AdminBundle\Menu\MenuBuilder' shared autowired service.
  17573.      *
  17574.      * @return \Hitso\Bundle\AdminBundle\Menu\MenuBuilder
  17575.      */
  17576.     protected function getMenuBuilderService()
  17577.     {
  17578.         $this->privates['Hitso\\Bundle\\AdminBundle\\Menu\\MenuBuilder'] = $instance = new \Hitso\Bundle\AdminBundle\Menu\MenuBuilder(($this->privates['Hitso\\Bundle\\CommonBundle\\Expression\\ExpressionLanguage'] ?? $this->getExpressionLanguageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  17579.         $instance->addProvider(new \Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider('dashboard''Dashboard''hitso_admin_dashboard', [], [=> 'ROLE_WITH_ACCESS_TO_ADMIN'], '_route == "hitso_admin_dashboard"'NULLNULLNULL512));
  17580.         $instance->addProvider(new \Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider('system_configuration''Konfiguracja globalna''hitso_admin_system_configuration_index', [], [=> 'ROLE_ADMIN_SYSTEM_CONFIGURATION_ACCESS'], '_route matches "/^hitso_admin_system_configuration_index/"'NULLNULLNULL, -512));
  17581.         $instance->addProvider(new \Hitso\Bundle\AdminBundle\Extension\UserMenuProvider());
  17582.         $instance->addProvider(new \Hitso\Bundle\AdminBundle\Extension\WhitelistMenuProvider());
  17583.         $instance->addProvider(new \Hitso\Bundle\CatalogBundle\Extension\CatalogMenuProvider(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
  17584.         $instance->addProvider(($this->services['Hitso\\Bundle\\FileManagerBundle\\Extension\\HitsoFileManagerProvider'] ?? ($this->services['Hitso\\Bundle\\FileManagerBundle\\Extension\\HitsoFileManagerProvider'] = new \Hitso\Bundle\FileManagerBundle\Extension\HitsoFileManagerProvider())));
  17585.         $instance->addProvider(new \Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider('slides''Slajdy''hitso_slide_index', [], [=> 'ROLE_ADMIN_SLIDE_ACCESS'], '_route matches "/^hitso_slide/"'NULLNULLNULL380));
  17586.         $instance->addProvider(new \Hitso\Bundle\ContentBundle\Extension\ContentMenuProvider(($this->privates['Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection'] ?? $this->getContentTypeCollectionService())));
  17587.         $instance->addProvider(new \Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider('seo''SEO''hitso_seo_admin_index', [], [=> 'ROLE_ADMIN_SEO_ACCESS'], '_route matches "/^hitso_seo_admin/"'NULLNULLNULL430));
  17588.         $instance->addProvider(new \Hitso\Bundle\BlocksBundle\Extension\BlocksMenuProvider(($this->services['Hitso\\Bundle\\BlocksBundle\\Block\\Factory'] ?? $this->getFactoryService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService())));
  17589.         $instance->addProvider(new \Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider('navigation''Nawigacja''hitso_navi', [], [=> 'ROLE_ADMIN_NAVIGATION_ACCESS'], '_route matches "/^hitso_navi/"'NULLNULLNULL410));
  17590.         $instance->addProvider(new \Hitso\Bundle\NewsletterBundle\Extension\NewsletterMenuProvider());
  17591.         $instance->addProvider(new \Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider('tickets''ZgÅ‚oszenia''hitso_tickets_admin_index', [], [=> 'ROLE_ADMIN_TICKET_ACCESS'], '_route matches "/^hitso_tickets_admin/"'NULLNULLNULL470));
  17592.         $instance->addProvider(new \Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider('translator''TÅ‚umaczenia''hitso_translation_translator', [], [=> 'ROLE_ADMIN_TRANSLATION_ACCESS'], '_route matches "/^hitso_translation_translator/"'NULLNULLNULL340));
  17593.         $instance->addProvider(new \Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider('tagging''Tagi''hitso_tagging_tag_admin_index', [], [=> 'ROLE_ADMIN_TAGS_ACCESS'], '_route matches "/^hitso_tagging_tag_admin_index/"'NULLNULLNULL350));
  17594.         $instance->addProvider(new \Hartmann\Bundle\AppBundle\Extension\AppMenuProvider());
  17595.         return $instance;
  17596.     }
  17597.     /**
  17598.      * Gets the private 'Hitso\Bundle\BlocksBundle\Block\Loader' shared autowired service.
  17599.      *
  17600.      * @return \Hitso\Bundle\BlocksBundle\Block\Loader
  17601.      */
  17602.     protected function getLoaderService()
  17603.     {
  17604.         $a = ($this->services['twig'] ?? $this->getTwigService());
  17605.         if (isset($this->privates['Hitso\\Bundle\\BlocksBundle\\Block\\Loader'])) {
  17606.             return $this->privates['Hitso\\Bundle\\BlocksBundle\\Block\\Loader'];
  17607.         }
  17608.         return $this->privates['Hitso\\Bundle\\BlocksBundle\\Block\\Loader'] = new \Hitso\Bundle\BlocksBundle\Block\Loader(($this->services['kernel'] ?? $this->get('kernel'1)), $a, ($this->targetDir.''.'/blocks.php'), ['containers' => ['mail' => 'Hitso\\Bundle\\BlocksBundle\\Block\\Container\\MailContainer''content' => 'Hitso\\Bundle\\BlocksBundle\\Block\\Container\\ContentContainer''header_content' => 'Hitso\\Bundle\\BlocksBundle\\Block\\Container\\HeaderContentContainer''file_collection' => 'Hitso\\Bundle\\BlocksBundle\\Block\\Container\\FileCollectionContainer''file' => 'Hitso\\Bundle\\BlocksBundle\\Block\\Container\\FileCollectionContainer'], 'forms' => ['mail' => 'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\MailContentType''textarea_content' => 'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\TextareaContentType''tinymce_content' => 'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\TinyMCEContentType''header_textarea_content' => 'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\HeaderTextareaContentType''header_tinymce_content' => 'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\HeaderTinyMCEContentType''image' => 'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\ImageContainerType''file' => 'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\FileContainerType'], 'groups' => ['mail' => ['label' => 'WiadomoÅ›ci e-mail''sites' => []], 'hartmann' => ['label' => 'Hartmann''sites' => []], 'support' => ['label' => 'Support''sites' => []], 'general' => ['label' => 'Ogólne''sites' => []]], 'blocks' => ['general_cookies' => ['label' => 'Ogólne - Informacja o cookies''group' => 'general''container' => 'content''form' => 'textarea_content''defaults' => ['content' => 'Strona korzysta z plików cookies i innych technologii automatycznego przechowywania danych do celów statystycznych, realizacji usÅ‚ug i reklamowych. KorzystajÄ…c z naszych stron bez zmiany ustawieÅ„ przeglÄ…darki bÄ™dÄ… one zapisane w pamiÄ™ci urzÄ…dzenia, wiÄ™cej informacji na temat zarzÄ…dzania plikami cookies znajdziesz w <a href="#">Polityce prywatnoÅ›ci</a>.'."\n".''], 'sites' => [], 'options' => []], 'storage_security' => ['label' => 'BezpieczeÅ„stwo skÅ‚adowania''group' => 'support''container' => 'content''form' => 'tinymce_content''defaults' => ['content' => '<p>'."\n".'    <strong>SkÅ‚adowanie Å›rodków odurzajÄ…cych oraz substancji psychotropowych wymaga speÅ‚nienia okreÅ›lonych'."\n".'    wymogów prawnych, zwiÄ…zanych z zapewnieniem odpowiedniej jakoÅ›ci przechowywania oraz wysokiego poziomu'."\n".'    bezpieczeÅ„stwa. ZobowiÄ…zujÄ… one wszystkie podmioty uczestniczÄ…ce w obiegu Å›rodków znieczulajÄ…cych â€“'."\n".'    czyli apteki, kliniki, szpitale, placówki opieki i gabinety lekarskie â€“ do prawidÅ‚owego zabezpieczenia'."\n".'    tych substancji przed nieupoważnionym pobraniem i użyciem. Niżej przytaczamy najważniejsze fragmenty,'."\n".'    głównie trzech rozporzÄ…dzeÅ„, które regulujÄ… te kwestie.</strong>'."\n".'</p> <ol>'."\n".'    <li><strong>RozporzÄ…dzenie Ministra Zdrowia w sprawie podstawowych warunków prowadzenia apteki</strong>'."\n".'    z dnia 18. października 2002 r. (Dz.U. Nr 187, poz. 1565)<br><br>§ 1 Zakres rozporzÄ…dzenia<br>'."\n".'    RozporzÄ…dzenie okreÅ›la:<br>1) warunki przechowywania produktów leczniczych i wyrobów medycznych;'."\n".'    (...)<br>§ 3 Miejsca przechowywania produktów leczniczych i wyrobów medycznych<br>1. (...)2. Åšrodki'."\n".'    odurzajÄ…ce, substancje psychotropowe i prekursory grupy I-R przechowuje siÄ™ zgodnie z przepisami'."\n".'    wydanymi na podstawie ustawy z dnia 24. kwietnia 1997 r. o przeciwdziaÅ‚aniu narkomanii (Dz.U. Nr 75,'."\n".'    poz. 468, z 1998 r. Nr 106, poz. 668 i Nr 113, poz. 715, z 2000 r. Nr 20, poz. 256 i Nr 103, poz. 1097,'."\n".'    z 2001 r. Nr 111, poz. 1194 i Nr 125, poz. 1367 oraz z 2002 r. Nr 25, poz. 253 i Nr 113, poz. 984).<br></li>'."\n".'    <li><strong>RozporzÄ…dzenie Ministra Zdrowia w sprawie Å›rodków odurzajÄ…cych, substancji psychotropowych,'."\n".'    prekursorów kategorii 1 i preparatów zawierajÄ…cych te Å›rodki lub substancje</strong> z dnia 11. wrzeÅ›nia'."\n".'    2006 r. (Dz.U. Nr 169, poz. 1216), tj. z dnia 28. października 2015 r. (Dz.U. z 2015 r. poz. 1889)<br>'."\n".'    <br>Na podstawie art. 41 ust. 5 ustawy z dnia 29 lipca 2005 r. o przeciwdziaÅ‚aniu narkomanii'."\n".'    (Dz.U. z 2012 r. poz. 124 oraz z 2015 r. poz. 28 i 875) zarzÄ…dza siÄ™, co nastÄ™puje:<br>(...)<br>§ 2<br>'."\n".'    1. Åšrodki odurzajÄ…ce, substancje psychotropowe, preparaty zawierajÄ…ce te Å›rodki lub substancje oraz'."\n".'    prekursory kategorii 1 przechowywane sÄ… w aptece, z uwzglÄ™dnieniem ust. 2, w sposób zabezpieczajÄ…cy je'."\n".'    przed kradzieżą, podmianÄ… oraz zniszczeniem.<br>2. Åšrodki odurzajÄ…ce grup I-N i II-N, substancje'."\n".'    psychotropowe grupy II-P oraz preparaty zawierajÄ…ce te Å›rodki lub substancje należy przechowywać'."\n".'    w odpowiednio zabezpieczonych pomieszczeniach, w zamkniÄ™tych metalowych szafach lub kasetach'."\n".'    przymocowanych w sposób trwaÅ‚y do Å›cian lub podłóg pomieszczenia, w miejscu niedostÄ™pnym dla pacjentów.<br></li>'."\n".'    <li><strong>RozporzÄ…dzenie Ministra Zdrowia w sprawie szczegółowych wymogów, jakim powinien odpowiadać'."\n".'    lokal apteki</strong> z dnia 30. wrzeÅ›nia 2002 r. (Dz.U. Nr 171, poz. 1395)<br><br>(...)<br>§ 8<br>'."\n".'    1. Podstawowe wyposażenie apteki ogólnodostÄ™pnej stanowiÄ…:<br>(...)<br>4) szafy lub kasety przeznaczone'."\n".'    do przechowywania Å›rodków odurzajÄ…cych i substancji psychotropowych zabezpieczone zgodnie z odrÄ™bnymi'."\n".'    przepisami;<br>(...)<br></li><li><strong>Zgodnie z wyrokiem Wojewódzkiego SÄ…du Administracyjnego</strong>'."\n".'    z dnia 19. wrzeÅ›nia 2007 r. (VII SA/Wa 323/07) <strong>wojewódzki inspektor farmaceutyczny może cofnąć'."\n".'    zezwolenie lub go nie wydać, jeÅ›li podmiot prowadzÄ…cy aptekÄ™ nie posiada odpowiedniego wyposażenia do'."\n".'    przechowywania lekarstw i substancji psychotropowych.</strong></li>'."\n".'</ol>'."\n".''], 'sites' => [], 'options' => []], 'service_branches' => ['label' => 'Serwis - oddziaÅ‚y''group' => 'support''container' => 'content''form' => 'textarea_content''defaults' => ['content' => '<div class="sectionService__list-service service">'."\n".'    <h4 class="service__title">'."\n".'        Serwis Centralny w Nowym SÄ…czu'."\n".'    </h4>'."\n".'    <address class="service__address">'."\n".'        ul. Nawojowska 118,<br/>'."\n".'        33-300 Nowy SÄ…cz'."\n".'    </address>'."\n".'    <a class="service__mail" href="mailto:adres@email.pl">'."\n".'        Adres@email.com'."\n".'    </a>'."\n".'    <a class="service__phone" href="tel:+48184440017">'."\n".'        +48 18 444 00 17'."\n".'    </a>'."\n".'</div> <div class="sectionService__list-service service">'."\n".'    <h4 class="service__title">'."\n".'        Serwis Centralny w Nowym SÄ…czu'."\n".'    </h4>'."\n".'    <address class="service__address">'."\n".'        ul. Nawojowska 118,<br/>'."\n".'        33-300 Nowy SÄ…cz'."\n".'    </address>'."\n".'    <a class="service__mail" href="mailto:adres@email.pl">'."\n".'        Adres@email.com'."\n".'    </a>'."\n".'    <a class="service__phone" href="tel:+48184440017">'."\n".'        +48 18 444 00 17'."\n".'    </a>'."\n".'</div> <div class="sectionService__list-service service">'."\n".'    <h4 class="service__title">'."\n".'        Serwis Centralny w Nowym SÄ…czu'."\n".'    </h4>'."\n".'    <address class="service__address">'."\n".'        ul. Nawojowska 118,<br/>'."\n".'        33-300 Nowy SÄ…cz'."\n".'    </address>'."\n".'    <a class="service__mail" href="mailto:adres@email.pl">'."\n".'        Adres@email.com'."\n".'    </a>'."\n".'    <a class="service__phone" href="tel:+48184440017">'."\n".'        +48 18 444 00 17'."\n".'    </a>'."\n".'</div> <div class="sectionService__list-service service">'."\n".'    <h4 class="service__title">'."\n".'        Serwis Centralny w Nowym SÄ…czu'."\n".'    </h4>'."\n".'    <address class="service__address">'."\n".'        ul. Nawojowska 118,<br/>'."\n".'        33-300 Nowy SÄ…cz'."\n".'    </address>'."\n".'    <a class="service__mail" href="mailto:adres@email.pl">'."\n".'        Adres@email.com'."\n".'    </a>'."\n".'    <a class="service__phone" href="tel:+48184440017">'."\n".'        +48 18 444 00 17'."\n".'    </a>'."\n".'</div> <div class="sectionService__list-service service">'."\n".'    <h4 class="service__title">'."\n".'        Serwis Centralny w Nowym SÄ…czu'."\n".'    </h4>'."\n".'    <address class="service__address">'."\n".'        ul. Nawojowska 118,<br/>'."\n".'        33-300 Nowy SÄ…cz'."\n".'    </address>'."\n".'    <a class="service__mail" href="mailto:adres@email.pl">'."\n".'        Adres@email.com'."\n".'    </a>'."\n".'    <a class="service__phone" href="tel:+48184440017">'."\n".'        +48 18 444 00 17'."\n".'    </a>'."\n".'</div>'."\n".''], 'sites' => [], 'options' => []], 'mail_ticket_create' => ['label' => 'Utworzenie nowego zgÅ‚oszenia''group' => 'mail''container' => 'mail''form' => 'mail''options' => ['content_options' => ['help_text' => 'DostÄ™pne zaÅ›lepki:<br> {{ link }}, {{ user.email }}']], 'defaults' => ['subject' => 'Utworzenie nowego zgÅ‚oszenia''content' => '<p>Witaj {{ ticket.authorFirstName }}!</p> <p>OtrzymaliÅ›my Twoje zgÅ‚oszenie o treÅ›ci:</p> <p>{{ ticket.content|raw }}</p>'."\n".''], 'sites' => []], 'mail_order_confirmation' => ['label' => 'ZÅ‚ożenie zamowienia''group' => 'mail''container' => 'mail''form' => 'mail''defaults' => ['subject' => 'Hartmann - potwierdzenie zlecenia wyceny. ''text_content' => 'DzieÅ„ dobry, DziÄ™kujemy za zÅ‚ożenie zapytania o wycenÄ™ produktów Hartmann. Twoja proÅ›ba zostaÅ‚a przekazana do osoby za to odpowiedzialnej, niebawem wrócimy do Ciebie ze szczegółowÄ… ofertÄ….''content' => '<tr>'."\n".'    <td>'."\n".'        <p class="txt-1">DzieÅ„ dobry,</p>'."\n".'    </td>'."\n".'</tr> <tr>'."\n".'    <td>'."\n".'        <p class="txt-2"><br />DziÄ™kujemy za zÅ‚ożenie zapytania o wycenÄ™ produktów Hartmann.</p>'."\n".'        <p class="txt-2"><br />Twoja proÅ›ba zostaÅ‚a przekazana do osoby za to odpowiedzialnej, niebawem wrócimy do Ciebie ze szczegółowÄ… ofertÄ….</p>'."\n".'    </td>'."\n".'</tr>'], 'sites' => [], 'options' => []], 'contact_form_1' => ['label' => 'Hartmann - potwierdzenie proÅ›by o kontakt''group' => 'mail''container' => 'mail''form' => 'mail''defaults' => ['subject' => 'Hartmann - potwierdzenie proÅ›by o kontakt''text_content' => 'Automatyczne powiadomienie z formularza kontaktowego. Użytkownik poprosiÅ‚ o kontakt: {{ clientEmail }}.''content' => '<p class="txt-1">'."\n".'    Automatyczne powiadomienie z formularza kontaktowego.'."\n".'</p> <p class="txt-1">'."\n".'    Użytkownik poprosiÅ‚ o kontakt: {{ firstName }} {{ lastName }}'."\n".'</p> <p class="txt-1">'."\n".'    Email: {{ email }}'."\n".'</p> <p class="txt-1">'."\n".'    Telefon: {{ phone }}'."\n".'</p> <p class="txt-1">'."\n".'    Produkt: {{ productName }}'."\n".'</p> <p class="txt-1">'."\n".'    Treść: {{ content }}'."\n".'</p> <p class="txt-1">'."\n".'    Klient wyraziÅ‚ zgodÄ™ na przetwarzanie danych osobowych.'."\n".'</p> <p class="txt-1">'."\n".'    {{ consentText }}'."\n".'</p>'."\n".''], 'sites' => [], 'options' => []], 'contact_form_1_options' => ['label' => 'Hartmann - potwierdzenie proÅ›by o kontakt (+opcje)''group' => 'mail''container' => 'mail''form' => 'mail''defaults' => ['subject' => 'Hartmann - potwierdzenie proÅ›by o kontakt''text_content' => 'Automatyczne powiadomienie z formularza kontaktowego. Użytkownik poprosiÅ‚ o kontakt: {{ clientEmail }}. Wybrane opcje przewodnika: {{ options|striptags(\'<p><br><strong>\')|raw }}''content' => '<p class="txt-1">'."\n".'    Automatyczne powiadomienie z formularza kontaktowego.'."\n".'</p> <p class="txt-1">'."\n".'    Użytkownik poprosiÅ‚ o kontakt: {{ firstName }} {{ lastName }}'."\n".'</p> <p class="txt-1">'."\n".'    Email: {{ email }}'."\n".'</p> <p class="txt-1">'."\n".'    Telefon: {{ phone }}'."\n".'</p> <p class="txt-1">'."\n".'    Produkt: {{ productName }}'."\n".'</p> <p class="txt-1">'."\n".'    Treść: {{ content }}'."\n".'</p> <p class="txt-1">'."\n".'    Wybrane opcje przewodnika: {{ options|striptags(\'<p><br><strong>\')|raw }}'."\n".'</p> <p class="txt-1">'."\n".'    Klient wyraziÅ‚ zgodÄ™ na przetwarzanie danych osobowych.'."\n".'</p> <p class="txt-1">'."\n".'    {{ consentText }}'."\n".'</p>'."\n".''], 'sites' => [], 'options' => []]]]);
  17609.     }
  17610.     /**
  17611.      * Gets the private 'Hitso\Bundle\BlocksBundle\Form\Type\BlockFormType' shared autowired service.
  17612.      *
  17613.      * @return \Hitso\Bundle\BlocksBundle\Form\Type\BlockFormType
  17614.      */
  17615.     protected function getBlockFormTypeService()
  17616.     {
  17617.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17618.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  17620.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Form/Type/BlockFormType.php';
  17621.         return $this->privates['Hitso\\Bundle\\BlocksBundle\\Form\\Type\\BlockFormType'] = new \Hitso\Bundle\BlocksBundle\Form\Type\BlockFormType();
  17622.     }
  17623.     /**
  17624.      * Gets the private 'Hitso\Bundle\BlocksBundle\Form\Type\FileContainerType' shared autowired service.
  17625.      *
  17626.      * @return \Hitso\Bundle\BlocksBundle\Form\Type\FileContainerType
  17627.      */
  17628.     protected function getFileContainerTypeService()
  17629.     {
  17630.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17631.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17632.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  17633.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  17634.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Form/Type/FileContainerType.php';
  17635.         return $this->privates['Hitso\\Bundle\\BlocksBundle\\Form\\Type\\FileContainerType'] = new \Hitso\Bundle\BlocksBundle\Form\Type\FileContainerType(($this->privates['Hitso\\Bundle\\FormBundle\\Storage\\StorageManager'] ?? $this->getStorageManagerService()));
  17636.     }
  17637.     /**
  17638.      * Gets the private 'Hitso\Bundle\BlocksBundle\Form\Type\FileType' shared autowired service.
  17639.      *
  17640.      * @return \Hitso\Bundle\BlocksBundle\Form\Type\FileType
  17641.      */
  17642.     protected function getFileType2Service()
  17643.     {
  17644.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17645.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17646.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  17647.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  17648.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Form/Type/FileType.php';
  17649.         return $this->privates['Hitso\\Bundle\\BlocksBundle\\Form\\Type\\FileType'] = new \Hitso\Bundle\BlocksBundle\Form\Type\FileType(($this->privates['Hitso\\Bundle\\FormBundle\\Storage\\StorageManager'] ?? $this->getStorageManagerService()));
  17650.     }
  17651.     /**
  17652.      * Gets the private 'Hitso\Bundle\BlocksBundle\Form\Type\HeaderTextareaContentType' shared autowired service.
  17653.      *
  17654.      * @return \Hitso\Bundle\BlocksBundle\Form\Type\HeaderTextareaContentType
  17655.      */
  17656.     protected function getHeaderTextareaContentTypeService()
  17657.     {
  17658.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17659.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17660.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  17661.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Form/Type/HeaderTextareaContentType.php';
  17662.         return $this->privates['Hitso\\Bundle\\BlocksBundle\\Form\\Type\\HeaderTextareaContentType'] = new \Hitso\Bundle\BlocksBundle\Form\Type\HeaderTextareaContentType();
  17663.     }
  17664.     /**
  17665.      * Gets the private 'Hitso\Bundle\BlocksBundle\Form\Type\HeaderTinyMCEContentType' shared autowired service.
  17666.      *
  17667.      * @return \Hitso\Bundle\BlocksBundle\Form\Type\HeaderTinyMCEContentType
  17668.      */
  17669.     protected function getHeaderTinyMCEContentTypeService()
  17670.     {
  17671.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17672.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17673.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  17674.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Form/Type/HeaderTinyMCEContentType.php';
  17675.         return $this->privates['Hitso\\Bundle\\BlocksBundle\\Form\\Type\\HeaderTinyMCEContentType'] = new \Hitso\Bundle\BlocksBundle\Form\Type\HeaderTinyMCEContentType();
  17676.     }
  17677.     /**
  17678.      * Gets the private 'Hitso\Bundle\BlocksBundle\Form\Type\ImageContainerType' shared autowired service.
  17679.      *
  17680.      * @return \Hitso\Bundle\BlocksBundle\Form\Type\ImageContainerType
  17681.      */
  17682.     protected function getImageContainerTypeService()
  17683.     {
  17684.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17685.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17686.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  17687.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Form/Type/ImageContainerType.php';
  17688.         return $this->privates['Hitso\\Bundle\\BlocksBundle\\Form\\Type\\ImageContainerType'] = new \Hitso\Bundle\BlocksBundle\Form\Type\ImageContainerType(($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()));
  17689.     }
  17690.     /**
  17691.      * Gets the private 'Hitso\Bundle\BlocksBundle\Form\Type\MailContentType' shared autowired service.
  17692.      *
  17693.      * @return \Hitso\Bundle\BlocksBundle\Form\Type\MailContentType
  17694.      */
  17695.     protected function getMailContentTypeService()
  17696.     {
  17697.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17698.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17699.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  17700.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Form/Type/MailContentType.php';
  17701.         return $this->privates['Hitso\\Bundle\\BlocksBundle\\Form\\Type\\MailContentType'] = new \Hitso\Bundle\BlocksBundle\Form\Type\MailContentType();
  17702.     }
  17703.     /**
  17704.      * Gets the private 'Hitso\Bundle\BlocksBundle\Form\Type\TextareaContentType' shared autowired service.
  17705.      *
  17706.      * @return \Hitso\Bundle\BlocksBundle\Form\Type\TextareaContentType
  17707.      */
  17708.     protected function getTextareaContentTypeService()
  17709.     {
  17710.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17711.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17712.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  17713.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Form/Type/TextareaContentType.php';
  17714.         return $this->privates['Hitso\\Bundle\\BlocksBundle\\Form\\Type\\TextareaContentType'] = new \Hitso\Bundle\BlocksBundle\Form\Type\TextareaContentType();
  17715.     }
  17716.     /**
  17717.      * Gets the private 'Hitso\Bundle\BlocksBundle\Form\Type\TinyMCEContentType' shared autowired service.
  17718.      *
  17719.      * @return \Hitso\Bundle\BlocksBundle\Form\Type\TinyMCEContentType
  17720.      */
  17721.     protected function getTinyMCEContentTypeService()
  17722.     {
  17723.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17724.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17725.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  17726.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Form/Type/TinyMCEContentType.php';
  17727.         return $this->privates['Hitso\\Bundle\\BlocksBundle\\Form\\Type\\TinyMCEContentType'] = new \Hitso\Bundle\BlocksBundle\Form\Type\TinyMCEContentType();
  17728.     }
  17729.     /**
  17730.      * Gets the private 'Hitso\Bundle\BlocksBundle\Manager\BlockManager' shared autowired service.
  17731.      *
  17732.      * @return \Hitso\Bundle\BlocksBundle\Manager\BlockManager
  17733.      */
  17734.     protected function getBlockManagerService()
  17735.     {
  17736.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17737.         if (isset($this->privates['Hitso\\Bundle\\BlocksBundle\\Manager\\BlockManager'])) {
  17738.             return $this->privates['Hitso\\Bundle\\BlocksBundle\\Manager\\BlockManager'];
  17739.         }
  17740.         return $this->privates['Hitso\\Bundle\\BlocksBundle\\Manager\\BlockManager'] = new \Hitso\Bundle\BlocksBundle\Manager\BlockManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17741.     }
  17742.     /**
  17743.      * Gets the private 'Hitso\Bundle\BlocksBundle\Repository\BlockRepository' shared autowired service.
  17744.      *
  17745.      * @return \Hitso\Bundle\BlocksBundle\Repository\BlockRepository
  17746.      */
  17747.     protected function getBlockRepositoryService($lazyLoad true)
  17748.     {
  17749.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/Repository/BlockRepository.php';
  17750.         return $this->privates['Hitso\\Bundle\\BlocksBundle\\Repository\\BlockRepository'] = new \Hitso\Bundle\BlocksBundle\Repository\BlockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17751.     }
  17752.     /**
  17753.      * Gets the private 'Hitso\Bundle\BlocksBundle\Serializer\ContainerNormalizer' shared autowired service.
  17754.      *
  17755.      * @return \Hitso\Bundle\BlocksBundle\Serializer\ContainerNormalizer
  17756.      */
  17757.     protected function getContainerNormalizerService()
  17758.     {
  17759.         return $this->privates['Hitso\\Bundle\\BlocksBundle\\Serializer\\ContainerNormalizer'] = new \Hitso\Bundle\BlocksBundle\Serializer\ContainerNormalizer(($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService()));
  17760.     }
  17761.     /**
  17762.      * Gets the private 'Hitso\Bundle\CatalogBundle\EventListener\ChangeLogEventListener' shared autowired service.
  17763.      *
  17764.      * @return \Hitso\Bundle\CatalogBundle\EventListener\ChangeLogEventListener
  17765.      */
  17766.     protected function getChangeLogEventListenerService($lazyLoad true)
  17767.     {
  17768.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/EventListener/ChangeLogEventListener.php';
  17769.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\EventListener\\ChangeLogEventListener'] = new \Hitso\Bundle\CatalogBundle\EventListener\ChangeLogEventListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker'] ?? $this->getEntityAuthorizationCheckerService()));
  17770.     }
  17771.     /**
  17772.      * Gets the private 'Hitso\Bundle\CatalogBundle\EventListener\ProductEventListener' shared autowired service.
  17773.      *
  17774.      * @return \Hitso\Bundle\CatalogBundle\EventListener\ProductEventListener
  17775.      */
  17776.     protected function getProductEventListenerService($lazyLoad true)
  17777.     {
  17778.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/EventListener/ProductEventListener.php';
  17779.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Tax/Helper/TaxHelperInterface.php';
  17780.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Tax/Helper/TaxHelper.php';
  17781.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\EventListener\\ProductEventListener'] = new \Hitso\Bundle\CatalogBundle\EventListener\ProductEventListener(new \Hitso\Bundle\CatalogBundle\Service\Tax\Helper\TaxHelper(), ($this->privates['Hitso\\Bundle\\SearchBundle\\Manager\\SearchManager'] ?? $this->getSearchManagerService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()));
  17782.     }
  17783.     /**
  17784.      * Gets the private 'Hitso\Bundle\CatalogBundle\EventListener\ProductSubscriber' shared autowired service.
  17785.      *
  17786.      * @return \Hitso\Bundle\CatalogBundle\EventListener\ProductSubscriber
  17787.      */
  17788.     protected function getProductSubscriber2Service()
  17789.     {
  17790.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/EventListener/ProductSubscriber.php';
  17791.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\EventListener\\ProductSubscriber'] = new \Hitso\Bundle\CatalogBundle\EventListener\ProductSubscriber(($this->privates['Hitso\\Bundle\\SearchBundle\\Manager\\SearchManager'] ?? $this->getSearchManagerService()));
  17792.     }
  17793.     /**
  17794.      * Gets the private 'Hitso\Bundle\CatalogBundle\EventListener\SetSubcategorySubscriber' shared autowired service.
  17795.      *
  17796.      * @return \Hitso\Bundle\CatalogBundle\EventListener\SetSubcategorySubscriber
  17797.      */
  17798.     protected function getSetSubcategorySubscriberService()
  17799.     {
  17800.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/EventListener/SetSubcategorySubscriber.php';
  17801.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\EventListener\\SetSubcategorySubscriber'] = new \Hitso\Bundle\CatalogBundle\EventListener\SetSubcategorySubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  17802.     }
  17803.     /**
  17804.      * Gets the private 'Hitso\Bundle\CatalogBundle\Form\AttributeGroupType' shared autowired service.
  17805.      *
  17806.      * @return \Hitso\Bundle\CatalogBundle\Form\AttributeGroupType
  17807.      */
  17808.     protected function getAttributeGroupType3Service()
  17809.     {
  17810.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17811.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17812.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Form/AttributeGroupType.php';
  17813.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Form\\AttributeGroupType'] = new \Hitso\Bundle\CatalogBundle\Form\AttributeGroupType(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  17814.     }
  17815.     /**
  17816.      * Gets the private 'Hitso\Bundle\CatalogBundle\Form\AttributeType' shared autowired service.
  17817.      *
  17818.      * @return \Hitso\Bundle\CatalogBundle\Form\AttributeType
  17819.      */
  17820.     protected function getAttributeType3Service()
  17821.     {
  17822.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17823.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17824.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Form/AttributeType.php';
  17825.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Form\\AttributeType'] = new \Hitso\Bundle\CatalogBundle\Form\AttributeType(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\AttributeRepository'] ?? $this->getAttributeRepositoryService()));
  17826.     }
  17827.     /**
  17828.      * Gets the private 'Hitso\Bundle\CatalogBundle\Form\BrandType' shared autowired service.
  17829.      *
  17830.      * @return \Hitso\Bundle\CatalogBundle\Form\BrandType
  17831.      */
  17832.     protected function getBrandType2Service()
  17833.     {
  17834.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17835.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17836.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Form/BrandType.php';
  17837.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Form\\BrandType'] = new \Hitso\Bundle\CatalogBundle\Form\BrandType();
  17838.     }
  17839.     /**
  17840.      * Gets the private 'Hitso\Bundle\CatalogBundle\Form\CategoryType' shared autowired service.
  17841.      *
  17842.      * @return \Hitso\Bundle\CatalogBundle\Form\CategoryType
  17843.      */
  17844.     protected function getCategoryType2Service()
  17845.     {
  17846.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17847.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17848.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Form/CategoryType.php';
  17849.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Form\\CategoryType'] = new \Hitso\Bundle\CatalogBundle\Form\CategoryType(($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\CategorySectionTypeCollection'] ?? $this->getCategorySectionTypeCollectionService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\CategoryManager'] ?? $this->getCategoryManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17850.     }
  17851.     /**
  17852.      * Gets the private 'Hitso\Bundle\CatalogBundle\Form\ProductAttributeType' shared autowired service.
  17853.      *
  17854.      * @return \Hitso\Bundle\CatalogBundle\Form\ProductAttributeType
  17855.      */
  17856.     protected function getProductAttributeTypeService()
  17857.     {
  17858.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17859.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17860.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Form/AbstractType.php';
  17861.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Form/ProductAttributeType.php';
  17862.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Form\\ProductAttributeType'] = new \Hitso\Bundle\CatalogBundle\Form\ProductAttributeType(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  17863.     }
  17864.     /**
  17865.      * Gets the private 'Hitso\Bundle\CatalogBundle\Form\ProductReviewFormType' shared autowired service.
  17866.      *
  17867.      * @return \Hitso\Bundle\CatalogBundle\Form\ProductReviewFormType
  17868.      */
  17869.     protected function getProductReviewFormType2Service()
  17870.     {
  17871.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17872.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17873.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Form/ProductReviewFormType.php';
  17874.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Form\\ProductReviewFormType'] = new \Hitso\Bundle\CatalogBundle\Form\ProductReviewFormType();
  17875.     }
  17876.     /**
  17877.      * Gets the private 'Hitso\Bundle\CatalogBundle\Form\ProductSeoType' shared autowired service.
  17878.      *
  17879.      * @return \Hitso\Bundle\CatalogBundle\Form\ProductSeoType
  17880.      */
  17881.     protected function getProductSeoTypeService()
  17882.     {
  17883.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17884.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17885.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Form/ProductSeoType.php';
  17886.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Form\\ProductSeoType'] = new \Hitso\Bundle\CatalogBundle\Form\ProductSeoType();
  17887.     }
  17888.     /**
  17889.      * Gets the private 'Hitso\Bundle\CatalogBundle\Form\ProductType' shared autowired service.
  17890.      *
  17891.      * @return \Hitso\Bundle\CatalogBundle\Form\ProductType
  17892.      */
  17893.     protected function getProductType3Service()
  17894.     {
  17895.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17896.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17897.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Form/AbstractType.php';
  17898.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Form/ProductType.php';
  17899.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/SectionTypeCollection.php';
  17900.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/ProductSectionTypeCollection.php';
  17901.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Form\\ProductType'] = new \Hitso\Bundle\CatalogBundle\Form\ProductType(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\ProductSectionTypeCollection'] ?? ($this->privates['Hitso\\Bundle\\SectionBundle\\Model\\ProductSectionTypeCollection'] = new \Hitso\Bundle\SectionBundle\Model\ProductSectionTypeCollection())), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Provider\\CatalogCategoryOrderedProvider'] ?? $this->getCatalogCategoryOrderedProviderService()));
  17902.     }
  17903.     /**
  17904.      * Gets the private 'Hitso\Bundle\CatalogBundle\Form\Section\ProductPageSectionType' shared autowired service.
  17905.      *
  17906.      * @return \Hitso\Bundle\CatalogBundle\Form\Section\ProductPageSectionType
  17907.      */
  17908.     protected function getProductPageSectionTypeService()
  17909.     {
  17910.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17911.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17912.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  17913.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Form/Section/AbstractProductSectionType.php';
  17914.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Form/Section/ProductPageSectionType.php';
  17915.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Form\\Section\\ProductPageSectionType'] = new \Hitso\Bundle\CatalogBundle\Form\Section\ProductPageSectionType();
  17916.     }
  17917.     /**
  17918.      * Gets the private 'Hitso\Bundle\CatalogBundle\Form\TaxRateType' shared autowired service.
  17919.      *
  17920.      * @return \Hitso\Bundle\CatalogBundle\Form\TaxRateType
  17921.      */
  17922.     protected function getTaxRateType2Service()
  17923.     {
  17924.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17925.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17926.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Form/TaxRateType.php';
  17927.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Form\\TaxRateType'] = new \Hitso\Bundle\CatalogBundle\Form\TaxRateType();
  17928.     }
  17929.     /**
  17930.      * Gets the private 'Hitso\Bundle\CatalogBundle\Form\Type\ProductAttributeInputType' shared autowired service.
  17931.      *
  17932.      * @return \Hitso\Bundle\CatalogBundle\Form\Type\ProductAttributeInputType
  17933.      */
  17934.     protected function getProductAttributeInputTypeService()
  17935.     {
  17936.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17937.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17938.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Form/AbstractType.php';
  17939.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Form/Type/ProductAttributeInputType.php';
  17940.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Form\\Type\\ProductAttributeInputType'] = new \Hitso\Bundle\CatalogBundle\Form\Type\ProductAttributeInputType(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  17941.     }
  17942.     /**
  17943.      * Gets the private 'Hitso\Bundle\CatalogBundle\Form\Type\ProductAttribute\ProductAttributeChoiceType' shared autowired service.
  17944.      *
  17945.      * @return \Hitso\Bundle\CatalogBundle\Form\Type\ProductAttribute\ProductAttributeChoiceType
  17946.      */
  17947.     protected function getProductAttributeChoiceTypeService()
  17948.     {
  17949.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17951.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  17952.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Form/Type/ProductAttribute/ProductAttributeChoiceType.php';
  17953.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Form\\Type\\ProductAttribute\\ProductAttributeChoiceType'] = new \Hitso\Bundle\CatalogBundle\Form\Type\ProductAttribute\ProductAttributeChoiceType();
  17954.     }
  17955.     /**
  17956.      * Gets the private 'Hitso\Bundle\CatalogBundle\Form\Type\ProductCollectionType' shared autowired service.
  17957.      *
  17958.      * @return \Hitso\Bundle\CatalogBundle\Form\Type\ProductCollectionType
  17959.      */
  17960.     protected function getProductCollectionTypeService()
  17961.     {
  17962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17963.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17964.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Form/Type/ProductCollectionType.php';
  17965.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Form\\Type\\ProductCollectionType'] = new \Hitso\Bundle\CatalogBundle\Form\Type\ProductCollectionType();
  17966.     }
  17967.     /**
  17968.      * Gets the private 'Hitso\Bundle\CatalogBundle\Form\Type\RangeInputType' shared autowired service.
  17969.      *
  17970.      * @return \Hitso\Bundle\CatalogBundle\Form\Type\RangeInputType
  17971.      */
  17972.     protected function getRangeInputTypeService()
  17973.     {
  17974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17976.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Form/Type/RangeInputType.php';
  17977.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Form\\Type\\RangeInputType'] = new \Hitso\Bundle\CatalogBundle\Form\Type\RangeInputType();
  17978.     }
  17979.     /**
  17980.      * Gets the private 'Hitso\Bundle\CatalogBundle\Manager\AttributeGroupManager' shared autowired service.
  17981.      *
  17982.      * @return \Hartmann\Bundle\AppBundle\Manager\AttributeGroupManager
  17983.      */
  17984.     protected function getAttributeGroupManagerService()
  17985.     {
  17986.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  17987.         if (isset($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\AttributeGroupManager'])) {
  17988.             return $this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\AttributeGroupManager'];
  17989.         }
  17990.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\AttributeGroupManager'] = new \Hartmann\Bundle\AppBundle\Manager\AttributeGroupManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  17991.     }
  17992.     /**
  17993.      * Gets the private 'Hitso\Bundle\CatalogBundle\Manager\AttributeManager' shared autowired service.
  17994.      *
  17995.      * @return \Hartmann\Bundle\AppBundle\Manager\AttributeManager
  17996.      */
  17997.     protected function getAttributeManagerService()
  17998.     {
  17999.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  18000.         if (isset($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\AttributeManager'])) {
  18001.             return $this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\AttributeManager'];
  18002.         }
  18003.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\AttributeManager'] = new \Hartmann\Bundle\AppBundle\Manager\AttributeManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  18004.     }
  18005.     /**
  18006.      * Gets the private 'Hitso\Bundle\CatalogBundle\Manager\BrandManager' shared autowired service.
  18007.      *
  18008.      * @return \Hitso\Bundle\CatalogBundle\Manager\BrandManager
  18009.      */
  18010.     protected function getBrandManagerService()
  18011.     {
  18012.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  18013.         if (isset($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\BrandManager'])) {
  18014.             return $this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\BrandManager'];
  18015.         }
  18016.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\BrandManager'] = new \Hitso\Bundle\CatalogBundle\Manager\BrandManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  18017.     }
  18018.     /**
  18019.      * Gets the private 'Hitso\Bundle\CatalogBundle\Manager\CategoryManager' shared autowired service.
  18020.      *
  18021.      * @return \Hitso\Bundle\CatalogBundle\Manager\CategoryManager
  18022.      */
  18023.     protected function getCategoryManagerService()
  18024.     {
  18025.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  18026.         if (isset($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\CategoryManager'])) {
  18027.             return $this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\CategoryManager'];
  18028.         }
  18029.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\CategoryManager'] = new \Hitso\Bundle\CatalogBundle\Manager\CategoryManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  18030.     }
  18031.     /**
  18032.      * Gets the private 'Hitso\Bundle\CatalogBundle\Manager\ProductAttributeManager' shared autowired service.
  18033.      *
  18034.      * @return \Hitso\Bundle\CatalogBundle\Manager\ProductAttributeManager
  18035.      */
  18036.     protected function getProductAttributeManagerService()
  18037.     {
  18038.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  18039.         if (isset($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductAttributeManager'])) {
  18040.             return $this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductAttributeManager'];
  18041.         }
  18042.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductAttributeManager'] = new \Hitso\Bundle\CatalogBundle\Manager\ProductAttributeManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  18043.     }
  18044.     /**
  18045.      * Gets the private 'Hitso\Bundle\CatalogBundle\Manager\ProductManager' shared autowired service.
  18046.      *
  18047.      * @return \Hitso\Bundle\CatalogBundle\Manager\ProductManager
  18048.      */
  18049.     protected function getProductManagerService()
  18050.     {
  18051.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  18052.         if (isset($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductManager'])) {
  18053.             return $this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductManager'];
  18054.         }
  18055.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductManager'] = new \Hitso\Bundle\CatalogBundle\Manager\ProductManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  18056.     }
  18057.     /**
  18058.      * Gets the private 'Hitso\Bundle\CatalogBundle\Manager\ProductReviewManager' shared autowired service.
  18059.      *
  18060.      * @return \Hitso\Bundle\CatalogBundle\Manager\ProductReviewManager
  18061.      */
  18062.     protected function getProductReviewManagerService()
  18063.     {
  18064.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  18065.         if (isset($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductReviewManager'])) {
  18066.             return $this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductReviewManager'];
  18067.         }
  18068.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductReviewManager'] = new \Hitso\Bundle\CatalogBundle\Manager\ProductReviewManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  18069.     }
  18070.     /**
  18071.      * Gets the private 'Hitso\Bundle\CatalogBundle\Manager\TaxRateManager' shared autowired service.
  18072.      *
  18073.      * @return \Hitso\Bundle\CatalogBundle\Manager\TaxRateManager
  18074.      */
  18075.     protected function getTaxRateManagerService()
  18076.     {
  18077.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  18078.         if (isset($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\TaxRateManager'])) {
  18079.             return $this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\TaxRateManager'];
  18080.         }
  18081.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\TaxRateManager'] = new \Hitso\Bundle\CatalogBundle\Manager\TaxRateManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  18082.     }
  18083.     /**
  18084.      * Gets the private 'Hitso\Bundle\CatalogBundle\Provider\CatalogCategoryOrderedProvider' shared autowired service.
  18085.      *
  18086.      * @return \Hitso\Bundle\CatalogBundle\Provider\CatalogCategoryOrderedProvider
  18087.      */
  18088.     protected function getCatalogCategoryOrderedProviderService()
  18089.     {
  18090.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Provider\\CatalogCategoryOrderedProvider'] = new \Hitso\Bundle\CatalogBundle\Provider\CatalogCategoryOrderedProvider(($this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  18091.     }
  18092.     /**
  18093.      * Gets the private 'Hitso\Bundle\CatalogBundle\Repository\AttributeGroupRepository' shared autowired service.
  18094.      *
  18095.      * @return \Hitso\Bundle\CatalogBundle\Repository\AttributeGroupRepository
  18096.      */
  18097.     protected function getAttributeGroupRepositoryService()
  18098.     {
  18099.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Repository/AttributeGroupRepository.php';
  18100.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\AttributeGroupRepository'] = new \Hitso\Bundle\CatalogBundle\Repository\AttributeGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18101.     }
  18102.     /**
  18103.      * Gets the private 'Hitso\Bundle\CatalogBundle\Repository\AttributeRepository' shared autowired service.
  18104.      *
  18105.      * @return \Hitso\Bundle\CatalogBundle\Repository\AttributeRepository
  18106.      */
  18107.     protected function getAttributeRepositoryService()
  18108.     {
  18109.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Repository/AttributeRepository.php';
  18110.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\AttributeRepository'] = new \Hitso\Bundle\CatalogBundle\Repository\AttributeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18111.     }
  18112.     /**
  18113.      * Gets the private 'Hitso\Bundle\CatalogBundle\Repository\BrandRepository' shared autowired service.
  18114.      *
  18115.      * @return \Hitso\Bundle\CatalogBundle\Repository\BrandRepository
  18116.      */
  18117.     protected function getBrandRepositoryService()
  18118.     {
  18119.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Repository/BrandRepository.php';
  18120.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\BrandRepository'] = new \Hitso\Bundle\CatalogBundle\Repository\BrandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18121.     }
  18122.     /**
  18123.      * Gets the private 'Hitso\Bundle\CatalogBundle\Repository\CategoryPageSectionRepository' shared autowired service.
  18124.      *
  18125.      * @return \Hitso\Bundle\CatalogBundle\Repository\CategoryPageSectionRepository
  18126.      */
  18127.     protected function getCategoryPageSectionRepositoryService()
  18128.     {
  18129.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Repository/CategoryPageSectionRepository.php';
  18130.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\CategoryPageSectionRepository'] = new \Hitso\Bundle\CatalogBundle\Repository\CategoryPageSectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18131.     }
  18132.     /**
  18133.      * Gets the private 'Hitso\Bundle\CatalogBundle\Repository\CategoryRepository' shared autowired service.
  18134.      *
  18135.      * @return \Hitso\Bundle\CatalogBundle\Repository\CategoryRepository
  18136.      */
  18137.     protected function getCategoryRepositoryService()
  18138.     {
  18139.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\CategoryRepository'] = new \Hitso\Bundle\CatalogBundle\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18140.     }
  18141.     /**
  18142.      * Gets the private 'Hitso\Bundle\CatalogBundle\Repository\CategoryRouteRepository' shared autowired service.
  18143.      *
  18144.      * @return \Hitso\Bundle\CatalogBundle\Repository\CategoryRouteRepository
  18145.      */
  18146.     protected function getCategoryRouteRepositoryService()
  18147.     {
  18148.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Repository/CategoryRouteRepository.php';
  18149.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\CategoryRouteRepository'] = new \Hitso\Bundle\CatalogBundle\Repository\CategoryRouteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18150.     }
  18151.     /**
  18152.      * Gets the private 'Hitso\Bundle\CatalogBundle\Repository\ProductAttributeRepository' shared autowired service.
  18153.      *
  18154.      * @return \Hitso\Bundle\CatalogBundle\Repository\ProductAttributeRepository
  18155.      */
  18156.     protected function getProductAttributeRepositoryService()
  18157.     {
  18158.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\ProductAttributeRepository'] = new \Hitso\Bundle\CatalogBundle\Repository\ProductAttributeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18159.     }
  18160.     /**
  18161.      * Gets the private 'Hitso\Bundle\CatalogBundle\Repository\ProductPageSectionRepository' shared autowired service.
  18162.      *
  18163.      * @return \Hitso\Bundle\CatalogBundle\Repository\ProductPageSectionRepository
  18164.      */
  18165.     protected function getProductPageSectionRepositoryService()
  18166.     {
  18167.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Repository/ProductPageSectionRepository.php';
  18168.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\ProductPageSectionRepository'] = new \Hitso\Bundle\CatalogBundle\Repository\ProductPageSectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18169.     }
  18170.     /**
  18171.      * Gets the private 'Hitso\Bundle\CatalogBundle\Repository\ProductRepository' shared autowired service.
  18172.      *
  18173.      * @return \Hitso\Bundle\CatalogBundle\Repository\ProductRepository
  18174.      */
  18175.     protected function getProductRepositoryService()
  18176.     {
  18177.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Repository/ProductRepository.php';
  18178.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\ProductRepository'] = new \Hitso\Bundle\CatalogBundle\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18179.     }
  18180.     /**
  18181.      * Gets the private 'Hitso\Bundle\CatalogBundle\Repository\ProductReviewRepository' shared autowired service.
  18182.      *
  18183.      * @return \Hitso\Bundle\CatalogBundle\Repository\ProductReviewRepository
  18184.      */
  18185.     protected function getProductReviewRepositoryService()
  18186.     {
  18187.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Repository/ProductReviewRepository.php';
  18188.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\ProductReviewRepository'] = new \Hitso\Bundle\CatalogBundle\Repository\ProductReviewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18189.     }
  18190.     /**
  18191.      * Gets the private 'Hitso\Bundle\CatalogBundle\Repository\ProductRouteRepository' shared autowired service.
  18192.      *
  18193.      * @return \Hitso\Bundle\CatalogBundle\Repository\ProductRouteRepository
  18194.      */
  18195.     protected function getProductRouteRepositoryService()
  18196.     {
  18197.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Repository/ProductRouteRepository.php';
  18198.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\ProductRouteRepository'] = new \Hitso\Bundle\CatalogBundle\Repository\ProductRouteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18199.     }
  18200.     /**
  18201.      * Gets the private 'Hitso\Bundle\CatalogBundle\Repository\TaxRateRepository' shared autowired service.
  18202.      *
  18203.      * @return \Hitso\Bundle\CatalogBundle\Repository\TaxRateRepository
  18204.      */
  18205.     protected function getTaxRateRepositoryService()
  18206.     {
  18207.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Repository/TaxRateRepository.php';
  18208.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Repository\\TaxRateRepository'] = new \Hitso\Bundle\CatalogBundle\Repository\TaxRateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18209.     }
  18210.     /**
  18211.      * Gets the private 'Hitso\Bundle\CatalogBundle\Service\Compare\CompareSessionStorage' shared autowired service.
  18212.      *
  18213.      * @return \Hitso\Bundle\CatalogBundle\Service\Compare\CompareSessionStorage
  18214.      */
  18215.     protected function getCompareSessionStorageService()
  18216.     {
  18217.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Service\\Compare\\CompareSessionStorage'] = new \Hitso\Bundle\CatalogBundle\Service\Compare\CompareSessionStorage(($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\ProductManager'] ?? $this->getProductManagerService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Manager\\CategoryManager'] ?? $this->getCategoryManagerService()));
  18218.     }
  18219.     /**
  18220.      * Gets the private 'Hitso\Bundle\CatalogBundle\Service\Product\ProductAttributes' shared autowired service.
  18221.      *
  18222.      * @return \Hitso\Bundle\CatalogBundle\Service\Product\ProductAttributes
  18223.      */
  18224.     protected function getProductAttributesService()
  18225.     {
  18226.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Product/ProductAttributes.php';
  18227.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Service\\Product\\ProductAttributes'] = new \Hitso\Bundle\CatalogBundle\Service\Product\ProductAttributes(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18228.     }
  18229.     /**
  18230.      * Gets the private 'Hitso\Bundle\CatalogBundle\Service\Product\ProductLoggableReverter' shared autowired service.
  18231.      *
  18232.      * @return \Hitso\Bundle\CatalogBundle\Service\Product\ProductLoggableReverter
  18233.      */
  18234.     protected function getProductLoggableReverterService()
  18235.     {
  18236.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Product/ProductLoggableReverter.php';
  18237.         return $this->privates['Hitso\\Bundle\\CatalogBundle\\Service\\Product\\ProductLoggableReverter'] = new \Hitso\Bundle\CatalogBundle\Service\Product\ProductLoggableReverter(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber'] ?? $this->getCrudActionDescriberService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker'] ?? $this->getEntityAuthorizationCheckerService()), ($this->privates['Hitso\\Bundle\\CatalogBundle\\Service\\Product\\ProductAttributes'] ?? $this->getProductAttributesService()));
  18238.     }
  18239.     /**
  18240.      * Gets the private 'Hitso\Bundle\CatalogBundle\Service\Sitemap\ProductProvider' shared autowired service.
  18241.      *
  18242.      * @return \Hartmann\Bundle\AppBundle\Service\Sitemap\ProductProvider
  18243.      */
  18244.     protected function getProductProvider2Service($lazyLoad true)
  18245.     {
  18246.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Provider/ProviderInterface.php';
  18247.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Provider/AbstractSitemapProvider.php';
  18248.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Service/Sitemap/ProductProvider.php';
  18249.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Sitemap/ProductProvider.php';
  18250.         return new \Hartmann\Bundle\AppBundle\Service\Sitemap\ProductProvider(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\ContentManager'] ?? $this->getContentManagerService()), $this->getEnv('resolve:FRONT_HOST'));
  18251.     }
  18252.     /**
  18253.      * Gets the private 'Hitso\Bundle\CommonBundle\Doctrine\EventSubscriber\ChangeLogEventSubscriber' shared autowired service.
  18254.      *
  18255.      * @return \Hitso\Bundle\CommonBundle\Doctrine\EventSubscriber\ChangeLogEventSubscriber
  18256.      */
  18257.     protected function getChangeLogEventSubscriberService()
  18258.     {
  18259.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/EventSubscriber/ChangeLogEventSubscriber.php';
  18260.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\EventSubscriber\\ChangeLogEventSubscriber'] = new \Hitso\Bundle\CommonBundle\Doctrine\EventSubscriber\ChangeLogEventSubscriber(($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker'] ?? $this->getEntityAuthorizationCheckerService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()));
  18261.     }
  18262.     /**
  18263.      * Gets the private 'Hitso\Bundle\CommonBundle\Doctrine\EventSubscriber\ClassMetadataEventSubscriber' shared autowired service.
  18264.      *
  18265.      * @return \Hitso\Bundle\CommonBundle\Doctrine\EventSubscriber\ClassMetadataEventSubscriber
  18266.      */
  18267.     protected function getClassMetadataEventSubscriberService()
  18268.     {
  18269.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/EventSubscriber/ClassMetadataEventSubscriber.php';
  18270.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Enhancer/ClassMetadata/ClassMetadataEnhancerTraverserInterface.php';
  18271.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Enhancer/ClassMetadata/ClassMetadataEnhancerTraverser.php';
  18272.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Enhancer/ClassMetadata/ClassMetadataEnhancerCollection.php';
  18273.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Enhancer/MappingEnhancerInterface.php';
  18274.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Enhancer/AbstractMappingEnhancer.php';
  18275.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Doctrine/Enhancer/ArticleCategoryMappingEnhancer.php';
  18276.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Doctrine/Enhancer/AttributeGroupMappingEnhancer.php';
  18277.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Doctrine/Enhancer/CategoryMappingEnhancer.php';
  18278.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Doctrine/Enhancer/ContentMappingEnhancer.php';
  18279.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Doctrine/Enhancer/ProductMappingEnhancer.php';
  18280.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Doctrine/Enhancer/SectionMappingEnhancer.php';
  18281.         $a = new \Hitso\Bundle\CommonBundle\Doctrine\Enhancer\ClassMetadata\ClassMetadataEnhancerCollection();
  18282.         $a->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\ArticleCategoryMappingEnhancer'] ?? ($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\ArticleCategoryMappingEnhancer'] = new \Hartmann\Bundle\AppBundle\Doctrine\Enhancer\ArticleCategoryMappingEnhancer())));
  18283.         $a->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\AttributeGroupMappingEnhancer'] ?? ($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\AttributeGroupMappingEnhancer'] = new \Hartmann\Bundle\AppBundle\Doctrine\Enhancer\AttributeGroupMappingEnhancer())));
  18284.         $a->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\CategoryMappingEnhancer'] ?? ($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\CategoryMappingEnhancer'] = new \Hartmann\Bundle\AppBundle\Doctrine\Enhancer\CategoryMappingEnhancer())));
  18285.         $a->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\ContentMappingEnhancer'] ?? ($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\ContentMappingEnhancer'] = new \Hartmann\Bundle\AppBundle\Doctrine\Enhancer\ContentMappingEnhancer())));
  18286.         $a->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\ProductMappingEnhancer'] ?? ($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\ProductMappingEnhancer'] = new \Hartmann\Bundle\AppBundle\Doctrine\Enhancer\ProductMappingEnhancer())));
  18287.         $a->add(($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\SectionMappingEnhancer'] ?? ($this->privates['Hartmann\\Bundle\\AppBundle\\Doctrine\\Enhancer\\SectionMappingEnhancer'] = new \Hartmann\Bundle\AppBundle\Doctrine\Enhancer\SectionMappingEnhancer())));
  18288.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\EventSubscriber\\ClassMetadataEventSubscriber'] = new \Hitso\Bundle\CommonBundle\Doctrine\EventSubscriber\ClassMetadataEventSubscriber(new \Hitso\Bundle\CommonBundle\Doctrine\Enhancer\ClassMetadata\ClassMetadataEnhancerTraverser($a));
  18289.     }
  18290.     /**
  18291.      * Gets the private 'Hitso\Bundle\CommonBundle\Doctrine\EventSubscriber\VersionEventSubscriber' shared autowired service.
  18292.      *
  18293.      * @return \Hitso\Bundle\CommonBundle\Doctrine\EventSubscriber\VersionEventSubscriber
  18294.      */
  18295.     protected function getVersionEventSubscriberService()
  18296.     {
  18297.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/EventSubscriber/VersionEventSubscriber.php';
  18298.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\EventSubscriber\\VersionEventSubscriber'] = new \Hitso\Bundle\CommonBundle\Doctrine\EventSubscriber\VersionEventSubscriber(($this->privates['hitso.file_manager.fs'] ?? ($this->privates['hitso.file_manager.fs'] = new \Hitso\Bundle\FileManagerBundle\FileManager\Filesystem\LocalFilesystem((\dirname(__DIR__3).'/filemanager')))), ($this->privates['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
  18299.     }
  18300.     /**
  18301.      * Gets the private 'Hitso\Bundle\CommonBundle\Doctrine\Factory\EntityCloneFactory' shared autowired service.
  18302.      *
  18303.      * @return \Hitso\Bundle\CommonBundle\Doctrine\Factory\EntityCloneFactory
  18304.      */
  18305.     protected function getEntityCloneFactoryService()
  18306.     {
  18307.         $a = ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService());
  18308.         if (isset($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'])) {
  18309.             return $this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'];
  18310.         }
  18311.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] = new \Hitso\Bundle\CommonBundle\Doctrine\Factory\EntityCloneFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a);
  18312.     }
  18313.     /**
  18314.      * Gets the private 'Hitso\Bundle\CommonBundle\Doctrine\Service\EntityAuthorizationChecker' shared autowired service.
  18315.      *
  18316.      * @return \Hitso\Bundle\CommonBundle\Doctrine\Service\EntityAuthorizationChecker
  18317.      */
  18318.     protected function getEntityAuthorizationCheckerService()
  18319.     {
  18320.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker'] = new \Hitso\Bundle\CommonBundle\Doctrine\Service\EntityAuthorizationChecker(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18321.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  18322.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  18323.         ], [
  18324.             'security.authorization_checker' => '?',
  18325.             'security.token_storage' => '?',
  18326.         ])));
  18327.     }
  18328.     /**
  18329.      * Gets the private 'Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverter' shared autowired service.
  18330.      *
  18331.      * @return \Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverter
  18332.      */
  18333.     protected function getLoggableReverterService()
  18334.     {
  18335.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\LoggableReverter'] = new \Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverter(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber'] ?? $this->getCrudActionDescriberService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Service\\EntityAuthorizationChecker'] ?? $this->getEntityAuthorizationCheckerService()));
  18336.     }
  18337.     /**
  18338.      * Gets the private 'Hitso\Bundle\CommonBundle\EventListener\CronListener' shared autowired service.
  18339.      *
  18340.      * @return \Hitso\Bundle\CommonBundle\EventListener\CronListener
  18341.      */
  18342.     protected function getCronListenerService()
  18343.     {
  18344.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/EventListener/CronListener.php';
  18345.         return $this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\CronListener'] = new \Hitso\Bundle\CommonBundle\EventListener\CronListener(($this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\CronLogManager'] ?? $this->getCronLogManagerService()), 'dev'604800);
  18346.     }
  18347.     /**
  18348.      * Gets the private 'Hitso\Bundle\CommonBundle\EventListener\CrudLogListener' shared autowired service.
  18349.      *
  18350.      * @return \Hitso\Bundle\CommonBundle\EventListener\CrudLogListener
  18351.      */
  18352.     protected function getCrudLogListenerService()
  18353.     {
  18354.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/EventListener/CrudLogListener.php';
  18355.         return $this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\CrudLogListener'] = new \Hitso\Bundle\CommonBundle\EventListener\CrudLogListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\UserLog\\CrudLogger'] ?? $this->getCrudLoggerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Expression\\ExpressionLanguage'] ?? $this->getExpressionLanguageService()), 'dev');
  18356.     }
  18357.     /**
  18358.      * Gets the private 'Hitso\Bundle\CommonBundle\EventListener\ExceptionSubscriber' shared autowired service.
  18359.      *
  18360.      * @return \Hitso\Bundle\CommonBundle\EventListener\ExceptionSubscriber
  18361.      */
  18362.     protected function getExceptionSubscriberService()
  18363.     {
  18364.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/EventListener/ExceptionSubscriber.php';
  18365.         return $this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\ExceptionSubscriber'] = new \Hitso\Bundle\CommonBundle\EventListener\ExceptionSubscriber(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['Hitso\\Bundle\\RoutingBundle\\Manager\\RedirectManager'] ?? $this->getRedirectManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  18366.     }
  18367.     /**
  18368.      * Gets the private 'Hitso\Bundle\CommonBundle\EventListener\GoogleListener' shared autowired service.
  18369.      *
  18370.      * @return \Hitso\Bundle\CommonBundle\EventListener\GoogleListener
  18371.      */
  18372.     protected function getGoogleListenerService()
  18373.     {
  18374.         return $this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\GoogleListener'] = new \Hitso\Bundle\CommonBundle\EventListener\GoogleListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18375.     }
  18376.     /**
  18377.      * Gets the private 'Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber' shared autowired service.
  18378.      *
  18379.      * @return \Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber
  18380.      */
  18381.     protected function getHttpSubscriberService()
  18382.     {
  18383.         return $this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\HttpSubscriber'] = new \Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber(($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()));
  18384.     }
  18385.     /**
  18386.      * Gets the private 'Hitso\Bundle\CommonBundle\EventListener\SecurityListener' shared autowired service.
  18387.      *
  18388.      * @return \Hitso\Bundle\CommonBundle\EventListener\SecurityListener
  18389.      */
  18390.     protected function getSecurityListenerService()
  18391.     {
  18392.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  18393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  18394.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/EventListener/SecurityListener.php';
  18395.         return $this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\SecurityListener'] = new \Hitso\Bundle\CommonBundle\EventListener\SecurityListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Hitso\\Bundle\\MultiSiteBundle\\Router\\MultiSiteRouter'] ?? $this->getMultiSiteRouterService()), ($this->services['session'] ?? $this->getSessionService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->privates['anyx.login_gate.brute_force_checker'] ?? $this->getAnyx_LoginGate_BruteForceCheckerService()));
  18396.     }
  18397.     /**
  18398.      * Gets the private 'Hitso\Bundle\CommonBundle\EventListener\UserLogListener' shared autowired service.
  18399.      *
  18400.      * @return \Hitso\Bundle\CommonBundle\EventListener\UserLogListener
  18401.      */
  18402.     protected function getUserLogListenerService()
  18403.     {
  18404.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/EventListener/UserLogListener.php';
  18405.         return $this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\UserLogListener'] = new \Hitso\Bundle\CommonBundle\EventListener\UserLogListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  18406.     }
  18407.     /**
  18408.      * Gets the private 'Hitso\Bundle\CommonBundle\EventListener\UserSubscriber' shared autowired service.
  18409.      *
  18410.      * @return \Hitso\Bundle\CommonBundle\EventListener\UserSubscriber
  18411.      */
  18412.     protected function getUserSubscriberService()
  18413.     {
  18414.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  18415.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/EventListener/UserSubscriber.php';
  18416.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  18417.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  18418.         return $this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\UserSubscriber'] = new \Hitso\Bundle\CommonBundle\EventListener\UserSubscriber(($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Mailer\\MailerHelper'] ?? $this->getMailerHelperService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));
  18419.     }
  18420.     /**
  18421.      * Gets the private 'Hitso\Bundle\CommonBundle\Expression\ExpressionLanguage' shared autowired service.
  18422.      *
  18423.      * @return \Hitso\Bundle\CommonBundle\Expression\ExpressionLanguage
  18424.      */
  18425.     protected function getExpressionLanguageService()
  18426.     {
  18427.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Expression\\ExpressionLanguage'] = new \Hitso\Bundle\CommonBundle\Expression\ExpressionLanguage(($this->services['cache.app'] ?? $this->getCache_AppService()), $this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  18428.     }
  18429.     /**
  18430.      * Gets the private 'Hitso\Bundle\CommonBundle\Form\Type\ActionsType' shared autowired service.
  18431.      *
  18432.      * @return \Hitso\Bundle\CommonBundle\Form\Type\ActionsType
  18433.      */
  18434.     protected function getActionsTypeService()
  18435.     {
  18436.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18438.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Form/Type/ActionsType.php';
  18439.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Form\\Type\\ActionsType'] = new \Hitso\Bundle\CommonBundle\Form\Type\ActionsType();
  18440.     }
  18441.     /**
  18442.      * Gets the private 'Hitso\Bundle\CommonBundle\Form\Type\AuthorType' shared autowired service.
  18443.      *
  18444.      * @return \Hitso\Bundle\CommonBundle\Form\Type\AuthorType
  18445.      */
  18446.     protected function getAuthorTypeService()
  18447.     {
  18448.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18450.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Form/Type/AuthorType.php';
  18451.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Form\\Type\\AuthorType'] = new \Hitso\Bundle\CommonBundle\Form\Type\AuthorType(($this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\UserManager'] ?? $this->getUserManager2Service()));
  18452.     }
  18453.     /**
  18454.      * Gets the private 'Hitso\Bundle\CommonBundle\Form\Type\EntityAutocompleterType' shared autowired service.
  18455.      *
  18456.      * @return \Hitso\Bundle\CommonBundle\Form\Type\EntityAutocompleterType
  18457.      */
  18458.     protected function getEntityAutocompleterTypeService()
  18459.     {
  18460.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18461.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18462.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  18463.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Form/Type/EntityAutocompleterType.php';
  18464.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Form\\Type\\EntityAutocompleterType'] = new \Hitso\Bundle\CommonBundle\Form\Type\EntityAutocompleterType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18465.     }
  18466.     /**
  18467.      * Gets the private 'Hitso\Bundle\CommonBundle\Form\Type\ExpandLinkType' shared autowired service.
  18468.      *
  18469.      * @return \Hitso\Bundle\CommonBundle\Form\Type\ExpandLinkType
  18470.      */
  18471.     protected function getExpandLinkTypeService()
  18472.     {
  18473.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  18476.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Form/Type/LinkType.php';
  18477.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Form/Type/ExpandLinkType.php';
  18478.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Form\\Type\\ExpandLinkType'] = new \Hitso\Bundle\CommonBundle\Form\Type\ExpandLinkType(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()));
  18479.     }
  18480.     /**
  18481.      * Gets the private 'Hitso\Bundle\CommonBundle\Form\Type\LinkType' shared autowired service.
  18482.      *
  18483.      * @return \Hitso\Bundle\CommonBundle\Form\Type\LinkType
  18484.      */
  18485.     protected function getLinkTypeService()
  18486.     {
  18487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18488.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18489.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  18490.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Form/Type/LinkType.php';
  18491.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Form\\Type\\LinkType'] = new \Hitso\Bundle\CommonBundle\Form\Type\LinkType(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()));
  18492.     }
  18493.     /**
  18494.      * Gets the private 'Hitso\Bundle\CommonBundle\Helper\LikesHelper' shared autowired service.
  18495.      *
  18496.      * @return \Hitso\Bundle\CommonBundle\Helper\LikesHelper
  18497.      */
  18498.     protected function getLikesHelperService()
  18499.     {
  18500.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Helper/LikesHelper.php';
  18501.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\LikesHelper'] = new \Hitso\Bundle\CommonBundle\Helper\LikesHelper(($this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\LikesManager'] ?? $this->getLikesManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['session'] ?? $this->getSessionService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $this->parameters['common.likeables']);
  18502.     }
  18503.     /**
  18504.      * Gets the private 'Hitso\Bundle\CommonBundle\Helper\Mailer\MailerHelper' shared autowired service.
  18505.      *
  18506.      * @return \Hitso\Bundle\CommonBundle\Helper\Mailer\MailerHelper
  18507.      */
  18508.     protected function getMailerHelperService()
  18509.     {
  18510.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Helper/Mailer/MailerHelperInterface.php';
  18511.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Helper/Mailer/MailerHelper.php';
  18512.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Mailer\\MailerHelper'] = new \Hitso\Bundle\CommonBundle\Helper\Mailer\MailerHelper(($this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\MailerConfigurator'] ?? $this->getMailerConfiguratorService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Hitso\\Bundle\\BlocksBundle\\Block\\Factory'] ?? $this->getFactoryService()), true);
  18513.     }
  18514.     /**
  18515.      * Gets the private 'Hitso\Bundle\CommonBundle\Helper\Request\RequestHelper' shared autowired service.
  18516.      *
  18517.      * @return \Hitso\Bundle\CommonBundle\Helper\Request\RequestHelper
  18518.      */
  18519.     protected function getRequestHelperService()
  18520.     {
  18521.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper'] = new \Hitso\Bundle\CommonBundle\Helper\Request\RequestHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'pl');
  18522.     }
  18523.     /**
  18524.      * Gets the private 'Hitso\Bundle\CommonBundle\Helper\Router\RouterHelper' shared autowired service.
  18525.      *
  18526.      * @return \Hitso\Bundle\CommonBundle\Helper\Router\RouterHelper
  18527.      */
  18528.     protected function getRouterHelperService()
  18529.     {
  18530.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] = new \Hitso\Bundle\CommonBundle\Helper\Router\RouterHelper(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper'] ?? $this->getRequestHelperService()));
  18531.     }
  18532.     /**
  18533.      * Gets the private 'Hitso\Bundle\CommonBundle\Helper\Templating\TemplatingHelper' shared autowired service.
  18534.      *
  18535.      * @return \Hitso\Bundle\CommonBundle\Helper\Templating\TemplatingHelper
  18536.      */
  18537.     protected function getTemplatingHelperService()
  18538.     {
  18539.         $a = ($this->services['templating'] ?? $this->getTemplatingService());
  18540.         if (isset($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'])) {
  18541.             return $this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'];
  18542.         }
  18543.         $b = ($this->services['twig'] ?? $this->getTwigService());
  18544.         if (isset($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'])) {
  18545.             return $this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'];
  18546.         }
  18547.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] = new \Hitso\Bundle\CommonBundle\Helper\Templating\TemplatingHelper($a$b, ($this->services['kernel'] ?? $this->get('kernel'1)));
  18548.     }
  18549.     /**
  18550.      * Gets the private 'Hitso\Bundle\CommonBundle\Manager\ChangeLogManager' shared autowired service.
  18551.      *
  18552.      * @return \Hitso\Bundle\CommonBundle\Manager\ChangeLogManager
  18553.      */
  18554.     protected function getChangeLogManagerService()
  18555.     {
  18556.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  18557.         if (isset($this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\ChangeLogManager'])) {
  18558.             return $this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\ChangeLogManager'];
  18559.         }
  18560.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\ChangeLogManager'] = new \Hitso\Bundle\CommonBundle\Manager\ChangeLogManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  18561.     }
  18562.     /**
  18563.      * Gets the private 'Hitso\Bundle\CommonBundle\Manager\CronLogManager' shared autowired service.
  18564.      *
  18565.      * @return \Hitso\Bundle\CommonBundle\Manager\CronLogManager
  18566.      */
  18567.     protected function getCronLogManagerService()
  18568.     {
  18569.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  18570.         if (isset($this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\CronLogManager'])) {
  18571.             return $this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\CronLogManager'];
  18572.         }
  18573.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\CronLogManager'] = new \Hitso\Bundle\CommonBundle\Manager\CronLogManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  18574.     }
  18575.     /**
  18576.      * Gets the private 'Hitso\Bundle\CommonBundle\Manager\LikesManager' shared autowired service.
  18577.      *
  18578.      * @return \Hitso\Bundle\CommonBundle\Manager\LikesManager
  18579.      */
  18580.     protected function getLikesManagerService()
  18581.     {
  18582.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  18583.         if (isset($this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\LikesManager'])) {
  18584.             return $this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\LikesManager'];
  18585.         }
  18586.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\LikesManager'] = new \Hitso\Bundle\CommonBundle\Manager\LikesManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  18587.     }
  18588.     /**
  18589.      * Gets the private 'Hitso\Bundle\CommonBundle\Manager\UserManager' shared autowired service.
  18590.      *
  18591.      * @return \Hitso\Bundle\CommonBundle\Manager\UserManager
  18592.      */
  18593.     protected function getUserManager2Service()
  18594.     {
  18595.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  18596.         if (isset($this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\UserManager'])) {
  18597.             return $this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\UserManager'];
  18598.         }
  18599.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Manager\\UserManager'] = new \Hitso\Bundle\CommonBundle\Manager\UserManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  18600.     }
  18601.     /**
  18602.      * Gets the private 'Hitso\Bundle\CommonBundle\Media\UrlGenerator' shared autowired service.
  18603.      *
  18604.      * @return \Hitso\Bundle\CommonBundle\Media\UrlGenerator
  18605.      */
  18606.     protected function getUrlGeneratorService()
  18607.     {
  18608.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());
  18609.         if (isset($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'])) {
  18610.             return $this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'];
  18611.         }
  18612.         $this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] = $instance = new \Hitso\Bundle\CommonBundle\Media\UrlGenerator(($this->services['Hitso\\Bundle\\FileManagerBundle\\Service\\LoggableReverter\\FileLoggableReverter'] ?? $this->getFileLoggableReverterService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository'] ?? $this->getChangeLogRepositoryService()), $a, ($this->services['Hitso\\Bundle\\FileManagerBundle\\Twig\\FileManagerExtension'] ?? $this->getFileManagerExtensionService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Repository\\FileRepository'] ?? $this->getFileRepositoryService()));
  18613.         $instance->addProvider(($this->services['Hitso\\Bundle\\FileManagerBundle\\FileManager\\MediaUrlProvider'] ?? $this->getMediaUrlProviderService()), 0);
  18614.         $instance->addProvider(($this->privates['Hitso\\Bundle\\FormBundle\\Storage\\MediaUrlProvider'] ?? $this->getMediaUrlProvider2Service()), 0);
  18615.         return $instance;
  18616.     }
  18617.     /**
  18618.      * Gets the private 'Hitso\Bundle\CommonBundle\Repository\ChangeLogRepository' shared autowired service.
  18619.      *
  18620.      * @return \Hitso\Bundle\CommonBundle\Repository\ChangeLogRepository
  18621.      */
  18622.     protected function getChangeLogRepositoryService()
  18623.     {
  18624.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository'] = new \Hitso\Bundle\CommonBundle\Repository\ChangeLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18625.     }
  18626.     /**
  18627.      * Gets the private 'Hitso\Bundle\CommonBundle\Repository\CronLogRepository' shared autowired service.
  18628.      *
  18629.      * @return \Hitso\Bundle\CommonBundle\Repository\CronLogRepository
  18630.      */
  18631.     protected function getCronLogRepositoryService($lazyLoad true)
  18632.     {
  18633.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Repository/CronLogRepository.php';
  18634.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\CronLogRepository'] = new \Hitso\Bundle\CommonBundle\Repository\CronLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18635.     }
  18636.     /**
  18637.      * Gets the private 'Hitso\Bundle\CommonBundle\Repository\LikesRepository' shared autowired service.
  18638.      *
  18639.      * @return \Hitso\Bundle\CommonBundle\Repository\LikesRepository
  18640.      */
  18641.     protected function getLikesRepositoryService($lazyLoad true)
  18642.     {
  18643.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Repository/LikesRepository.php';
  18644.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\LikesRepository'] = new \Hitso\Bundle\CommonBundle\Repository\LikesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18645.     }
  18646.     /**
  18647.      * Gets the private 'Hitso\Bundle\CommonBundle\Repository\ReviewRepository' shared autowired service.
  18648.      *
  18649.      * @return \Hitso\Bundle\CommonBundle\Repository\ReviewRepository
  18650.      */
  18651.     protected function getReviewRepositoryService($lazyLoad true)
  18652.     {
  18653.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Repository/ReviewRepository.php';
  18654.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\ReviewRepository'] = new \Hitso\Bundle\CommonBundle\Repository\ReviewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18655.     }
  18656.     /**
  18657.      * Gets the private 'Hitso\Bundle\CommonBundle\Repository\SystemConfigurationRepository' shared autowired service.
  18658.      *
  18659.      * @return \Hitso\Bundle\CommonBundle\Repository\SystemConfigurationRepository
  18660.      */
  18661.     protected function getSystemConfigurationRepositoryService($lazyLoad true)
  18662.     {
  18663.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Repository/SystemConfigurationRepository.php';
  18664.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\SystemConfigurationRepository'] = new \Hitso\Bundle\CommonBundle\Repository\SystemConfigurationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18665.     }
  18666.     /**
  18667.      * Gets the private 'Hitso\Bundle\CommonBundle\Repository\UserConnectionRepository' shared autowired service.
  18668.      *
  18669.      * @return \Hitso\Bundle\CommonBundle\Repository\UserConnectionRepository
  18670.      */
  18671.     protected function getUserConnectionRepositoryService($lazyLoad true)
  18672.     {
  18673.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Repository/UserConnectionRepository.php';
  18674.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\UserConnectionRepository'] = new \Hitso\Bundle\CommonBundle\Repository\UserConnectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18675.     }
  18676.     /**
  18677.      * Gets the private 'Hitso\Bundle\CommonBundle\Repository\UserLogEntryRepository' shared autowired service.
  18678.      *
  18679.      * @return \Hitso\Bundle\CommonBundle\Repository\UserLogEntryRepository
  18680.      */
  18681.     protected function getUserLogEntryRepositoryService($lazyLoad true)
  18682.     {
  18683.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Repository/UserLogEntryRepository.php';
  18684.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\UserLogEntryRepository'] = new \Hitso\Bundle\CommonBundle\Repository\UserLogEntryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18685.     }
  18686.     /**
  18687.      * Gets the private 'Hitso\Bundle\CommonBundle\Repository\UserRepository' shared autowired service.
  18688.      *
  18689.      * @return \Hitso\Bundle\CommonBundle\Repository\UserRepository
  18690.      */
  18691.     protected function getUserRepositoryService($lazyLoad true)
  18692.     {
  18693.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Repository/UserRepository.php';
  18694.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\UserRepository'] = new \Hitso\Bundle\CommonBundle\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18695.     }
  18696.     /**
  18697.      * Gets the private 'Hitso\Bundle\CommonBundle\Repository\VisitLogRepository' shared autowired service.
  18698.      *
  18699.      * @return \Hitso\Bundle\CommonBundle\Repository\VisitLogRepository
  18700.      */
  18701.     protected function getVisitLogRepositoryService($lazyLoad true)
  18702.     {
  18703.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Repository/VisitLogRepository.php';
  18704.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\VisitLogRepository'] = new \Hitso\Bundle\CommonBundle\Repository\VisitLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18705.     }
  18706.     /**
  18707.      * Gets the private 'Hitso\Bundle\CommonBundle\Security\ApiTokenAuthenticator' shared autowired service.
  18708.      *
  18709.      * @return \Hitso\Bundle\CommonBundle\Security\ApiTokenAuthenticator
  18710.      */
  18711.     protected function getApiTokenAuthenticatorService()
  18712.     {
  18713.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  18714.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  18715.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  18716.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Security/ApiTokenAuthenticator.php';
  18717.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Security\\ApiTokenAuthenticator'] = new \Hitso\Bundle\CommonBundle\Security\ApiTokenAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18718.     }
  18719.     /**
  18720.      * Gets the private 'Hitso\Bundle\CommonBundle\Security\FormAuthenticator' shared autowired service.
  18721.      *
  18722.      * @return \Hitso\Bundle\CommonBundle\Security\FormAuthenticator
  18723.      */
  18724.     protected function getFormAuthenticatorService()
  18725.     {
  18726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  18727.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  18728.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  18729.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  18730.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Security/FormAuthenticator.php';
  18731.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Security\\FormAuthenticator'] = new \Hitso\Bundle\CommonBundle\Security\FormAuthenticator(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  18732.     }
  18733.     /**
  18734.      * Gets the private 'Hitso\Bundle\CommonBundle\Serializer\Extractor\EntityExtractor' shared autowired service.
  18735.      *
  18736.      * @return \Hitso\Bundle\CommonBundle\Serializer\Extractor\EntityExtractor
  18737.      */
  18738.     protected function getEntityExtractorService()
  18739.     {
  18740.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Serializer/Extractor/EntityExtractor.php';
  18741.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Serializer\\Extractor\\EntityExtractor'] = new \Hitso\Bundle\CommonBundle\Serializer\Extractor\EntityExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18742.     }
  18743.     /**
  18744.      * Gets the private 'Hitso\Bundle\CommonBundle\Twig\AppExtension' shared autowired service.
  18745.      *
  18746.      * @return \Hitso\Bundle\CommonBundle\Twig\AppExtension
  18747.      */
  18748.     protected function getAppExtensionService()
  18749.     {
  18750.         $a = ($this->services['twig'] ?? $this->getTwigService());
  18751.         if (isset($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'])) {
  18752.             return $this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'];
  18753.         }
  18754.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] = new \Hitso\Bundle\CommonBundle\Twig\AppExtension(($this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\RecaptchaConfigurator'] ?? $this->getRecaptchaConfiguratorService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Service\\System\\Configurator\\ThemeConfigurator'] ?? $this->getThemeConfiguratorService()), $a, ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  18755.     }
  18756.     /**
  18757.      * Gets the private 'Hitso\Bundle\CommonBundle\UserLog\CrudActionDescriber' shared autowired service.
  18758.      *
  18759.      * @return \Hitso\Bundle\CommonBundle\UserLog\CrudActionDescriber
  18760.      */
  18761.     protected function getCrudActionDescriberService()
  18762.     {
  18763.         return $this->privates['Hitso\\Bundle\\CommonBundle\\UserLog\\CrudActionDescriber'] = new \Hitso\Bundle\CommonBundle\UserLog\CrudActionDescriber(($this->privates['Hitso\\Bundle\\CommonBundle\\UserLog\\CrudLogger'] ?? $this->getCrudLoggerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\UserLog\\FormatterChain'] ?? $this->getFormatterChainService()));
  18764.     }
  18765.     /**
  18766.      * Gets the private 'Hitso\Bundle\CommonBundle\UserLog\CrudLogger' shared service.
  18767.      *
  18768.      * @return \Hitso\Bundle\CommonBundle\UserLog\CrudLogger
  18769.      */
  18770.     protected function getCrudLoggerService($lazyLoad true)
  18771.     {
  18772.         return $this->privates['Hitso\\Bundle\\CommonBundle\\UserLog\\CrudLogger'] = new \Hitso\Bundle\CommonBundle\UserLog\CrudLogger(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  18773.     }
  18774.     /**
  18775.      * Gets the private 'Hitso\Bundle\CommonBundle\UserLog\FormatterChain' shared autowired service.
  18776.      *
  18777.      * @return \Hitso\Bundle\CommonBundle\UserLog\FormatterChain
  18778.      */
  18779.     protected function getFormatterChainService()
  18780.     {
  18781.         $this->privates['Hitso\\Bundle\\CommonBundle\\UserLog\\FormatterChain'] = $instance = new \Hitso\Bundle\CommonBundle\UserLog\FormatterChain();
  18782.         $a = ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService());
  18783.         $instance->addFormatter(new \Hitso\Bundle\CommonBundle\UserLog\Formatter\CrudFormatter(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a, ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService())), 0);
  18784.         $instance->addFormatter(new \Hitso\Bundle\CommonBundle\UserLog\Formatter\SecurityFormatter($a), 0);
  18785.         return $instance;
  18786.     }
  18787.     /**
  18788.      * Gets the private 'Hitso\Bundle\CommonBundle\Validation\Constraint\BadWordValidator' shared autowired service.
  18789.      *
  18790.      * @return \Hitso\Bundle\CommonBundle\Validation\Constraint\BadWordValidator
  18791.      */
  18792.     protected function getBadWordValidatorService()
  18793.     {
  18794.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  18795.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  18796.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Validation/Constraint/BadWordValidator.php';
  18797.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Validation\\Constraint\\BadWordValidator'] = new \Hitso\Bundle\CommonBundle\Validation\Constraint\BadWordValidator(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), $this->parameters['common.bad_words']);
  18798.     }
  18799.     /**
  18800.      * Gets the private 'Hitso\Bundle\CommonBundle\Validation\Constraint\PasswordStrengthValidator' shared autowired service.
  18801.      *
  18802.      * @return \Hitso\Bundle\CommonBundle\Validation\Constraint\PasswordStrengthValidator
  18803.      */
  18804.     protected function getPasswordStrengthValidatorService()
  18805.     {
  18806.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  18807.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  18808.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Validation/Constraint/PasswordStrengthValidator.php';
  18809.         return $this->privates['Hitso\\Bundle\\CommonBundle\\Validation\\Constraint\\PasswordStrengthValidator'] = new \Hitso\Bundle\CommonBundle\Validation\Constraint\PasswordStrengthValidator('/^(?=.*[A-Z])(?=.*\\d)(?=.*(?:[^\\w\\d]|_)).{8,}$/su''HasÅ‚o musi posiadać przynajmniej 8 znaków i zawierać maÅ‚Ä… i dużą literÄ™, cyfrÄ™ oraz znak specjalny.');
  18810.     }
  18811.     /**
  18812.      * Gets the private 'Hitso\Bundle\ContentBundle\EventListener\ArticleSubscriber' shared autowired service.
  18813.      *
  18814.      * @return \Hitso\Bundle\ContentBundle\EventListener\ArticleSubscriber
  18815.      */
  18816.     protected function getArticleSubscriberService()
  18817.     {
  18818.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/EventListener/ArticleSubscriber.php';
  18819.         return $this->privates['Hitso\\Bundle\\ContentBundle\\EventListener\\ArticleSubscriber'] = new \Hitso\Bundle\ContentBundle\EventListener\ArticleSubscriber(($this->privates['Hitso\\Bundle\\SearchBundle\\Manager\\SearchManager'] ?? $this->getSearchManagerService()));
  18820.     }
  18821.     /**
  18822.      * Gets the private 'Hitso\Bundle\ContentBundle\EventListener\ChangeLogEventListener' shared autowired service.
  18823.      *
  18824.      * @return \Hitso\Bundle\ContentBundle\EventListener\ChangeLogEventListener
  18825.      */
  18826.     protected function getChangeLogEventListener2Service($lazyLoad true)
  18827.     {
  18828.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/EventListener/ChangeLogEventListener.php';
  18829.         return $this->privates['Hitso\\Bundle\\ContentBundle\\EventListener\\ChangeLogEventListener'] = new \Hitso\Bundle\ContentBundle\EventListener\ChangeLogEventListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService()));
  18830.     }
  18831.     /**
  18832.      * Gets the private 'Hitso\Bundle\ContentBundle\EventListener\CommentListener' shared autowired service.
  18833.      *
  18834.      * @return \Hitso\Bundle\ContentBundle\EventListener\CommentListener
  18835.      */
  18836.     protected function getCommentListenerService()
  18837.     {
  18838.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/EventListener/CommentListener.php';
  18839.         return $this->privates['Hitso\\Bundle\\ContentBundle\\EventListener\\CommentListener'] = new \Hitso\Bundle\ContentBundle\EventListener\CommentListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  18840.     }
  18841.     /**
  18842.      * Gets the private 'Hitso\Bundle\ContentBundle\EventListener\ContentDetectorListener' shared autowired service.
  18843.      *
  18844.      * @return \Hitso\Bundle\ContentBundle\EventListener\ContentDetectorListener
  18845.      */
  18846.     protected function getContentDetectorListenerService()
  18847.     {
  18848.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/EventListener/ContentDetectorListener.php';
  18849.         return $this->privates['Hitso\\Bundle\\ContentBundle\\EventListener\\ContentDetectorListener'] = new \Hitso\Bundle\ContentBundle\EventListener\ContentDetectorListener([]);
  18850.     }
  18851.     /**
  18852.      * Gets the private 'Hitso\Bundle\ContentBundle\EventListener\ContentSubscriber' shared autowired service.
  18853.      *
  18854.      * @return \Hitso\Bundle\ContentBundle\EventListener\ContentSubscriber
  18855.      */
  18856.     protected function getContentSubscriberService()
  18857.     {
  18858.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/EventListener/ContentSubscriber.php';
  18859.         return $this->privates['Hitso\\Bundle\\ContentBundle\\EventListener\\ContentSubscriber'] = new \Hitso\Bundle\ContentBundle\EventListener\ContentSubscriber(($this->privates['Hitso\\Bundle\\SearchBundle\\Manager\\SearchManager'] ?? $this->getSearchManagerService()));
  18860.     }
  18861.     /**
  18862.      * Gets the private 'Hitso\Bundle\ContentBundle\Form\Admin\AuthorFormType' shared autowired service.
  18863.      *
  18864.      * @return \Hitso\Bundle\ContentBundle\Form\Admin\AuthorFormType
  18865.      */
  18866.     protected function getAuthorFormTypeService()
  18867.     {
  18868.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18869.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18870.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Form/Admin/AuthorFormType.php';
  18871.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Form\\Admin\\AuthorFormType'] = new \Hitso\Bundle\ContentBundle\Form\Admin\AuthorFormType();
  18872.     }
  18873.     /**
  18874.      * Gets the private 'Hitso\Bundle\ContentBundle\Form\CategoryFormType' shared autowired service.
  18875.      *
  18876.      * @return \Hitso\Bundle\ContentBundle\Form\CategoryFormType
  18877.      */
  18878.     protected function getCategoryFormTypeService()
  18879.     {
  18880.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18881.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18882.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Form/CategoryFormType.php';
  18883.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Form\\CategoryFormType'] = new \Hitso\Bundle\ContentBundle\Form\CategoryFormType();
  18884.     }
  18885.     /**
  18886.      * Gets the private 'Hitso\Bundle\ContentBundle\Form\CommentChangeStatusType' shared autowired service.
  18887.      *
  18888.      * @return \Hitso\Bundle\ContentBundle\Form\CommentChangeStatusType
  18889.      */
  18890.     protected function getCommentChangeStatusTypeService()
  18891.     {
  18892.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18893.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18894.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Form/CommentChangeStatusType.php';
  18895.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Form\\CommentChangeStatusType'] = new \Hitso\Bundle\ContentBundle\Form\CommentChangeStatusType();
  18896.     }
  18897.     /**
  18898.      * Gets the private 'Hitso\Bundle\ContentBundle\Form\CommentFormType' shared autowired service.
  18899.      *
  18900.      * @return \Hitso\Bundle\ContentBundle\Form\CommentFormType
  18901.      */
  18902.     protected function getCommentFormTypeService()
  18903.     {
  18904.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18905.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18906.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Form/CommentFormType.php';
  18907.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Form\\CommentFormType'] = new \Hitso\Bundle\ContentBundle\Form\CommentFormType();
  18908.     }
  18909.     /**
  18910.      * Gets the private 'Hitso\Bundle\ContentBundle\Form\ContentFormType' shared autowired service.
  18911.      *
  18912.      * @return \Hitso\Bundle\ContentBundle\Form\ContentFormType
  18913.      */
  18914.     protected function getContentFormTypeService()
  18915.     {
  18916.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18917.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18918.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Form/ContentFormType.php';
  18919.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Form\\ContentFormType'] = new \Hitso\Bundle\ContentBundle\Form\ContentFormType();
  18920.     }
  18921.     /**
  18922.      * Gets the private 'Hitso\Bundle\ContentBundle\Form\ContentSectionType' shared autowired service.
  18923.      *
  18924.      * @return \Hitso\Bundle\ContentBundle\Form\ContentSectionType
  18925.      */
  18926.     protected function getContentSectionTypeService()
  18927.     {
  18928.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18929.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18930.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/AbstractSectionType.php';
  18931.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Form/Section/DefaultSectionType.php';
  18932.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Form/ContentSectionType.php';
  18933.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Form\\ContentSectionType'] = new \Hitso\Bundle\ContentBundle\Form\ContentSectionType(($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));
  18934.     }
  18935.     /**
  18936.      * Gets the private 'Hitso\Bundle\ContentBundle\Form\Type\AuthorCollectionType' shared autowired service.
  18937.      *
  18938.      * @return \Hitso\Bundle\ContentBundle\Form\Type\AuthorCollectionType
  18939.      */
  18940.     protected function getAuthorCollectionTypeService()
  18941.     {
  18942.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18943.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18944.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/CollectionType.php';
  18945.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Form/Type/AuthorCollectionType.php';
  18946.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Form\\Type\\AuthorCollectionType'] = new \Hitso\Bundle\ContentBundle\Form\Type\AuthorCollectionType();
  18947.     }
  18948.     /**
  18949.      * Gets the private 'Hitso\Bundle\ContentBundle\Form\Type\BannerFormType' shared autowired service.
  18950.      *
  18951.      * @return \Hitso\Bundle\ContentBundle\Form\Type\BannerFormType
  18952.      */
  18953.     protected function getBannerFormTypeService()
  18954.     {
  18955.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18956.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18957.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Form/Type/BannerFormType.php';
  18958.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Form\\Type\\BannerFormType'] = new \Hitso\Bundle\ContentBundle\Form\Type\BannerFormType();
  18959.     }
  18960.     /**
  18961.      * Gets the private 'Hitso\Bundle\ContentBundle\Form\Type\ContentAuthorType' shared autowired service.
  18962.      *
  18963.      * @return \Hitso\Bundle\ContentBundle\Form\Type\ContentAuthorType
  18964.      */
  18965.     protected function getContentAuthorTypeService()
  18966.     {
  18967.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18968.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18969.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Form/Type/ContentAuthorType.php';
  18970.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Form\\Type\\ContentAuthorType'] = new \Hitso\Bundle\ContentBundle\Form\Type\ContentAuthorType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18971.     }
  18972.     /**
  18973.      * Gets the private 'Hitso\Bundle\ContentBundle\Form\Type\ContentCollectionType' shared autowired service.
  18974.      *
  18975.      * @return \Hitso\Bundle\ContentBundle\Form\Type\ContentCollectionType
  18976.      */
  18977.     protected function getContentCollectionTypeService()
  18978.     {
  18979.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18980.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18981.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Form/Type/ContentCollectionType.php';
  18982.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Form\\Type\\ContentCollectionType'] = new \Hitso\Bundle\ContentBundle\Form\Type\ContentCollectionType();
  18983.     }
  18984.     /**
  18985.      * Gets the private 'Hitso\Bundle\ContentBundle\Form\Type\SlideFormType' shared autowired service.
  18986.      *
  18987.      * @return \Hitso\Bundle\ContentBundle\Form\Type\SlideFormType
  18988.      */
  18989.     protected function getSlideFormTypeService()
  18990.     {
  18991.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18992.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18993.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Form/Type/SlideFormType.php';
  18994.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Form\\Type\\SlideFormType'] = new \Hitso\Bundle\ContentBundle\Form\Type\SlideFormType();
  18995.     }
  18996.     /**
  18997.      * Gets the private 'Hitso\Bundle\ContentBundle\Manager\ArticleManager' shared autowired service.
  18998.      *
  18999.      * @return \Hitso\Bundle\ContentBundle\Manager\ArticleManager
  19000.      */
  19001.     protected function getArticleManagerService()
  19002.     {
  19003.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  19004.         if (isset($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\ArticleManager'])) {
  19005.             return $this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\ArticleManager'];
  19006.         }
  19007.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\ArticleManager'] = new \Hitso\Bundle\ContentBundle\Manager\ArticleManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  19008.     }
  19009.     /**
  19010.      * Gets the private 'Hitso\Bundle\ContentBundle\Manager\AuthorManager' shared autowired service.
  19011.      *
  19012.      * @return \Hitso\Bundle\ContentBundle\Manager\AuthorManager
  19013.      */
  19014.     protected function getAuthorManagerService()
  19015.     {
  19016.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  19017.         if (isset($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\AuthorManager'])) {
  19018.             return $this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\AuthorManager'];
  19019.         }
  19020.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\AuthorManager'] = new \Hitso\Bundle\ContentBundle\Manager\AuthorManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  19021.     }
  19022.     /**
  19023.      * Gets the private 'Hitso\Bundle\ContentBundle\Manager\BannerManager' shared autowired service.
  19024.      *
  19025.      * @return \Hitso\Bundle\ContentBundle\Manager\BannerManager
  19026.      */
  19027.     protected function getBannerManagerService()
  19028.     {
  19029.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  19030.         if (isset($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\BannerManager'])) {
  19031.             return $this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\BannerManager'];
  19032.         }
  19033.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\BannerManager'] = new \Hitso\Bundle\ContentBundle\Manager\BannerManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  19034.     }
  19035.     /**
  19036.      * Gets the private 'Hitso\Bundle\ContentBundle\Manager\CommentManager' shared autowired service.
  19037.      *
  19038.      * @return \Hitso\Bundle\ContentBundle\Manager\CommentManager
  19039.      */
  19040.     protected function getCommentManagerService()
  19041.     {
  19042.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  19043.         if (isset($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\CommentManager'])) {
  19044.             return $this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\CommentManager'];
  19045.         }
  19046.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\CommentManager'] = new \Hitso\Bundle\ContentBundle\Manager\CommentManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  19047.     }
  19048.     /**
  19049.      * Gets the private 'Hitso\Bundle\ContentBundle\Manager\ContentManager' shared autowired service.
  19050.      *
  19051.      * @return \Hitso\Bundle\ContentBundle\Manager\ContentManager
  19052.      */
  19053.     protected function getContentManagerService()
  19054.     {
  19055.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  19056.         if (isset($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\ContentManager'])) {
  19057.             return $this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\ContentManager'];
  19058.         }
  19059.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\ContentManager'] = new \Hitso\Bundle\ContentBundle\Manager\ContentManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  19060.     }
  19061.     /**
  19062.      * Gets the private 'Hitso\Bundle\ContentBundle\Manager\Element\ElementManager' shared autowired service.
  19063.      *
  19064.      * @return \Hitso\Bundle\ContentBundle\Manager\Element\ElementManager
  19065.      */
  19066.     protected function getElementManagerService()
  19067.     {
  19068.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  19069.         if (isset($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\Element\\ElementManager'])) {
  19070.             return $this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\Element\\ElementManager'];
  19071.         }
  19072.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\Element\\ElementManager'] = new \Hitso\Bundle\ContentBundle\Manager\Element\ElementManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  19073.     }
  19074.     /**
  19075.      * Gets the private 'Hitso\Bundle\ContentBundle\Manager\SlideManager' shared autowired service.
  19076.      *
  19077.      * @return \Hitso\Bundle\ContentBundle\Manager\SlideManager
  19078.      */
  19079.     protected function getSlideManagerService()
  19080.     {
  19081.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  19082.         if (isset($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\SlideManager'])) {
  19083.             return $this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\SlideManager'];
  19084.         }
  19085.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\SlideManager'] = new \Hitso\Bundle\ContentBundle\Manager\SlideManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  19086.     }
  19087.     /**
  19088.      * Gets the private 'Hitso\Bundle\ContentBundle\Model\ContentTypeCollection' shared autowired service.
  19089.      *
  19090.      * @return \Hitso\Bundle\ContentBundle\Model\ContentTypeCollection
  19091.      */
  19092.     protected function getContentTypeCollectionService()
  19093.     {
  19094.         $this->privates['Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection'] = $instance = new \Hitso\Bundle\ContentBundle\Model\ContentTypeCollection();
  19095.         $a = new \Hitso\Bundle\ContentBundle\Model\ContentType('articles');
  19096.         $a->setLabel('ArtykuÅ‚y');
  19097.         $a->setAddButtonLabel('Dodaj artykuÅ‚');
  19098.         $a->setEntityClass('Hitso\\Bundle\\ContentBundle\\Entity\\Article');
  19099.         $a->setEditAction('HitsoContentBundle:Front\\Article:edit');
  19100.         $a->setContentParamName('article');
  19101.         $a->setSitemapSupport(true);
  19102.         $a->setAuthorsSupport(false);
  19103.         $a->setCommentsSupport(false);
  19104.         $a->setCategoriesSupport(true);
  19105.         $a->setCategoryEntityClass('Hitso\\Bundle\\ContentBundle\\Entity\\ArticleCategory');
  19106.         $a->setCategoryMaxLevel(3);
  19107.         $a->setOptions(['seo_title_content' => 'prefix - %1$s - postfix''seo_title_category' => 'prefix - %1$s - postfix''sortable_categories' => true'comments_granted' => true]);
  19108.         $a->setSitemapImagesSupport(false);
  19109.         $a->setRatingSupport(false);
  19110.         $a->setCategoriesDataTable('Hitso\\Bundle\\ContentBundle\\DataTable\\Categories');
  19111.         $a->setDataTable('Hartmann\\Bundle\\AppBundle\\DataTable\\Contents');
  19112.         $a->setFormType('Hitso\\Bundle\\ContentBundle\\Form\\ContentFormType');
  19113.         $a->setMenuShow(true);
  19114.         $a->setCategoryFormType('Hitso\\Bundle\\ContentBundle\\Form\\CategoryFormType');
  19115.         $b = new \Hitso\Bundle\ContentBundle\Model\ContentType('pages');
  19116.         $b->setLabel('Strony informacyjne');
  19117.         $b->setAddButtonLabel('Dodaj stronÄ™ informacyjnÄ…');
  19118.         $b->setEntityClass('Hitso\\Bundle\\ContentBundle\\Entity\\Page');
  19119.         $b->setEditAction('HitsoContentBundle:Front\\Page:edit');
  19120.         $b->setContentParamName('page');
  19121.         $b->setAuthorsSupport(false);
  19122.         $b->setCommentsSupport(false);
  19123.         $b->setCategoriesSupport(false);
  19124.         $b->setCategoryEntityClass('Hitso\\Bundle\\ContentBundle\\Entity\\ArticleCategory');
  19125.         $b->setCategoryMaxLevel(3);
  19126.         $b->setOptions(['sortable_categories' => false'comments_granted' => false]);
  19127.         $b->setSitemapSupport(true);
  19128.         $b->setSitemapImagesSupport(false);
  19129.         $b->setFormType('Hitso\\Bundle\\ContentBundle\\Form\\ContentFormType');
  19130.         $b->setDataTable('Hitso\\Bundle\\ContentBundle\\DataTable\\Contents');
  19131.         $b->setMenuShow(true);
  19132.         $b->setRatingSupport(false);
  19133.         $b->setCategoriesDataTable('Hitso\\Bundle\\ContentBundle\\DataTable\\Categories');
  19134.         $b->setCategoryFormType('Hitso\\Bundle\\ContentBundle\\Form\\CategoryFormType');
  19135.         $instance->add($a);
  19136.         $instance->add($b);
  19137.         return $instance;
  19138.     }
  19139.     /**
  19140.      * Gets the private 'Hitso\Bundle\ContentBundle\Repository\ArticleCategoryRepository' shared autowired service.
  19141.      *
  19142.      * @return \Hitso\Bundle\ContentBundle\Repository\ArticleCategoryRepository
  19143.      */
  19144.     protected function getArticleCategoryRepositoryService($lazyLoad true)
  19145.     {
  19146.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Model/SearchAwareRepositoryInterface.php';
  19147.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/ContentRepository.php';
  19148.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/ArticleCategoryRepository.php';
  19149.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Repository\\ArticleCategoryRepository'] = new \Hitso\Bundle\ContentBundle\Repository\ArticleCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19150.     }
  19151.     /**
  19152.      * Gets the private 'Hitso\Bundle\ContentBundle\Repository\ArticleRepository' shared autowired service.
  19153.      *
  19154.      * @return \Hitso\Bundle\ContentBundle\Repository\ArticleRepository
  19155.      */
  19156.     protected function getArticleRepositoryService($lazyLoad true)
  19157.     {
  19158.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Model/SearchAwareRepositoryInterface.php';
  19159.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/ContentRepository.php';
  19160.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/ArticleRepository.php';
  19161.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Repository\\ArticleRepository'] = new \Hitso\Bundle\ContentBundle\Repository\ArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19162.     }
  19163.     /**
  19164.      * Gets the private 'Hitso\Bundle\ContentBundle\Repository\ArticleReviewRepository' shared autowired service.
  19165.      *
  19166.      * @return \Hitso\Bundle\ContentBundle\Repository\ArticleReviewRepository
  19167.      */
  19168.     protected function getArticleReviewRepositoryService($lazyLoad true)
  19169.     {
  19170.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/ArticleReviewRepository.php';
  19171.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Repository\\ArticleReviewRepository'] = new \Hitso\Bundle\ContentBundle\Repository\ArticleReviewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19172.     }
  19173.     /**
  19174.      * Gets the private 'Hitso\Bundle\ContentBundle\Repository\AuthorRepository' shared autowired service.
  19175.      *
  19176.      * @return \Hitso\Bundle\ContentBundle\Repository\AuthorRepository
  19177.      */
  19178.     protected function getAuthorRepositoryService($lazyLoad true)
  19179.     {
  19180.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/AuthorRepository.php';
  19181.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Repository\\AuthorRepository'] = new \Hitso\Bundle\ContentBundle\Repository\AuthorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19182.     }
  19183.     /**
  19184.      * Gets the private 'Hitso\Bundle\ContentBundle\Repository\BannerRepository' shared autowired service.
  19185.      *
  19186.      * @return \Hitso\Bundle\ContentBundle\Repository\BannerRepository
  19187.      */
  19188.     protected function getBannerRepositoryService($lazyLoad true)
  19189.     {
  19190.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/BannerRepository.php';
  19191.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Repository\\BannerRepository'] = new \Hitso\Bundle\ContentBundle\Repository\BannerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19192.     }
  19193.     /**
  19194.      * Gets the private 'Hitso\Bundle\ContentBundle\Repository\CategoryRepository' shared autowired service.
  19195.      *
  19196.      * @return \Hitso\Bundle\ContentBundle\Repository\CategoryRepository
  19197.      */
  19198.     protected function getCategoryRepository2Service($lazyLoad true)
  19199.     {
  19200.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  19201.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  19202.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  19203.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php';
  19204.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Repository/NestedTreeRepository.php';
  19205.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Model/SearchAwareRepositoryInterface.php';
  19206.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/CategoryRepository.php';
  19207.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Repository\\CategoryRepository'] = new \Hitso\Bundle\ContentBundle\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19208.     }
  19209.     /**
  19210.      * Gets the private 'Hitso\Bundle\ContentBundle\Repository\CommentRepository' shared autowired service.
  19211.      *
  19212.      * @return \Hitso\Bundle\ContentBundle\Repository\CommentRepository
  19213.      */
  19214.     protected function getCommentRepositoryService($lazyLoad true)
  19215.     {
  19216.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/CommentRepository.php';
  19217.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Repository\\CommentRepository'] = new \Hitso\Bundle\ContentBundle\Repository\CommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19218.     }
  19219.     /**
  19220.      * Gets the private 'Hitso\Bundle\ContentBundle\Repository\ContentAuthorRepository' shared autowired service.
  19221.      *
  19222.      * @return \Hitso\Bundle\ContentBundle\Repository\ContentAuthorRepository
  19223.      */
  19224.     protected function getContentAuthorRepositoryService($lazyLoad true)
  19225.     {
  19226.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/ContentAuthorRepository.php';
  19227.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Repository\\ContentAuthorRepository'] = new \Hitso\Bundle\ContentBundle\Repository\ContentAuthorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19228.     }
  19229.     /**
  19230.      * Gets the private 'Hitso\Bundle\ContentBundle\Repository\ContentRepository' shared autowired service.
  19231.      *
  19232.      * @return \Hitso\Bundle\ContentBundle\Repository\ContentRepository
  19233.      */
  19234.     protected function getContentRepositoryService($lazyLoad true)
  19235.     {
  19236.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Model/SearchAwareRepositoryInterface.php';
  19237.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/ContentRepository.php';
  19238.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Repository\\ContentRepository'] = new \Hitso\Bundle\ContentBundle\Repository\ContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19239.     }
  19240.     /**
  19241.      * Gets the private 'Hitso\Bundle\ContentBundle\Repository\ElementImageRepository' shared autowired service.
  19242.      *
  19243.      * @return \Hitso\Bundle\ContentBundle\Repository\ElementImageRepository
  19244.      */
  19245.     protected function getElementImageRepositoryService($lazyLoad true)
  19246.     {
  19247.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/ElementImageRepository.php';
  19248.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Repository\\ElementImageRepository'] = new \Hitso\Bundle\ContentBundle\Repository\ElementImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19249.     }
  19250.     /**
  19251.      * Gets the private 'Hitso\Bundle\ContentBundle\Repository\ElementRepository' shared autowired service.
  19252.      *
  19253.      * @return \Hitso\Bundle\ContentBundle\Repository\ElementRepository
  19254.      */
  19255.     protected function getElementRepositoryService($lazyLoad true)
  19256.     {
  19257.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/ElementRepository.php';
  19258.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Repository\\ElementRepository'] = new \Hitso\Bundle\ContentBundle\Repository\ElementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19259.     }
  19260.     /**
  19261.      * Gets the private 'Hitso\Bundle\ContentBundle\Repository\PageRepository' shared autowired service.
  19262.      *
  19263.      * @return \Hitso\Bundle\ContentBundle\Repository\PageRepository
  19264.      */
  19265.     protected function getPageRepositoryService($lazyLoad true)
  19266.     {
  19267.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Model/SearchAwareRepositoryInterface.php';
  19268.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/ContentRepository.php';
  19269.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/PageRepository.php';
  19270.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Repository\\PageRepository'] = new \Hitso\Bundle\ContentBundle\Repository\PageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19271.     }
  19272.     /**
  19273.      * Gets the private 'Hitso\Bundle\ContentBundle\Repository\ParagraphRepository' shared autowired service.
  19274.      *
  19275.      * @return \Hitso\Bundle\ContentBundle\Repository\ParagraphRepository
  19276.      */
  19277.     protected function getParagraphRepositoryService($lazyLoad true)
  19278.     {
  19279.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Model/SearchAwareRepositoryInterface.php';
  19280.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/ContentRepository.php';
  19281.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/ParagraphRepository.php';
  19282.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Repository\\ParagraphRepository'] = new \Hitso\Bundle\ContentBundle\Repository\ParagraphRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19283.     }
  19284.     /**
  19285.      * Gets the private 'Hitso\Bundle\ContentBundle\Repository\RateRepository' shared autowired service.
  19286.      *
  19287.      * @return \Hitso\Bundle\ContentBundle\Repository\RateRepository
  19288.      */
  19289.     protected function getRateRepositoryService($lazyLoad true)
  19290.     {
  19291.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/RateRepository.php';
  19292.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Repository\\RateRepository'] = new \Hitso\Bundle\ContentBundle\Repository\RateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19293.     }
  19294.     /**
  19295.      * Gets the private 'Hitso\Bundle\ContentBundle\Repository\SlideRepository' shared autowired service.
  19296.      *
  19297.      * @return \Hitso\Bundle\ContentBundle\Repository\SlideRepository
  19298.      */
  19299.     protected function getSlideRepositoryService($lazyLoad true)
  19300.     {
  19301.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/SlideRepository.php';
  19302.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Repository\\SlideRepository'] = new \Hitso\Bundle\ContentBundle\Repository\SlideRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19303.     }
  19304.     /**
  19305.      * Gets the private 'Hitso\Bundle\ContentBundle\Repository\StatRepository' shared autowired service.
  19306.      *
  19307.      * @return \Hitso\Bundle\ContentBundle\Repository\StatRepository
  19308.      */
  19309.     protected function getStatRepositoryService($lazyLoad true)
  19310.     {
  19311.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Repository/StatRepository.php';
  19312.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Repository\\StatRepository'] = new \Hitso\Bundle\ContentBundle\Repository\StatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19313.     }
  19314.     /**
  19315.      * Gets the private 'Hitso\Bundle\ContentBundle\Services\ContentHelper' shared autowired service.
  19316.      *
  19317.      * @return \Hitso\Bundle\ContentBundle\Services\ContentHelper
  19318.      */
  19319.     protected function getContentHelperService()
  19320.     {
  19321.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Services\\ContentHelper'] = new \Hitso\Bundle\ContentBundle\Services\ContentHelper(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection'] ?? $this->getContentTypeCollectionService()));
  19322.     }
  19323.     /**
  19324.      * Gets the private 'Hitso\Bundle\ContentBundle\Services\Sitemap\ContentProvider' shared autowired service.
  19325.      *
  19326.      * @return \Hartmann\Bundle\AppBundle\Service\Sitemap\ContentProvider
  19327.      */
  19328.     protected function getContentProvider2Service($lazyLoad true)
  19329.     {
  19330.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Provider/ProviderInterface.php';
  19331.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Provider/AbstractSitemapProvider.php';
  19332.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Services/Sitemap/ContentProvider.php';
  19333.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/Service/Sitemap/ContentProvider.php';
  19334.         return new \Hartmann\Bundle\AppBundle\Service\Sitemap\ContentProvider(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\ArticleManager'] ?? $this->getArticleManagerService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection'] ?? $this->getContentTypeCollectionService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Services\\ContentHelper'] ?? $this->getContentHelperService()), ($this->privates['Hitso\\Bundle\\RoutingBundle\\Manager\\RedirectManager'] ?? $this->getRedirectManagerService()), $this->getEnv('resolve:FRONT_HOST'));
  19335.     }
  19336.     /**
  19337.      * Gets the private 'Hitso\Bundle\ContentBundle\Services\Video\VideoHelper' shared autowired service.
  19338.      *
  19339.      * @return \Hitso\Bundle\ContentBundle\Services\Video\VideoHelper
  19340.      */
  19341.     protected function getVideoHelperService()
  19342.     {
  19343.         return $this->privates['Hitso\\Bundle\\ContentBundle\\Services\\Video\\VideoHelper'] = new \Hitso\Bundle\ContentBundle\Services\Video\VideoHelper(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'] ?? $this->getFileManagerService()));
  19344.     }
  19345.     /**
  19346.      * Gets the private 'Hitso\Bundle\DataTableBundle\Model\DataTableConfig' shared autowired service.
  19347.      *
  19348.      * @return \Hitso\Bundle\DataTableBundle\Model\DataTableConfig
  19349.      */
  19350.     protected function getDataTableConfigService()
  19351.     {
  19352.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableConfig.php';
  19353.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Model/DataTableParams.php';
  19354.         return $this->privates['Hitso\\Bundle\\DataTableBundle\\Model\\DataTableConfig'] = new \Hitso\Bundle\DataTableBundle\Model\DataTableConfig(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \Hitso\Bundle\DataTableBundle\Model\DataTableParams());
  19355.     }
  19356.     /**
  19357.      * Gets the private 'Hitso\Bundle\DataTableBundle\Service\DataTableFactory' shared autowired service.
  19358.      *
  19359.      * @return \Hitso\Bundle\DataTableBundle\Service\DataTableFactory
  19360.      */
  19361.     protected function getDataTableFactoryService()
  19362.     {
  19363.         return $this->privates['Hitso\\Bundle\\DataTableBundle\\Service\\DataTableFactory'] = new \Hitso\Bundle\DataTableBundle\Service\DataTableFactory($this, new \Hitso\Bundle\DataTableBundle\Service\ContextManager(($this->services['session'] ?? $this->getSessionService())), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  19364.     }
  19365.     /**
  19366.      * Gets the private 'Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckCSVValidator' shared autowired service.
  19367.      *
  19368.      * @return \Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckCSVValidator
  19369.      */
  19370.     protected function getCheckCSVValidatorService()
  19371.     {
  19372.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19373.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19374.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Validator/Constraints/CheckCSVValidator.php';
  19375.         return $this->privates['Hitso\\Bundle\\DataTableBundle\\Validator\\Constraints\\CheckCSVValidator'] = new \Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckCSVValidator();
  19376.     }
  19377.     /**
  19378.      * Gets the private 'Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckPHPValidator' shared autowired service.
  19379.      *
  19380.      * @return \Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckPHPValidator
  19381.      */
  19382.     protected function getCheckPHPValidatorService()
  19383.     {
  19384.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19385.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19386.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Validator/Constraints/CheckPHPValidator.php';
  19387.         return $this->privates['Hitso\\Bundle\\DataTableBundle\\Validator\\Constraints\\CheckPHPValidator'] = new \Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckPHPValidator();
  19388.     }
  19389.     /**
  19390.      * Gets the private 'Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetUrlValidator' shared autowired service.
  19391.      *
  19392.      * @return \Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetUrlValidator
  19393.      */
  19394.     protected function getExistingGoogleSheetUrlValidatorService()
  19395.     {
  19396.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19397.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19398.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Validator/Constraints/ExistingGoogleSheetUrlValidator.php';
  19399.         return $this->privates['Hitso\\Bundle\\DataTableBundle\\Validator\\Constraints\\ExistingGoogleSheetUrlValidator'] = new \Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetUrlValidator(($this->services['Hitso\\Bundle\\CommonBundle\\Service\\GoogleSheet'] ?? $this->getGoogleSheetService()));
  19400.     }
  19401.     /**
  19402.      * Gets the private 'Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetValidator' shared autowired service.
  19403.      *
  19404.      * @return \Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetValidator
  19405.      */
  19406.     protected function getExistingGoogleSheetValidatorService()
  19407.     {
  19408.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19409.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19410.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/Validator/Constraints/ExistingGoogleSheetValidator.php';
  19411.         return $this->privates['Hitso\\Bundle\\DataTableBundle\\Validator\\Constraints\\ExistingGoogleSheetValidator'] = new \Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetValidator(($this->services['Hitso\\Bundle\\CommonBundle\\Service\\GoogleSheet'] ?? $this->getGoogleSheetService()));
  19412.     }
  19413.     /**
  19414.      * Gets the private 'Hitso\Bundle\FormBundle\Config\ConfigCollection' shared autowired service.
  19415.      *
  19416.      * @return \Hitso\Bundle\FormBundle\Config\ConfigCollection
  19417.      */
  19418.     protected function getConfigCollectionService()
  19419.     {
  19420.         $this->privates['Hitso\\Bundle\\FormBundle\\Config\\ConfigCollection'] = $instance = new \Hitso\Bundle\FormBundle\Config\ConfigCollection();
  19421.         $a = new \Hitso\Bundle\FormBundle\Config\FileTypeConfig();
  19422.         $a->setFileLimit(1);
  19423.         $a->setSizeLimit(52428800);
  19424.         $a->setSavePath((\dirname(__DIR__4).'/public/files/messenger/attachments'));
  19425.         $a->setUploadRouteName('hitso_form_upload');
  19426.         $a->setAllowedExtensions([]);
  19427.         $a->setDownloadRoles([]);
  19428.         $a->setConfigName('message_attachment');
  19429.         $b = new \Hitso\Bundle\FormBundle\Config\FileTypeConfig();
  19430.         $b->setFileLimit(1);
  19431.         $b->setSizeLimit(52428800);
  19432.         $b->setSavePath((\dirname(__DIR__4).'/public/files/content/attachments'));
  19433.         $b->setUploadRouteName('hitso_form_upload');
  19434.         $b->setAllowedExtensions([]);
  19435.         $b->setDownloadRoles([]);
  19436.         $b->setConfigName('icon_attachment');
  19437.         $c = new \Hitso\Bundle\FormBundle\Config\FileTypeConfig();
  19438.         $c->setFileLimit(5);
  19439.         $c->setSizeLimit(52428800);
  19440.         $c->setSavePath((\dirname(__DIR__4).'/public/files/content/attachments'));
  19441.         $c->setUploadRouteName('hitso_form_upload');
  19442.         $c->setAllowedExtensions([]);
  19443.         $c->setDownloadRoles([]);
  19444.         $c->setConfigName('category_attachment');
  19445.         $d = new \Hitso\Bundle\FormBundle\Config\FileTypeConfig();
  19446.         $d->setFileLimit(20);
  19447.         $d->setSizeLimit(52428800);
  19448.         $d->setSavePath((\dirname(__DIR__4).'/public/files/attachments'));
  19449.         $d->setUploadRouteName('hitso_form_upload');
  19450.         $d->setAllowedExtensions([]);
  19451.         $d->setDownloadRoles([]);
  19452.         $d->setConfigName('attachments');
  19453.         $e = new \Hitso\Bundle\FormBundle\Config\FileTypeConfig();
  19454.         $e->setFileLimit(1);
  19455.         $e->setSizeLimit(52428800);
  19456.         $e->setSavePath((\dirname(__DIR__4).'/public/files/catalog/booklet'));
  19457.         $e->setUploadRouteName('hitso_form_upload');
  19458.         $e->setAllowedExtensions([]);
  19459.         $e->setDownloadRoles([]);
  19460.         $e->setConfigName('booklet');
  19461.         $f = new \Hitso\Bundle\FormBundle\Config\FileTypeConfig();
  19462.         $f->setFileLimit(1);
  19463.         $f->setSizeLimit(52428800);
  19464.         $f->setSavePath((\dirname(__DIR__4).'/public/files/attachments'));
  19465.         $f->setUploadRouteName('hitso_form_upload');
  19466.         $f->setAllowedExtensions([]);
  19467.         $f->setDownloadRoles([]);
  19468.         $f->setConfigName('product_attachment');
  19469.         $g = new \Hitso\Bundle\FormBundle\Config\FileTypeConfig();
  19470.         $g->setFileLimit(1);
  19471.         $g->setSizeLimit(52428800);
  19472.         $g->setSavePath((\dirname(__DIR__4).'/public/files/attachments'));
  19473.         $g->setUploadRouteName('hitso_form_upload');
  19474.         $g->setAllowedExtensions([]);
  19475.         $g->setDownloadRoles([]);
  19476.         $g->setConfigName('video_attachment');
  19477.         $h = new \Hitso\Bundle\FormBundle\Config\FileTypeConfig();
  19478.         $h->setFileLimit(1);
  19479.         $h->setSizeLimit(10485760);
  19480.         $h->setSavePath((\dirname(__DIR__4).'/public/files/contents/what_to_look_for'));
  19481.         $h->setUploadRouteName('hitso_form_upload');
  19482.         $h->setAllowedExtensions([]);
  19483.         $h->setDownloadRoles([]);
  19484.         $h->setConfigName('what_to_look_for');
  19485.         $i = new \Hitso\Bundle\FormBundle\Config\FileTypeConfig();
  19486.         $i->setFileLimit(1);
  19487.         $i->setSizeLimit(10485760);
  19488.         $i->setSavePath((\dirname(__DIR__4).'/public/files/contents/icon'));
  19489.         $i->setUploadRouteName('hitso_form_upload');
  19490.         $i->setAllowedExtensions([]);
  19491.         $i->setDownloadRoles([]);
  19492.         $i->setConfigName('icon_image2');
  19493.         $j = new \Hitso\Bundle\FormBundle\Config\FileTypeConfig();
  19494.         $j->setFileLimit(1);
  19495.         $j->setSizeLimit(50000000);
  19496.         $j->setSavePath((\dirname(__DIR__4).'/public/files/contents/company_reference'));
  19497.         $j->setUploadRouteName('hitso_form_upload');
  19498.         $j->setAllowedExtensions([]);
  19499.         $j->setDownloadRoles([]);
  19500.         $j->setConfigName('company_reference_file');
  19501.         $k = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19502.         $k->setFileLimit(1);
  19503.         $k->setSizeLimit(10485760);
  19504.         $k->setSavePath((\dirname(__DIR__4).'/public/files/avatars'));
  19505.         $k->setFiltersBasePath((\dirname(__DIR__4).'/public/files/avatars'));
  19506.         $k->setPreviewSize([=> 370=> 370=> 370=> 370]);
  19507.         $k->setCropper(['crops' => ['main' => ['main' => true'label' => 'Avatar''width' => 90'height' => 90'filter_sets' => [=> 'user_avatar'=> 'user_avatar']]], 'upscale' => 5'downscale' => 5]);
  19508.         $k->setUploadRouteName('hitso_form_upload');
  19509.         $k->setPreviewRouteName('hitso_form_preview');
  19510.         $k->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19511.         $k->setConfigName('user_avatar');
  19512.         $l = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19513.         $l->setFileLimit(1);
  19514.         $l->setSizeLimit(10485760);
  19515.         $l->setSavePath((\dirname(__DIR__4).'/public/files/slides'));
  19516.         $l->setFiltersBasePath((\dirname(__DIR__4).'/public/files/slides'));
  19517.         $l->setPreviewSize([=> 240=> 82=> 240=> 82]);
  19518.         $l->setCropper(['crops' => ['main' => ['main' => true'label' => 'Slajd''width' => 1200'height' => 420'filter_sets' => [=> 'content_slide'=> 'content_slide']]], 'upscale' => 5'downscale' => 5]);
  19519.         $l->setUploadRouteName('hitso_form_upload');
  19520.         $l->setPreviewRouteName('hitso_form_preview');
  19521.         $l->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19522.         $l->setConfigName('content_slide');
  19523.         $m = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19524.         $m->setFileLimit(1);
  19525.         $m->setSizeLimit(10485760);
  19526.         $m->setSavePath((\dirname(__DIR__4).'/public/files/banners'));
  19527.         $m->setFiltersBasePath((\dirname(__DIR__4).'/public/files/banners'));
  19528.         $m->setPreviewSize([=> 240=> 82=> 240=> 82]);
  19529.         $m->setCropper(['crops' => ['main' => ['main' => true'label' => 'Baner''width' => 1200'height' => 420'filter_sets' => [=> 'content_banner'=> 'content_banner']]], 'upscale' => 5'downscale' => 5]);
  19530.         $m->setUploadRouteName('hitso_form_upload');
  19531.         $m->setPreviewRouteName('hitso_form_preview');
  19532.         $m->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19533.         $m->setConfigName('content_banner');
  19534.         $n = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19535.         $n->setFileLimit(1);
  19536.         $n->setSizeLimit(10485760);
  19537.         $n->setSavePath((\dirname(__DIR__4).'/public/files/messenger/images'));
  19538.         $n->setFiltersBasePath((\dirname(__DIR__4).'/public/files/messenger/images'));
  19539.         $n->setPreviewSize([=> 320=> 240=> 320=> 240]);
  19540.         $n->setCropper(['crops' => ['main' => ['main' => true'label' => 'thumbnail''width' => 320'height' => 240'filter_sets' => [=> 'message_image'=> 'message_image']], 'min' => ['main' => false'label' => 'min''width' => 70'height' => 70'filter_sets' => [=> 'message_image_min'=> 'message_image_min']]], 'upscale' => 5'downscale' => 5]);
  19541.         $n->setUploadRouteName('hitso_form_upload');
  19542.         $n->setPreviewRouteName('hitso_form_preview');
  19543.         $n->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19544.         $n->setConfigName('message_image');
  19545.         $o = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19546.         $o->setFileLimit(1);
  19547.         $o->setSizeLimit(10485760);
  19548.         $o->setSavePath((\dirname(__DIR__4).'/public/files/sections/images'));
  19549.         $o->setFiltersBasePath((\dirname(__DIR__4).'/public/files/sections/images'));
  19550.         $o->setPreviewSize([=> 320=> 240=> 320=> 240]);
  19551.         $o->setCropper(['crops' => ['main' => ['main' => true'label' => 'thumbnail''width' => 320'height' => 240'filter_sets' => [=> 'section_image'=> 'section_image']]], 'upscale' => 5'downscale' => 5]);
  19552.         $o->setUploadRouteName('hitso_form_upload');
  19553.         $o->setPreviewRouteName('hitso_form_preview');
  19554.         $o->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19555.         $o->setConfigName('section_image');
  19556.         $p = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19557.         $p->setFileLimit(99);
  19558.         $p->setSizeLimit(10485760);
  19559.         $p->setSavePath((\dirname(__DIR__4).'/public/files/contents/galleries'));
  19560.         $p->setFiltersBasePath((\dirname(__DIR__4).'/public/files/contents/galleries'));
  19561.         $p->setPreviewSize([=> 320=> 240=> 320=> 240]);
  19562.         $p->setUploadRouteName('hitso_form_upload');
  19563.         $p->setPreviewRouteName('hitso_form_preview');
  19564.         $p->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19565.         $p->setConfigName('element_gallery');
  19566.         $q = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19567.         $q->setFileLimit(1);
  19568.         $q->setSizeLimit(10485760);
  19569.         $q->setSavePath((\dirname(__DIR__4).'/public/files/sections/images'));
  19570.         $q->setFiltersBasePath((\dirname(__DIR__4).'/public/files/sections/images'));
  19571.         $q->setPreviewSize([=> 384=> 200=> 384=> 200]);
  19572.         $q->setCropper(['crops' => ['main' => ['main' => true'label' => 'OkÅ‚adka filmu''width' => 192'height' => 100'filter_sets' => [=> 'section_image'=> 'section_image']]], 'upscale' => 5'downscale' => 5]);
  19573.         $q->setUploadRouteName('hitso_form_upload');
  19574.         $q->setPreviewRouteName('hitso_form_preview');
  19575.         $q->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19576.         $q->setConfigName('section_selected_image');
  19577.         $r = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19578.         $r->setFileLimit(1);
  19579.         $r->setSizeLimit(10485760);
  19580.         $r->setSavePath((\dirname(__DIR__4).'/public/files/metatags/images'));
  19581.         $r->setFiltersBasePath((\dirname(__DIR__4).'/public/files/metatags/images'));
  19582.         $r->setUploadRouteName('hitso_form_upload');
  19583.         $r->setPreviewRouteName('hitso_form_preview');
  19584.         $r->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19585.         $r->setPreviewSize([=> 200=> 200]);
  19586.         $r->setConfigName('og_image');
  19587.         $s = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19588.         $s->setFileLimit(1);
  19589.         $s->setSizeLimit(10485760);
  19590.         $s->setSavePath((\dirname(__DIR__4).'/public/files/catalog/products'));
  19591.         $s->setFiltersBasePath((\dirname(__DIR__4).'/public/files/catalog/products'));
  19592.         $s->setPreviewSize([=> 320=> 240]);
  19593.         $s->setUploadRouteName('hitso_form_upload');
  19594.         $s->setPreviewRouteName('hitso_form_preview');
  19595.         $s->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19596.         $s->setConfigName('product_image');
  19597.         $t = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19598.         $t->setFileLimit(1);
  19599.         $t->setSizeLimit(10485760);
  19600.         $t->setSavePath((\dirname(__DIR__4).'/public/files/timeline'));
  19601.         $t->setFiltersBasePath((\dirname(__DIR__4).'/public/files/timeline'));
  19602.         $t->setPreviewSize([=> 320=> 240]);
  19603.         $t->setUploadRouteName('hitso_form_upload');
  19604.         $t->setPreviewRouteName('hitso_form_preview');
  19605.         $t->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19606.         $t->setConfigName('timeline_image');
  19607.         $u = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19608.         $u->setFileLimit(99);
  19609.         $u->setSizeLimit(10485760);
  19610.         $u->setSavePath((\dirname(__DIR__4).'/public/files/catalog/products'));
  19611.         $u->setFiltersBasePath((\dirname(__DIR__4).'/public/files/catalog/products'));
  19612.         $u->setPreviewSize([=> 320=> 240]);
  19613.         $u->setUploadRouteName('hitso_form_upload');
  19614.         $u->setPreviewRouteName('hitso_form_preview');
  19615.         $u->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19616.         $u->setConfigName('product_images');
  19617.         $v = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19618.         $v->setFileLimit(99);
  19619.         $v->setSizeLimit(10485760);
  19620.         $v->setSavePath((\dirname(__DIR__4).'/public/files/wizard/category'));
  19621.         $v->setFiltersBasePath((\dirname(__DIR__4).'/public/files/wizard/category'));
  19622.         $v->setPreviewSize([=> 320=> 240]);
  19623.         $v->setUploadRouteName('hitso_form_upload');
  19624.         $v->setPreviewRouteName('hitso_form_preview');
  19625.         $v->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19626.         $v->setConfigName('wizard_category_images');
  19627.         $w = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19628.         $w->setFileLimit(1);
  19629.         $w->setSizeLimit(10485760);
  19630.         $w->setSavePath((\dirname(__DIR__4).'/public/files/sew'));
  19631.         $w->setFiltersBasePath((\dirname(__DIR__4).'/public/files/sew'));
  19632.         $w->setPreviewSize([=> 320=> 240]);
  19633.         $w->setUploadRouteName('hitso_form_upload');
  19634.         $w->setPreviewRouteName('hitso_form_preview');
  19635.         $w->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19636.         $w->setConfigName('sew_images');
  19637.         $x = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19638.         $x->setFileLimit(99);
  19639.         $x->setSizeLimit(10485760);
  19640.         $x->setSavePath((\dirname(__DIR__4).'/public/files/contents/customer_logos'));
  19641.         $x->setFiltersBasePath((\dirname(__DIR__4).'/public/files/contents/customer_logos'));
  19642.         $x->setPreviewSize([=> 320=> 240]);
  19643.         $x->setUploadRouteName('hitso_form_upload');
  19644.         $x->setPreviewRouteName('hitso_form_preview');
  19645.         $x->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19646.         $x->setConfigName('customer_logos');
  19647.         $y = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19648.         $y->setFileLimit(1);
  19649.         $y->setSizeLimit(10485760);
  19650.         $y->setSavePath((\dirname(__DIR__4).'/public/files/contents/safe'));
  19651.         $y->setFiltersBasePath((\dirname(__DIR__4).'/public/files/contents/safe'));
  19652.         $y->setPreviewSize([=> 320=> 240]);
  19653.         $y->setUploadRouteName('hitso_form_upload');
  19654.         $y->setPreviewRouteName('hitso_form_preview');
  19655.         $y->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19656.         $y->setConfigName('safe_image');
  19657.         $z = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19658.         $z->setFileLimit(1);
  19659.         $z->setSizeLimit(10485760);
  19660.         $z->setSavePath((\dirname(__DIR__4).'/public/files/contents/background'));
  19661.         $z->setFiltersBasePath((\dirname(__DIR__4).'/public/files/contents/background'));
  19662.         $z->setUploadRouteName('hitso_form_upload');
  19663.         $z->setPreviewRouteName('hitso_form_preview');
  19664.         $z->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19665.         $z->setPreviewSize([=> 200=> 200]);
  19666.         $z->setConfigName('background_image');
  19667.         $aa = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19668.         $aa->setFileLimit(1);
  19669.         $aa->setSizeLimit(10485760);
  19670.         $aa->setSavePath((\dirname(__DIR__4).'/public/files/contents/background'));
  19671.         $aa->setFiltersBasePath((\dirname(__DIR__4).'/public/files/contents/background'));
  19672.         $aa->setUploadRouteName('hitso_form_upload');
  19673.         $aa->setPreviewRouteName('hitso_form_preview');
  19674.         $aa->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19675.         $aa->setPreviewSize([=> 200=> 200]);
  19676.         $aa->setConfigName('weapons_storage_specialists');
  19677.         $ba = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19678.         $ba->setFileLimit(1);
  19679.         $ba->setSizeLimit(10485760);
  19680.         $ba->setSavePath((\dirname(__DIR__4).'/public/files/contents/icon'));
  19681.         $ba->setFiltersBasePath((\dirname(__DIR__4).'/public/files/contents/icon'));
  19682.         $ba->setUploadRouteName('hitso_form_upload');
  19683.         $ba->setPreviewRouteName('hitso_form_preview');
  19684.         $ba->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19685.         $ba->setPreviewSize([=> 200=> 200]);
  19686.         $ba->setConfigName('icon_image');
  19687.         $ca = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19688.         $ca->setFileLimit(1);
  19689.         $ca->setSizeLimit(10485760);
  19690.         $ca->setSavePath((\dirname(__DIR__4).'/public/files/contents/personalized_safes'));
  19691.         $ca->setFiltersBasePath((\dirname(__DIR__4).'/public/files/contents/personalized_safes'));
  19692.         $ca->setUploadRouteName('hitso_form_upload');
  19693.         $ca->setPreviewRouteName('hitso_form_preview');
  19694.         $ca->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19695.         $ca->setPreviewSize([=> 200=> 200]);
  19696.         $ca->setConfigName('personalized_safes');
  19697.         $da = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19698.         $da->setFileLimit(1);
  19699.         $da->setSizeLimit(10485760);
  19700.         $da->setSavePath((\dirname(__DIR__4).'/public/files/contents/full_width'));
  19701.         $da->setFiltersBasePath((\dirname(__DIR__4).'/public/files/contents/full_width'));
  19702.         $da->setUploadRouteName('hitso_form_upload');
  19703.         $da->setPreviewRouteName('hitso_form_preview');
  19704.         $da->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19705.         $da->setPreviewSize([=> 200=> 200]);
  19706.         $da->setConfigName('full_width');
  19707.         $ea = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19708.         $ea->setFileLimit(1);
  19709.         $ea->setSizeLimit(10485760);
  19710.         $ea->setSavePath((\dirname(__DIR__4).'/public/files/contents/category_product'));
  19711.         $ea->setFiltersBasePath((\dirname(__DIR__4).'/public/files/contents/category_product'));
  19712.         $ea->setUploadRouteName('hitso_form_upload');
  19713.         $ea->setPreviewRouteName('hitso_form_preview');
  19714.         $ea->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19715.         $ea->setPreviewSize([=> 200=> 200]);
  19716.         $ea->setConfigName('category_product_image');
  19717.         $fa = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19718.         $fa->setFileLimit(99);
  19719.         $fa->setSizeLimit(10485760);
  19720.         $fa->setSavePath((\dirname(__DIR__4).'/public/files/contents/category_inspirations'));
  19721.         $fa->setFiltersBasePath((\dirname(__DIR__4).'/public/files/contents/category_inspirations'));
  19722.         $fa->setUploadRouteName('hitso_form_upload');
  19723.         $fa->setPreviewRouteName('hitso_form_preview');
  19724.         $fa->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19725.         $fa->setPreviewSize([=> 200=> 200]);
  19726.         $fa->setConfigName('category_inspirations_image');
  19727.         $ga = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19728.         $ga->setFileLimit(1);
  19729.         $ga->setSizeLimit(10485760);
  19730.         $ga->setSavePath((\dirname(__DIR__4).'/public/files/contents/master_pieces'));
  19731.         $ga->setFiltersBasePath((\dirname(__DIR__4).'/public/files/contents/master_pieces'));
  19732.         $ga->setPreviewSize([=> 320=> 240]);
  19733.         $ga->setUploadRouteName('hitso_form_upload');
  19734.         $ga->setPreviewRouteName('hitso_form_preview');
  19735.         $ga->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19736.         $ga->setConfigName('master_pieces');
  19737.         $ha = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19738.         $ha->setFileLimit(1);
  19739.         $ha->setSizeLimit(10485760);
  19740.         $ha->setSavePath((\dirname(__DIR__4).'/public/files/contents/logotyp'));
  19741.         $ha->setFiltersBasePath((\dirname(__DIR__4).'/public/files/contents/logotyp'));
  19742.         $ha->setUploadRouteName('hitso_form_upload');
  19743.         $ha->setPreviewRouteName('hitso_form_preview');
  19744.         $ha->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19745.         $ha->setPreviewSize([=> 200=> 200]);
  19746.         $ha->setConfigName('logotyp');
  19747.         $ia = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19748.         $ia->setFileLimit(1);
  19749.         $ia->setSizeLimit(10485760);
  19750.         $ia->setSavePath((\dirname(__DIR__4).'/public/files/contents/paragraph_expanded'));
  19751.         $ia->setFiltersBasePath((\dirname(__DIR__4).'/public/files/contents/paragraph_expanded'));
  19752.         $ia->setUploadRouteName('hitso_form_upload');
  19753.         $ia->setPreviewRouteName('hitso_form_preview');
  19754.         $ia->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19755.         $ia->setPreviewSize([=> 200=> 200]);
  19756.         $ia->setConfigName('paragraph_expanded');
  19757.         $ja = new \Hitso\Bundle\FormBundle\Config\ImageTypeConfig();
  19758.         $ja->setFileLimit(1);
  19759.         $ja->setSizeLimit(10485760);
  19760.         $ja->setSavePath((\dirname(__DIR__4).'/public/files/contents/company_reference'));
  19761.         $ja->setFiltersBasePath((\dirname(__DIR__4).'/public/files/contents/company_reference'));
  19762.         $ja->setUploadRouteName('hitso_form_upload');
  19763.         $ja->setPreviewRouteName('hitso_form_preview');
  19764.         $ja->setAllowedExtensions([=> 'jpg'=> 'jpeg'=> 'png'=> 'gif'=> 'svg']);
  19765.         $ja->setPreviewSize([=> 200=> 200]);
  19766.         $ja->setConfigName('company_reference');
  19767.         $instance->add($a);
  19768.         $instance->add($b);
  19769.         $instance->add($c);
  19770.         $instance->add($d);
  19771.         $instance->add($e);
  19772.         $instance->add($f);
  19773.         $instance->add($g);
  19774.         $instance->add($h);
  19775.         $instance->add($i);
  19776.         $instance->add($j);
  19777.         $instance->add($k);
  19778.         $instance->add($l);
  19779.         $instance->add($m);
  19780.         $instance->add($n);
  19781.         $instance->add($o);
  19782.         $instance->add($p);
  19783.         $instance->add($q);
  19784.         $instance->add($r);
  19785.         $instance->add($s);
  19786.         $instance->add($t);
  19787.         $instance->add($u);
  19788.         $instance->add($v);
  19789.         $instance->add($w);
  19790.         $instance->add($x);
  19791.         $instance->add($y);
  19792.         $instance->add($z);
  19793.         $instance->add($aa);
  19794.         $instance->add($ba);
  19795.         $instance->add($ca);
  19796.         $instance->add($da);
  19797.         $instance->add($ea);
  19798.         $instance->add($fa);
  19799.         $instance->add($ga);
  19800.         $instance->add($ha);
  19801.         $instance->add($ia);
  19802.         $instance->add($ja);
  19803.         return $instance;
  19804.     }
  19805.     /**
  19806.      * Gets the private 'Hitso\Bundle\FormBundle\EventListener\FileCollectionListener' shared autowired service.
  19807.      *
  19808.      * @return \Hitso\Bundle\FormBundle\EventListener\FileCollectionListener
  19809.      */
  19810.     protected function getFileCollectionListenerService($lazyLoad true)
  19811.     {
  19812.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/EventListener/FileCollectionListener.php';
  19813.         return $this->privates['Hitso\\Bundle\\FormBundle\\EventListener\\FileCollectionListener'] = new \Hitso\Bundle\FormBundle\EventListener\FileCollectionListener(($this->privates['Hitso\\Bundle\\FormBundle\\Storage\\StorageManager'] ?? $this->getStorageManagerService()));
  19814.     }
  19815.     /**
  19816.      * Gets the private 'Hitso\Bundle\FormBundle\Form\Handler\FormHandler' shared autowired service.
  19817.      *
  19818.      * @return \Hitso\Bundle\FormBundle\Form\Handler\FormHandler
  19819.      */
  19820.     protected function getFormHandlerService()
  19821.     {
  19822.         return $this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] = new \Hitso\Bundle\FormBundle\Form\Handler\FormHandler(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  19823.     }
  19824.     /**
  19825.      * Gets the private 'Hitso\Bundle\FormBundle\Form\Type\ColourType' shared autowired service.
  19826.      *
  19827.      * @return \Hitso\Bundle\FormBundle\Form\Type\ColourType
  19828.      */
  19829.     protected function getColourTypeService()
  19830.     {
  19831.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19832.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19833.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Form/Type/ColourType.php';
  19834.         return $this->privates['Hitso\\Bundle\\FormBundle\\Form\\Type\\ColourType'] = new \Hitso\Bundle\FormBundle\Form\Type\ColourType();
  19835.     }
  19836.     /**
  19837.      * Gets the private 'Hitso\Bundle\FormBundle\Form\Type\FileType' shared autowired service.
  19838.      *
  19839.      * @return \Hitso\Bundle\FormBundle\Form\Type\FileType
  19840.      */
  19841.     protected function getFileType3Service()
  19842.     {
  19843.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19844.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19845.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Form/Type/FileType.php';
  19846.         return $this->privates['Hitso\\Bundle\\FormBundle\\Form\\Type\\FileType'] = new \Hitso\Bundle\FormBundle\Form\Type\FileType(($this->privates['Hitso\\Bundle\\FormBundle\\Config\\ConfigCollection'] ?? $this->getConfigCollectionService()), ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Repository\\FileRepository'] ?? $this->getFileRepositoryService()));
  19847.     }
  19848.     /**
  19849.      * Gets the private 'Hitso\Bundle\FormBundle\Form\Type\FontStyleType' shared autowired service.
  19850.      *
  19851.      * @return \Hitso\Bundle\FormBundle\Form\Type\FontStyleType
  19852.      */
  19853.     protected function getFontStyleTypeService()
  19854.     {
  19855.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19856.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19857.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Form/Type/FontStyleType.php';
  19858.         return $this->privates['Hitso\\Bundle\\FormBundle\\Form\\Type\\FontStyleType'] = new \Hitso\Bundle\FormBundle\Form\Type\FontStyleType();
  19859.     }
  19860.     /**
  19861.      * Gets the private 'Hitso\Bundle\FormBundle\Form\Type\ImagePreviewType' shared autowired service.
  19862.      *
  19863.      * @return \Hitso\Bundle\FormBundle\Form\Type\ImagePreviewType
  19864.      */
  19865.     protected function getImagePreviewTypeService()
  19866.     {
  19867.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19868.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19869.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Form/Type/ImagePreviewType.php';
  19870.         return $this->privates['Hitso\\Bundle\\FormBundle\\Form\\Type\\ImagePreviewType'] = new \Hitso\Bundle\FormBundle\Form\Type\ImagePreviewType();
  19871.     }
  19872.     /**
  19873.      * Gets the private 'Hitso\Bundle\FormBundle\Form\Type\ImageType' shared autowired service.
  19874.      *
  19875.      * @return \Hitso\Bundle\FormBundle\Form\Type\ImageType
  19876.      */
  19877.     protected function getImageTypeService()
  19878.     {
  19879.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19880.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19881.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Form/Type/ImageType.php';
  19882.         return $this->privates['Hitso\\Bundle\\FormBundle\\Form\\Type\\ImageType'] = new \Hitso\Bundle\FormBundle\Form\Type\ImageType();
  19883.     }
  19884.     /**
  19885.      * Gets the private 'Hitso\Bundle\FormBundle\Form\Type\SitesType' shared autowired service.
  19886.      *
  19887.      * @return \Hitso\Bundle\FormBundle\Form\Type\SitesType
  19888.      */
  19889.     protected function getSitesTypeService()
  19890.     {
  19891.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19892.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19893.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  19894.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  19895.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Form/Type/SitesType.php';
  19896.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  19897.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  19898.         return $this->privates['Hitso\\Bundle\\FormBundle\\Form\\Type\\SitesType'] = new \Hitso\Bundle\FormBundle\Form\Type\SitesType(($this->privates['form.choice_list_factory.default'] ?? ($this->privates['form.choice_list_factory.default'] = new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory())), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection'] ?? $this->getSiteCollectionService()));
  19899.     }
  19900.     /**
  19901.      * Gets the private 'Hitso\Bundle\FormBundle\Storage\MediaUrlProvider' shared autowired service.
  19902.      *
  19903.      * @return \Hitso\Bundle\FormBundle\Storage\MediaUrlProvider
  19904.      */
  19905.     protected function getMediaUrlProvider2Service()
  19906.     {
  19907.         return $this->privates['Hitso\\Bundle\\FormBundle\\Storage\\MediaUrlProvider'] = new \Hitso\Bundle\FormBundle\Storage\MediaUrlProvider(($this->privates['Hitso\\Bundle\\FormBundle\\Storage\\StorageManager'] ?? $this->getStorageManagerService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Config\\ConfigCollection'] ?? $this->getConfigCollectionService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), (\dirname(__DIR__4).'/web'), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper'] ?? $this->getRequestHelperService()));
  19908.     }
  19909.     /**
  19910.      * Gets the private 'Hitso\Bundle\FormBundle\Storage\StorageManager' shared autowired service.
  19911.      *
  19912.      * @return \Hitso\Bundle\FormBundle\Storage\StorageManager
  19913.      */
  19914.     protected function getStorageManagerService()
  19915.     {
  19916.         return $this->privates['Hitso\\Bundle\\FormBundle\\Storage\\StorageManager'] = new \Hitso\Bundle\FormBundle\Storage\StorageManager(($this->privates['Hitso\\Bundle\\FormBundle\\Config\\ConfigCollection'] ?? $this->getConfigCollectionService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Storage\\UploadManager'] ?? ($this->privates['Hitso\\Bundle\\FormBundle\\Storage\\UploadManager'] = new \Hitso\Bundle\FormBundle\Storage\UploadManager(($this->targetDir.''.'/../../uploads'), 3600))), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'] ?? $this->getFileManagerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Service\\LoggableReverter\\FileLoggableReverter'] ?? $this->getFileLoggableReverterService()));
  19917.     }
  19918.     /**
  19919.      * Gets the private 'Hitso\Bundle\MultiSiteBundle\EventListener\GraphQlLocaleSubscriber' shared autowired service.
  19920.      *
  19921.      * @return \Hitso\Bundle\MultiSiteBundle\EventListener\GraphQlLocaleSubscriber
  19922.      */
  19923.     protected function getGraphQlLocaleSubscriberService()
  19924.     {
  19925.         return $this->privates['Hitso\\Bundle\\MultiSiteBundle\\EventListener\\GraphQlLocaleSubscriber'] = new \Hitso\Bundle\MultiSiteBundle\EventListener\GraphQlLocaleSubscriber(($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()));
  19926.     }
  19927.     /**
  19928.      * Gets the private 'Hitso\Bundle\MultiSiteBundle\EventListener\SiteIdAnnotationListener' shared autowired service.
  19929.      *
  19930.      * @return \Hitso\Bundle\MultiSiteBundle\EventListener\SiteIdAnnotationListener
  19931.      */
  19932.     protected function getSiteIdAnnotationListenerService()
  19933.     {
  19934.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/MultiSiteBundle/EventListener/SiteIdAnnotationListener.php';
  19935.         return $this->privates['Hitso\\Bundle\\MultiSiteBundle\\EventListener\\SiteIdAnnotationListener'] = new \Hitso\Bundle\MultiSiteBundle\EventListener\SiteIdAnnotationListener(($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  19936.     }
  19937.     /**
  19938.      * Gets the private 'Hitso\Bundle\MultiSiteBundle\EventListener\SiteIdFilterConfigurator' shared autowired service.
  19939.      *
  19940.      * @return \Hitso\Bundle\MultiSiteBundle\EventListener\SiteIdFilterConfigurator
  19941.      */
  19942.     protected function getSiteIdFilterConfiguratorService()
  19943.     {
  19944.         return $this->privates['Hitso\\Bundle\\MultiSiteBundle\\EventListener\\SiteIdFilterConfigurator'] = new \Hitso\Bundle\MultiSiteBundle\EventListener\SiteIdFilterConfigurator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  19945.     }
  19946.     /**
  19947.      * Gets the private 'Hitso\Bundle\MultiSiteBundle\EventListener\SiteListener' shared autowired service.
  19948.      *
  19949.      * @return \Hitso\Bundle\MultiSiteBundle\EventListener\SiteListener
  19950.      */
  19951.     protected function getSiteListenerService()
  19952.     {
  19953.         return $this->privates['Hitso\\Bundle\\MultiSiteBundle\\EventListener\\SiteListener'] = new \Hitso\Bundle\MultiSiteBundle\EventListener\SiteListener(($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()));
  19954.     }
  19955.     /**
  19956.      * Gets the private 'Hitso\Bundle\MultiSiteBundle\MultiSite\SiteCollection' shared autowired service.
  19957.      *
  19958.      * @return \Hitso\Bundle\MultiSiteBundle\MultiSite\SiteCollection
  19959.      */
  19960.     protected function getSiteCollectionService()
  19961.     {
  19962.         $this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection'] = $instance = new \Hitso\Bundle\MultiSiteBundle\MultiSite\SiteCollection();
  19963.         $instance->add(new \Hitso\Bundle\MultiSiteBundle\MultiSite\Site('admin'$this->getEnv('resolve:ADMIN_HOST'), $this->getEnv('resolve:BASE_PORT'), NULLNULLNULLfalsefalsetrue, [], []));
  19964.         $instance->add(new \Hitso\Bundle\MultiSiteBundle\MultiSite\Site('pl'$this->getEnv('resolve:BASE_HOST'), $this->getEnv('resolve:BASE_PORT'), NULL'pl''pl_PL'truefalsetrue, [], []));
  19965.         $instance->add(new \Hitso\Bundle\MultiSiteBundle\MultiSite\Site('en''en.'.$this->getEnv('string:resolve:BASE_HOST'), $this->getEnv('resolve:BASE_PORT'), NULL'en''en_US'truefalsetrue, [], []));
  19966.         return $instance;
  19967.     }
  19968.     /**
  19969.      * Gets the private 'Hitso\Bundle\MultiSiteBundle\MultiSite\SiteContext' shared autowired service.
  19970.      *
  19971.      * @return \Hitso\Bundle\MultiSiteBundle\MultiSite\SiteContext
  19972.      */
  19973.     protected function getSiteContextService()
  19974.     {
  19975.         return $this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] = new \Hitso\Bundle\MultiSiteBundle\MultiSite\SiteContext(($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection'] ?? $this->getSiteCollectionService()), ($this->services['session'] ?? $this->getSessionService()));
  19976.     }
  19977.     /**
  19978.      * Gets the private 'Hitso\Bundle\NavigationBundle\Menu\MenuManager' shared autowired service.
  19979.      *
  19980.      * @return \Hitso\Bundle\NavigationBundle\Menu\MenuManager
  19981.      */
  19982.     protected function getMenuManagerService()
  19983.     {
  19984.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle/Menu/MenuManager.php';
  19985.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle/Menu/LinkProvider/ProviderInterface.php';
  19986.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle/Menu/LinkProvider/RouteProvider.php';
  19987.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Menu/LinkProvider/CategoryProvider.php';
  19988.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Menu/LinkProvider/ContentCategoryProvider.php';
  19989.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Menu/LinkProvider/ContentPageProvider.php';
  19990.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle/Menu/LinkProvider/UrlProvider.php';
  19991.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19992.         $this->privates['Hitso\\Bundle\\NavigationBundle\\Menu\\MenuManager'] = $instance = new \Hitso\Bundle\NavigationBundle\Menu\MenuManager($a);
  19993.         $b = ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService());
  19994.         $c = ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService());
  19995.         $d = new \Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentCategoryProvider($b$a$c);
  19996.         $d->setRoute('article_category_show');
  19997.         $e = new \Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentPageProvider($b$a$c);
  19998.         $e->setRoute('page_show');
  19999.         $instance->setRootItems(['header_menu' => 'Menu (nagłówek)''footer_menu' => 'Menu (stopka)''footer_novitus_business_left' => 'Novitus dla biznesu (lewa kolumna)''footer_novitus_business_right' => 'Novitus dla biznesu (prawa kolumna)''footer_novitus_individual' => 'Novitus dla Ciebie''support_blocks' => 'Wsparcie (strona główna)''footer_support' => 'Wsparcie (stopka)''support_service' => 'Wsparcie - Serwis''contact_menu' => 'Kontakt (lewa kolumna)''offer_submenu' => 'Oferta']);
  20000.         $instance->addLinkProvider(new \Hitso\Bundle\CatalogBundle\Menu\LinkProvider\CategoryProvider($b$a$c));
  20001.         $instance->addLinkProvider($d);
  20002.         $instance->addLinkProvider($e);
  20003.         $instance->addLinkProvider(new \Hitso\Bundle\NavigationBundle\Menu\LinkProvider\UrlProvider($c));
  20004.         return $instance;
  20005.     }
  20006.     /**
  20007.      * Gets the private 'Hitso\Bundle\NavigationBundle\Menu\MenuProvider\ConfigProvider' shared autowired service.
  20008.      *
  20009.      * @return \Hitso\Bundle\NavigationBundle\Menu\MenuProvider\ConfigProvider
  20010.      */
  20011.     protected function getConfigProviderService()
  20012.     {
  20013.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Loader/LoaderInterface.php';
  20014.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle/Menu/MenuProvider/ConfigProvider.php';
  20015.         return $this->privates['Hitso\\Bundle\\NavigationBundle\\Menu\\MenuProvider\\ConfigProvider'] = new \Hitso\Bundle\NavigationBundle\Menu\MenuProvider\ConfigProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), ($this->privates['Hitso\\Bundle\\NavigationBundle\\Menu\\MenuManager'] ?? $this->getMenuManagerService()));
  20016.     }
  20017.     /**
  20018.      * Gets the private 'Hitso\Bundle\NavigationBundle\Repository\MenuItemRepository' shared autowired service.
  20019.      *
  20020.      * @return \Hitso\Bundle\NavigationBundle\Repository\MenuItemRepository
  20021.      */
  20022.     protected function getMenuItemRepositoryService($lazyLoad true)
  20023.     {
  20024.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle/Repository/MenuItemRepository.php';
  20025.         return $this->privates['Hitso\\Bundle\\NavigationBundle\\Repository\\MenuItemRepository'] = new \Hitso\Bundle\NavigationBundle\Repository\MenuItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20026.     }
  20027.     /**
  20028.      * Gets the private 'Hitso\Bundle\NewsletterBundle\Form\SubscriberFormType' shared autowired service.
  20029.      *
  20030.      * @return \Hitso\Bundle\NewsletterBundle\Form\SubscriberFormType
  20031.      */
  20032.     protected function getSubscriberFormTypeService()
  20033.     {
  20034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20035.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20036.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NewsletterBundle/Form/SubscriberFormType.php';
  20037.         return $this->privates['Hitso\\Bundle\\NewsletterBundle\\Form\\SubscriberFormType'] = new \Hitso\Bundle\NewsletterBundle\Form\SubscriberFormType();
  20038.     }
  20039.     /**
  20040.      * Gets the private 'Hitso\Bundle\NewsletterBundle\Manager\SubscriberManager' shared autowired service.
  20041.      *
  20042.      * @return \Hitso\Bundle\NewsletterBundle\Manager\SubscriberManager
  20043.      */
  20044.     protected function getSubscriberManagerService()
  20045.     {
  20046.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  20047.         if (isset($this->privates['Hitso\\Bundle\\NewsletterBundle\\Manager\\SubscriberManager'])) {
  20048.             return $this->privates['Hitso\\Bundle\\NewsletterBundle\\Manager\\SubscriberManager'];
  20049.         }
  20050.         return $this->privates['Hitso\\Bundle\\NewsletterBundle\\Manager\\SubscriberManager'] = new \Hitso\Bundle\NewsletterBundle\Manager\SubscriberManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20051.     }
  20052.     /**
  20053.      * Gets the private 'Hitso\Bundle\NewsletterBundle\Repository\SubscriberRepository' shared autowired service.
  20054.      *
  20055.      * @return \Hitso\Bundle\NewsletterBundle\Repository\SubscriberRepository
  20056.      */
  20057.     protected function getSubscriberRepositoryService()
  20058.     {
  20059.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NewsletterBundle/Repository/SubscriberRepository.php';
  20060.         return $this->privates['Hitso\\Bundle\\NewsletterBundle\\Repository\\SubscriberRepository'] = new \Hitso\Bundle\NewsletterBundle\Repository\SubscriberRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20061.     }
  20062.     /**
  20063.      * Gets the private 'Hitso\Bundle\ProbeBundle\Manager\ProbeManager' shared autowired service.
  20064.      *
  20065.      * @return \Hitso\Bundle\ProbeBundle\Manager\ProbeManager
  20066.      */
  20067.     protected function getProbeManagerService()
  20068.     {
  20069.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  20070.         if (isset($this->privates['Hitso\\Bundle\\ProbeBundle\\Manager\\ProbeManager'])) {
  20071.             return $this->privates['Hitso\\Bundle\\ProbeBundle\\Manager\\ProbeManager'];
  20072.         }
  20073.         return $this->privates['Hitso\\Bundle\\ProbeBundle\\Manager\\ProbeManager'] = new \Hitso\Bundle\ProbeBundle\Manager\ProbeManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20074.     }
  20075.     /**
  20076.      * Gets the private 'Hitso\Bundle\ProbeBundle\Manager\ProbeOptionManager' shared autowired service.
  20077.      *
  20078.      * @return \Hitso\Bundle\ProbeBundle\Manager\ProbeOptionManager
  20079.      */
  20080.     protected function getProbeOptionManagerService()
  20081.     {
  20082.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  20083.         if (isset($this->privates['Hitso\\Bundle\\ProbeBundle\\Manager\\ProbeOptionManager'])) {
  20084.             return $this->privates['Hitso\\Bundle\\ProbeBundle\\Manager\\ProbeOptionManager'];
  20085.         }
  20086.         return $this->privates['Hitso\\Bundle\\ProbeBundle\\Manager\\ProbeOptionManager'] = new \Hitso\Bundle\ProbeBundle\Manager\ProbeOptionManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20087.     }
  20088.     /**
  20089.      * Gets the private 'Hitso\Bundle\ProbeBundle\Repository\ProbeOptionRepository' shared autowired service.
  20090.      *
  20091.      * @return \Hitso\Bundle\ProbeBundle\Repository\ProbeOptionRepository
  20092.      */
  20093.     protected function getProbeOptionRepositoryService($lazyLoad true)
  20094.     {
  20095.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle/Repository/ProbeOptionRepository.php';
  20096.         return $this->privates['Hitso\\Bundle\\ProbeBundle\\Repository\\ProbeOptionRepository'] = new \Hitso\Bundle\ProbeBundle\Repository\ProbeOptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20097.     }
  20098.     /**
  20099.      * Gets the private 'Hitso\Bundle\ProbeBundle\Repository\ProbeRepository' shared autowired service.
  20100.      *
  20101.      * @return \Hitso\Bundle\ProbeBundle\Repository\ProbeRepository
  20102.      */
  20103.     protected function getProbeRepositoryService($lazyLoad true)
  20104.     {
  20105.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle/Repository/ProbeRepository.php';
  20106.         return $this->privates['Hitso\\Bundle\\ProbeBundle\\Repository\\ProbeRepository'] = new \Hitso\Bundle\ProbeBundle\Repository\ProbeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20107.     }
  20108.     /**
  20109.      * Gets the private 'Hitso\Bundle\QABundle\Manager\AnswerManager' shared autowired service.
  20110.      *
  20111.      * @return \Hitso\Bundle\QABundle\Manager\AnswerManager
  20112.      */
  20113.     protected function getAnswerManagerService()
  20114.     {
  20115.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  20116.         if (isset($this->privates['Hitso\\Bundle\\QABundle\\Manager\\AnswerManager'])) {
  20117.             return $this->privates['Hitso\\Bundle\\QABundle\\Manager\\AnswerManager'];
  20118.         }
  20119.         return $this->privates['Hitso\\Bundle\\QABundle\\Manager\\AnswerManager'] = new \Hitso\Bundle\QABundle\Manager\AnswerManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20120.     }
  20121.     /**
  20122.      * Gets the private 'Hitso\Bundle\QABundle\Manager\QuestionManager' shared autowired service.
  20123.      *
  20124.      * @return \Hitso\Bundle\QABundle\Manager\QuestionManager
  20125.      */
  20126.     protected function getQuestionManagerService()
  20127.     {
  20128.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  20129.         if (isset($this->privates['Hitso\\Bundle\\QABundle\\Manager\\QuestionManager'])) {
  20130.             return $this->privates['Hitso\\Bundle\\QABundle\\Manager\\QuestionManager'];
  20131.         }
  20132.         return $this->privates['Hitso\\Bundle\\QABundle\\Manager\\QuestionManager'] = new \Hitso\Bundle\QABundle\Manager\QuestionManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20133.     }
  20134.     /**
  20135.      * Gets the private 'Hitso\Bundle\QABundle\Repository\AnswerRepository' shared autowired service.
  20136.      *
  20137.      * @return \Hitso\Bundle\QABundle\Repository\AnswerRepository
  20138.      */
  20139.     protected function getAnswerRepositoryService($lazyLoad true)
  20140.     {
  20141.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/QABundle/Repository/AnswerRepository.php';
  20142.         return $this->privates['Hitso\\Bundle\\QABundle\\Repository\\AnswerRepository'] = new \Hitso\Bundle\QABundle\Repository\AnswerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20143.     }
  20144.     /**
  20145.      * Gets the private 'Hitso\Bundle\QABundle\Repository\QuestionRepository' shared autowired service.
  20146.      *
  20147.      * @return \Hitso\Bundle\QABundle\Repository\QuestionRepository
  20148.      */
  20149.     protected function getQuestionRepositoryService($lazyLoad true)
  20150.     {
  20151.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/QABundle/Repository/QuestionRepository.php';
  20152.         return $this->privates['Hitso\\Bundle\\QABundle\\Repository\\QuestionRepository'] = new \Hitso\Bundle\QABundle\Repository\QuestionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20153.     }
  20154.     /**
  20155.      * Gets the private 'Hitso\Bundle\RoutingBundle\Doctrine\EventSubscriber\RoutableSubscriber' shared autowired service.
  20156.      *
  20157.      * @return \Hitso\Bundle\RoutingBundle\Doctrine\EventSubscriber\RoutableSubscriber
  20158.      */
  20159.     protected function getRoutableSubscriberService()
  20160.     {
  20161.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/RoutingBundle/Doctrine/EventSubscriber/RoutableSubscriber.php';
  20162.         return $this->privates['Hitso\\Bundle\\RoutingBundle\\Doctrine\\EventSubscriber\\RoutableSubscriber'] = new \Hitso\Bundle\RoutingBundle\Doctrine\EventSubscriber\RoutableSubscriber($this->parameters['routing_discriminator_map']);
  20163.     }
  20164.     /**
  20165.      * Gets the private 'Hitso\Bundle\RoutingBundle\Manager\RedirectManager' shared autowired service.
  20166.      *
  20167.      * @return \Hitso\Bundle\RoutingBundle\Manager\RedirectManager
  20168.      */
  20169.     protected function getRedirectManagerService()
  20170.     {
  20171.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  20172.         if (isset($this->privates['Hitso\\Bundle\\RoutingBundle\\Manager\\RedirectManager'])) {
  20173.             return $this->privates['Hitso\\Bundle\\RoutingBundle\\Manager\\RedirectManager'];
  20174.         }
  20175.         return $this->privates['Hitso\\Bundle\\RoutingBundle\\Manager\\RedirectManager'] = new \Hitso\Bundle\RoutingBundle\Manager\RedirectManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20176.     }
  20177.     /**
  20178.      * Gets the private 'Hitso\Bundle\RoutingBundle\Repository\RedirectRepository' shared autowired service.
  20179.      *
  20180.      * @return \Hitso\Bundle\RoutingBundle\Repository\RedirectRepository
  20181.      */
  20182.     protected function getRedirectRepositoryService($lazyLoad true)
  20183.     {
  20184.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/RoutingBundle/Repository/RedirectRepository.php';
  20185.         return $this->privates['Hitso\\Bundle\\RoutingBundle\\Repository\\RedirectRepository'] = new \Hitso\Bundle\RoutingBundle\Repository\RedirectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20186.     }
  20187.     /**
  20188.      * Gets the private 'Hitso\Bundle\RoutingBundle\Repository\RouteRepository' shared autowired service.
  20189.      *
  20190.      * @return \Hitso\Bundle\RoutingBundle\Repository\RouteRepository
  20191.      */
  20192.     protected function getRouteRepositoryService($lazyLoad true)
  20193.     {
  20194.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/RoutingBundle/Repository/RouteRepository.php';
  20195.         return $this->privates['Hitso\\Bundle\\RoutingBundle\\Repository\\RouteRepository'] = new \Hitso\Bundle\RoutingBundle\Repository\RouteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20196.     }
  20197.     /**
  20198.      * Gets the private 'Hitso\Bundle\RoutingBundle\Service\RedirectFileCreator' shared autowired service.
  20199.      *
  20200.      * @return \Hitso\Bundle\RoutingBundle\Service\RedirectFileCreator
  20201.      */
  20202.     protected function getRedirectFileCreatorService()
  20203.     {
  20204.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/RoutingBundle/Service/RedirectFileCreator.php';
  20205.         return $this->privates['Hitso\\Bundle\\RoutingBundle\\Service\\RedirectFileCreator'] = new \Hitso\Bundle\RoutingBundle\Service\RedirectFileCreator(\dirname(__DIR__4), ($this->privates['Hitso\\Bundle\\RoutingBundle\\Repository\\RedirectRepository'] ?? $this->getRedirectRepositoryService()));
  20206.     }
  20207.     /**
  20208.      * Gets the private 'Hitso\Bundle\SearchBundle\Form\SearchReportType' shared autowired service.
  20209.      *
  20210.      * @return \Hitso\Bundle\SearchBundle\Form\SearchReportType
  20211.      */
  20212.     protected function getSearchReportTypeService()
  20213.     {
  20214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20215.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20216.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Form/SearchReportType.php';
  20217.         return $this->privates['Hitso\\Bundle\\SearchBundle\\Form\\SearchReportType'] = new \Hitso\Bundle\SearchBundle\Form\SearchReportType();
  20218.     }
  20219.     /**
  20220.      * Gets the private 'Hitso\Bundle\SearchBundle\Manager\SearchManager' shared autowired service.
  20221.      *
  20222.      * @return \Hitso\Bundle\SearchBundle\Manager\SearchManager
  20223.      */
  20224.     protected function getSearchManagerService()
  20225.     {
  20226.         return $this->privates['Hitso\\Bundle\\SearchBundle\\Manager\\SearchManager'] = new \Hitso\Bundle\SearchBundle\Manager\SearchManager(($this->services['Hitso\\Bundle\\SearchBundle\\Service\\Search\\SearchTypeCollection'] ?? $this->getSearchTypeCollectionService()), new \Hitso\Bundle\SearchBundle\Service\Search\SearchResultStorage(), ($this->privates['Hitso\\Bundle\\SearchBundle\\Service\\ElasticSearch\\ElasticSearchAdapter'] ?? $this->getElasticSearchAdapterService()), ($this->privates['Hitso\\Bundle\\SearchBundle\\Manager\\SearchReportManager'] ?? $this->getSearchReportManagerService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper'] ?? $this->getRequestHelperService()));
  20227.     }
  20228.     /**
  20229.      * Gets the private 'Hitso\Bundle\SearchBundle\Manager\SearchReportManager' shared autowired service.
  20230.      *
  20231.      * @return \Hitso\Bundle\SearchBundle\Manager\SearchReportManager
  20232.      */
  20233.     protected function getSearchReportManagerService()
  20234.     {
  20235.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  20236.         if (isset($this->privates['Hitso\\Bundle\\SearchBundle\\Manager\\SearchReportManager'])) {
  20237.             return $this->privates['Hitso\\Bundle\\SearchBundle\\Manager\\SearchReportManager'];
  20238.         }
  20239.         return $this->privates['Hitso\\Bundle\\SearchBundle\\Manager\\SearchReportManager'] = new \Hitso\Bundle\SearchBundle\Manager\SearchReportManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20240.     }
  20241.     /**
  20242.      * Gets the private 'Hitso\Bundle\SearchBundle\Repository\SearchReportRepository' shared autowired service.
  20243.      *
  20244.      * @return \Hitso\Bundle\SearchBundle\Repository\SearchReportRepository
  20245.      */
  20246.     protected function getSearchReportRepositoryService($lazyLoad true)
  20247.     {
  20248.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Repository/SearchReportRepository.php';
  20249.         return $this->privates['Hitso\\Bundle\\SearchBundle\\Repository\\SearchReportRepository'] = new \Hitso\Bundle\SearchBundle\Repository\SearchReportRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20250.     }
  20251.     /**
  20252.      * Gets the private 'Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchAdapter' shared autowired service.
  20253.      *
  20254.      * @return \Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchAdapter
  20255.      */
  20256.     protected function getElasticSearchAdapterService()
  20257.     {
  20258.         return $this->privates['Hitso\\Bundle\\SearchBundle\\Service\\ElasticSearch\\ElasticSearchAdapter'] = new \Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchAdapter(($this->privates['Hitso\\Bundle\\SearchBundle\\Service\\ElasticSearch\\ElasticSearchConfigurator'] ?? $this->getElasticSearchConfigurator2Service()));
  20259.     }
  20260.     /**
  20261.      * Gets the private 'Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchConfigurator' shared autowired service.
  20262.      *
  20263.      * @return \Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchConfigurator
  20264.      */
  20265.     protected function getElasticSearchConfigurator2Service()
  20266.     {
  20267.         return $this->privates['Hitso\\Bundle\\SearchBundle\\Service\\ElasticSearch\\ElasticSearchConfigurator'] = new \Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchConfigurator(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Hitso\\Bundle\\CommonBundle\\Manager\\SystemConfigurationManager'] ?? $this->getSystemConfigurationManagerService()));
  20268.     }
  20269.     /**
  20270.      * Gets the private 'Hitso\Bundle\SectionBundle\Entity\Group' shared autowired service.
  20271.      *
  20272.      * @return \Hitso\Bundle\SectionBundle\Entity\Group
  20273.      */
  20274.     protected function getGroupService()
  20275.     {
  20276.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Entity/EntityInterface.php';
  20277.         include_once \dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/SeoAwareInterface.php';
  20278.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/RoutingBundle/Entity/RoutableSubjectInterface.php';
  20279.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Behaviours/Identifiable.php';
  20280.         include_once \dirname(__DIR__4).'/src/Hitso/Extra/SectionBundle/Entity/GroupExtraTrait.php';
  20281.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Behaviours/SiteIdTrait.php';
  20282.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Entity/SeoAwareTrait.php';
  20283.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/RoutingBundle/Entity/RoutableTrait.php';
  20284.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Entity/Group.php';
  20285.         return $this->privates['Hitso\\Bundle\\SectionBundle\\Entity\\Group'] = new \Hitso\Bundle\SectionBundle\Entity\Group();
  20286.     }
  20287.     /**
  20288.      * Gets the private 'Hitso\Bundle\SectionBundle\Entity\Section' shared autowired service.
  20289.      *
  20290.      * @return \Hitso\Bundle\SectionBundle\Entity\Section
  20291.      */
  20292.     protected function getSectionService()
  20293.     {
  20294.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizableInterface.php';
  20295.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Entity/EntityInterface.php';
  20296.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Interfaces/Timestampable.php';
  20297.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sortable/Sortable.php';
  20298.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Traits/EnabledInterface.php';
  20299.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Traits/EditableInterface.php';
  20300.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Traits/PendingLogInterface.php';
  20301.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Behaviours/VersionInterface.php';
  20302.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Behaviours/Identifiable.php';
  20303.         include_once \dirname(__DIR__4).'/src/Hitso/Extra/SectionBundle/Entity/SectionExtraTrait.php';
  20304.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Behaviours/SiteIdTrait.php';
  20305.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Traits/EnabledTrait.php';
  20306.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Traits/EditableTrait.php';
  20307.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Traits/PendingLogTrait.php';
  20308.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/Behaviours/VersionTrait.php';
  20309.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/Traits/BlameableEntity.php';
  20310.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Traits/TimestampableTrait.php';
  20311.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Entity/Section.php';
  20312.         return $this->privates['Hitso\\Bundle\\SectionBundle\\Entity\\Section'] = new \Hitso\Bundle\SectionBundle\Entity\Section();
  20313.     }
  20314.     /**
  20315.      * Gets the private 'Hitso\Bundle\SectionBundle\Manager\GroupManager' shared autowired service.
  20316.      *
  20317.      * @return \Hitso\Bundle\SectionBundle\Manager\GroupManager
  20318.      */
  20319.     protected function getGroupManagerService()
  20320.     {
  20321.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  20322.         if (isset($this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\GroupManager'])) {
  20323.             return $this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\GroupManager'];
  20324.         }
  20325.         return $this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\GroupManager'] = new \Hitso\Bundle\SectionBundle\Manager\GroupManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20326.     }
  20327.     /**
  20328.      * Gets the private 'Hitso\Bundle\SectionBundle\Manager\GroupTypeManager' shared autowired service.
  20329.      *
  20330.      * @return \Hitso\Bundle\SectionBundle\Manager\GroupTypeManager
  20331.      */
  20332.     protected function getGroupTypeManagerService()
  20333.     {
  20334.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  20335.         if (isset($this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\GroupTypeManager'])) {
  20336.             return $this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\GroupTypeManager'];
  20337.         }
  20338.         return $this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\GroupTypeManager'] = new \Hitso\Bundle\SectionBundle\Manager\GroupTypeManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20339.     }
  20340.     /**
  20341.      * Gets the private 'Hitso\Bundle\SectionBundle\Manager\SectionManager' shared autowired service.
  20342.      *
  20343.      * @return \Hitso\Bundle\SectionBundle\Manager\SectionManager
  20344.      */
  20345.     protected function getSectionManagerService()
  20346.     {
  20347.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  20348.         if (isset($this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\SectionManager'])) {
  20349.             return $this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\SectionManager'];
  20350.         }
  20351.         return $this->privates['Hitso\\Bundle\\SectionBundle\\Manager\\SectionManager'] = new \Hitso\Bundle\SectionBundle\Manager\SectionManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20352.     }
  20353.     /**
  20354.      * Gets the private 'Hitso\Bundle\SectionBundle\Model\CategorySectionTypeCollection' shared autowired service.
  20355.      *
  20356.      * @return \Hitso\Bundle\SectionBundle\Model\CategorySectionTypeCollection
  20357.      */
  20358.     protected function getCategorySectionTypeCollectionService()
  20359.     {
  20360.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/SectionTypeCollection.php';
  20361.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/CategorySectionTypeCollection.php';
  20362.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Model/SectionType.php';
  20363.         $this->privates['Hitso\\Bundle\\SectionBundle\\Model\\CategorySectionTypeCollection'] = $instance = new \Hitso\Bundle\SectionBundle\Model\CategorySectionTypeCollection();
  20364.         $a = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_two_columns');
  20365.         $a->setLabel('Dwie kolumny');
  20366.         $a->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20367.         $a->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\TwoColumnsSectionType');
  20368.         $a->setOptions([]);
  20369.         $a->setAddLabel('');
  20370.         $a->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20371.         $b = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_heading_content');
  20372.         $b->setLabel('Paragraf z nagłówkiem i CTA');
  20373.         $b->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20374.         $b->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\HeadingContentSectionType');
  20375.         $b->setOptions([]);
  20376.         $b->setAddLabel('');
  20377.         $b->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20378.         $c = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_safes');
  20379.         $c->setLabel('Paragraf z obrazkiem');
  20380.         $c->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20381.         $c->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\SafesSectionType');
  20382.         $c->setOptions([]);
  20383.         $c->setAddLabel('');
  20384.         $c->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20385.         $d = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_wardrobe');
  20386.         $d->setLabel('Paragrafy z diagramem');
  20387.         $d->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20388.         $d->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\WardrobeSectionType');
  20389.         $d->setOptions([]);
  20390.         $d->setAddLabel('');
  20391.         $d->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20392.         $e = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_weapons_storage_specialists');
  20393.         $e->setLabel('Paragraf z ikonami i zdjÄ™ciem');
  20394.         $e->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20395.         $e->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\WeaponsStorageSpecialistsType');
  20396.         $e->setOptions([]);
  20397.         $e->setAddLabel('');
  20398.         $e->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20399.         $f = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_weapons_safe');
  20400.         $f->setLabel('Paragraf z opisem normy');
  20401.         $f->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20402.         $f->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\WeaponsSafeType');
  20403.         $f->setOptions([]);
  20404.         $f->setAddLabel('');
  20405.         $f->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20406.         $g = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_personalized_safes');
  20407.         $g->setLabel('Prezentacja 3 produktów');
  20408.         $g->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20409.         $g->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\PersonalizedSafesSectionType');
  20410.         $g->setOptions([]);
  20411.         $g->setAddLabel('');
  20412.         $g->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20413.         $h = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_master_pieces');
  20414.         $h->setLabel('Masterpieces');
  20415.         $h->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20416.         $h->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\MasterPiecesSectionType');
  20417.         $h->setOptions([]);
  20418.         $h->setAddLabel('');
  20419.         $h->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20420.         $i = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_time_line');
  20421.         $i->setLabel('Historia firmy');
  20422.         $i->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20423.         $i->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\TimeLineSectionType');
  20424.         $i->setOptions([]);
  20425.         $i->setAddLabel('');
  20426.         $i->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20427.         $j = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_contact');
  20428.         $j->setLabel('Belka kontaktowa');
  20429.         $j->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20430.         $j->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\ContactSectionType');
  20431.         $j->setOptions([]);
  20432.         $j->setAddLabel('');
  20433.         $j->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20434.         $k = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_full_width');
  20435.         $k->setLabel('ZdjÄ™cie');
  20436.         $k->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20437.         $k->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\FullWidthSectionType');
  20438.         $k->setOptions([]);
  20439.         $k->setAddLabel('');
  20440.         $k->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20441.         $l = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_CTAType');
  20442.         $l->setLabel('Boksy CTA');
  20443.         $l->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20444.         $l->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\CTASectionType');
  20445.         $l->setOptions([]);
  20446.         $l->setAddLabel('');
  20447.         $l->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20448.         $m = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_collection_categories');
  20449.         $m->setLabel('Ikony kategorii');
  20450.         $m->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20451.         $m->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\CollectionOfCategoriesSectionType');
  20452.         $m->setOptions([]);
  20453.         $m->setAddLabel('');
  20454.         $m->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20455.         $n = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_collection_categories_and_contact');
  20456.         $n->setLabel('Lista kategorii + kontakt CTA');
  20457.         $n->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20458.         $n->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\CollectionOfCategoriesAndContactSectionType');
  20459.         $n->setOptions([]);
  20460.         $n->setAddLabel('');
  20461.         $n->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20462.         $o = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_what_to_look_for');
  20463.         $o->setLabel('Ikony z opisem');
  20464.         $o->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20465.         $o->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\WhatToLookForSectionType');
  20466.         $o->setOptions([]);
  20467.         $o->setAddLabel('');
  20468.         $o->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20469.         $p = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_customer_logos');
  20470.         $p->setLabel('Loga klientów');
  20471.         $p->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20472.         $p->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\CustomerLogoSectionType');
  20473.         $p->setOptions([]);
  20474.         $p->setAddLabel('');
  20475.         $p->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20476.         $q = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_exclusive_cta');
  20477.         $q->setLabel('Ekskluzywne CTA');
  20478.         $q->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20479.         $q->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\ExclusiveCtaSectionType');
  20480.         $q->setOptions([]);
  20481.         $q->setAddLabel('');
  20482.         $q->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20483.         $r = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_paragraph_expanded');
  20484.         $r->setLabel('Paragraf rozwijany z obrazkiem');
  20485.         $r->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20486.         $r->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\ParagraphExpandedSectionType');
  20487.         $r->setOptions([]);
  20488.         $r->setAddLabel('');
  20489.         $r->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20490.         $s = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_one_column');
  20491.         $s->setLabel('Jedna kolumna');
  20492.         $s->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20493.         $s->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\OneColumnType');
  20494.         $s->setOptions([]);
  20495.         $s->setAddLabel('');
  20496.         $s->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20497.         $t = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_locks_column');
  20498.         $t->setLabel('Zamki');
  20499.         $t->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20500.         $t->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\LocksType');
  20501.         $t->setOptions([]);
  20502.         $t->setAddLabel('');
  20503.         $t->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20504.         $u = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_video_with_description_column');
  20505.         $u->setLabel('Video z opisem');
  20506.         $u->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20507.         $u->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\VideoWithDescriptionType');
  20508.         $u->setOptions([]);
  20509.         $u->setAddLabel('');
  20510.         $u->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20511.         $v = new \Hitso\Bundle\SectionBundle\Model\SectionType('product_category_exclusive_safes');
  20512.         $v->setLabel('Sejfy ekskluzywne');
  20513.         $v->setEntityClass('Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\CategoryPageSection');
  20514.         $v->setFormType('Hartmann\\Bundle\\AppBundle\\Form\\Section\\ExclusiveSafesType');
  20515.         $v->setOptions([]);
  20516.         $v->setAddLabel('');
  20517.         $v->setEditTemplate('HitsoSectionBundle:Admin/Section:edit.html.twig');
  20518.         $instance->add($a);
  20519.         $instance->add($b);
  20520.         $instance->add($c);
  20521.         $instance->add($d);
  20522.         $instance->add($e);
  20523.         $instance->add($f);
  20524.         $instance->add($g);
  20525.         $instance->add($h);
  20526.         $instance->add($i);
  20527.         $instance->add($j);
  20528.         $instance->add($k);
  20529.         $instance->add($l);
  20530.         $instance->add($m);
  20531.         $instance->add($n);
  20532.         $instance->add($o);
  20533.         $instance->add($p);
  20534.         $instance->add($q);
  20535.         $instance->add($r);
  20536.         $instance->add($s);
  20537.         $instance->add($t);
  20538.         $instance->add($u);
  20539.         $instance->add($v);
  20540.         return $instance;
  20541.     }
  20542.     /**
  20543.      * Gets the private 'Hitso\Bundle\SectionBundle\Repository\BlockSectionRepository' shared autowired service.
  20544.      *
  20545.      * @return \Hitso\Bundle\SectionBundle\Repository\BlockSectionRepository
  20546.      */
  20547.     protected function getBlockSectionRepositoryService($lazyLoad true)
  20548.     {
  20549.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Repository/BlockSectionRepository.php';
  20550.         return $this->privates['Hitso\\Bundle\\SectionBundle\\Repository\\BlockSectionRepository'] = new \Hitso\Bundle\SectionBundle\Repository\BlockSectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20551.     }
  20552.     /**
  20553.      * Gets the private 'Hitso\Bundle\SectionBundle\Repository\GroupRepository' shared autowired service.
  20554.      *
  20555.      * @return \Hitso\Bundle\SectionBundle\Repository\GroupRepository
  20556.      */
  20557.     protected function getGroupRepositoryService($lazyLoad true)
  20558.     {
  20559.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Repository/GroupRepository.php';
  20560.         return $this->privates['Hitso\\Bundle\\SectionBundle\\Repository\\GroupRepository'] = new \Hitso\Bundle\SectionBundle\Repository\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20561.     }
  20562.     /**
  20563.      * Gets the private 'Hitso\Bundle\SectionBundle\Repository\GroupTypeRepository' shared autowired service.
  20564.      *
  20565.      * @return \Hitso\Bundle\SectionBundle\Repository\GroupTypeRepository
  20566.      */
  20567.     protected function getGroupTypeRepositoryService($lazyLoad true)
  20568.     {
  20569.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Repository/GroupTypeRepository.php';
  20570.         return $this->privates['Hitso\\Bundle\\SectionBundle\\Repository\\GroupTypeRepository'] = new \Hitso\Bundle\SectionBundle\Repository\GroupTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20571.     }
  20572.     /**
  20573.      * Gets the private 'Hitso\Bundle\SectionBundle\Repository\SectionRepository' shared autowired service.
  20574.      *
  20575.      * @return \Hitso\Bundle\SectionBundle\Repository\SectionRepository
  20576.      */
  20577.     protected function getSectionRepositoryService($lazyLoad true)
  20578.     {
  20579.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Repository/SectionRepository.php';
  20580.         return $this->privates['Hitso\\Bundle\\SectionBundle\\Repository\\SectionRepository'] = new \Hitso\Bundle\SectionBundle\Repository\SectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20581.     }
  20582.     /**
  20583.      * Gets the private 'Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber' shared autowired service.
  20584.      *
  20585.      * @return \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber
  20586.      */
  20587.     protected function getSeoAwareSubscriberService()
  20588.     {
  20589.         return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));
  20590.     }
  20591.     /**
  20592.      * Gets the private 'Hitso\Bundle\SeoBundle\Form\Type\SeoPageType' shared autowired service.
  20593.      *
  20594.      * @return \Hitso\Bundle\SeoBundle\Form\Type\SeoPageType
  20595.      */
  20596.     protected function getSeoPageTypeService()
  20597.     {
  20598.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20599.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20600.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Form/Type/SeoPageType.php';
  20601.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Service/SeoPagesManager.php';
  20602.         $a = new \Hitso\Bundle\SeoBundle\Service\SeoPagesManager();
  20603.         $a->setSeoPages(['default' => 'Hartmann''homepage' => 'Strona główna''hitso_tickets_front_index' => 'Kontakt']);
  20604.         return $this->privates['Hitso\\Bundle\\SeoBundle\\Form\\Type\\SeoPageType'] = new \Hitso\Bundle\SeoBundle\Form\Type\SeoPageType($a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()));
  20605.     }
  20606.     /**
  20607.      * Gets the private 'Hitso\Bundle\SeoBundle\Manager\SeoPageManager' shared autowired service.
  20608.      *
  20609.      * @return \Hitso\Bundle\SeoBundle\Manager\SeoPageManager
  20610.      */
  20611.     protected function getSeoPageManagerService()
  20612.     {
  20613.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  20614.         if (isset($this->privates['Hitso\\Bundle\\SeoBundle\\Manager\\SeoPageManager'])) {
  20615.             return $this->privates['Hitso\\Bundle\\SeoBundle\\Manager\\SeoPageManager'];
  20616.         }
  20617.         return $this->privates['Hitso\\Bundle\\SeoBundle\\Manager\\SeoPageManager'] = new \Hitso\Bundle\SeoBundle\Manager\SeoPageManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20618.     }
  20619.     /**
  20620.      * Gets the private 'Hitso\Bundle\SeoBundle\Repository\SeoMetadataRepository' shared autowired service.
  20621.      *
  20622.      * @return \Hitso\Bundle\SeoBundle\Repository\SeoMetadataRepository
  20623.      */
  20624.     protected function getSeoMetadataRepositoryService($lazyLoad true)
  20625.     {
  20626.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Repository/SeoMetadataRepository.php';
  20627.         return $this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoMetadataRepository'] = new \Hitso\Bundle\SeoBundle\Repository\SeoMetadataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20628.     }
  20629.     /**
  20630.      * Gets the private 'Hitso\Bundle\SeoBundle\Repository\SeoPageRepository' shared autowired service.
  20631.      *
  20632.      * @return \Hitso\Bundle\SeoBundle\Repository\SeoPageRepository
  20633.      */
  20634.     protected function getSeoPageRepositoryService($lazyLoad true)
  20635.     {
  20636.         return $this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] = new \Hitso\Bundle\SeoBundle\Repository\SeoPageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20637.     }
  20638.     /**
  20639.      * Gets the private 'Hitso\Bundle\SeoBundle\Service\SitemapGenerator' shared autowired service.
  20640.      *
  20641.      * @return \Hitso\Bundle\SeoBundle\Service\SitemapGenerator
  20642.      */
  20643.     protected function getSitemapGeneratorService()
  20644.     {
  20645.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Service/SitemapGenerator.php';
  20646.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Provider/ProviderInterface.php';
  20647.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/Provider/AbstractSitemapProvider.php';
  20648.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Services/Sitemap/ContentImagesProvider.php';
  20649.         $this->privates['Hitso\\Bundle\\SeoBundle\\Service\\SitemapGenerator'] = $instance = new \Hitso\Bundle\SeoBundle\Service\SitemapGenerator();
  20650.         $instance->addProvider($this->getProductProvider2Service());
  20651.         $instance->addProvider(new \Hitso\Bundle\ContentBundle\Services\Sitemap\ContentImagesProvider(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\ArticleManager'] ?? $this->getArticleManagerService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Model\\ContentTypeCollection'] ?? $this->getContentTypeCollectionService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Services\\ContentHelper'] ?? $this->getContentHelperService())));
  20652.         $instance->addProvider($this->getContentProvider2Service());
  20653.         $instance->addProvider($this->getContentProviderService());
  20654.         $instance->addProvider($this->getInformationProviderService());
  20655.         $instance->addProvider($this->getProductCategoryProviderService());
  20656.         $instance->addProvider($this->getProductProviderService());
  20657.         $instance->addProvider($this->getStaticProviderService());
  20658.         return $instance;
  20659.     }
  20660.     /**
  20661.      * Gets the private 'Hitso\Bundle\TaggingBundle\Form\Type\TagFormType' shared autowired service.
  20662.      *
  20663.      * @return \Hitso\Bundle\TaggingBundle\Form\Type\TagFormType
  20664.      */
  20665.     protected function getTagFormTypeService()
  20666.     {
  20667.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20668.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20669.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Form/Type/TagFormType.php';
  20670.         return $this->privates['Hitso\\Bundle\\TaggingBundle\\Form\\Type\\TagFormType'] = new \Hitso\Bundle\TaggingBundle\Form\Type\TagFormType();
  20671.     }
  20672.     /**
  20673.      * Gets the private 'Hitso\Bundle\TaggingBundle\Form\Type\TagTypeFormType' shared autowired service.
  20674.      *
  20675.      * @return \Hitso\Bundle\TaggingBundle\Form\Type\TagTypeFormType
  20676.      */
  20677.     protected function getTagTypeFormTypeService()
  20678.     {
  20679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20680.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20681.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Form/Type/TagFormType.php';
  20682.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Form/Type/TagTypeFormType.php';
  20683.         return $this->privates['Hitso\\Bundle\\TaggingBundle\\Form\\Type\\TagTypeFormType'] = new \Hitso\Bundle\TaggingBundle\Form\Type\TagTypeFormType();
  20684.     }
  20685.     /**
  20686.      * Gets the private 'Hitso\Bundle\TaggingBundle\Form\Type\TagsType' shared autowired service.
  20687.      *
  20688.      * @return \Hitso\Bundle\TaggingBundle\Form\Type\TagsType
  20689.      */
  20690.     protected function getTagsTypeService()
  20691.     {
  20692.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20693.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20694.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  20695.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Form/Type/TagsType.php';
  20696.         return $this->privates['Hitso\\Bundle\\TaggingBundle\\Form\\Type\\TagsType'] = new \Hitso\Bundle\TaggingBundle\Form\Type\TagsType();
  20697.     }
  20698.     /**
  20699.      * Gets the private 'Hitso\Bundle\TaggingBundle\Manager\TagManager' shared autowired service.
  20700.      *
  20701.      * @return \Hitso\Bundle\TaggingBundle\Manager\TagManager
  20702.      */
  20703.     protected function getTagManagerService()
  20704.     {
  20705.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  20706.         if (isset($this->privates['Hitso\\Bundle\\TaggingBundle\\Manager\\TagManager'])) {
  20707.             return $this->privates['Hitso\\Bundle\\TaggingBundle\\Manager\\TagManager'];
  20708.         }
  20709.         return $this->privates['Hitso\\Bundle\\TaggingBundle\\Manager\\TagManager'] = new \Hitso\Bundle\TaggingBundle\Manager\TagManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20710.     }
  20711.     /**
  20712.      * Gets the private 'Hitso\Bundle\TaggingBundle\Manager\TagTypeManager' shared autowired service.
  20713.      *
  20714.      * @return \Hitso\Bundle\TaggingBundle\Manager\TagTypeManager
  20715.      */
  20716.     protected function getTagTypeManagerService()
  20717.     {
  20718.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  20719.         if (isset($this->privates['Hitso\\Bundle\\TaggingBundle\\Manager\\TagTypeManager'])) {
  20720.             return $this->privates['Hitso\\Bundle\\TaggingBundle\\Manager\\TagTypeManager'];
  20721.         }
  20722.         return $this->privates['Hitso\\Bundle\\TaggingBundle\\Manager\\TagTypeManager'] = new \Hitso\Bundle\TaggingBundle\Manager\TagTypeManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20723.     }
  20724.     /**
  20725.      * Gets the private 'Hitso\Bundle\TaggingBundle\Repository\TagRepository' shared autowired service.
  20726.      *
  20727.      * @return \Hitso\Bundle\TaggingBundle\Repository\TagRepository
  20728.      */
  20729.     protected function getTagRepositoryService($lazyLoad true)
  20730.     {
  20731.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Repository/TagRepository.php';
  20732.         return $this->privates['Hitso\\Bundle\\TaggingBundle\\Repository\\TagRepository'] = new \Hitso\Bundle\TaggingBundle\Repository\TagRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20733.     }
  20734.     /**
  20735.      * Gets the private 'Hitso\Bundle\TaggingBundle\Repository\TaggingRepository' shared autowired service.
  20736.      *
  20737.      * @return \Hitso\Bundle\TaggingBundle\Repository\TaggingRepository
  20738.      */
  20739.     protected function getTaggingRepositoryService($lazyLoad true)
  20740.     {
  20741.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Repository/TaggingRepository.php';
  20742.         return $this->privates['Hitso\\Bundle\\TaggingBundle\\Repository\\TaggingRepository'] = new \Hitso\Bundle\TaggingBundle\Repository\TaggingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20743.     }
  20744.     /**
  20745.      * Gets the private 'Hitso\Bundle\TicketsBundle\EventListener\TicketSubscriber' shared autowired service.
  20746.      *
  20747.      * @return \Hitso\Bundle\TicketsBundle\EventListener\TicketSubscriber
  20748.      */
  20749.     protected function getTicketSubscriberService()
  20750.     {
  20751.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TicketsBundle/EventListener/TicketSubscriber.php';
  20752.         return $this->privates['Hitso\\Bundle\\TicketsBundle\\EventListener\\TicketSubscriber'] = new \Hitso\Bundle\TicketsBundle\EventListener\TicketSubscriber(($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Mailer\\MailerHelper'] ?? $this->getMailerHelperService()));
  20753.     }
  20754.     /**
  20755.      * Gets the private 'Hitso\Bundle\TicketsBundle\Manager\ContactManager' shared autowired service.
  20756.      *
  20757.      * @return \Hitso\Bundle\TicketsBundle\Manager\ContactManager
  20758.      */
  20759.     protected function getContactManagerService()
  20760.     {
  20761.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  20762.         if (isset($this->privates['Hitso\\Bundle\\TicketsBundle\\Manager\\ContactManager'])) {
  20763.             return $this->privates['Hitso\\Bundle\\TicketsBundle\\Manager\\ContactManager'];
  20764.         }
  20765.         return $this->privates['Hitso\\Bundle\\TicketsBundle\\Manager\\ContactManager'] = new \Hitso\Bundle\TicketsBundle\Manager\ContactManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20766.     }
  20767.     /**
  20768.      * Gets the private 'Hitso\Bundle\TicketsBundle\Manager\OperationManager' shared autowired service.
  20769.      *
  20770.      * @return \Hitso\Bundle\TicketsBundle\Manager\OperationManager
  20771.      */
  20772.     protected function getOperationManagerService()
  20773.     {
  20774.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  20775.         if (isset($this->privates['Hitso\\Bundle\\TicketsBundle\\Manager\\OperationManager'])) {
  20776.             return $this->privates['Hitso\\Bundle\\TicketsBundle\\Manager\\OperationManager'];
  20777.         }
  20778.         return $this->privates['Hitso\\Bundle\\TicketsBundle\\Manager\\OperationManager'] = new \Hitso\Bundle\TicketsBundle\Manager\OperationManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20779.     }
  20780.     /**
  20781.      * Gets the private 'Hitso\Bundle\TicketsBundle\Manager\TicketManager' shared autowired service.
  20782.      *
  20783.      * @return \Hitso\Bundle\TicketsBundle\Manager\TicketManager
  20784.      */
  20785.     protected function getTicketManagerService()
  20786.     {
  20787.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  20788.         if (isset($this->privates['Hitso\\Bundle\\TicketsBundle\\Manager\\TicketManager'])) {
  20789.             return $this->privates['Hitso\\Bundle\\TicketsBundle\\Manager\\TicketManager'];
  20790.         }
  20791.         return $this->privates['Hitso\\Bundle\\TicketsBundle\\Manager\\TicketManager'] = new \Hitso\Bundle\TicketsBundle\Manager\TicketManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20792.     }
  20793.     /**
  20794.      * Gets the private 'Hitso\Bundle\TicketsBundle\Repository\OperationRepository' shared autowired service.
  20795.      *
  20796.      * @return \Hitso\Bundle\TicketsBundle\Repository\OperationRepository
  20797.      */
  20798.     protected function getOperationRepositoryService($lazyLoad true)
  20799.     {
  20800.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TicketsBundle/Repository/OperationRepository.php';
  20801.         return $this->privates['Hitso\\Bundle\\TicketsBundle\\Repository\\OperationRepository'] = new \Hitso\Bundle\TicketsBundle\Repository\OperationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20802.     }
  20803.     /**
  20804.      * Gets the private 'Hitso\Bundle\TicketsBundle\Repository\StatusRepository' shared autowired service.
  20805.      *
  20806.      * @return \Hitso\Bundle\TicketsBundle\Repository\StatusRepository
  20807.      */
  20808.     protected function getStatusRepositoryService($lazyLoad true)
  20809.     {
  20810.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TicketsBundle/Repository/StatusRepository.php';
  20811.         return $this->privates['Hitso\\Bundle\\TicketsBundle\\Repository\\StatusRepository'] = new \Hitso\Bundle\TicketsBundle\Repository\StatusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20812.     }
  20813.     /**
  20814.      * Gets the private 'Hitso\Bundle\TicketsBundle\Repository\TicketRepository' shared autowired service.
  20815.      *
  20816.      * @return \Hitso\Bundle\TicketsBundle\Repository\TicketRepository
  20817.      */
  20818.     protected function getTicketRepositoryService($lazyLoad true)
  20819.     {
  20820.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TicketsBundle/Repository/TicketRepository.php';
  20821.         return $this->privates['Hitso\\Bundle\\TicketsBundle\\Repository\\TicketRepository'] = new \Hitso\Bundle\TicketsBundle\Repository\TicketRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20822.     }
  20823.     /**
  20824.      * Gets the private 'Hitso\Bundle\TranslationBundle\Manager\TranslationMessageManager' shared autowired service.
  20825.      *
  20826.      * @return \Hitso\Bundle\TranslationBundle\Manager\TranslationMessageManager
  20827.      */
  20828.     protected function getTranslationMessageManagerService()
  20829.     {
  20830.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\Factory\\EntityCloneFactory'] ?? $this->getEntityCloneFactoryService());
  20831.         if (isset($this->privates['Hitso\\Bundle\\TranslationBundle\\Manager\\TranslationMessageManager'])) {
  20832.             return $this->privates['Hitso\\Bundle\\TranslationBundle\\Manager\\TranslationMessageManager'];
  20833.         }
  20834.         return $this->privates['Hitso\\Bundle\\TranslationBundle\\Manager\\TranslationMessageManager'] = new \Hitso\Bundle\TranslationBundle\Manager\TranslationMessageManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Handler\\FormHandler'] ?? $this->getFormHandlerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20835.     }
  20836.     /**
  20837.      * Gets the private 'Hitso\Bundle\TranslationBundle\Repository\TranslationMessages' shared autowired service.
  20838.      *
  20839.      * @return \Hitso\Bundle\TranslationBundle\Repository\TranslationMessages
  20840.      */
  20841.     protected function getTranslationMessagesService($lazyLoad true)
  20842.     {
  20843.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Repository/TranslationMessages.php';
  20844.         return $this->privates['Hitso\\Bundle\\TranslationBundle\\Repository\\TranslationMessages'] = new \Hitso\Bundle\TranslationBundle\Repository\TranslationMessages(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20845.     }
  20846.     /**
  20847.      * Gets the private 'Hitso\Bundle\TranslationBundle\Translation\FormattingTranslator' shared autowired service.
  20848.      *
  20849.      * @return \Hitso\Bundle\TranslationBundle\Translation\FormattingTranslator
  20850.      */
  20851.     protected function getFormattingTranslatorService()
  20852.     {
  20853.         $this->privates['Hitso\\Bundle\\TranslationBundle\\Translation\\FormattingTranslator'] = $instance = new \Hitso\Bundle\TranslationBundle\Translation\FormattingTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  20854.         $instance->addFormatter(new \Hitso\Bundle\TranslationBundle\Translation\Formatter\GenderFormatter());
  20855.         return $instance;
  20856.     }
  20857.     /**
  20858.      * Gets the private 'Hitso\Bundle\TranslationBundle\Translation\Loader\RepositoryLoader' shared autowired service.
  20859.      *
  20860.      * @return \Hitso\Bundle\TranslationBundle\Translation\Loader\RepositoryLoader
  20861.      */
  20862.     protected function getRepositoryLoaderService()
  20863.     {
  20864.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  20865.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/Loader/RepositoryLoader.php';
  20866.         return $this->privates['Hitso\\Bundle\\TranslationBundle\\Translation\\Loader\\RepositoryLoader'] = new \Hitso\Bundle\TranslationBundle\Translation\Loader\RepositoryLoader($this);
  20867.     }
  20868.     /**
  20869.      * Gets the private 'Hitso\Bundle\TranslationBundle\Translation\TranslationsManager' shared autowired service.
  20870.      *
  20871.      * @return \Hitso\Bundle\TranslationBundle\Translation\TranslationsManager
  20872.      */
  20873.     protected function getTranslationsManagerService()
  20874.     {
  20875.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/TranslationsManager.php';
  20876.         return $this->privates['Hitso\\Bundle\\TranslationBundle\\Translation\\TranslationsManager'] = new \Hitso\Bundle\TranslationBundle\Translation\TranslationsManager($this, ($this->privates['Hitso\\Bundle\\TranslationBundle\\Manager\\TranslationMessageManager'] ?? $this->getTranslationMessageManagerService()), ($this->services['jms_translation.config_factory'] ?? $this->getJmsTranslation_ConfigFactoryService()), ($this->privates['jms_translation.loader_manager'] ?? $this->getJmsTranslation_LoaderManagerService()), ($this->privates['jms_translation.file_writer'] ?? $this->getJmsTranslation_FileWriterService()), $this->targetDir.'', [=> 'pl'=> 'en'=> 'pl'=> 'en']);
  20877.     }
  20878.     /**
  20879.      * Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
  20880.      *
  20881.      * @return \Http\HttplugBundle\Collector\PluginClientFactory
  20882.      */
  20883.     protected function getPluginClientFactoryService()
  20884.     {
  20885.         return $this->privates['Http\\Client\\Common\\PluginClientFactory'] = new \Http\HttplugBundle\Collector\PluginClientFactory(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  20886.     }
  20887.     /**
  20888.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  20889.      *
  20890.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  20891.      */
  20892.     protected function getPluginClientFactoryListenerService()
  20893.     {
  20894.         return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService()));
  20895.     }
  20896.     /**
  20897.      * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  20898.      *
  20899.      * @return \Sentry\SentryBundle\Command\SentryTestCommand
  20900.      */
  20901.     protected function getSentryTestCommandService()
  20902.     {
  20903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20904.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  20905.         $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand();
  20906.         $instance->setName('sentry:test');
  20907.         return $instance;
  20908.     }
  20909.     /**
  20910.      * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  20911.      *
  20912.      * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  20913.      */
  20914.     protected function getConsoleListenerService()
  20915.     {
  20916.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  20917.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  20918.     }
  20919.     /**
  20920.      * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  20921.      *
  20922.      * @return \Sentry\SentryBundle\EventListener\ErrorListener
  20923.      */
  20924.     protected function getErrorListenerService()
  20925.     {
  20926.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  20927.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  20928.     }
  20929.     /**
  20930.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  20931.      *
  20932.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  20933.      */
  20934.     protected function getRequestListenerService()
  20935.     {
  20936.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  20937.     }
  20938.     /**
  20939.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  20940.      *
  20941.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  20942.      */
  20943.     protected function getSubRequestListenerService()
  20944.     {
  20945.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  20946.     }
  20947.     /**
  20948.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingConsoleListener' shared service.
  20949.      *
  20950.      * @return \Sentry\SentryBundle\EventListener\TracingConsoleListener
  20951.      */
  20952.     protected function getTracingConsoleListenerService()
  20953.     {
  20954.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingConsoleListener.php';
  20955.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] = new \Sentry\SentryBundle\EventListener\TracingConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), [=> 'messenger:consume']);
  20956.     }
  20957.     /**
  20958.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  20959.      *
  20960.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  20961.      */
  20962.     protected function getTracingRequestListenerService()
  20963.     {
  20964.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  20965.     }
  20966.     /**
  20967.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  20968.      *
  20969.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  20970.      */
  20971.     protected function getTracingSubRequestListenerService()
  20972.     {
  20973.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  20974.     }
  20975.     /**
  20976.      * Gets the private 'Sentry\State\HubInterface' shared service.
  20977.      *
  20978.      * @return \Sentry\State\HubInterface
  20979.      */
  20980.     protected function getHubInterfaceService()
  20981.     {
  20982.         $this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\State\HubAdapter::getInstance();
  20983.         $a = new \Sentry\Options(['environment' => 'dev''integrations' => [=> new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [=> 'App\\Exception\\UserNotFoundException'=> 'Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException']]), => 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())))], 'sample_rate' => 1'traces_sample_rate' => 1'prefixes' => [=> \dirname(__DIR__4), => '.'=> '/usr/share/php'=> (\dirname(__DIR__4).'/vendor/deployer/recipes')], 'release' => 'dev-master@f859955''tags' => [], 'in_app_exclude' => [=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor')], 'in_app_include' => [], 'class_serializers' => [], 'dsn' => $this->getEnv('SENTRY_DSN')]);
  20984.         $b = new \Sentry\ClientBuilder($a);
  20985.         $c = ($this->privates['nyholm.psr7.psr17_factory'] ?? ($this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  20986.         $b->setSdkIdentifier('sentry.php.symfony');
  20987.         $b->setSdkVersion('4.2.6');
  20988.         $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c$c$c$cNULLNULL));
  20989.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  20990.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  20991.         if ($this->has('Psr\\Log\\NullLogger')) {
  20992.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  20993.         }
  20994.         $instance->bindClient($b->getClient());
  20995.         return $instance;
  20996.     }
  20997.     /**
  20998.      * Gets the private 'TheCodingMachine\GraphQLite\Bundle\Command\DumpSchemaCommand' shared autowired service.
  20999.      *
  21000.      * @return \TheCodingMachine\GraphQLite\Bundle\Command\DumpSchemaCommand
  21001.      */
  21002.     protected function getDumpSchemaCommandService()
  21003.     {
  21004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21005.         include_once \dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite-bundle/Command/DumpSchemaCommand.php';
  21006.         $this->privates['TheCodingMachine\\GraphQLite\\Bundle\\Command\\DumpSchemaCommand'] = $instance = new \TheCodingMachine\GraphQLite\Bundle\Command\DumpSchemaCommand(($this->services['TheCodingMachine\\GraphQLite\\Schema'] ?? $this->getSchemaService()));
  21007.         $instance->setName('graphqlite:dump-schema');
  21008.         return $instance;
  21009.     }
  21010.     /**
  21011.      * Gets the private 'annotations.cache_adapter' shared service.
  21012.      *
  21013.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  21014.      */
  21015.     protected function getAnnotations_CacheAdapterService()
  21016.     {
  21017.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  21018.     }
  21019.     /**
  21020.      * Gets the private 'annotations.cache_warmer' shared service.
  21021.      *
  21022.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  21023.      */
  21024.     protected function getAnnotations_CacheWarmerService()
  21025.     {
  21026.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  21027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  21028.         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);
  21029.     }
  21030.     /**
  21031.      * Gets the private 'annotations.cached_reader' shared service.
  21032.      *
  21033.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  21034.      */
  21035.     protected function getAnnotations_CachedReaderService()
  21036.     {
  21037.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  21038.     }
  21039.     /**
  21040.      * Gets the private 'annotations.reader' shared service.
  21041.      *
  21042.      * @return \Doctrine\Common\Annotations\AnnotationReader
  21043.      */
  21044.     protected function getAnnotations_ReaderService()
  21045.     {
  21046.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  21047.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  21048.         $a->registerUniqueLoader('class_exists');
  21049.         $instance->addGlobalIgnoredName('required'$a);
  21050.         return $instance;
  21051.     }
  21052.     /**
  21053.      * Gets the private 'anyx.login_gate.attempt_storage' shared service.
  21054.      *
  21055.      * @return \Anyx\LoginGateBundle\Storage\CompositeStorage
  21056.      */
  21057.     protected function getAnyx_LoginGate_AttemptStorageService()
  21058.     {
  21059.         include_once \dirname(__DIR__4).'/vendor/anyx/login-gate-bundle/Storage/StorageInterface.php';
  21060.         include_once \dirname(__DIR__4).'/vendor/anyx/login-gate-bundle/Storage/CompositeStorage.php';
  21061.         include_once \dirname(__DIR__4).'/vendor/anyx/login-gate-bundle/Storage/DatabaseStorage.php';
  21062.         return $this->privates['anyx.login_gate.attempt_storage'] = new \Anyx\LoginGateBundle\Storage\CompositeStorage([=> new \Anyx\LoginGateBundle\Storage\DatabaseStorage(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'Anyx\\LoginGateBundle\\Entity\\FailureLoginAttempt'3600)]);
  21063.     }
  21064.     /**
  21065.      * Gets the private 'anyx.login_gate.autentication_handler' shared service.
  21066.      *
  21067.      * @return \Anyx\LoginGateBundle\Security\AuthenticationHandler
  21068.      */
  21069.     protected function getAnyx_LoginGate_AutenticationHandlerService()
  21070.     {
  21071.         include_once \dirname(__DIR__4).'/vendor/anyx/login-gate-bundle/Security/AuthenticationHandler.php';
  21072.         return $this->privates['anyx.login_gate.autentication_handler'] = new \Anyx\LoginGateBundle\Security\AuthenticationHandler(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['anyx.login_gate.attempt_storage'] ?? $this->getAnyx_LoginGate_AttemptStorageService()));
  21073.     }
  21074.     /**
  21075.      * Gets the private 'anyx.login_gate.brute_force_checker' shared service.
  21076.      *
  21077.      * @return \Anyx\LoginGateBundle\Service\BruteForceChecker
  21078.      */
  21079.     protected function getAnyx_LoginGate_BruteForceCheckerService()
  21080.     {
  21081.         include_once \dirname(__DIR__4).'/vendor/anyx/login-gate-bundle/Service/BruteForceChecker.php';
  21082.         return $this->privates['anyx.login_gate.brute_force_checker'] = new \Anyx\LoginGateBundle\Service\BruteForceChecker(($this->privates['anyx.login_gate.attempt_storage'] ?? $this->getAnyx_LoginGate_AttemptStorageService()), $this->parameters['anyx.login_gate.brute_force_checker_options']);
  21083.     }
  21084.     /**
  21085.      * Gets the private 'cache.annotations.traceable' shared service.
  21086.      *
  21087.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  21088.      */
  21089.     protected function getCache_Annotations_TraceableService()
  21090.     {
  21091.         return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('R2Q0qH-9yL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  21092.     }
  21093.     /**
  21094.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  21095.      *
  21096.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  21097.      */
  21098.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  21099.     {
  21100.         return $this->privates['cache.doctrine.orm.default.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  21101.     }
  21102.     /**
  21103.      * Gets the private 'cache.property_info.traceable' shared service.
  21104.      *
  21105.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  21106.      */
  21107.     protected function getCache_PropertyInfo_TraceableService()
  21108.     {
  21109.         return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VuGb+RJX4R'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  21110.     }
  21111.     /**
  21112.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  21113.      *
  21114.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  21115.      */
  21116.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  21117.     {
  21118.         return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5ljXzgXO5s'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  21119.     }
  21120.     /**
  21121.      * Gets the private 'cache.serializer.traceable' shared service.
  21122.      *
  21123.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  21124.      */
  21125.     protected function getCache_Serializer_TraceableService()
  21126.     {
  21127.         return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZMpC8qcF5j'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  21128.     }
  21129.     /**
  21130.      * Gets the private 'cache.validator.traceable' shared service.
  21131.      *
  21132.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  21133.      */
  21134.     protected function getCache_Validator_TraceableService()
  21135.     {
  21136.         return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ra4laaX0gd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  21137.     }
  21138.     /**
  21139.      * Gets the private 'cmf_seo.form.type.seo_metadata' shared service.
  21140.      *
  21141.      * @return \Symfony\Cmf\Bundle\SeoBundle\Form\Type\SeoMetadataType
  21142.      */
  21143.     protected function getCmfSeo_Form_Type_SeoMetadataService()
  21144.     {
  21145.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21146.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21147.         include_once \dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/Form/Type/SeoMetadataType.php';
  21148.         return $this->privates['cmf_seo.form.type.seo_metadata'] = new \Symfony\Cmf\Bundle\SeoBundle\Form\Type\SeoMetadataType('Hitso\\Bundle\\SeoBundle\\Entity\\SeoMetadata'$this->parameters['cmf_seo.form.options']);
  21149.     }
  21150.     /**
  21151.      * Gets the private 'cmf_seo.presentation' shared autowired service.
  21152.      *
  21153.      * @return \Hitso\Bundle\SeoBundle\Service\SeoPresentation
  21154.      */
  21155.     protected function getCmfSeo_PresentationService()
  21156.     {
  21157.         $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());
  21158.         if (isset($this->privates['cmf_seo.presentation'])) {
  21159.             return $this->privates['cmf_seo.presentation'];
  21160.         }
  21161.         $this->privates['cmf_seo.presentation'] = $instance = new \Hitso\Bundle\SeoBundle\Service\SeoPresentation(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), new \Symfony\Cmf\Bundle\SeoBundle\DependencyInjection\ConfigValues(), ($this->privates['cmf_seo.cache.file'] ?? ($this->privates['cmf_seo.cache.file'] = new \Symfony\Cmf\Bundle\SeoBundle\Cache\FileCache($this->targetDir.'''cmf_seo'))), $a, ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Request\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'] ?? $this->getFileManagerService()));
  21162.         $instance->addExtractor(new \Symfony\Cmf\Bundle\SeoBundle\Extractor\TitleExtractor(), 0);
  21163.         $instance->addExtractor(new \Symfony\Cmf\Bundle\SeoBundle\Extractor\TitleReadExtractor(), 0);
  21164.         $instance->addExtractor(new \Symfony\Cmf\Bundle\SeoBundle\Extractor\DescriptionExtractor(), 0);
  21165.         $instance->addExtractor(new \Symfony\Cmf\Bundle\SeoBundle\Extractor\ExtrasExtractor(), 0);
  21166.         $instance->addExtractor(new \Symfony\Cmf\Bundle\SeoBundle\Extractor\KeywordsExtractor(), 0);
  21167.         $instance->addExtractor(new \Symfony\Cmf\Bundle\SeoBundle\Extractor\OriginalUrlExtractor(), 0);
  21168.         $instance->addExtractor(new \Symfony\Cmf\Bundle\SeoBundle\Extractor\OriginalRouteExtractor(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService())), 0);
  21169.         $instance->addExtractor(($this->services['Hitso\\Bundle\\ContentBundle\\Seo\\Extractor\\CategoryExtractor'] ?? $this->getCategoryExtractorService()), 0);
  21170.         $instance->addExtractor(($this->services['Hitso\\Bundle\\ContentBundle\\Seo\\Extractor\\ContentExtractor'] ?? $this->getContentExtractorService()), 0);
  21171.         return $instance;
  21172.     }
  21173.     /**
  21174.      * Gets the private 'config_cache_factory' shared service.
  21175.      *
  21176.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  21177.      */
  21178.     protected function getConfigCacheFactoryService()
  21179.     {
  21180.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  21181.             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)));
  21182.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  21183.         }, 2));
  21184.     }
  21185.     /**
  21186.      * Gets the private 'console.command.about' shared service.
  21187.      *
  21188.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  21189.      */
  21190.     protected function getConsole_Command_AboutService()
  21191.     {
  21192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21193.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  21194.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  21195.         $instance->setName('about');
  21196.         return $instance;
  21197.     }
  21198.     /**
  21199.      * Gets the private 'console.command.assets_install' shared service.
  21200.      *
  21201.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  21202.      */
  21203.     protected function getConsole_Command_AssetsInstallService()
  21204.     {
  21205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  21207.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  21208.         $instance->setName('assets:install');
  21209.         return $instance;
  21210.     }
  21211.     /**
  21212.      * Gets the private 'console.command.cache_clear' shared service.
  21213.      *
  21214.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  21215.      */
  21216.     protected function getConsole_Command_CacheClearService()
  21217.     {
  21218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  21220.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  21221.         $instance->setName('cache:clear');
  21222.         return $instance;
  21223.     }
  21224.     /**
  21225.      * Gets the private 'console.command.cache_pool_clear' shared service.
  21226.      *
  21227.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  21228.      */
  21229.     protected function getConsole_Command_CachePoolClearService()
  21230.     {
  21231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21232.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  21233.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  21234.         $instance->setName('cache:pool:clear');
  21235.         return $instance;
  21236.     }
  21237.     /**
  21238.      * Gets the private 'console.command.cache_pool_delete' shared service.
  21239.      *
  21240.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  21241.      */
  21242.     protected function getConsole_Command_CachePoolDeleteService()
  21243.     {
  21244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21245.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  21246.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  21247.         $instance->setName('cache:pool:delete');
  21248.         return $instance;
  21249.     }
  21250.     /**
  21251.      * Gets the private 'console.command.cache_pool_list' shared service.
  21252.      *
  21253.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  21254.      */
  21255.     protected function getConsole_Command_CachePoolListService()
  21256.     {
  21257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21258.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  21259.         $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.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  21260.         $instance->setName('cache:pool:list');
  21261.         return $instance;
  21262.     }
  21263.     /**
  21264.      * Gets the private 'console.command.cache_pool_prune' shared service.
  21265.      *
  21266.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  21267.      */
  21268.     protected function getConsole_Command_CachePoolPruneService()
  21269.     {
  21270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21271.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  21272.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  21273.             yield 'cache.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService());
  21274.             yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService());
  21275.             yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService());
  21276.             yield 'cache.property_info.traceable' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService());
  21277.             yield 'cache.doctrine.orm.default.query.traceable' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService());
  21278.             yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
  21279.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  21280.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  21281.         }, 8));
  21282.         $instance->setName('cache:pool:prune');
  21283.         return $instance;
  21284.     }
  21285.     /**
  21286.      * Gets the private 'console.command.cache_warmup' shared service.
  21287.      *
  21288.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  21289.      */
  21290.     protected function getConsole_Command_CacheWarmupService()
  21291.     {
  21292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21293.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  21294.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  21295.         $instance->setName('cache:warmup');
  21296.         return $instance;
  21297.     }
  21298.     /**
  21299.      * Gets the private 'console.command.config_debug' shared service.
  21300.      *
  21301.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  21302.      */
  21303.     protected function getConsole_Command_ConfigDebugService()
  21304.     {
  21305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21306.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  21307.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  21308.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  21309.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  21310.         $instance->setName('debug:config');
  21311.         return $instance;
  21312.     }
  21313.     /**
  21314.      * Gets the private 'console.command.config_dump_reference' shared service.
  21315.      *
  21316.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  21317.      */
  21318.     protected function getConsole_Command_ConfigDumpReferenceService()
  21319.     {
  21320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21321.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  21322.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  21323.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  21324.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  21325.         $instance->setName('config:dump-reference');
  21326.         return $instance;
  21327.     }
  21328.     /**
  21329.      * Gets the private 'console.command.container_debug' shared service.
  21330.      *
  21331.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  21332.      */
  21333.     protected function getConsole_Command_ContainerDebugService()
  21334.     {
  21335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21336.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  21337.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  21338.         $instance->setName('debug:container');
  21339.         return $instance;
  21340.     }
  21341.     /**
  21342.      * Gets the private 'console.command.container_lint' shared service.
  21343.      *
  21344.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  21345.      */
  21346.     protected function getConsole_Command_ContainerLintService()
  21347.     {
  21348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21349.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  21350.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  21351.         $instance->setName('lint:container');
  21352.         return $instance;
  21353.     }
  21354.     /**
  21355.      * Gets the private 'console.command.debug_autowiring' shared service.
  21356.      *
  21357.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  21358.      */
  21359.     protected function getConsole_Command_DebugAutowiringService()
  21360.     {
  21361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21362.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  21363.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  21364.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  21365.         $instance->setName('debug:autowiring');
  21366.         return $instance;
  21367.     }
  21368.     /**
  21369.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  21370.      *
  21371.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  21372.      */
  21373.     protected function getConsole_Command_EventDispatcherDebugService()
  21374.     {
  21375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21376.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  21377.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21378.         $instance->setName('debug:event-dispatcher');
  21379.         return $instance;
  21380.     }
  21381.     /**
  21382.      * Gets the private 'console.command.form_debug' shared service.
  21383.      *
  21384.      * @return \Symfony\Component\Form\Command\DebugCommand
  21385.      */
  21386.     protected function getConsole_Command_FormDebugService()
  21387.     {
  21388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21389.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  21390.         $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'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'FOS\\UserBundle\\Form\\Type'=> 'Liip\\ImagineBundle\\Form\\Type'=> 'Symfony\\Cmf\\Bundle\\SeoBundle\\Form\\Type'=> 'Hitso\\Bundle\\AdminBundle\\Form\\Type'=> 'Hitso\\Bundle\\AdminBundle\\Form'=> 'Hitso\\Bundle\\CommonBundle\\Form\\Type'=> 'Hitso\\Bundle\\CatalogBundle\\Form'=> 'Hitso\\Bundle\\CatalogBundle\\Form\\Section'10 => 'Hitso\\Bundle\\CatalogBundle\\Form\\Type\\ProductAttribute'11 => 'Hitso\\Bundle\\CatalogBundle\\Form\\Type'12 => 'Hitso\\Bundle\\FileManagerBundle\\Form'13 => 'Hitso\\Bundle\\FormBundle\\Form\\Type'14 => 'Hitso\\Bundle\\ContentBundle\\Form\\Admin'15 => 'Hitso\\Bundle\\ContentBundle\\Form'16 => 'Hitso\\Bundle\\ContentBundle\\Form\\Type'17 => 'Hitso\\Bundle\\SeoBundle\\Form\\Type'18 => 'Hitso\\Bundle\\BlocksBundle\\Form\\Type'19 => 'Hitso\\Bundle\\NewsletterBundle\\Form'20 => 'Hitso\\Bundle\\SearchBundle\\Form'21 => 'Hitso\\Bundle\\TaggingBundle\\Form\\Type'22 => ''23 => 'Hartmann\\Bundle\\AppBundle\\Form'24 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section'25 => 'Hartmann\\Bundle\\AppBundle\\Form\\Type'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'=> 'FOS\\UserBundle\\Form\\Type\\UsernameFormType'=> 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'=> 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'=> 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'=> 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'=> 'Liip\\ImagineBundle\\Form\\Type\\ImageType'10 => 'Symfony\\Cmf\\Bundle\\SeoBundle\\Form\\Type\\SeoMetadataType'11 => 'Hitso\\Bundle\\AdminBundle\\Form\\Type\\UserFormType'12 => 'Hitso\\Bundle\\AdminBundle\\Form\\Type\\UserNoteType'13 => 'Hitso\\Bundle\\AdminBundle\\Form\\WhitelistFormType'14 => 'Hitso\\Bundle\\CommonBundle\\Form\\Type\\ActionsType'15 => 'Hitso\\Bundle\\CommonBundle\\Form\\Type\\LinkType'16 => 'Hitso\\Bundle\\CommonBundle\\Form\\Type\\ExpandLinkType'17 => 'Hitso\\Bundle\\CommonBundle\\Form\\Type\\EntityAutocompleterType'18 => 'Hitso\\Bundle\\CommonBundle\\Form\\Type\\AuthorType'19 => 'Hitso\\Bundle\\CatalogBundle\\Form\\AttributeGroupType'20 => 'Hitso\\Bundle\\CatalogBundle\\Form\\AttributeType'21 => 'Hitso\\Bundle\\CatalogBundle\\Form\\BrandType'22 => 'Hitso\\Bundle\\CatalogBundle\\Form\\CategoryType'23 => 'Hitso\\Bundle\\CatalogBundle\\Form\\ProductAttributeType'24 => 'Hitso\\Bundle\\CatalogBundle\\Form\\ProductReviewFormType'25 => 'Hitso\\Bundle\\CatalogBundle\\Form\\ProductSeoType'26 => 'Hitso\\Bundle\\CatalogBundle\\Form\\ProductType'27 => 'Hitso\\Bundle\\CatalogBundle\\Form\\Section\\ProductPageSectionType'28 => 'Hitso\\Bundle\\CatalogBundle\\Form\\TaxRateType'29 => 'Hitso\\Bundle\\CatalogBundle\\Form\\Type\\ProductAttribute\\ProductAttributeChoiceType'30 => 'Hitso\\Bundle\\CatalogBundle\\Form\\Type\\ProductAttributeInputType'31 => 'Hitso\\Bundle\\CatalogBundle\\Form\\Type\\ProductCollectionType'32 => 'Hitso\\Bundle\\CatalogBundle\\Form\\Type\\RangeInputType'33 => 'Hitso\\Bundle\\FileManagerBundle\\Form\\FileType'34 => 'Hitso\\Bundle\\FormBundle\\Form\\Type\\ColourType'35 => 'Hitso\\Bundle\\FormBundle\\Form\\Type\\FileType'36 => 'Hitso\\Bundle\\FormBundle\\Form\\Type\\FontStyleType'37 => 'Hitso\\Bundle\\FormBundle\\Form\\Type\\ImagePreviewType'38 => 'Hitso\\Bundle\\FormBundle\\Form\\Type\\ImageType'39 => 'Hitso\\Bundle\\FormBundle\\Form\\Type\\SitesType'40 => 'Hitso\\Bundle\\ContentBundle\\Form\\Admin\\AuthorFormType'41 => 'Hitso\\Bundle\\ContentBundle\\Form\\CategoryFormType'42 => 'Hitso\\Bundle\\ContentBundle\\Form\\CommentChangeStatusType'43 => 'Hitso\\Bundle\\ContentBundle\\Form\\CommentFormType'44 => 'Hitso\\Bundle\\ContentBundle\\Form\\ContentFormType'45 => 'Hitso\\Bundle\\ContentBundle\\Form\\ContentSectionType'46 => 'Hitso\\Bundle\\ContentBundle\\Form\\Type\\AuthorCollectionType'47 => 'Hitso\\Bundle\\ContentBundle\\Form\\Type\\BannerFormType'48 => 'Hitso\\Bundle\\ContentBundle\\Form\\Type\\ContentAuthorType'49 => 'Hitso\\Bundle\\ContentBundle\\Form\\Type\\ContentCollectionType'50 => 'Hitso\\Bundle\\ContentBundle\\Form\\Type\\SlideFormType'51 => 'Hitso\\Bundle\\SeoBundle\\Form\\Type\\SeoPageType'52 => 'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\BlockFormType'53 => 'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\FileContainerType'54 => 'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\FileType'55 => 'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\HeaderTextareaContentType'56 => 'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\HeaderTinyMCEContentType'57 => 'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\ImageContainerType'58 => 'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\MailContentType'59 => 'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\TextareaContentType'60 => 'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\TinyMCEContentType'61 => 'Hitso\\Bundle\\NewsletterBundle\\Form\\SubscriberFormType'62 => 'Hitso\\Bundle\\SearchBundle\\Form\\SearchReportType'63 => 'Hitso\\Bundle\\TaggingBundle\\Form\\Type\\TagFormType'64 => 'Hitso\\Bundle\\TaggingBundle\\Form\\Type\\TagTypeFormType'65 => 'Hitso\\Bundle\\TaggingBundle\\Form\\Type\\TagsType'66 => 'Glifery\\EntityHiddenTypeBundle\\Form\\Type\\EntityHiddenType'67 => 'Hartmann\\Bundle\\AppBundle\\Form\\AttributeGroupType'68 => 'Hartmann\\Bundle\\AppBundle\\Form\\AttributeType'69 => 'Hartmann\\Bundle\\AppBundle\\Form\\CategoryAttributeFormType'70 => 'Hartmann\\Bundle\\AppBundle\\Form\\CompanyReferenceType'71 => 'Hartmann\\Bundle\\AppBundle\\Form\\FaqAnswerFormType'72 => 'Hartmann\\Bundle\\AppBundle\\Form\\FaqCategoryFormType'73 => 'Hartmann\\Bundle\\AppBundle\\Form\\InformationFormType'74 => 'Hartmann\\Bundle\\AppBundle\\Form\\InstructionCategoryFormType'75 => 'Hartmann\\Bundle\\AppBundle\\Form\\InstructionFormType'76 => 'Hartmann\\Bundle\\AppBundle\\Form\\MarketCategoryFormType'77 => 'Hartmann\\Bundle\\AppBundle\\Form\\MarketFormType'78 => 'Hartmann\\Bundle\\AppBundle\\Form\\ProductFireResistanceFormType'79 => 'Hartmann\\Bundle\\AppBundle\\Form\\ProductInsuranceSecurityFormType'80 => 'Hartmann\\Bundle\\AppBundle\\Form\\ProductReviewFormType'81 => 'Hartmann\\Bundle\\AppBundle\\Form\\ProductSafeLockFormType'82 => 'Hartmann\\Bundle\\AppBundle\\Form\\ProductSecurityClassFeatureFormType'83 => 'Hartmann\\Bundle\\AppBundle\\Form\\ProductSecurityClassFormType'84 => 'Hartmann\\Bundle\\AppBundle\\Form\\ProductSerieFormType'85 => 'Hartmann\\Bundle\\AppBundle\\Form\\PublicationFormType'86 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\AbstractHartmannSectionType'87 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\CTASectionType'88 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\CollectionOfCategoriesAndContactSectionType'89 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\CollectionOfCategoriesSectionType'90 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\ContactSectionType'91 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\CustomerLogoSectionType'92 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\ExclusiveCtaSectionType'93 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\ExclusiveSafesType'94 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\FullWidthSectionType'95 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\HeadingContentSectionType'96 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\LocksType'97 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\MasterPiecesSectionType'98 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\OneColumnType'99 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\ParagraphExpandedSectionType'100 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\PersonalizedSafesSectionType'101 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\SafesSectionType'102 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\TimeLineSectionType'103 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\TwoColumnsSectionType'104 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\VideoWithDescriptionType'105 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\WardrobeSectionType'106 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\WeaponsSafeType'107 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\WeaponsStorageSpecialistsType'108 => 'Hartmann\\Bundle\\AppBundle\\Form\\Section\\WhatToLookForSectionType'109 => 'Hartmann\\Bundle\\AppBundle\\Form\\SloganFormType'110 => 'Hartmann\\Bundle\\AppBundle\\Form\\Type\\DimensionsType'111 => 'Hartmann\\Bundle\\AppBundle\\Form\\Type\\HeadingContentTinyMceImageType'112 => 'Hartmann\\Bundle\\AppBundle\\Form\\Type\\HeadingContentTinyMceType'113 => 'Hartmann\\Bundle\\AppBundle\\Form\\Type\\HeadingContentType'114 => 'Hartmann\\Bundle\\AppBundle\\Form\\Type\\IconContentLinkType'115 => 'Hartmann\\Bundle\\AppBundle\\Form\\Type\\IconNameDescriptionType'116 => 'Hartmann\\Bundle\\AppBundle\\Form\\Type\\IconTextType'117 => 'Hartmann\\Bundle\\AppBundle\\Form\\Type\\LinkTextType'118 => 'Hartmann\\Bundle\\AppBundle\\Form\\Type\\MasterPiecesType'119 => 'Hartmann\\Bundle\\AppBundle\\Form\\Type\\ProductInformationType'120 => 'Hartmann\\Bundle\\AppBundle\\Form\\Type\\TwoColumnsType'121 => 'Hartmann\\Bundle\\AppBundle\\Form\\Type\\WhatToLookForBlockType'], [=> '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'=> 'Hitso\\Bundle\\CommonBundle\\Form\\Extension\\HelpTextExtension'10 => 'Hitso\\Bundle\\FormBundle\\Form\\Extension\\FormTypeExtension'11 => 'Hitso\\Bundle\\FormBundle\\Form\\Extension\\OrderedFormExtension'12 => 'Hitso\\Bundle\\FormBundle\\Form\\Extension\\OrderedButtonExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  21391.         $instance->setName('debug:form');
  21392.         return $instance;
  21393.     }
  21394.     /**
  21395.      * Gets the private 'console.command.router_debug' shared service.
  21396.      *
  21397.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  21398.      */
  21399.     protected function getConsole_Command_RouterDebugService()
  21400.     {
  21401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21402.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  21403.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  21404.         $instance->setName('debug:router');
  21405.         return $instance;
  21406.     }
  21407.     /**
  21408.      * Gets the private 'console.command.router_match' shared service.
  21409.      *
  21410.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  21411.      */
  21412.     protected function getConsole_Command_RouterMatchService()
  21413.     {
  21414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  21416.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()));
  21417.         $instance->setName('router:match');
  21418.         return $instance;
  21419.     }
  21420.     /**
  21421.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  21422.      *
  21423.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  21424.      */
  21425.     protected function getConsole_Command_SecretsDecryptToLocalService()
  21426.     {
  21427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  21429.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  21430.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  21431.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  21432.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  21433.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  21434.         $instance->setName('secrets:decrypt-to-local');
  21435.         return $instance;
  21436.     }
  21437.     /**
  21438.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  21439.      *
  21440.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  21441.      */
  21442.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  21443.     {
  21444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21445.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  21446.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  21447.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  21448.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  21449.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  21450.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  21451.         $instance->setName('secrets:encrypt-from-local');
  21452.         return $instance;
  21453.     }
  21454.     /**
  21455.      * Gets the private 'console.command.secrets_generate_key' shared service.
  21456.      *
  21457.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  21458.      */
  21459.     protected function getConsole_Command_SecretsGenerateKeyService()
  21460.     {
  21461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21462.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  21463.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  21464.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  21465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  21466.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  21467.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  21468.         $instance->setName('secrets:generate-keys');
  21469.         return $instance;
  21470.     }
  21471.     /**
  21472.      * Gets the private 'console.command.secrets_list' shared service.
  21473.      *
  21474.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  21475.      */
  21476.     protected function getConsole_Command_SecretsListService()
  21477.     {
  21478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21479.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  21480.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  21481.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  21482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  21483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  21484.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  21485.         $instance->setName('secrets:list');
  21486.         return $instance;
  21487.     }
  21488.     /**
  21489.      * Gets the private 'console.command.secrets_remove' shared service.
  21490.      *
  21491.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  21492.      */
  21493.     protected function getConsole_Command_SecretsRemoveService()
  21494.     {
  21495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21496.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  21497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  21498.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  21499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  21500.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  21501.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  21502.         $instance->setName('secrets:remove');
  21503.         return $instance;
  21504.     }
  21505.     /**
  21506.      * Gets the private 'console.command.secrets_set' shared service.
  21507.      *
  21508.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  21509.      */
  21510.     protected function getConsole_Command_SecretsSetService()
  21511.     {
  21512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21513.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  21514.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  21515.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  21516.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  21517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  21518.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  21519.         $instance->setName('secrets:set');
  21520.         return $instance;
  21521.     }
  21522.     /**
  21523.      * Gets the private 'console.command.translation_debug' shared service.
  21524.      *
  21525.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  21526.      */
  21527.     protected function getConsole_Command_TranslationDebugService()
  21528.     {
  21529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  21531.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($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).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form')]);
  21532.         $instance->setName('debug:translation');
  21533.         return $instance;
  21534.     }
  21535.     /**
  21536.      * Gets the private 'console.command.translation_update' shared service.
  21537.      *
  21538.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  21539.      */
  21540.     protected function getConsole_Command_TranslationUpdateService()
  21541.     {
  21542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21543.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  21544.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  21545.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  21546.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  21547.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  21548.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  21549.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  21550.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  21551.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  21552.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  21553.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  21554.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  21555.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  21556.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  21557.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  21558.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  21559.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  21560.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  21561.         $a->addDumper('po', ($this->privates['translation.dumper.po'] ?? ($this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper())));
  21562.         $a->addDumper('mo', ($this->privates['translation.dumper.mo'] ?? ($this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper())));
  21563.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  21564.         $a->addDumper('yaml', ($this->privates['translation.dumper.yaml'] ?? ($this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'))));
  21565.         $a->addDumper('ts', ($this->privates['translation.dumper.qt'] ?? ($this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper())));
  21566.         $a->addDumper('csv', ($this->privates['translation.dumper.csv'] ?? ($this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper())));
  21567.         $a->addDumper('ini', ($this->privates['translation.dumper.ini'] ?? ($this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper())));
  21568.         $a->addDumper('json', ($this->privates['translation.dumper.json'] ?? ($this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper())));
  21569.         $a->addDumper('res', ($this->privates['translation.dumper.res'] ?? ($this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper())));
  21570.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'pl', (\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).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form')]);
  21571.         $instance->setName('translation:update');
  21572.         return $instance;
  21573.     }
  21574.     /**
  21575.      * Gets the private 'console.command.xliff_lint' shared service.
  21576.      *
  21577.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  21578.      */
  21579.     protected function getConsole_Command_XliffLintService()
  21580.     {
  21581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21582.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  21583.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  21584.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  21585.         $instance->setName('lint:xliff');
  21586.         return $instance;
  21587.     }
  21588.     /**
  21589.      * Gets the private 'console.command.yaml_lint' shared service.
  21590.      *
  21591.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  21592.      */
  21593.     protected function getConsole_Command_YamlLintService()
  21594.     {
  21595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21596.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  21597.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  21598.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  21599.         $instance->setName('lint:yaml');
  21600.         return $instance;
  21601.     }
  21602.     /**
  21603.      * Gets the private 'console.error_listener' shared service.
  21604.      *
  21605.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  21606.      */
  21607.     protected function getConsole_ErrorListenerService()
  21608.     {
  21609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  21610.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  21611.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21612.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21613.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  21614.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  21615.     }
  21616.     /**
  21617.      * Gets the private 'container.env_var_processor' shared service.
  21618.      *
  21619.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  21620.      */
  21621.     protected function getContainer_EnvVarProcessorService()
  21622.     {
  21623.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  21624.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  21625.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  21626.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  21627.         }, 1));
  21628.     }
  21629.     /**
  21630.      * Gets the private 'data_collector.form' shared service.
  21631.      *
  21632.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  21633.      */
  21634.     protected function getDataCollector_FormService()
  21635.     {
  21636.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  21637.     }
  21638.     /**
  21639.      * Gets the private 'debril.rss_atom.provider' shared autowired service.
  21640.      *
  21641.      * @return \Hitso\Bundle\ContentBundle\Services\Feed\ContentProvider
  21642.      */
  21643.     protected function getDebril_RssAtom_ProviderService()
  21644.     {
  21645.         include_once \dirname(__DIR__4).'/vendor/debril/rss-atom-bundle/Debril/RssAtomBundle/Provider/FeedContentProviderInterface.php';
  21646.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Services/Feed/ContentProvider.php';
  21647.         return $this->privates['debril.rss_atom.provider'] = new \Hitso\Bundle\ContentBundle\Services\Feed\ContentProvider(($this->privates['Hitso\\Bundle\\ContentBundle\\Services\\ContentHelper'] ?? $this->getContentHelperService()), ($this->privates['Hitso\\Bundle\\ContentBundle\\Manager\\ContentManager'] ?? $this->getContentManagerService()), ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()));
  21648.     }
  21649.     /**
  21650.      * Gets the private 'debug.Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver' shared service.
  21651.      *
  21652.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  21653.      */
  21654.     protected function getBreadcrumbResolverService()
  21655.     {
  21656.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  21657.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  21658.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Request/ArgumentResolver/BreadcrumbResolver.php';
  21659.         return $this->privates['debug.Hitso\\Bundle\\CommonBundle\\Request\\ArgumentResolver\\BreadcrumbResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), $this->parameters['common.breadcrumbs']), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  21660.     }
  21661.     /**
  21662.      * Gets the private 'debug.argument_resolver.default' shared service.
  21663.      *
  21664.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  21665.      */
  21666.     protected function getDebug_ArgumentResolver_DefaultService()
  21667.     {
  21668.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  21669.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  21670.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  21671.         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))));
  21672.     }
  21673.     /**
  21674.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  21675.      *
  21676.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  21677.      */
  21678.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  21679.     {
  21680.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  21681.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  21682.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  21683.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.S4V0RxX'] ?? $this->get_ServiceLocator_S4V0RxXService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  21684.     }
  21685.     /**
  21686.      * Gets the private 'debug.argument_resolver.request' shared service.
  21687.      *
  21688.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  21689.      */
  21690.     protected function getDebug_ArgumentResolver_RequestService()
  21691.     {
  21692.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  21693.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  21694.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  21695.         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))));
  21696.     }
  21697.     /**
  21698.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  21699.      *
  21700.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  21701.      */
  21702.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  21703.     {
  21704.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  21705.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  21706.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  21707.         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))));
  21708.     }
  21709.     /**
  21710.      * Gets the private 'debug.argument_resolver.service' shared service.
  21711.      *
  21712.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  21713.      */
  21714.     protected function getDebug_ArgumentResolver_ServiceService()
  21715.     {
  21716.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  21717.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  21718.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  21719.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.S4V0RxX'] ?? $this->get_ServiceLocator_S4V0RxXService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  21720.     }
  21721.     /**
  21722.      * Gets the private 'debug.argument_resolver.session' shared service.
  21723.      *
  21724.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  21725.      */
  21726.     protected function getDebug_ArgumentResolver_SessionService()
  21727.     {
  21728.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  21729.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  21730.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  21731.         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))));
  21732.     }
  21733.     /**
  21734.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  21735.      *
  21736.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  21737.      */
  21738.     protected function getDebug_ArgumentResolver_VariadicService()
  21739.     {
  21740.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  21741.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  21742.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  21743.         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))));
  21744.     }
  21745.     /**
  21746.      * Gets the private 'debug.debug_handlers_listener' shared service.
  21747.      *
  21748.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  21749.      */
  21750.     protected function getDebug_DebugHandlersListenerService()
  21751.     {
  21752.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  21753.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21754.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21755.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21756.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  21757.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  21758.     }
  21759.     /**
  21760.      * Gets the private 'debug.file_link_formatter' shared service.
  21761.      *
  21762.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  21763.      */
  21764.     protected function getDebug_FileLinkFormatterService()
  21765.     {
  21766.         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 () {
  21767.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  21768.         });
  21769.     }
  21770.     /**
  21771.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  21772.      *
  21773.      * @return \string
  21774.      */
  21775.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  21776.     {
  21777.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  21778.     }
  21779.     /**
  21780.      * Gets the private 'debug.log_processor' shared service.
  21781.      *
  21782.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  21783.      */
  21784.     protected function getDebug_LogProcessorService()
  21785.     {
  21786.         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())));
  21787.     }
  21788.     /**
  21789.      * Gets the private 'debug.security.access.decision_manager' shared service.
  21790.      *
  21791.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  21792.      */
  21793.     protected function getDebug_Security_Access_DecisionManagerService()
  21794.     {
  21795.         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 () {
  21796.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  21797.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService());
  21798.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  21799.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  21800.         }, 4), 'affirmative'falsetrue));
  21801.     }
  21802.     /**
  21803.      * Gets the private 'debug.security.firewall' shared service.
  21804.      *
  21805.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  21806.      */
  21807.     protected function getDebug_Security_FirewallService()
  21808.     {
  21809.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  21810.     }
  21811.     /**
  21812.      * Gets the private 'debug.security.user_value_resolver' shared service.
  21813.      *
  21814.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  21815.      */
  21816.     protected function getDebug_Security_UserValueResolverService()
  21817.     {
  21818.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  21819.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  21820.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  21821.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  21822.     }
  21823.     /**
  21824.      * Gets the private 'debug.security.voter.scheb_two_factor.security.access.authenticated_voter' shared service.
  21825.      *
  21826.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21827.      */
  21828.     protected function getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService()
  21829.     {
  21830.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21831.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21832.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/Authorization/Voter/TwoFactorInProgressVoter.php';
  21833.         return $this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21834.     }
  21835.     /**
  21836.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  21837.      *
  21838.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21839.      */
  21840.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  21841.     {
  21842.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21843.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21844.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  21845.         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['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21846.     }
  21847.     /**
  21848.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  21849.      *
  21850.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21851.      */
  21852.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  21853.     {
  21854.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21855.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21856.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  21857.         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['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21858.     }
  21859.     /**
  21860.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  21861.      *
  21862.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  21863.      */
  21864.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  21865.     {
  21866.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  21867.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  21868.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  21869.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  21870.         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())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21871.     }
  21872.     /**
  21873.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  21874.      *
  21875.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  21876.      */
  21877.     protected function getDebug_Security_Voter_VoteListenerService()
  21878.     {
  21879.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  21880.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  21881.     }
  21882.     /**
  21883.      * Gets the private 'debug.sensio_framework_extra.psr7.argument_value_resolver.server_request' shared service.
  21884.      *
  21885.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  21886.      */
  21887.     protected function getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService()
  21888.     {
  21889.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  21890.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  21891.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentValueResolver/Psr7ServerRequestResolver.php';
  21892.         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))));
  21893.     }
  21894.     /**
  21895.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  21896.      *
  21897.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  21898.      */
  21899.     protected function getDoctrine_CacheClearMetadataCommandService()
  21900.     {
  21901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21902.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  21903.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  21904.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  21905.         $instance->setName('doctrine:cache:clear-metadata');
  21906.         return $instance;
  21907.     }
  21908.     /**
  21909.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  21910.      *
  21911.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  21912.      */
  21913.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  21914.     {
  21915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21916.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  21917.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  21918.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  21919.         $instance->setName('doctrine:cache:clear-query');
  21920.         return $instance;
  21921.     }
  21922.     /**
  21923.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  21924.      *
  21925.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  21926.      */
  21927.     protected function getDoctrine_CacheClearResultCommandService()
  21928.     {
  21929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21930.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  21931.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  21932.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  21933.         $instance->setName('doctrine:cache:clear-result');
  21934.         return $instance;
  21935.     }
  21936.     /**
  21937.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  21938.      *
  21939.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  21940.      */
  21941.     protected function getDoctrine_CacheCollectionRegionCommandService()
  21942.     {
  21943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21944.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  21945.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  21946.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  21947.         $instance->setName('doctrine:cache:clear-collection-region');
  21948.         return $instance;
  21949.     }
  21950.     /**
  21951.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  21952.      *
  21953.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  21954.      */
  21955.     protected function getDoctrine_ClearEntityRegionCommandService()
  21956.     {
  21957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21958.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  21959.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  21960.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  21961.         $instance->setName('doctrine:cache:clear-entity-region');
  21962.         return $instance;
  21963.     }
  21964.     /**
  21965.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  21966.      *
  21967.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  21968.      */
  21969.     protected function getDoctrine_ClearQueryRegionCommandService()
  21970.     {
  21971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21972.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  21973.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  21974.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  21975.         $instance->setName('doctrine:cache:clear-query-region');
  21976.         return $instance;
  21977.     }
  21978.     /**
  21979.      * Gets the private 'doctrine.database_create_command' shared service.
  21980.      *
  21981.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  21982.      */
  21983.     protected function getDoctrine_DatabaseCreateCommandService()
  21984.     {
  21985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21986.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  21987.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  21988.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21989.         $instance->setName('doctrine:database:create');
  21990.         return $instance;
  21991.     }
  21992.     /**
  21993.      * Gets the private 'doctrine.database_drop_command' shared service.
  21994.      *
  21995.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  21996.      */
  21997.     protected function getDoctrine_DatabaseDropCommandService()
  21998.     {
  21999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22000.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  22001.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  22002.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22003.         $instance->setName('doctrine:database:drop');
  22004.         return $instance;
  22005.     }
  22006.     /**
  22007.      * Gets the private 'doctrine.database_import_command' shared service.
  22008.      *
  22009.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  22010.      */
  22011.     protected function getDoctrine_DatabaseImportCommandService()
  22012.     {
  22013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22014.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  22015.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  22016.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  22017.         $instance->setName('doctrine:database:import');
  22018.         return $instance;
  22019.     }
  22020.     /**
  22021.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  22022.      *
  22023.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  22024.      */
  22025.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  22026.     {
  22027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22028.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  22029.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  22030.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  22031.         $instance->setName('doctrine:ensure-production-settings');
  22032.         return $instance;
  22033.     }
  22034.     /**
  22035.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  22036.      *
  22037.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  22038.      */
  22039.     protected function getDoctrine_FixturesLoadCommandService()
  22040.     {
  22041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22042.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  22043.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  22044.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  22045.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  22046.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  22047.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  22048.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  22049.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  22050.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  22051.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/OrderedFixtureInterface.php';
  22052.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  22053.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/DataFixtures/ORM/LoadWhitelistData.php';
  22054.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/DataFixtures/ORM/LoadSuperAdminData.php';
  22055.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/DataFixtures/ORM/LoadArticlesData.php';
  22056.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/DataFixtures/ORM/LoadCategoriesData.php';
  22057.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/DataFixtures/ORM/LoadFilesData.php';
  22058.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/DataFixtures/ORM/LoadPagesData.php';
  22059.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/DataFixtures/ORM/LoadPhotoData.php';
  22060.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle/DataFixtures/ORM/LoadMenuData.php';
  22061.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/DataFixtures/ORM/LoadGroupTypeData.php';
  22062.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TicketsBundle/DataFixtures/ORM/LoadStatusData.php';
  22063.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle/DataFixtures/ORM/LoadProbeData.php';
  22064.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataFixtures/ORM/Catalog/LoadProductData.php';
  22065.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataFixtures/ORM/Dictionary/LoadProductFireResistanceData.php';
  22066.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataFixtures/ORM/Dictionary/LoadProductInsuranceSecurityData.php';
  22067.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataFixtures/ORM/Dictionary/LoadProductSafeLockData.php';
  22068.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataFixtures/ORM/Dictionary/LoadProductSecurityClassData.php';
  22069.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataFixtures/ORM/Dictionary/LoadProductSizeData.php';
  22070.         include_once \dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/DataFixtures/ORM/LoadSloganData.php';
  22071.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  22072.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  22073.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Doctrine/DataFixtures/AbstractFixture.php';
  22074.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  22075.         $b = ($this->services['Hitso\\Bundle\\CommonBundle\\Doctrine\\Manager\\ManagerCollection'] ?? $this->getManagerCollectionService());
  22076.         $c = ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteCollection'] ?? $this->getSiteCollectionService());
  22077.         $d = ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService());
  22078.         $e = ($this->services['kernel'] ?? $this->get('kernel'1));
  22079.         $f = ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\DirectoryManager'] ?? $this->getDirectoryManagerService());
  22080.         $a->addFixtures([=> ['fixture' => new \Hitso\Bundle\AdminBundle\DataFixtures\ORM\LoadWhitelistData(), 'groups' => []], => ['fixture' => new \Hitso\Bundle\CommonBundle\DataFixtures\ORM\LoadSuperAdminData(), 'groups' => []], => ['fixture' => ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\DataFixtures\\AbstractFixture'] ?? ($this->privates['Hitso\\Bundle\\CommonBundle\\Doctrine\\DataFixtures\\AbstractFixture'] = new \Hitso\Bundle\CommonBundle\Doctrine\DataFixtures\AbstractFixture())), 'groups' => []], => ['fixture' => new \Hitso\Bundle\ContentBundle\DataFixtures\ORM\LoadArticlesData($b$c$d), 'groups' => []], => ['fixture' => new \Hitso\Bundle\ContentBundle\DataFixtures\ORM\LoadCategoriesData($c$d), 'groups' => []], => ['fixture' => new \Hitso\Bundle\ContentBundle\DataFixtures\ORM\LoadFilesData($e, ($this->services['Hitso\\Bundle\\FileManagerBundle\\Manager\\FileManager'] ?? $this->getFileManagerService()), $f), 'groups' => []], => ['fixture' => new \Hitso\Bundle\ContentBundle\DataFixtures\ORM\LoadPagesData($c$d$b), 'groups' => []], => ['fixture' => new \Hitso\Bundle\ContentBundle\DataFixtures\ORM\LoadPhotoData($e), 'groups' => []], => ['fixture' => new \Hitso\Bundle\NavigationBundle\DataFixtures\ORM\LoadMenuData($c$d), 'groups' => []], => ['fixture' => new \Hitso\Bundle\SectionBundle\DataFixtures\ORM\LoadGroupTypeData(), 'groups' => []], 10 => ['fixture' => new \Hitso\Bundle\TicketsBundle\DataFixtures\ORM\LoadStatusData(), 'groups' => []], 11 => ['fixture' => new \Hitso\Bundle\ProbeBundle\DataFixtures\ORM\LoadProbeData($c$d), 'groups' => []], 12 => ['fixture' => ($this->privates['Hartmann\\Bundle\\AppBundle\\DataFixtures\\ORM\\Catalog\\LoadCatalogData'] ?? $this->getLoadCatalogDataService()), 'groups' => []], 13 => ['fixture' => new \Hartmann\Bundle\AppBundle\DataFixtures\ORM\Catalog\LoadProductData($c$d$f, ($this->privates['Hartmann\\Bundle\\AppBundle\\Helper\\LoadFilesHelper'] ?? $this->getLoadFilesHelperService()), $e$b), 'groups' => []], 14 => ['fixture' => ($this->privates['Hartmann\\Bundle\\AppBundle\\DataFixtures\\ORM\\Content\\LoadArticleData'] ?? $this->getLoadArticleDataService()), 'groups' => []], 15 => ['fixture' => new \Hartmann\Bundle\AppBundle\DataFixtures\ORM\Dictionary\LoadProductFireResistanceData($c$d), 'groups' => []], 16 => ['fixture' => new \Hartmann\Bundle\AppBundle\DataFixtures\ORM\Dictionary\LoadProductInsuranceSecurityData($c$d, ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())), 'groups' => []], 17 => ['fixture' => new \Hartmann\Bundle\AppBundle\DataFixtures\ORM\Dictionary\LoadProductSafeLockData($c$d), 'groups' => []], 18 => ['fixture' => new \Hartmann\Bundle\AppBundle\DataFixtures\ORM\Dictionary\LoadProductSecurityClassData($c$d), 'groups' => []], 19 => ['fixture' => new \Hartmann\Bundle\AppBundle\DataFixtures\ORM\Dictionary\LoadProductSizeData($c$d), 'groups' => []], 20 => ['fixture' => new \Hartmann\Bundle\AppBundle\DataFixtures\ORM\LoadSloganData($c$d), 'groups' => []]]);
  22081.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  22082.         $instance->setName('doctrine:fixtures:load');
  22083.         return $instance;
  22084.     }
  22085.     /**
  22086.      * Gets the private 'doctrine.generate_entities_command' shared service.
  22087.      *
  22088.      * @return \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand
  22089.      */
  22090.     protected function getDoctrine_GenerateEntitiesCommandService()
  22091.     {
  22092.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22093.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  22094.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/GenerateEntitiesDoctrineCommand.php';
  22095.         $this->privates['doctrine.generate_entities_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22096.         $instance->setName('doctrine:generate:entities');
  22097.         return $instance;
  22098.     }
  22099.     /**
  22100.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  22101.      *
  22102.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  22103.      */
  22104.     protected function getDoctrine_MappingConvertCommandService()
  22105.     {
  22106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22107.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  22108.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  22109.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  22110.         $instance->setName('doctrine:mapping:convert');
  22111.         return $instance;
  22112.     }
  22113.     /**
  22114.      * Gets the private 'doctrine.mapping_import_command' shared service.
  22115.      *
  22116.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  22117.      */
  22118.     protected function getDoctrine_MappingImportCommandService()
  22119.     {
  22120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22121.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  22122.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  22123.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  22124.         $instance->setName('doctrine:mapping:import');
  22125.         return $instance;
  22126.     }
  22127.     /**
  22128.      * Gets the private 'doctrine.mapping_info_command' shared service.
  22129.      *
  22130.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  22131.      */
  22132.     protected function getDoctrine_MappingInfoCommandService()
  22133.     {
  22134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22135.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  22136.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  22137.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  22138.         $instance->setName('doctrine:mapping:info');
  22139.         return $instance;
  22140.     }
  22141.     /**
  22142.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  22143.      *
  22144.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  22145.      */
  22146.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  22147.     {
  22148.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  22149.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  22150.     }
  22151.     /**
  22152.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  22153.      *
  22154.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  22155.      */
  22156.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  22157.     {
  22158.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  22159.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  22160.         $instance->addEntityListener('Hitso\\Bundle\\CommonBundle\\Entity\\UserLogEntry''Hitso\\Bundle\\CommonBundle\\EventListener\\UserLogListener''prePersist');
  22161.         return $instance;
  22162.     }
  22163.     /**
  22164.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  22165.      *
  22166.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  22167.      */
  22168.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  22169.     {
  22170.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  22171.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22172.     }
  22173.     /**
  22174.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  22175.      *
  22176.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  22177.      */
  22178.     protected function getDoctrine_Orm_Validator_UniqueService()
  22179.     {
  22180.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22181.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22182.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  22183.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22184.     }
  22185.     /**
  22186.      * Gets the private 'doctrine.query_dql_command' shared service.
  22187.      *
  22188.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  22189.      */
  22190.     protected function getDoctrine_QueryDqlCommandService()
  22191.     {
  22192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22193.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  22194.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  22195.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  22196.         $instance->setName('doctrine:query:dql');
  22197.         return $instance;
  22198.     }
  22199.     /**
  22200.      * Gets the private 'doctrine.query_sql_command' shared service.
  22201.      *
  22202.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  22203.      */
  22204.     protected function getDoctrine_QuerySqlCommandService()
  22205.     {
  22206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22207.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  22208.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  22209.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  22210.         $instance->setName('doctrine:query:sql');
  22211.         return $instance;
  22212.     }
  22213.     /**
  22214.      * Gets the private 'doctrine.schema_create_command' shared service.
  22215.      *
  22216.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  22217.      */
  22218.     protected function getDoctrine_SchemaCreateCommandService()
  22219.     {
  22220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22221.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  22222.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  22223.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  22224.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  22225.         $instance->setName('doctrine:schema:create');
  22226.         return $instance;
  22227.     }
  22228.     /**
  22229.      * Gets the private 'doctrine.schema_drop_command' shared service.
  22230.      *
  22231.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  22232.      */
  22233.     protected function getDoctrine_SchemaDropCommandService()
  22234.     {
  22235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22236.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  22237.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  22238.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  22239.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  22240.         $instance->setName('doctrine:schema:drop');
  22241.         return $instance;
  22242.     }
  22243.     /**
  22244.      * Gets the private 'doctrine.schema_update_command' shared service.
  22245.      *
  22246.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  22247.      */
  22248.     protected function getDoctrine_SchemaUpdateCommandService()
  22249.     {
  22250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22251.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  22252.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  22253.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  22254.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  22255.         $instance->setName('doctrine:schema:update');
  22256.         return $instance;
  22257.     }
  22258.     /**
  22259.      * Gets the private 'doctrine.schema_validate_command' shared service.
  22260.      *
  22261.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  22262.      */
  22263.     protected function getDoctrine_SchemaValidateCommandService()
  22264.     {
  22265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22266.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  22267.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  22268.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  22269.         $instance->setName('doctrine:schema:validate');
  22270.         return $instance;
  22271.     }
  22272.     /**
  22273.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  22274.      *
  22275.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  22276.      */
  22277.     protected function getDoctrineMigrations_DiffCommandService()
  22278.     {
  22279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22280.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22281.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  22282.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  22283.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  22284.         $instance->setName('doctrine:migrations:diff');
  22285.         return $instance;
  22286.     }
  22287.     /**
  22288.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  22289.      *
  22290.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  22291.      */
  22292.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  22293.     {
  22294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22295.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22296.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  22297.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  22298.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  22299.         $instance->setName('doctrine:migrations:dump-schema');
  22300.         return $instance;
  22301.     }
  22302.     /**
  22303.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  22304.      *
  22305.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  22306.      */
  22307.     protected function getDoctrineMigrations_ExecuteCommandService()
  22308.     {
  22309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22310.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22311.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  22312.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  22313.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  22314.         $instance->setName('doctrine:migrations:execute');
  22315.         return $instance;
  22316.     }
  22317.     /**
  22318.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  22319.      *
  22320.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  22321.      */
  22322.     protected function getDoctrineMigrations_GenerateCommandService()
  22323.     {
  22324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22325.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22326.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  22327.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  22328.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  22329.         $instance->setName('doctrine:migrations:generate');
  22330.         return $instance;
  22331.     }
  22332.     /**
  22333.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  22334.      *
  22335.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  22336.      */
  22337.     protected function getDoctrineMigrations_LatestCommandService()
  22338.     {
  22339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22340.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22341.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  22342.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  22343.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  22344.         $instance->setName('doctrine:migrations:latest');
  22345.         return $instance;
  22346.     }
  22347.     /**
  22348.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  22349.      *
  22350.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  22351.      */
  22352.     protected function getDoctrineMigrations_MigrateCommandService()
  22353.     {
  22354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22355.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22356.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  22357.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  22358.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  22359.         $instance->setName('doctrine:migrations:migrate');
  22360.         return $instance;
  22361.     }
  22362.     /**
  22363.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  22364.      *
  22365.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  22366.      */
  22367.     protected function getDoctrineMigrations_RollupCommandService()
  22368.     {
  22369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22370.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22371.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  22372.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  22373.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  22374.         $instance->setName('doctrine:migrations:rollup');
  22375.         return $instance;
  22376.     }
  22377.     /**
  22378.      * Gets the private 'doctrine_migrations.status_command' shared service.
  22379.      *
  22380.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  22381.      */
  22382.     protected function getDoctrineMigrations_StatusCommandService()
  22383.     {
  22384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22385.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22386.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  22387.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  22388.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  22389.         $instance->setName('doctrine:migrations:status');
  22390.         return $instance;
  22391.     }
  22392.     /**
  22393.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  22394.      *
  22395.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  22396.      */
  22397.     protected function getDoctrineMigrations_UpToDateCommandService()
  22398.     {
  22399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22400.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22401.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  22402.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  22403.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  22404.         $instance->setName('doctrine:migrations:up-to-date');
  22405.         return $instance;
  22406.     }
  22407.     /**
  22408.      * Gets the private 'doctrine_migrations.version_command' shared service.
  22409.      *
  22410.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  22411.      */
  22412.     protected function getDoctrineMigrations_VersionCommandService()
  22413.     {
  22414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22415.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  22416.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  22417.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  22418.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  22419.         $instance->setName('doctrine:migrations:version');
  22420.         return $instance;
  22421.     }
  22422.     /**
  22423.      * Gets the private 'error_handler.error_renderer.html' shared service.
  22424.      *
  22425.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  22426.      */
  22427.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  22428.     {
  22429.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  22430.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  22431.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  22432.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  22433.     }
  22434.     /**
  22435.      * Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
  22436.      *
  22437.      * @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
  22438.      */
  22439.     protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad true)
  22440.     {
  22441.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/LoaderInterface.php';
  22442.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Persistence/PersisterAwareInterface.php';
  22443.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  22444.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/PersisterLoader.php';
  22445.         return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = new \Fidry\AliceDataFixtures\Loader\PersisterLoader($this->getFidryAliceDataFixtures_Loader_SimpleService(), ($this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), []);
  22446.     }
  22447.     /**
  22448.      * Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
  22449.      *
  22450.      * @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
  22451.      */
  22452.     protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad true)
  22453.     {
  22454.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/LoaderInterface.php';
  22455.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  22456.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/SimpleLoader.php';
  22457.         return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  22458.     }
  22459.     /**
  22460.      * Gets the private 'file_locator' shared service.
  22461.      *
  22462.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  22463.      */
  22464.     protected function getFileLocatorService()
  22465.     {
  22466.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  22467.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources'), [=> (\dirname(__DIR__4).'/src/Hitso/Bundle')], false);
  22468.     }
  22469.     /**
  22470.      * Gets the private 'form.choice_list_factory.cached' shared service.
  22471.      *
  22472.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  22473.      */
  22474.     protected function getForm_ChoiceListFactory_CachedService()
  22475.     {
  22476.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  22477.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  22478.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  22479.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  22480.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(($this->privates['form.choice_list_factory.default'] ?? ($this->privates['form.choice_list_factory.default'] = new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory())), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  22481.     }
  22482.     /**
  22483.      * Gets the private 'form.registry' shared service.
  22484.      *
  22485.      * @return \Symfony\Component\Form\FormRegistry
  22486.      */
  22487.     protected function getForm_RegistryService()
  22488.     {
  22489.         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, [
  22490.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  22491.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  22492.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  22493.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  22494.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  22495.             'Glifery\\EntityHiddenTypeBundle\\Form\\Type\\EntityHiddenType' => ['privates''glifery.entity_hidden_type.entity_form_type''getGlifery_EntityHiddenType_EntityFormTypeService'false],
  22496.             'Hartmann\\Bundle\\AppBundle\\Form\\AttributeGroupType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\AttributeGroupType''getAttributeGroupType2Service'false],
  22497.             'Hartmann\\Bundle\\AppBundle\\Form\\AttributeType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\AttributeType''getAttributeType2Service'false],
  22498.             'Hartmann\\Bundle\\AppBundle\\Form\\CategoryAttributeFormType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\CategoryAttributeFormType''getCategoryAttributeFormTypeService'false],
  22499.             'Hartmann\\Bundle\\AppBundle\\Form\\CompanyReferenceType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\CompanyReferenceType''getCompanyReferenceType2Service'false],
  22500.             'Hartmann\\Bundle\\AppBundle\\Form\\FaqAnswerFormType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\FaqAnswerFormType''getFaqAnswerFormTypeService'false],
  22501.             'Hartmann\\Bundle\\AppBundle\\Form\\FaqCategoryFormType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\FaqCategoryFormType''getFaqCategoryFormTypeService'false],
  22502.             'Hartmann\\Bundle\\AppBundle\\Form\\InformationFormType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\InformationFormType''getInformationFormTypeService'false],
  22503.             'Hartmann\\Bundle\\AppBundle\\Form\\InstructionCategoryFormType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\InstructionCategoryFormType''getInstructionCategoryFormTypeService'false],
  22504.             'Hartmann\\Bundle\\AppBundle\\Form\\InstructionFormType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\InstructionFormType''getInstructionFormTypeService'false],
  22505.             'Hartmann\\Bundle\\AppBundle\\Form\\MarketCategoryFormType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\MarketCategoryFormType''getMarketCategoryFormTypeService'false],
  22506.             'Hartmann\\Bundle\\AppBundle\\Form\\MarketFormType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\MarketFormType''getMarketFormTypeService'false],
  22507.             'Hartmann\\Bundle\\AppBundle\\Form\\ProductFireResistanceFormType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\ProductFireResistanceFormType''getProductFireResistanceFormTypeService'false],
  22508.             'Hartmann\\Bundle\\AppBundle\\Form\\ProductInsuranceSecurityFormType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\ProductInsuranceSecurityFormType''getProductInsuranceSecurityFormTypeService'false],
  22509.             'Hartmann\\Bundle\\AppBundle\\Form\\ProductReviewFormType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\ProductReviewFormType''getProductReviewFormTypeService'false],
  22510.             'Hartmann\\Bundle\\AppBundle\\Form\\ProductSafeLockFormType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\ProductSafeLockFormType''getProductSafeLockFormTypeService'false],
  22511.             'Hartmann\\Bundle\\AppBundle\\Form\\ProductSecurityClassFeatureFormType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\ProductSecurityClassFeatureFormType''getProductSecurityClassFeatureFormTypeService'false],
  22512.             'Hartmann\\Bundle\\AppBundle\\Form\\ProductSecurityClassFormType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\ProductSecurityClassFormType''getProductSecurityClassFormTypeService'false],
  22513.             'Hartmann\\Bundle\\AppBundle\\Form\\ProductSerieFormType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\ProductSerieFormType''getProductSerieFormTypeService'false],
  22514.             'Hartmann\\Bundle\\AppBundle\\Form\\PublicationFormType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\PublicationFormType''getPublicationFormTypeService'false],
  22515.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\AbstractHartmannSectionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\AbstractHartmannSectionType''getAbstractHartmannSectionTypeService'false],
  22516.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\CTASectionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\CTASectionType''getCTASectionTypeService'false],
  22517.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\CollectionOfCategoriesAndContactSectionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\CollectionOfCategoriesAndContactSectionType''getCollectionOfCategoriesAndContactSectionTypeService'false],
  22518.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\CollectionOfCategoriesSectionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\CollectionOfCategoriesSectionType''getCollectionOfCategoriesSectionTypeService'false],
  22519.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\ContactSectionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\ContactSectionType''getContactSectionTypeService'false],
  22520.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\CustomerLogoSectionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\CustomerLogoSectionType''getCustomerLogoSectionTypeService'false],
  22521.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\ExclusiveCtaSectionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\ExclusiveCtaSectionType''getExclusiveCtaSectionTypeService'false],
  22522.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\ExclusiveSafesType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\ExclusiveSafesType''getExclusiveSafesTypeService'false],
  22523.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\FullWidthSectionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\FullWidthSectionType''getFullWidthSectionTypeService'false],
  22524.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\HeadingContentSectionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\HeadingContentSectionType''getHeadingContentSectionTypeService'false],
  22525.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\LocksType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\LocksType''getLocksTypeService'false],
  22526.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\MasterPiecesSectionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\MasterPiecesSectionType''getMasterPiecesSectionTypeService'false],
  22527.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\OneColumnType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\OneColumnType''getOneColumnTypeService'false],
  22528.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\ParagraphExpandedSectionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\ParagraphExpandedSectionType''getParagraphExpandedSectionTypeService'false],
  22529.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\PersonalizedSafesSectionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\PersonalizedSafesSectionType''getPersonalizedSafesSectionTypeService'false],
  22530.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\SafesSectionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\SafesSectionType''getSafesSectionTypeService'false],
  22531.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\TimeLineSectionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\TimeLineSectionType''getTimeLineSectionTypeService'false],
  22532.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\TwoColumnsSectionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\TwoColumnsSectionType''getTwoColumnsSectionTypeService'false],
  22533.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\VideoWithDescriptionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\VideoWithDescriptionType''getVideoWithDescriptionTypeService'false],
  22534.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\WardrobeSectionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\WardrobeSectionType''getWardrobeSectionTypeService'false],
  22535.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\WeaponsSafeType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\WeaponsSafeType''getWeaponsSafeTypeService'false],
  22536.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\WeaponsStorageSpecialistsType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\WeaponsStorageSpecialistsType''getWeaponsStorageSpecialistsTypeService'false],
  22537.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\WhatToLookForSectionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Section\\WhatToLookForSectionType''getWhatToLookForSectionTypeService'false],
  22538.             'Hartmann\\Bundle\\AppBundle\\Form\\SloganFormType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\SloganFormType''getSloganFormTypeService'false],
  22539.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\DimensionsType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Type\\DimensionsType''getDimensionsTypeService'false],
  22540.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\HeadingContentTinyMceImageType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Type\\HeadingContentTinyMceImageType''getHeadingContentTinyMceImageTypeService'false],
  22541.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\HeadingContentTinyMceType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Type\\HeadingContentTinyMceType''getHeadingContentTinyMceTypeService'false],
  22542.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\HeadingContentType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Type\\HeadingContentType''getHeadingContentTypeService'false],
  22543.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\IconContentLinkType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Type\\IconContentLinkType''getIconContentLinkTypeService'false],
  22544.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\IconNameDescriptionType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Type\\IconNameDescriptionType''getIconNameDescriptionTypeService'false],
  22545.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\IconTextType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Type\\IconTextType''getIconTextTypeService'false],
  22546.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\LinkTextType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Type\\LinkTextType''getLinkTextTypeService'false],
  22547.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\MasterPiecesType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Type\\MasterPiecesType''getMasterPiecesTypeService'false],
  22548.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\ProductInformationType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Type\\ProductInformationType''getProductInformationTypeService'false],
  22549.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\TwoColumnsType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Type\\TwoColumnsType''getTwoColumnsTypeService'false],
  22550.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\WhatToLookForBlockType' => ['privates''Hartmann\\Bundle\\AppBundle\\Form\\Type\\WhatToLookForBlockType''getWhatToLookForBlockTypeService'false],
  22551.             'Hitso\\Bundle\\AdminBundle\\Form\\Type\\UserFormType' => ['privates''Hitso\\Bundle\\AdminBundle\\Form\\Type\\UserFormType''getUserFormTypeService'false],
  22552.             'Hitso\\Bundle\\AdminBundle\\Form\\Type\\UserNoteType' => ['privates''Hitso\\Bundle\\AdminBundle\\Form\\Type\\UserNoteType''getUserNoteTypeService'false],
  22553.             'Hitso\\Bundle\\AdminBundle\\Form\\WhitelistFormType' => ['privates''Hitso\\Bundle\\AdminBundle\\Form\\WhitelistFormType''getWhitelistFormTypeService'false],
  22554.             'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\BlockFormType' => ['privates''Hitso\\Bundle\\BlocksBundle\\Form\\Type\\BlockFormType''getBlockFormTypeService'false],
  22555.             'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\FileContainerType' => ['privates''Hitso\\Bundle\\BlocksBundle\\Form\\Type\\FileContainerType''getFileContainerTypeService'false],
  22556.             'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\FileType' => ['privates''Hitso\\Bundle\\BlocksBundle\\Form\\Type\\FileType''getFileType2Service'false],
  22557.             'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\HeaderTextareaContentType' => ['privates''Hitso\\Bundle\\BlocksBundle\\Form\\Type\\HeaderTextareaContentType''getHeaderTextareaContentTypeService'false],
  22558.             'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\HeaderTinyMCEContentType' => ['privates''Hitso\\Bundle\\BlocksBundle\\Form\\Type\\HeaderTinyMCEContentType''getHeaderTinyMCEContentTypeService'false],
  22559.             'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\ImageContainerType' => ['privates''Hitso\\Bundle\\BlocksBundle\\Form\\Type\\ImageContainerType''getImageContainerTypeService'false],
  22560.             'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\MailContentType' => ['privates''Hitso\\Bundle\\BlocksBundle\\Form\\Type\\MailContentType''getMailContentTypeService'false],
  22561.             'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\TextareaContentType' => ['privates''Hitso\\Bundle\\BlocksBundle\\Form\\Type\\TextareaContentType''getTextareaContentTypeService'false],
  22562.             'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\TinyMCEContentType' => ['privates''Hitso\\Bundle\\BlocksBundle\\Form\\Type\\TinyMCEContentType''getTinyMCEContentTypeService'false],
  22563.             'Hitso\\Bundle\\CatalogBundle\\Form\\AttributeGroupType' => ['privates''Hitso\\Bundle\\CatalogBundle\\Form\\AttributeGroupType''getAttributeGroupType3Service'false],
  22564.             'Hitso\\Bundle\\CatalogBundle\\Form\\AttributeType' => ['privates''Hitso\\Bundle\\CatalogBundle\\Form\\AttributeType''getAttributeType3Service'false],
  22565.             'Hitso\\Bundle\\CatalogBundle\\Form\\BrandType' => ['privates''Hitso\\Bundle\\CatalogBundle\\Form\\BrandType''getBrandType2Service'false],
  22566.             'Hitso\\Bundle\\CatalogBundle\\Form\\CategoryType' => ['privates''Hitso\\Bundle\\CatalogBundle\\Form\\CategoryType''getCategoryType2Service'false],
  22567.             'Hitso\\Bundle\\CatalogBundle\\Form\\ProductAttributeType' => ['privates''Hitso\\Bundle\\CatalogBundle\\Form\\ProductAttributeType''getProductAttributeTypeService'false],
  22568.             'Hitso\\Bundle\\CatalogBundle\\Form\\ProductReviewFormType' => ['privates''Hitso\\Bundle\\CatalogBundle\\Form\\ProductReviewFormType''getProductReviewFormType2Service'false],
  22569.             'Hitso\\Bundle\\CatalogBundle\\Form\\ProductSeoType' => ['privates''Hitso\\Bundle\\CatalogBundle\\Form\\ProductSeoType''getProductSeoTypeService'false],
  22570.             'Hitso\\Bundle\\CatalogBundle\\Form\\ProductType' => ['privates''Hitso\\Bundle\\CatalogBundle\\Form\\ProductType''getProductType3Service'false],
  22571.             'Hitso\\Bundle\\CatalogBundle\\Form\\Section\\ProductPageSectionType' => ['privates''Hitso\\Bundle\\CatalogBundle\\Form\\Section\\ProductPageSectionType''getProductPageSectionTypeService'false],
  22572.             'Hitso\\Bundle\\CatalogBundle\\Form\\TaxRateType' => ['privates''Hitso\\Bundle\\CatalogBundle\\Form\\TaxRateType''getTaxRateType2Service'false],
  22573.             'Hitso\\Bundle\\CatalogBundle\\Form\\Type\\ProductAttributeInputType' => ['privates''Hitso\\Bundle\\CatalogBundle\\Form\\Type\\ProductAttributeInputType''getProductAttributeInputTypeService'false],
  22574.             'Hitso\\Bundle\\CatalogBundle\\Form\\Type\\ProductAttribute\\ProductAttributeChoiceType' => ['privates''Hitso\\Bundle\\CatalogBundle\\Form\\Type\\ProductAttribute\\ProductAttributeChoiceType''getProductAttributeChoiceTypeService'false],
  22575.             'Hitso\\Bundle\\CatalogBundle\\Form\\Type\\ProductCollectionType' => ['privates''Hitso\\Bundle\\CatalogBundle\\Form\\Type\\ProductCollectionType''getProductCollectionTypeService'false],
  22576.             'Hitso\\Bundle\\CatalogBundle\\Form\\Type\\RangeInputType' => ['privates''Hitso\\Bundle\\CatalogBundle\\Form\\Type\\RangeInputType''getRangeInputTypeService'false],
  22577.             'Hitso\\Bundle\\CommonBundle\\Form\\Type\\ActionsType' => ['privates''Hitso\\Bundle\\CommonBundle\\Form\\Type\\ActionsType''getActionsTypeService'false],
  22578.             'Hitso\\Bundle\\CommonBundle\\Form\\Type\\AuthorType' => ['privates''Hitso\\Bundle\\CommonBundle\\Form\\Type\\AuthorType''getAuthorTypeService'false],
  22579.             'Hitso\\Bundle\\CommonBundle\\Form\\Type\\EntityAutocompleterType' => ['privates''Hitso\\Bundle\\CommonBundle\\Form\\Type\\EntityAutocompleterType''getEntityAutocompleterTypeService'false],
  22580.             'Hitso\\Bundle\\CommonBundle\\Form\\Type\\ExpandLinkType' => ['privates''Hitso\\Bundle\\CommonBundle\\Form\\Type\\ExpandLinkType''getExpandLinkTypeService'false],
  22581.             'Hitso\\Bundle\\CommonBundle\\Form\\Type\\LinkType' => ['privates''Hitso\\Bundle\\CommonBundle\\Form\\Type\\LinkType''getLinkTypeService'false],
  22582.             'Hitso\\Bundle\\ContentBundle\\Form\\Admin\\AuthorFormType' => ['privates''Hitso\\Bundle\\ContentBundle\\Form\\Admin\\AuthorFormType''getAuthorFormTypeService'false],
  22583.             'Hitso\\Bundle\\ContentBundle\\Form\\CategoryFormType' => ['privates''Hitso\\Bundle\\ContentBundle\\Form\\CategoryFormType''getCategoryFormTypeService'false],
  22584.             'Hitso\\Bundle\\ContentBundle\\Form\\CommentChangeStatusType' => ['privates''Hitso\\Bundle\\ContentBundle\\Form\\CommentChangeStatusType''getCommentChangeStatusTypeService'false],
  22585.             'Hitso\\Bundle\\ContentBundle\\Form\\CommentFormType' => ['privates''Hitso\\Bundle\\ContentBundle\\Form\\CommentFormType''getCommentFormTypeService'false],
  22586.             'Hitso\\Bundle\\ContentBundle\\Form\\ContentFormType' => ['privates''Hitso\\Bundle\\ContentBundle\\Form\\ContentFormType''getContentFormTypeService'false],
  22587.             'Hitso\\Bundle\\ContentBundle\\Form\\ContentSectionType' => ['privates''Hitso\\Bundle\\ContentBundle\\Form\\ContentSectionType''getContentSectionTypeService'false],
  22588.             'Hitso\\Bundle\\ContentBundle\\Form\\Type\\AuthorCollectionType' => ['privates''Hitso\\Bundle\\ContentBundle\\Form\\Type\\AuthorCollectionType''getAuthorCollectionTypeService'false],
  22589.             'Hitso\\Bundle\\ContentBundle\\Form\\Type\\BannerFormType' => ['privates''Hitso\\Bundle\\ContentBundle\\Form\\Type\\BannerFormType''getBannerFormTypeService'false],
  22590.             'Hitso\\Bundle\\ContentBundle\\Form\\Type\\ContentAuthorType' => ['privates''Hitso\\Bundle\\ContentBundle\\Form\\Type\\ContentAuthorType''getContentAuthorTypeService'false],
  22591.             'Hitso\\Bundle\\ContentBundle\\Form\\Type\\ContentCollectionType' => ['privates''Hitso\\Bundle\\ContentBundle\\Form\\Type\\ContentCollectionType''getContentCollectionTypeService'false],
  22592.             'Hitso\\Bundle\\ContentBundle\\Form\\Type\\SlideFormType' => ['privates''Hitso\\Bundle\\ContentBundle\\Form\\Type\\SlideFormType''getSlideFormTypeService'false],
  22593.             'Hitso\\Bundle\\FileManagerBundle\\Form\\FileType' => ['services''Hitso\\Bundle\\FileManagerBundle\\Form\\FileType''getFileTypeService'false],
  22594.             'Hitso\\Bundle\\FormBundle\\Form\\Type\\ColourType' => ['privates''Hitso\\Bundle\\FormBundle\\Form\\Type\\ColourType''getColourTypeService'false],
  22595.             'Hitso\\Bundle\\FormBundle\\Form\\Type\\FileType' => ['privates''Hitso\\Bundle\\FormBundle\\Form\\Type\\FileType''getFileType3Service'false],
  22596.             'Hitso\\Bundle\\FormBundle\\Form\\Type\\FontStyleType' => ['privates''Hitso\\Bundle\\FormBundle\\Form\\Type\\FontStyleType''getFontStyleTypeService'false],
  22597.             'Hitso\\Bundle\\FormBundle\\Form\\Type\\ImagePreviewType' => ['privates''Hitso\\Bundle\\FormBundle\\Form\\Type\\ImagePreviewType''getImagePreviewTypeService'false],
  22598.             'Hitso\\Bundle\\FormBundle\\Form\\Type\\ImageType' => ['privates''Hitso\\Bundle\\FormBundle\\Form\\Type\\ImageType''getImageTypeService'false],
  22599.             'Hitso\\Bundle\\FormBundle\\Form\\Type\\SitesType' => ['privates''Hitso\\Bundle\\FormBundle\\Form\\Type\\SitesType''getSitesTypeService'false],
  22600.             'Hitso\\Bundle\\NewsletterBundle\\Form\\SubscriberFormType' => ['privates''Hitso\\Bundle\\NewsletterBundle\\Form\\SubscriberFormType''getSubscriberFormTypeService'false],
  22601.             'Hitso\\Bundle\\SearchBundle\\Form\\SearchReportType' => ['privates''Hitso\\Bundle\\SearchBundle\\Form\\SearchReportType''getSearchReportTypeService'false],
  22602.             'Hitso\\Bundle\\SeoBundle\\Form\\Type\\SeoPageType' => ['privates''Hitso\\Bundle\\SeoBundle\\Form\\Type\\SeoPageType''getSeoPageTypeService'false],
  22603.             'Hitso\\Bundle\\TaggingBundle\\Form\\Type\\TagFormType' => ['privates''Hitso\\Bundle\\TaggingBundle\\Form\\Type\\TagFormType''getTagFormTypeService'false],
  22604.             'Hitso\\Bundle\\TaggingBundle\\Form\\Type\\TagTypeFormType' => ['privates''Hitso\\Bundle\\TaggingBundle\\Form\\Type\\TagTypeFormType''getTagTypeFormTypeService'false],
  22605.             'Hitso\\Bundle\\TaggingBundle\\Form\\Type\\TagsType' => ['privates''Hitso\\Bundle\\TaggingBundle\\Form\\Type\\TagsType''getTagsTypeService'false],
  22606.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  22607.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  22608.             'Symfony\\Cmf\\Bundle\\SeoBundle\\Form\\Type\\SeoMetadataType' => ['privates''cmf_seo.form.type.seo_metadata''getCmfSeo_Form_Type_SeoMetadataService'false],
  22609.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  22610.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  22611.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  22612.         ], [
  22613.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  22614.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  22615.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  22616.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  22617.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  22618.             'Glifery\\EntityHiddenTypeBundle\\Form\\Type\\EntityHiddenType' => '?',
  22619.             'Hartmann\\Bundle\\AppBundle\\Form\\AttributeGroupType' => '?',
  22620.             'Hartmann\\Bundle\\AppBundle\\Form\\AttributeType' => '?',
  22621.             'Hartmann\\Bundle\\AppBundle\\Form\\CategoryAttributeFormType' => '?',
  22622.             'Hartmann\\Bundle\\AppBundle\\Form\\CompanyReferenceType' => '?',
  22623.             'Hartmann\\Bundle\\AppBundle\\Form\\FaqAnswerFormType' => '?',
  22624.             'Hartmann\\Bundle\\AppBundle\\Form\\FaqCategoryFormType' => '?',
  22625.             'Hartmann\\Bundle\\AppBundle\\Form\\InformationFormType' => '?',
  22626.             'Hartmann\\Bundle\\AppBundle\\Form\\InstructionCategoryFormType' => '?',
  22627.             'Hartmann\\Bundle\\AppBundle\\Form\\InstructionFormType' => '?',
  22628.             'Hartmann\\Bundle\\AppBundle\\Form\\MarketCategoryFormType' => '?',
  22629.             'Hartmann\\Bundle\\AppBundle\\Form\\MarketFormType' => '?',
  22630.             'Hartmann\\Bundle\\AppBundle\\Form\\ProductFireResistanceFormType' => '?',
  22631.             'Hartmann\\Bundle\\AppBundle\\Form\\ProductInsuranceSecurityFormType' => '?',
  22632.             'Hartmann\\Bundle\\AppBundle\\Form\\ProductReviewFormType' => '?',
  22633.             'Hartmann\\Bundle\\AppBundle\\Form\\ProductSafeLockFormType' => '?',
  22634.             'Hartmann\\Bundle\\AppBundle\\Form\\ProductSecurityClassFeatureFormType' => '?',
  22635.             'Hartmann\\Bundle\\AppBundle\\Form\\ProductSecurityClassFormType' => '?',
  22636.             'Hartmann\\Bundle\\AppBundle\\Form\\ProductSerieFormType' => '?',
  22637.             'Hartmann\\Bundle\\AppBundle\\Form\\PublicationFormType' => '?',
  22638.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\AbstractHartmannSectionType' => '?',
  22639.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\CTASectionType' => '?',
  22640.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\CollectionOfCategoriesAndContactSectionType' => '?',
  22641.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\CollectionOfCategoriesSectionType' => '?',
  22642.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\ContactSectionType' => '?',
  22643.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\CustomerLogoSectionType' => '?',
  22644.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\ExclusiveCtaSectionType' => '?',
  22645.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\ExclusiveSafesType' => '?',
  22646.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\FullWidthSectionType' => '?',
  22647.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\HeadingContentSectionType' => '?',
  22648.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\LocksType' => '?',
  22649.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\MasterPiecesSectionType' => '?',
  22650.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\OneColumnType' => '?',
  22651.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\ParagraphExpandedSectionType' => '?',
  22652.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\PersonalizedSafesSectionType' => '?',
  22653.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\SafesSectionType' => '?',
  22654.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\TimeLineSectionType' => '?',
  22655.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\TwoColumnsSectionType' => '?',
  22656.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\VideoWithDescriptionType' => '?',
  22657.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\WardrobeSectionType' => '?',
  22658.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\WeaponsSafeType' => '?',
  22659.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\WeaponsStorageSpecialistsType' => '?',
  22660.             'Hartmann\\Bundle\\AppBundle\\Form\\Section\\WhatToLookForSectionType' => '?',
  22661.             'Hartmann\\Bundle\\AppBundle\\Form\\SloganFormType' => '?',
  22662.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\DimensionsType' => '?',
  22663.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\HeadingContentTinyMceImageType' => '?',
  22664.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\HeadingContentTinyMceType' => '?',
  22665.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\HeadingContentType' => '?',
  22666.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\IconContentLinkType' => '?',
  22667.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\IconNameDescriptionType' => '?',
  22668.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\IconTextType' => '?',
  22669.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\LinkTextType' => '?',
  22670.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\MasterPiecesType' => '?',
  22671.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\ProductInformationType' => '?',
  22672.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\TwoColumnsType' => '?',
  22673.             'Hartmann\\Bundle\\AppBundle\\Form\\Type\\WhatToLookForBlockType' => '?',
  22674.             'Hitso\\Bundle\\AdminBundle\\Form\\Type\\UserFormType' => '?',
  22675.             'Hitso\\Bundle\\AdminBundle\\Form\\Type\\UserNoteType' => '?',
  22676.             'Hitso\\Bundle\\AdminBundle\\Form\\WhitelistFormType' => '?',
  22677.             'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\BlockFormType' => '?',
  22678.             'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\FileContainerType' => '?',
  22679.             'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\FileType' => '?',
  22680.             'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\HeaderTextareaContentType' => '?',
  22681.             'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\HeaderTinyMCEContentType' => '?',
  22682.             'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\ImageContainerType' => '?',
  22683.             'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\MailContentType' => '?',
  22684.             'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\TextareaContentType' => '?',
  22685.             'Hitso\\Bundle\\BlocksBundle\\Form\\Type\\TinyMCEContentType' => '?',
  22686.             'Hitso\\Bundle\\CatalogBundle\\Form\\AttributeGroupType' => '?',
  22687.             'Hitso\\Bundle\\CatalogBundle\\Form\\AttributeType' => '?',
  22688.             'Hitso\\Bundle\\CatalogBundle\\Form\\BrandType' => '?',
  22689.             'Hitso\\Bundle\\CatalogBundle\\Form\\CategoryType' => '?',
  22690.             'Hitso\\Bundle\\CatalogBundle\\Form\\ProductAttributeType' => '?',
  22691.             'Hitso\\Bundle\\CatalogBundle\\Form\\ProductReviewFormType' => '?',
  22692.             'Hitso\\Bundle\\CatalogBundle\\Form\\ProductSeoType' => '?',
  22693.             'Hitso\\Bundle\\CatalogBundle\\Form\\ProductType' => '?',
  22694.             'Hitso\\Bundle\\CatalogBundle\\Form\\Section\\ProductPageSectionType' => '?',
  22695.             'Hitso\\Bundle\\CatalogBundle\\Form\\TaxRateType' => '?',
  22696.             'Hitso\\Bundle\\CatalogBundle\\Form\\Type\\ProductAttributeInputType' => '?',
  22697.             'Hitso\\Bundle\\CatalogBundle\\Form\\Type\\ProductAttribute\\ProductAttributeChoiceType' => '?',
  22698.             'Hitso\\Bundle\\CatalogBundle\\Form\\Type\\ProductCollectionType' => '?',
  22699.             'Hitso\\Bundle\\CatalogBundle\\Form\\Type\\RangeInputType' => '?',
  22700.             'Hitso\\Bundle\\CommonBundle\\Form\\Type\\ActionsType' => '?',
  22701.             'Hitso\\Bundle\\CommonBundle\\Form\\Type\\AuthorType' => '?',
  22702.             'Hitso\\Bundle\\CommonBundle\\Form\\Type\\EntityAutocompleterType' => '?',
  22703.             'Hitso\\Bundle\\CommonBundle\\Form\\Type\\ExpandLinkType' => '?',
  22704.             'Hitso\\Bundle\\CommonBundle\\Form\\Type\\LinkType' => '?',
  22705.             'Hitso\\Bundle\\ContentBundle\\Form\\Admin\\AuthorFormType' => '?',
  22706.             'Hitso\\Bundle\\ContentBundle\\Form\\CategoryFormType' => '?',
  22707.             'Hitso\\Bundle\\ContentBundle\\Form\\CommentChangeStatusType' => '?',
  22708.             'Hitso\\Bundle\\ContentBundle\\Form\\CommentFormType' => '?',
  22709.             'Hitso\\Bundle\\ContentBundle\\Form\\ContentFormType' => '?',
  22710.             'Hitso\\Bundle\\ContentBundle\\Form\\ContentSectionType' => '?',
  22711.             'Hitso\\Bundle\\ContentBundle\\Form\\Type\\AuthorCollectionType' => '?',
  22712.             'Hitso\\Bundle\\ContentBundle\\Form\\Type\\BannerFormType' => '?',
  22713.             'Hitso\\Bundle\\ContentBundle\\Form\\Type\\ContentAuthorType' => '?',
  22714.             'Hitso\\Bundle\\ContentBundle\\Form\\Type\\ContentCollectionType' => '?',
  22715.             'Hitso\\Bundle\\ContentBundle\\Form\\Type\\SlideFormType' => '?',
  22716.             'Hitso\\Bundle\\FileManagerBundle\\Form\\FileType' => '?',
  22717.             'Hitso\\Bundle\\FormBundle\\Form\\Type\\ColourType' => '?',
  22718.             'Hitso\\Bundle\\FormBundle\\Form\\Type\\FileType' => '?',
  22719.             'Hitso\\Bundle\\FormBundle\\Form\\Type\\FontStyleType' => '?',
  22720.             'Hitso\\Bundle\\FormBundle\\Form\\Type\\ImagePreviewType' => '?',
  22721.             'Hitso\\Bundle\\FormBundle\\Form\\Type\\ImageType' => '?',
  22722.             'Hitso\\Bundle\\FormBundle\\Form\\Type\\SitesType' => '?',
  22723.             'Hitso\\Bundle\\NewsletterBundle\\Form\\SubscriberFormType' => '?',
  22724.             'Hitso\\Bundle\\SearchBundle\\Form\\SearchReportType' => '?',
  22725.             'Hitso\\Bundle\\SeoBundle\\Form\\Type\\SeoPageType' => '?',
  22726.             'Hitso\\Bundle\\TaggingBundle\\Form\\Type\\TagFormType' => '?',
  22727.             'Hitso\\Bundle\\TaggingBundle\\Form\\Type\\TagTypeFormType' => '?',
  22728.             'Hitso\\Bundle\\TaggingBundle\\Form\\Type\\TagsType' => '?',
  22729.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  22730.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  22731.             'Symfony\\Cmf\\Bundle\\SeoBundle\\Form\\Type\\SeoMetadataType' => '?',
  22732.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  22733.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  22734.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  22735.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  22736.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  22737.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  22738.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  22739.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  22740.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  22741.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  22742.             yield => ($this->services['liform.add_schema_extension'] ?? ($this->services['liform.add_schema_extension'] = new \Limenius\Liform\Form\Extension\AddLiformExtension()));
  22743.             yield => ($this->privates['Hitso\\Bundle\\CommonBundle\\Form\\Extension\\HelpTextExtension'] ?? ($this->privates['Hitso\\Bundle\\CommonBundle\\Form\\Extension\\HelpTextExtension'] = new \Hitso\Bundle\CommonBundle\Form\Extension\HelpTextExtension()));
  22744.             yield => ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Extension\\FormTypeExtension'] ?? ($this->privates['Hitso\\Bundle\\FormBundle\\Form\\Extension\\FormTypeExtension'] = new \Hitso\Bundle\FormBundle\Form\Extension\FormTypeExtension()));
  22745.             yield => ($this->privates['hitso_form.form_extension'] ?? ($this->privates['hitso_form.form_extension'] = new \Hitso\Bundle\FormBundle\Form\Extension\OrderedFormExtension()));
  22746.         }, 10), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  22747.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  22748.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  22749.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  22750.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ButtonType' => new RewindableGenerator(function () {
  22751.             yield => ($this->privates['hitso_form.button_extension'] ?? ($this->privates['hitso_form.button_extension'] = new \Hitso\Bundle\FormBundle\Form\Extension\OrderedButtonExtension()));
  22752.         }, 1)], new RewindableGenerator(function () {
  22753.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  22754.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  22755.         }, 2))], new \Hitso\Bundle\FormBundle\Form\OrderedResolvedFormTypeFactory(new \Hitso\Bundle\FormBundle\Form\Orderer\FormOrderer()));
  22756.     }
  22757.     /**
  22758.      * Gets the private 'form.server_params' shared service.
  22759.      *
  22760.      * @return \Symfony\Component\Form\Util\ServerParams
  22761.      */
  22762.     protected function getForm_ServerParamsService()
  22763.     {
  22764.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  22765.         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())));
  22766.     }
  22767.     /**
  22768.      * Gets the private 'form.type.choice' shared service.
  22769.      *
  22770.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  22771.      */
  22772.     protected function getForm_Type_ChoiceService()
  22773.     {
  22774.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22775.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22776.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  22777.         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->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  22778.     }
  22779.     /**
  22780.      * Gets the private 'form.type.entity' shared service.
  22781.      *
  22782.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  22783.      */
  22784.     protected function getForm_Type_EntityService()
  22785.     {
  22786.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22787.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22788.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  22789.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  22790.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22791.     }
  22792.     /**
  22793.      * Gets the private 'form.type.form' shared service.
  22794.      *
  22795.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  22796.      */
  22797.     protected function getForm_Type_FormService()
  22798.     {
  22799.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22800.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22801.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  22802.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  22803.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  22804.     }
  22805.     /**
  22806.      * Gets the private 'form.type_extension.csrf' shared service.
  22807.      *
  22808.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  22809.      */
  22810.     protected function getForm_TypeExtension_CsrfService()
  22811.     {
  22812.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  22813.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  22814.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  22815.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  22816.     }
  22817.     /**
  22818.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  22819.      *
  22820.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  22821.      */
  22822.     protected function getForm_TypeExtension_Form_DataCollectorService()
  22823.     {
  22824.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  22825.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  22826.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  22827.         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()));
  22828.     }
  22829.     /**
  22830.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  22831.      *
  22832.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  22833.      */
  22834.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  22835.     {
  22836.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  22837.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  22838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  22839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  22840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  22841.         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())));
  22842.     }
  22843.     /**
  22844.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  22845.      *
  22846.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  22847.      */
  22848.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  22849.     {
  22850.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  22851.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  22852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  22853.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  22854.     }
  22855.     /**
  22856.      * Gets the private 'form.type_extension.form.validator' shared service.
  22857.      *
  22858.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  22859.      */
  22860.     protected function getForm_TypeExtension_Form_ValidatorService()
  22861.     {
  22862.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  22863.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  22864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  22865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  22866.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  22867.     }
  22868.     /**
  22869.      * Gets the private 'form.type_extension.upload.validator' shared service.
  22870.      *
  22871.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  22872.      */
  22873.     protected function getForm_TypeExtension_Upload_ValidatorService()
  22874.     {
  22875.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  22876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  22877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  22878.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), 'validators');
  22879.     }
  22880.     /**
  22881.      * Gets the private 'form.type_guesser.doctrine' shared service.
  22882.      *
  22883.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  22884.      */
  22885.     protected function getForm_TypeGuesser_DoctrineService()
  22886.     {
  22887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  22888.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  22889.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22890.     }
  22891.     /**
  22892.      * Gets the private 'form.type_guesser.validator' shared service.
  22893.      *
  22894.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  22895.      */
  22896.     protected function getForm_TypeGuesser_ValidatorService()
  22897.     {
  22898.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  22899.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  22900.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  22901.     }
  22902.     /**
  22903.      * Gets the private 'fos_rest.body_listener' shared service.
  22904.      *
  22905.      * @return \FOS\RestBundle\EventListener\BodyListener
  22906.      */
  22907.     protected function getFosRest_BodyListenerService()
  22908.     {
  22909.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22910.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  22911.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  22912.         ], [
  22913.             'fos_rest.decoder.json' => '?',
  22914.             'fos_rest.decoder.xml' => '?',
  22915.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  22916.         $instance->setDefaultFormat(NULL);
  22917.         return $instance;
  22918.     }
  22919.     /**
  22920.      * Gets the private 'fos_rest.decoder.json' shared service.
  22921.      *
  22922.      * @return \FOS\RestBundle\Decoder\JsonDecoder
  22923.      */
  22924.     protected function getFosRest_Decoder_JsonService()
  22925.     {
  22926.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  22927.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
  22928.         return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
  22929.     }
  22930.     /**
  22931.      * Gets the private 'fos_rest.decoder.xml' shared service.
  22932.      *
  22933.      * @return \FOS\RestBundle\Decoder\XmlDecoder
  22934.      */
  22935.     protected function getFosRest_Decoder_XmlService()
  22936.     {
  22937.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  22938.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php';
  22939.         return $this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder();
  22940.     }
  22941.     /**
  22942.      * Gets the private 'fos_rest.inflector.doctrine' shared service.
  22943.      *
  22944.      * @return \FOS\RestBundle\Inflector\DoctrineInflector
  22945.      *
  22946.      * @deprecated The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.
  22947.      */
  22948.     protected function getFosRest_Inflector_DoctrineService()
  22949.     {
  22950.         @trigger_error('The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  22951.         return new \FOS\RestBundle\Inflector\DoctrineInflector();
  22952.     }
  22953.     /**
  22954.      * Gets the private 'fos_rest.routing.loader.controller' shared service.
  22955.      *
  22956.      * @return \FOS\RestBundle\Routing\Loader\RestRouteLoader
  22957.      *
  22958.      * @deprecated The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  22959.      */
  22960.     protected function getFosRest_Routing_Loader_ControllerService()
  22961.     {
  22962.         @trigger_error('The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  22963.         return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), $this->getFosRest_Routing_Loader_Reader_ControllerService(), NULL);
  22964.     }
  22965.     /**
  22966.      * Gets the private 'fos_rest.routing.loader.directory' shared service.
  22967.      *
  22968.      * @return \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader
  22969.      *
  22970.      * @deprecated The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  22971.      */
  22972.     protected function getFosRest_Routing_Loader_DirectoryService()
  22973.     {
  22974.         @trigger_error('The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  22975.         return new \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()));
  22976.     }
  22977.     /**
  22978.      * Gets the private 'fos_rest.routing.loader.processor' shared service.
  22979.      *
  22980.      * @return \FOS\RestBundle\Routing\Loader\RestRouteProcessor
  22981.      *
  22982.      * @deprecated The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  22983.      */
  22984.     protected function getFosRest_Routing_Loader_ProcessorService()
  22985.     {
  22986.         @trigger_error('The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  22987.         return $this->privates['fos_rest.routing.loader.processor'] = new \FOS\RestBundle\Routing\Loader\RestRouteProcessor();
  22988.     }
  22989.     /**
  22990.      * Gets the private 'fos_rest.routing.loader.reader.action' shared service.
  22991.      *
  22992.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestActionReader
  22993.      *
  22994.      * @deprecated The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  22995.      */
  22996.     protected function getFosRest_Routing_Loader_Reader_ActionService()
  22997.     {
  22998.         @trigger_error('The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  22999.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  23000.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  23001.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  23002.         return new \FOS\RestBundle\Routing\Loader\Reader\RestActionReader($a, new \FOS\RestBundle\Request\ParamReader($a), $this->getFosRest_Inflector_DoctrineService(), true, ['json' => false'xml' => false'html' => true], true);
  23003.     }
  23004.     /**
  23005.      * Gets the private 'fos_rest.routing.loader.reader.controller' shared service.
  23006.      *
  23007.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader
  23008.      *
  23009.      * @deprecated The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.
  23010.      */
  23011.     protected function getFosRest_Routing_Loader_Reader_ControllerService()
  23012.     {
  23013.         @trigger_error('The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  23014.         return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->getFosRest_Routing_Loader_Reader_ActionService(), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  23015.     }
  23016.     /**
  23017.      * Gets the private 'fos_rest.routing.loader.xml_collection' shared service.
  23018.      *
  23019.      * @return \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader
  23020.      *
  23021.      * @deprecated The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  23022.      */
  23023.     protected function getFosRest_Routing_Loader_XmlCollectionService()
  23024.     {
  23025.         @trigger_error('The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  23026.         return new \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()), true, ['json' => false'xml' => false'html' => true], NULL);
  23027.     }
  23028.     /**
  23029.      * Gets the private 'fos_rest.routing.loader.yaml_collection' shared service.
  23030.      *
  23031.      * @return \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader
  23032.      *
  23033.      * @deprecated The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  23034.      */
  23035.     protected function getFosRest_Routing_Loader_YamlCollectionService()
  23036.     {
  23037.         @trigger_error('The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  23038.         return new \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()), true, ['json' => false'xml' => false'html' => true], NULL);
  23039.     }
  23040.     /**
  23041.      * Gets the private 'fos_rest.serializer.symfony' shared service.
  23042.      *
  23043.      * @return \FOS\RestBundle\Serializer\SymfonySerializerAdapter
  23044.      */
  23045.     protected function getFosRest_Serializer_SymfonyService($lazyLoad true)
  23046.     {
  23047.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  23048.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/SymfonySerializerAdapter.php';
  23049.         return new \FOS\RestBundle\Serializer\SymfonySerializerAdapter(($this->services['serializer'] ?? $this->getSerializerService()));
  23050.     }
  23051.     /**
  23052.      * Gets the private 'fos_user.change_password.form.type' shared service.
  23053.      *
  23054.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  23055.      */
  23056.     protected function getFosUser_ChangePassword_Form_TypeService()
  23057.     {
  23058.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23059.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23060.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  23061.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('Hitso\\Bundle\\CommonBundle\\Entity\\User');
  23062.     }
  23063.     /**
  23064.      * Gets the private 'fos_user.command.activate_user' shared service.
  23065.      *
  23066.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  23067.      */
  23068.     protected function getFosUser_Command_ActivateUserService()
  23069.     {
  23070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23071.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  23072.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  23073.         $instance->setName('fos:user:activate');
  23074.         return $instance;
  23075.     }
  23076.     /**
  23077.      * Gets the private 'fos_user.command.change_password' shared service.
  23078.      *
  23079.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  23080.      */
  23081.     protected function getFosUser_Command_ChangePasswordService()
  23082.     {
  23083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23084.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  23085.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  23086.         $instance->setName('fos:user:change-password');
  23087.         return $instance;
  23088.     }
  23089.     /**
  23090.      * Gets the private 'fos_user.command.create_user' shared service.
  23091.      *
  23092.      * @return \FOS\UserBundle\Command\CreateUserCommand
  23093.      */
  23094.     protected function getFosUser_Command_CreateUserService()
  23095.     {
  23096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23097.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  23098.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  23099.         $instance->setName('fos:user:create');
  23100.         return $instance;
  23101.     }
  23102.     /**
  23103.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  23104.      *
  23105.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  23106.      */
  23107.     protected function getFosUser_Command_DeactivateUserService()
  23108.     {
  23109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23110.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  23111.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  23112.         $instance->setName('fos:user:deactivate');
  23113.         return $instance;
  23114.     }
  23115.     /**
  23116.      * Gets the private 'fos_user.command.demote_user' shared service.
  23117.      *
  23118.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  23119.      */
  23120.     protected function getFosUser_Command_DemoteUserService()
  23121.     {
  23122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23123.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  23124.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  23125.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  23126.         $instance->setName('fos:user:demote');
  23127.         return $instance;
  23128.     }
  23129.     /**
  23130.      * Gets the private 'fos_user.command.promote_user' shared service.
  23131.      *
  23132.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  23133.      */
  23134.     protected function getFosUser_Command_PromoteUserService()
  23135.     {
  23136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23137.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  23138.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  23139.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  23140.         $instance->setName('fos:user:promote');
  23141.         return $instance;
  23142.     }
  23143.     /**
  23144.      * Gets the private 'fos_user.listener.authentication' shared service.
  23145.      *
  23146.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  23147.      */
  23148.     protected function getFosUser_Listener_AuthenticationService()
  23149.     {
  23150.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  23151.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  23152.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  23153.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  23154.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  23155.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  23156.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  23157.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(new \FOS\UserBundle\Security\LoginManager(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL), 'main');
  23158.     }
  23159.     /**
  23160.      * Gets the private 'fos_user.listener.flash' shared service.
  23161.      *
  23162.      * @return \FOS\UserBundle\EventListener\FlashListener
  23163.      */
  23164.     protected function getFosUser_Listener_FlashService()
  23165.     {
  23166.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  23167.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['session'] ?? $this->getSessionService()), ($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  23168.     }
  23169.     /**
  23170.      * Gets the private 'fos_user.listener.resetting' shared service.
  23171.      *
  23172.      * @return \FOS\UserBundle\EventListener\ResettingListener
  23173.      */
  23174.     protected function getFosUser_Listener_ResettingService()
  23175.     {
  23176.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  23177.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), 86400);
  23178.     }
  23179.     /**
  23180.      * Gets the private 'fos_user.profile.form.type' shared service.
  23181.      *
  23182.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  23183.      */
  23184.     protected function getFosUser_Profile_Form_TypeService()
  23185.     {
  23186.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23187.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23188.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  23189.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('Hitso\\Bundle\\CommonBundle\\Entity\\User');
  23190.     }
  23191.     /**
  23192.      * Gets the private 'fos_user.registration.form.type' shared service.
  23193.      *
  23194.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  23195.      */
  23196.     protected function getFosUser_Registration_Form_TypeService()
  23197.     {
  23198.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23199.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23200.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  23201.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('Hitso\\Bundle\\CommonBundle\\Entity\\User');
  23202.     }
  23203.     /**
  23204.      * Gets the private 'fos_user.resetting.form.type' shared service.
  23205.      *
  23206.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  23207.      */
  23208.     protected function getFosUser_Resetting_Form_TypeService()
  23209.     {
  23210.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23211.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23212.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  23213.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('Hitso\\Bundle\\CommonBundle\\Entity\\User');
  23214.     }
  23215.     /**
  23216.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  23217.      *
  23218.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  23219.      */
  23220.     protected function getFosUser_Security_InteractiveLoginListenerService()
  23221.     {
  23222.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  23223.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  23224.     }
  23225.     /**
  23226.      * Gets the private 'fos_user.user_listener' shared service.
  23227.      *
  23228.      * @return \FOS\UserBundle\Doctrine\UserListener
  23229.      */
  23230.     protected function getFosUser_UserListenerService()
  23231.     {
  23232.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  23233.         return $this->privates['fos_user.user_listener'] = new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  23234.     }
  23235.     /**
  23236.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  23237.      *
  23238.      * @return \FOS\UserBundle\Security\EmailUserProvider
  23239.      */
  23240.     protected function getFosUser_UserProvider_UsernameEmailService()
  23241.     {
  23242.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  23243.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  23244.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/EmailUserProvider.php';
  23245.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  23246.     }
  23247.     /**
  23248.      * Gets the private 'fos_user.username_form_type' shared service.
  23249.      *
  23250.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  23251.      */
  23252.     protected function getFosUser_UsernameFormTypeService()
  23253.     {
  23254.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23255.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23256.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  23257.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  23258.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  23259.         return $this->privates['fos_user.username_form_type'] = new \FOS\UserBundle\Form\Type\UsernameFormType(new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService())));
  23260.     }
  23261.     /**
  23262.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  23263.      *
  23264.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  23265.      */
  23266.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  23267.     {
  23268.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  23269.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  23270.     }
  23271.     /**
  23272.      * Gets the private 'fos_user.util.password_updater' shared service.
  23273.      *
  23274.      * @return \FOS\UserBundle\Util\PasswordUpdater
  23275.      */
  23276.     protected function getFosUser_Util_PasswordUpdaterService()
  23277.     {
  23278.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  23279.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  23280.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  23281.     }
  23282.     /**
  23283.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  23284.      *
  23285.      * @return \FOS\UserBundle\Util\UserManipulator
  23286.      */
  23287.     protected function getFosUser_Util_UserManipulatorService()
  23288.     {
  23289.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  23290.         return $this->privates['fos_user.util.user_manipulator'] = new \FOS\UserBundle\Util\UserManipulator(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  23291.     }
  23292.     /**
  23293.      * Gets the private 'fragment.listener' shared service.
  23294.      *
  23295.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  23296.      */
  23297.     protected function getFragment_ListenerService()
  23298.     {
  23299.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('resolve:APP_SECRET')))), '/_fragment');
  23300.     }
  23301.     /**
  23302.      * Gets the private 'fragment.renderer.hinclude' shared service.
  23303.      *
  23304.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  23305.      */
  23306.     protected function getFragment_Renderer_HincludeService()
  23307.     {
  23308.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  23309.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  23310.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  23311.         $this->privates['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer(($this->services['templating'] ?? $this->getTemplatingService()), ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('resolve:APP_SECRET')))), NULL);
  23312.         $instance->setFragmentPath('/_fragment');
  23313.         return $instance;
  23314.     }
  23315.     /**
  23316.      * Gets the private 'fragment.renderer.inline' shared service.
  23317.      *
  23318.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  23319.      */
  23320.     protected function getFragment_Renderer_InlineService()
  23321.     {
  23322.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  23323.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  23324.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  23325.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  23326.         $instance->setFragmentPath('/_fragment');
  23327.         return $instance;
  23328.     }
  23329.     /**
  23330.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  23331.      *
  23332.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  23333.      */
  23334.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  23335.     {
  23336.         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())));
  23337.     }
  23338.     /**
  23339.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  23340.      *
  23341.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  23342.      */
  23343.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  23344.     {
  23345.         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()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  23346.     }
  23347.     /**
  23348.      * Gets the private 'glifery.entity_hidden_type.entity_form_type' shared service.
  23349.      *
  23350.      * @return \Glifery\EntityHiddenTypeBundle\Form\Type\EntityHiddenType
  23351.      */
  23352.     protected function getGlifery_EntityHiddenType_EntityFormTypeService()
  23353.     {
  23354.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23355.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23356.         include_once \dirname(__DIR__4).'/vendor/glifery/entity-hidden-type-bundle/Glifery/EntityHiddenTypeBundle/Form/Type/EntityHiddenType.php';
  23357.         return $this->privates['glifery.entity_hidden_type.entity_form_type'] = new \Glifery\EntityHiddenTypeBundle\Form\Type\EntityHiddenType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23358.     }
  23359.     /**
  23360.      * Gets the private 'graphqlite.apcucache' shared autowired service.
  23361.      *
  23362.      * @return \Symfony\Component\Cache\Adapter\ApcuAdapter
  23363.      */
  23364.     protected function getGraphqlite_ApcucacheService()
  23365.     {
  23366.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ApcuTrait.php';
  23367.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ApcuAdapter.php';
  23368.         $this->privates['graphqlite.apcucache'] = $instance = new \Symfony\Component\Cache\Adapter\ApcuAdapter('graphqlite');
  23369.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  23370.         return $instance;
  23371.     }
  23372.     /**
  23373.      * Gets the private 'graphqlite.cacheclearer' shared autowired service.
  23374.      *
  23375.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  23376.      */
  23377.     protected function getGraphqlite_CacheclearerService()
  23378.     {
  23379.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  23380.         return $this->privates['graphqlite.cacheclearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer([=> ($this->privates['graphqlite.apcucache'] ?? $this->getGraphqlite_ApcucacheService())]);
  23381.     }
  23382.     /**
  23383.      * Gets the private 'graphqlite.psr16cache' shared autowired service.
  23384.      *
  23385.      * @return \Symfony\Component\Cache\Psr16Cache
  23386.      */
  23387.     protected function getGraphqlite_Psr16cacheService()
  23388.     {
  23389.         include_once \dirname(__DIR__4).'/vendor/psr/simple-cache/src/CacheInterface.php';
  23390.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Psr16Cache.php';
  23391.         return $this->privates['graphqlite.psr16cache'] = new \Symfony\Component\Cache\Psr16Cache(($this->privates['graphqlite.apcucache'] ?? $this->getGraphqlite_ApcucacheService()));
  23392.     }
  23393.     /**
  23394.      * Gets the private 'httplug.collector.formatter' shared service.
  23395.      *
  23396.      * @return \Http\HttplugBundle\Collector\Formatter
  23397.      */
  23398.     protected function getHttplug_Collector_FormatterService()
  23399.     {
  23400.         return $this->privates['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter());
  23401.     }
  23402.     /**
  23403.      * Gets the private 'jms_translation.command.extract' shared service.
  23404.      *
  23405.      * @return \JMS\TranslationBundle\Command\ExtractTranslationCommand
  23406.      */
  23407.     protected function getJmsTranslation_Command_ExtractService()
  23408.     {
  23409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23410.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Command/ExtractTranslationCommand.php';
  23411.         $this->privates['jms_translation.command.extract'] = $instance = new \JMS\TranslationBundle\Command\ExtractTranslationCommand(($this->services['jms_translation.config_factory'] ?? $this->getJmsTranslation_ConfigFactoryService()), ($this->services['jms_translation.updater'] ?? $this->getJmsTranslation_UpdaterService()), $this->parameters['jms_translation.locales']);
  23412.         $instance->setName('translation:extract');
  23413.         return $instance;
  23414.     }
  23415.     /**
  23416.      * Gets the private 'jms_translation.command.list_resources' shared service.
  23417.      *
  23418.      * @return \JMS\TranslationBundle\Command\ResourcesListCommand
  23419.      */
  23420.     protected function getJmsTranslation_Command_ListResourcesService()
  23421.     {
  23422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23423.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Command/ResourcesListCommand.php';
  23424.         $this->privates['jms_translation.command.list_resources'] = $instance = new \JMS\TranslationBundle\Command\ResourcesListCommand(\dirname(__DIR__4), $this->parameters['kernel.bundles'], (($this->hasParameter("kernel.root_dir")) ? ($this->getParameter("kernel.root_dir")) : (null)));
  23425.         $instance->setName('translation:list-resources');
  23426.         return $instance;
  23427.     }
  23428.     /**
  23429.      * Gets the private 'jms_translation.file_writer' shared service.
  23430.      *
  23431.      * @return \JMS\TranslationBundle\Translation\FileWriter
  23432.      */
  23433.     protected function getJmsTranslation_FileWriterService()
  23434.     {
  23435.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/FileWriter.php';
  23436.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  23437.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/ArrayStructureDumper.php';
  23438.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/PhpDumper.php';
  23439.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/XliffDumper.php';
  23440.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  23441.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/YamlDumper.php';
  23442.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  23443.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  23444.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  23445.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  23446.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  23447.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  23448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  23449.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  23450.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  23451.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  23452.         $a = new \JMS\TranslationBundle\Translation\Dumper\XliffDumper();
  23453.         $a->setSourceLanguage('pl');
  23454.         $a->setAddDate(true);
  23455.         $a->setAddReference(true);
  23456.         $b = new \JMS\TranslationBundle\Translation\Dumper\XliffDumper();
  23457.         $b->setSourceLanguage('pl');
  23458.         $b->setAddDate(true);
  23459.         $b->setAddReference(true);
  23460.         return $this->privates['jms_translation.file_writer'] = new \JMS\TranslationBundle\Translation\FileWriter(['php' => new \JMS\TranslationBundle\Translation\Dumper\PhpDumper(), 'xlf' => $a'po' => new \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter(($this->privates['translation.dumper.po'] ?? ($this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper())), 'po'), 'mo' => new \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter(($this->privates['translation.dumper.mo'] ?? ($this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper())), 'mo'), 'yml' => new \JMS\TranslationBundle\Translation\Dumper\YamlDumper(), 'yaml' => new \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter(($this->privates['translation.dumper.yaml'] ?? ($this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'))), 'yaml'), 'ts' => new \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter(($this->privates['translation.dumper.qt'] ?? ($this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper())), 'ts'), 'csv' => new \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter(($this->privates['translation.dumper.csv'] ?? ($this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper())), 'csv'), 'ini' => new \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter(($this->privates['translation.dumper.ini'] ?? ($this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper())), 'ini'), 'json' => new \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter(($this->privates['translation.dumper.json'] ?? ($this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper())), 'json'), 'res' => new \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter(($this->privates['translation.dumper.res'] ?? ($this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper())), 'res'), 'xliff' => $b]);
  23461.     }
  23462.     /**
  23463.      * Gets the private 'jms_translation.loader_manager' shared service.
  23464.      *
  23465.      * @return \JMS\TranslationBundle\Translation\LoaderManager
  23466.      */
  23467.     protected function getJmsTranslation_LoaderManagerService()
  23468.     {
  23469.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/LoaderManager.php';
  23470.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  23471.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  23472.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/XliffLoader.php';
  23473.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  23475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  23476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  23477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  23478.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/Symfony/XliffLoader.php';
  23479.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  23480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  23481.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  23482.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  23483.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  23484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  23485.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  23486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  23487.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/Loader/RepositoryLoader.php';
  23488.         $a = new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader())));
  23489.         return $this->privates['jms_translation.loader_manager'] = new \JMS\TranslationBundle\Translation\LoaderManager(['php' => new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader()))), 'yaml' => $a'yml' => $a'xlf' => new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \JMS\TranslationBundle\Translation\Loader\Symfony\XliffLoader()))), 'xliff' => new \JMS\TranslationBundle\Translation\Loader\XliffLoader(), 'po' => new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader()))), 'mo' => new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader()))), 'ts' => new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader()))), 'csv' => new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader()))), 'res' => new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader()))), 'dat' => new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader()))), 'ini' => new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader()))), 'json' => new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader()))), 'hitso_db' => new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['Hitso\\Bundle\\TranslationBundle\\Translation\\Loader\\RepositoryLoader'] ?? ($this->privates['Hitso\\Bundle\\TranslationBundle\\Translation\\Loader\\RepositoryLoader'] = new \Hitso\Bundle\TranslationBundle\Translation\Loader\RepositoryLoader($this))))]);
  23490.     }
  23491.     /**
  23492.      * Gets the private 'knp_menu.renderer.list' shared service.
  23493.      *
  23494.      * @return \Knp\Menu\Renderer\ListRenderer
  23495.      */
  23496.     protected function getKnpMenu_Renderer_ListService()
  23497.     {
  23498.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  23499.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  23500.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  23501.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  23502.     }
  23503.     /**
  23504.      * Gets the private 'knp_menu.renderer.twig' shared service.
  23505.      *
  23506.      * @return \Knp\Menu\Renderer\TwigRenderer
  23507.      */
  23508.     protected function getKnpMenu_Renderer_TwigService()
  23509.     {
  23510.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  23511.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  23512.         return $this->privates['knp_menu.renderer.twig'] = new \Knp\Menu\Renderer\TwigRenderer(($this->services['twig'] ?? $this->getTwigService()), '@KnpMenu/menu.html.twig', ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), []);
  23513.     }
  23514.     /**
  23515.      * Gets the private 'knp_menu.voter.router' shared service.
  23516.      *
  23517.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  23518.      */
  23519.     protected function getKnpMenu_Voter_RouterService()
  23520.     {
  23521.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  23522.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  23523.         return $this->privates['knp_menu.voter.router'] = new \Knp\Menu\Matcher\Voter\RouteVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  23524.     }
  23525.     /**
  23526.      * Gets the private 'liform.transformer.string' shared service.
  23527.      *
  23528.      * @return \Limenius\Liform\Transformer\StringTransformer
  23529.      */
  23530.     protected function getLiform_Transformer_StringService()
  23531.     {
  23532.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/TransformerInterface.php';
  23533.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/AbstractTransformer.php';
  23534.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/StringTransformer.php';
  23535.         return $this->privates['liform.transformer.string'] = new \Limenius\Liform\Transformer\StringTransformer(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()), ($this->services['liform.guesser.validator'] ?? $this->getLiform_Guesser_ValidatorService()));
  23536.     }
  23537.     /**
  23538.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  23539.      *
  23540.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  23541.      */
  23542.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  23543.     {
  23544.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(($this->privates['liip_imagine.mime_type_guesser'] ?? $this->getLiipImagine_MimeTypeGuesserService()));
  23545.     }
  23546.     /**
  23547.      * Gets the private 'liip_imagine.cache.manager' shared autowired service.
  23548.      *
  23549.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  23550.      */
  23551.     protected function getLiipImagine_Cache_ManagerService()
  23552.     {
  23553.         $this->privates['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('resolve:APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  23554.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  23555.         $instance->addResolver('fm_cache_resolver', ($this->services['liip_imagine.cache.resolver.fm_cache_resolver'] ?? $this->getLiipImagine_Cache_Resolver_FmCacheResolverService()));
  23556.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  23557.         return $instance;
  23558.     }
  23559.     /**
  23560.      * Gets the private 'liip_imagine.data.manager' shared autowired service.
  23561.      *
  23562.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  23563.      */
  23564.     protected function getLiipImagine_Data_ManagerService()
  23565.     {
  23566.         $this->privates['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), ($this->privates['liip_imagine.extension_guesser'] ?? $this->getLiipImagine_ExtensionGuesserService()), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()));
  23567.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  23568.         $instance->addLoader('filemanager', ($this->services['liip_imagine.binary.loader.filemanager'] ?? $this->getLiipImagine_Binary_Loader_FilemanagerService()));
  23569.         $instance->addLoader('app_root', ($this->services['liip_imagine.binary.loader.app_root'] ?? $this->getLiipImagine_Binary_Loader_AppRootService()));
  23570.         $instance->addLoader('user_avatar', ($this->services['liip_imagine.binary.loader.user_avatar'] ?? $this->getLiipImagine_Binary_Loader_UserAvatarService()));
  23571.         $instance->addLoader('message_image', ($this->services['liip_imagine.binary.loader.message_image'] ?? $this->getLiipImagine_Binary_Loader_MessageImageService()));
  23572.         $instance->addLoader('section_image', ($this->services['liip_imagine.binary.loader.section_image'] ?? $this->getLiipImagine_Binary_Loader_SectionImageService()));
  23573.         $instance->addLoader('content_slide', ($this->services['liip_imagine.binary.loader.content_slide'] ?? $this->getLiipImagine_Binary_Loader_ContentSlideService()));
  23574.         $instance->addLoader('content_banner', ($this->services['liip_imagine.binary.loader.content_banner'] ?? $this->getLiipImagine_Binary_Loader_ContentBannerService()));
  23575.         return $instance;
  23576.     }
  23577.     /**
  23578.      * Gets the private 'liip_imagine.extension_guesser' shared service.
  23579.      *
  23580.      * @return \Symfony\Component\HttpFoundation\File\MimeType\ExtensionGuesserInterface
  23581.      */
  23582.     protected function getLiipImagine_ExtensionGuesserService()
  23583.     {
  23584.         return $this->privates['liip_imagine.extension_guesser'] = \Symfony\Component\HttpFoundation\File\MimeType\ExtensionGuesser::getInstance();
  23585.     }
  23586.     /**
  23587.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  23588.      *
  23589.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  23590.      */
  23591.     protected function getLiipImagine_Filter_ConfigurationService()
  23592.     {
  23593.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  23594.     }
  23595.     /**
  23596.      * Gets the private 'liip_imagine.filter.manager' shared autowired service.
  23597.      *
  23598.      * @return \Hitso\Bundle\FormBundle\Imagine\PrependingFilterManager
  23599.      */
  23600.     protected function getLiipImagine_Filter_ManagerService()
  23601.     {
  23602.         $a = ($this->privates['liip_imagine.imagick'] ?? $this->getLiipImagine_ImagickService());
  23603.         $this->privates['liip_imagine.filter.manager'] = $instance = new \Hitso\Bundle\FormBundle\Imagine\PrependingFilterManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
  23604.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  23605.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  23606.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  23607.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  23608.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  23609.         $instance->addLoader('paste', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, (\dirname(__DIR__4).'/src/Hitso/Bundle')));
  23610.         $instance->addLoader('watermark', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, (\dirname(__DIR__4).'/src/Hitso/Bundle')));
  23611.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  23612.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  23613.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  23614.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  23615.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  23616.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  23617.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  23618.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  23619.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  23620.         $instance->addLoader('hitso_crop', new \Hitso\Bundle\FormBundle\Imagine\Filter\HitsoCropFilter($a'#fff'));
  23621.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  23622.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  23623.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  23624.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  23625.         return $instance;
  23626.     }
  23627.     /**
  23628.      * Gets the private 'liip_imagine.form.type.image' shared service.
  23629.      *
  23630.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  23631.      */
  23632.     protected function getLiipImagine_Form_Type_ImageService()
  23633.     {
  23634.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23635.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23636.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  23637.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  23638.     }
  23639.     /**
  23640.      * Gets the private 'liip_imagine.imagick' shared service.
  23641.      *
  23642.      * @return \Imagine\Imagick\Imagine
  23643.      */
  23644.     protected function getLiipImagine_ImagickService()
  23645.     {
  23646.         $this->privates['liip_imagine.imagick'] = $instance = new \Imagine\Imagick\Imagine();
  23647.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  23648.         return $instance;
  23649.     }
  23650.     /**
  23651.      * Gets the private 'liip_imagine.mime_type_guesser' shared service.
  23652.      *
  23653.      * @return \Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesserInterface
  23654.      */
  23655.     protected function getLiipImagine_MimeTypeGuesserService()
  23656.     {
  23657.         return $this->privates['liip_imagine.mime_type_guesser'] = \Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser::getInstance();
  23658.     }
  23659.     /**
  23660.      * Gets the private 'liip_imagine.service.filter' shared service.
  23661.      *
  23662.      * @return \Liip\ImagineBundle\Service\FilterService
  23663.      */
  23664.     protected function getLiipImagine_Service_FilterService()
  23665.     {
  23666.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  23667.         return $this->privates['liip_imagine.service.filter'] = new \Liip\ImagineBundle\Service\FilterService(($this->privates['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->privates['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  23668.     }
  23669.     /**
  23670.      * Gets the private 'liip_theme.active_theme' shared service.
  23671.      *
  23672.      * @return \Liip\ThemeBundle\ActiveTheme
  23673.      */
  23674.     protected function getLiipTheme_ActiveThemeService()
  23675.     {
  23676.         return $this->privates['liip_theme.active_theme'] = new \Liip\ThemeBundle\ActiveTheme('hartmann'$this->parameters['liip_theme.themes'], new \Liip\ThemeBundle\Helper\DeviceDetection());
  23677.     }
  23678.     /**
  23679.      * Gets the private 'liip_theme.templating_locator' shared service.
  23680.      *
  23681.      * @return \Liip\ThemeBundle\Locator\TemplateLocator
  23682.      */
  23683.     protected function getLiipTheme_TemplatingLocatorService()
  23684.     {
  23685.         $a = ($this->privates['liip_theme.active_theme'] ?? $this->getLiipTheme_ActiveThemeService());
  23686.         return $this->privates['liip_theme.templating_locator'] = new \Liip\ThemeBundle\Locator\TemplateLocator(new \Liip\ThemeBundle\Locator\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), $a, (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources'), [], $this->parameters['liip_theme.path_patterns']), $this->targetDir.''$a);
  23687.     }
  23688.     /**
  23689.      * Gets the private 'locale_aware_listener' shared service.
  23690.      *
  23691.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  23692.      */
  23693.     protected function getLocaleAwareListenerService()
  23694.     {
  23695.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  23696.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  23697.             yield => ($this->privates['Hitso\\Bundle\\TranslationBundle\\Translation\\FormattingTranslator'] ?? $this->getFormattingTranslatorService());
  23698.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  23699.     }
  23700.     /**
  23701.      * Gets the private 'locale_listener' shared service.
  23702.      *
  23703.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  23704.      */
  23705.     protected function getLocaleListenerService()
  23706.     {
  23707.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'pl', ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()));
  23708.     }
  23709.     /**
  23710.      * Gets the private 'maker.auto_command.make_auth' shared service.
  23711.      *
  23712.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23713.      */
  23714.     protected function getMaker_AutoCommand_MakeAuthService()
  23715.     {
  23716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23717.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23718.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23719.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23720.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  23721.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  23722.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  23723.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  23724.         $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())), $a$b);
  23725.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  23726.         $instance->setName('make:auth');
  23727.         return $instance;
  23728.     }
  23729.     /**
  23730.      * Gets the private 'maker.auto_command.make_command' shared service.
  23731.      *
  23732.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23733.      */
  23734.     protected function getMaker_AutoCommand_MakeCommandService()
  23735.     {
  23736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23737.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23738.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23739.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23740.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  23741.         $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()));
  23742.         $instance->setDescription('Creates a new console command class');
  23743.         $instance->setName('make:command');
  23744.         return $instance;
  23745.     }
  23746.     /**
  23747.      * Gets the private 'maker.auto_command.make_controller' shared service.
  23748.      *
  23749.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23750.      */
  23751.     protected function getMaker_AutoCommand_MakeControllerService()
  23752.     {
  23753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23754.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23755.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23756.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23757.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  23758.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  23759.         $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()));
  23760.         $instance->setDescription('Creates a new controller class');
  23761.         $instance->setName('make:controller');
  23762.         return $instance;
  23763.     }
  23764.     /**
  23765.      * Gets the private 'maker.auto_command.make_crud' shared service.
  23766.      *
  23767.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23768.      */
  23769.     protected function getMaker_AutoCommand_MakeCrudService()
  23770.     {
  23771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23772.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23773.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23774.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23775.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  23776.         $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()));
  23777.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  23778.         $instance->setName('make:crud');
  23779.         return $instance;
  23780.     }
  23781.     /**
  23782.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  23783.      *
  23784.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23785.      */
  23786.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  23787.     {
  23788.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23789.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23790.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23791.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23792.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  23793.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  23794.         $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()));
  23795.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  23796.         $instance->setName('make:docker:database');
  23797.         return $instance;
  23798.     }
  23799.     /**
  23800.      * Gets the private 'maker.auto_command.make_entity' shared service.
  23801.      *
  23802.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23803.      */
  23804.     protected function getMaker_AutoCommand_MakeEntityService()
  23805.     {
  23806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23807.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23808.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23809.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23810.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  23811.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  23812.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  23813.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  23814.         $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);
  23815.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  23816.         $instance->setName('make:entity');
  23817.         return $instance;
  23818.     }
  23819.     /**
  23820.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  23821.      *
  23822.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23823.      */
  23824.     protected function getMaker_AutoCommand_MakeFixturesService()
  23825.     {
  23826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23827.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23828.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23829.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23830.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  23831.         $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()));
  23832.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  23833.         $instance->setName('make:fixtures');
  23834.         return $instance;
  23835.     }
  23836.     /**
  23837.      * Gets the private 'maker.auto_command.make_form' shared service.
  23838.      *
  23839.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23840.      */
  23841.     protected function getMaker_AutoCommand_MakeFormService()
  23842.     {
  23843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23844.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23845.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23846.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23847.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  23848.         $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()));
  23849.         $instance->setDescription('Creates a new form class');
  23850.         $instance->setName('make:form');
  23851.         return $instance;
  23852.     }
  23853.     /**
  23854.      * Gets the private 'maker.auto_command.make_message' shared service.
  23855.      *
  23856.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23857.      */
  23858.     protected function getMaker_AutoCommand_MakeMessageService()
  23859.     {
  23860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23861.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23862.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23863.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23864.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  23865.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  23866.         $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()));
  23867.         $instance->setDescription('Creates a new message and handler');
  23868.         $instance->setName('make:message');
  23869.         return $instance;
  23870.     }
  23871.     /**
  23872.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  23873.      *
  23874.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23875.      */
  23876.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  23877.     {
  23878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23879.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23880.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23881.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  23883.         $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()));
  23884.         $instance->setDescription('Creates a new messenger middleware');
  23885.         $instance->setName('make:messenger-middleware');
  23886.         return $instance;
  23887.     }
  23888.     /**
  23889.      * Gets the private 'maker.auto_command.make_migration' shared service.
  23890.      *
  23891.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23892.      */
  23893.     protected function getMaker_AutoCommand_MakeMigrationService()
  23894.     {
  23895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23896.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23897.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23898.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23899.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  23900.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  23901.         $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()));
  23902.         $instance->setDescription('Creates a new migration based on database changes');
  23903.         $instance->setName('make:migration');
  23904.         return $instance;
  23905.     }
  23906.     /**
  23907.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  23908.      *
  23909.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23910.      */
  23911.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  23912.     {
  23913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23914.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23915.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23916.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23917.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  23918.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  23919.         $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['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  23920.         $instance->setDescription('Creates a new registration form system');
  23921.         $instance->setName('make:registration-form');
  23922.         return $instance;
  23923.     }
  23924.     /**
  23925.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  23926.      *
  23927.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23928.      */
  23929.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  23930.     {
  23931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23932.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23933.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23934.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23935.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  23936.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  23937.         $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()));
  23938.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  23939.         $instance->setName('make:reset-password');
  23940.         return $instance;
  23941.     }
  23942.     /**
  23943.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  23944.      *
  23945.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23946.      */
  23947.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  23948.     {
  23949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23950.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23951.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23952.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23953.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  23954.         $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()));
  23955.         $instance->setDescription('Creates a new serializer encoder class');
  23956.         $instance->setName('make:serializer:encoder');
  23957.         return $instance;
  23958.     }
  23959.     /**
  23960.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  23961.      *
  23962.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23963.      */
  23964.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  23965.     {
  23966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23967.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23968.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23969.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23970.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  23971.         $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()));
  23972.         $instance->setDescription('Creates a new serializer normalizer class');
  23973.         $instance->setName('make:serializer:normalizer');
  23974.         return $instance;
  23975.     }
  23976.     /**
  23977.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  23978.      *
  23979.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23980.      */
  23981.     protected function getMaker_AutoCommand_MakeSubscriberService()
  23982.     {
  23983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23984.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  23985.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  23986.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  23987.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  23988.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  23989.         $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()));
  23990.         $instance->setDescription('Creates a new event subscriber class');
  23991.         $instance->setName('make:subscriber');
  23992.         return $instance;
  23993.     }
  23994.     /**
  23995.      * Gets the private 'maker.auto_command.make_test' shared service.
  23996.      *
  23997.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  23998.      */
  23999.     protected function getMaker_AutoCommand_MakeTestService()
  24000.     {
  24001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24002.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  24003.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  24004.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  24005.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  24006.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  24007.         $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()));
  24008.         $instance->setDescription('Creates a new test class');
  24009.         $instance->setName('make:test');
  24010.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  24011.         return $instance;
  24012.     }
  24013.     /**
  24014.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  24015.      *
  24016.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  24017.      */
  24018.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  24019.     {
  24020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24021.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  24022.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  24023.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  24024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  24025.         $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()));
  24026.         $instance->setDescription('Creates a new Twig extension class');
  24027.         $instance->setName('make:twig-extension');
  24028.         return $instance;
  24029.     }
  24030.     /**
  24031.      * Gets the private 'maker.auto_command.make_user' shared service.
  24032.      *
  24033.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  24034.      */
  24035.     protected function getMaker_AutoCommand_MakeUserService()
  24036.     {
  24037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24038.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  24039.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  24040.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  24041.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  24042.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  24043.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  24044.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  24045.         $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()));
  24046.         $instance->setDescription('Creates a new security user class');
  24047.         $instance->setName('make:user');
  24048.         return $instance;
  24049.     }
  24050.     /**
  24051.      * Gets the private 'maker.auto_command.make_validator' shared service.
  24052.      *
  24053.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  24054.      */
  24055.     protected function getMaker_AutoCommand_MakeValidatorService()
  24056.     {
  24057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24058.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  24059.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  24060.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  24061.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  24062.         $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()));
  24063.         $instance->setDescription('Creates a new validator and constraint class');
  24064.         $instance->setName('make:validator');
  24065.         return $instance;
  24066.     }
  24067.     /**
  24068.      * Gets the private 'maker.auto_command.make_voter' shared service.
  24069.      *
  24070.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  24071.      */
  24072.     protected function getMaker_AutoCommand_MakeVoterService()
  24073.     {
  24074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24075.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  24076.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  24077.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  24078.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  24079.         $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()));
  24080.         $instance->setDescription('Creates a new security voter class');
  24081.         $instance->setName('make:voter');
  24082.         return $instance;
  24083.     }
  24084.     /**
  24085.      * Gets the private 'maker.doctrine_helper' shared service.
  24086.      *
  24087.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  24088.      */
  24089.     protected function getMaker_DoctrineHelperService()
  24090.     {
  24091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  24092.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), false);
  24093.     }
  24094.     /**
  24095.      * Gets the private 'maker.entity_class_generator' shared service.
  24096.      *
  24097.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  24098.      */
  24099.     protected function getMaker_EntityClassGeneratorService()
  24100.     {
  24101.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  24102.         $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()));
  24103.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  24104.         return $instance;
  24105.     }
  24106.     /**
  24107.      * Gets the private 'maker.file_manager' shared service.
  24108.      *
  24109.      * @return \Symfony\Bundle\MakerBundle\FileManager
  24110.      */
  24111.     protected function getMaker_FileManagerService()
  24112.     {
  24113.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  24114.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  24115.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  24116.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  24117.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  24118.     }
  24119.     /**
  24120.      * Gets the private 'maker.generator' shared service.
  24121.      *
  24122.      * @return \Symfony\Bundle\MakerBundle\Generator
  24123.      */
  24124.     protected function getMaker_GeneratorService()
  24125.     {
  24126.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  24127.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  24128.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  24129.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  24130.     }
  24131.     /**
  24132.      * Gets the private 'maker.php_compat_util' shared service.
  24133.      *
  24134.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  24135.      */
  24136.     protected function getMaker_PhpCompatUtilService()
  24137.     {
  24138.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  24139.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  24140.     }
  24141.     /**
  24142.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  24143.      *
  24144.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  24145.      */
  24146.     protected function getMaker_Renderer_FormTypeRendererService()
  24147.     {
  24148.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  24149.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  24150.     }
  24151.     /**
  24152.      * Gets the private 'mime_types' shared service.
  24153.      *
  24154.      * @return \Symfony\Component\Mime\MimeTypes
  24155.      */
  24156.     protected function getMimeTypesService()
  24157.     {
  24158.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  24159.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  24160.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  24161.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  24162.         $instance->setDefault($instance);
  24163.         return $instance;
  24164.     }
  24165.     /**
  24166.      * Gets the private 'monolog.handler.console' shared service.
  24167.      *
  24168.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  24169.      */
  24170.     protected function getMonolog_Handler_ConsoleService()
  24171.     {
  24172.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  24173.     }
  24174.     /**
  24175.      * Gets the private 'monolog.handler.main' shared service.
  24176.      *
  24177.      * @return \Monolog\Handler\StreamHandler
  24178.      */
  24179.     protected function getMonolog_Handler_MainService()
  24180.     {
  24181.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  24182.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  24183.         return $instance;
  24184.     }
  24185.     /**
  24186.      * Gets the private 'monolog.logger' shared service.
  24187.      *
  24188.      * @return \Symfony\Bridge\Monolog\Logger
  24189.      */
  24190.     protected function getMonolog_LoggerService()
  24191.     {
  24192.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  24193.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24194.         $instance->useMicrosecondTimestamps(true);
  24195.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24196.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  24197.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24198.         return $instance;
  24199.     }
  24200.     /**
  24201.      * Gets the private 'monolog.logger.cache' shared service.
  24202.      *
  24203.      * @return \Symfony\Bridge\Monolog\Logger
  24204.      */
  24205.     protected function getMonolog_Logger_CacheService()
  24206.     {
  24207.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  24208.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24209.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24210.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  24211.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24212.         return $instance;
  24213.     }
  24214.     /**
  24215.      * Gets the private 'monolog.logger.request' shared service.
  24216.      *
  24217.      * @return \Symfony\Bridge\Monolog\Logger
  24218.      */
  24219.     protected function getMonolog_Logger_RequestService()
  24220.     {
  24221.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  24222.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24223.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24224.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  24225.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24226.         return $instance;
  24227.     }
  24228.     /**
  24229.      * Gets the private 'monolog.logger.security' shared service.
  24230.      *
  24231.      * @return \Symfony\Bridge\Monolog\Logger
  24232.      */
  24233.     protected function getMonolog_Logger_SecurityService()
  24234.     {
  24235.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  24236.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24237.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24238.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  24239.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24240.         return $instance;
  24241.     }
  24242.     /**
  24243.      * Gets the private 'monolog.logger.snappy' shared service.
  24244.      *
  24245.      * @return \Symfony\Bridge\Monolog\Logger
  24246.      */
  24247.     protected function getMonolog_Logger_SnappyService()
  24248.     {
  24249.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  24250.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24251.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24252.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  24253.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24254.         return $instance;
  24255.     }
  24256.     /**
  24257.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  24258.      *
  24259.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  24260.      */
  24261.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  24262.     {
  24263.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  24264.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  24265.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  24266.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  24267.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  24268.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  24269.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  24270.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  24271.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  24272.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  24273.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
  24274.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  24275.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  24276.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  24277.         $a = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(new \Nelmio\Alice\FileLocator\DefaultFileLocator(), ($this->services['kernel'] ?? $this->get('kernel'1)));
  24278.         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));
  24279.     }
  24280.     /**
  24281.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  24282.      *
  24283.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  24284.      */
  24285.     protected function getNelmioCors_CorsListenerService()
  24286.     {
  24287.         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'))]));
  24288.     }
  24289.     /**
  24290.      * Gets the private 'parameter_bag' shared service.
  24291.      *
  24292.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  24293.      */
  24294.     protected function getParameterBagService()
  24295.     {
  24296.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  24297.     }
  24298.     /**
  24299.      * Gets the private 'profiler_listener' shared service.
  24300.      *
  24301.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  24302.      */
  24303.     protected function getProfilerListenerService()
  24304.     {
  24305.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  24306.     }
  24307.     /**
  24308.      * Gets the private 'property_accessor' shared service.
  24309.      *
  24310.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  24311.      */
  24312.     protected function getPropertyAccessorService()
  24313.     {
  24314.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  24315.     }
  24316.     /**
  24317.      * Gets the private 'property_info' shared service.
  24318.      *
  24319.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  24320.      */
  24321.     protected function getPropertyInfoService()
  24322.     {
  24323.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  24324.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  24325.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  24326.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  24327.         }, 3), new RewindableGenerator(function () {
  24328.             yield => ($this->privates['Hitso\\Bundle\\CommonBundle\\Serializer\\Extractor\\EntityExtractor'] ?? $this->getEntityExtractorService());
  24329.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  24330.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  24331.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  24332.         }, 4), new RewindableGenerator(function () {
  24333.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  24334.         }, 1), new RewindableGenerator(function () {
  24335.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  24336.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  24337.         }, 2), new RewindableGenerator(function () {
  24338.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  24339.         }, 1));
  24340.     }
  24341.     /**
  24342.      * Gets the private 'property_info.serializer_extractor' shared service.
  24343.      *
  24344.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  24345.      */
  24346.     protected function getPropertyInfo_SerializerExtractorService()
  24347.     {
  24348.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  24349.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  24350.     }
  24351.     /**
  24352.      * Gets the private 'router.cache_warmer' shared service.
  24353.      *
  24354.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  24355.      */
  24356.     protected function getRouter_CacheWarmerService()
  24357.     {
  24358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  24359.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24360.             'router' => ['services''cmf_routing.router''getCmfRouting_RouterService'false],
  24361.         ], [
  24362.             'router' => '?',
  24363.         ]))->withContext('router.cache_warmer'$this));
  24364.     }
  24365.     /**
  24366.      * Gets the private 'router.request_context' shared service.
  24367.      *
  24368.      * @return \Symfony\Component\Routing\RequestContext
  24369.      */
  24370.     protected function getRouter_RequestContextService()
  24371.     {
  24372.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  24373.     }
  24374.     /**
  24375.      * Gets the private 'router_listener' shared service.
  24376.      *
  24377.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  24378.      */
  24379.     protected function getRouterListenerService()
  24380.     {
  24381.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($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);
  24382.     }
  24383.     /**
  24384.      * Gets the private 'scheb_two_factor.authenticated_token_handler' shared service.
  24385.      *
  24386.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\AuthenticatedTokenHandler
  24387.      */
  24388.     protected function getSchebTwoFactor_AuthenticatedTokenHandlerService($lazyLoad true)
  24389.     {
  24390.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Handler/AuthenticationHandlerInterface.php';
  24391.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Handler/AuthenticatedTokenHandler.php';
  24392.         return $this->privates['scheb_two_factor.authenticated_token_handler'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\AuthenticatedTokenHandler($this->getSchebTwoFactor_IpWhitelistHandlerService(), $this->parameters['scheb_two_factor.security_tokens']);
  24393.     }
  24394.     /**
  24395.      * Gets the private 'scheb_two_factor.ip_whitelist_handler' shared service.
  24396.      *
  24397.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\IpWhitelistHandler
  24398.      */
  24399.     protected function getSchebTwoFactor_IpWhitelistHandlerService($lazyLoad true)
  24400.     {
  24401.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Handler/AuthenticationHandlerInterface.php';
  24402.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Handler/IpWhitelistHandler.php';
  24403.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/IpWhitelist/IpWhitelistProviderInterface.php';
  24404.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/IpWhitelist/DefaultIpWhitelistProvider.php';
  24405.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\IpWhitelistHandler($this->getSchebTwoFactor_TrustedDeviceHandlerService(), new \Scheb\TwoFactorBundle\Security\TwoFactor\IpWhitelist\DefaultIpWhitelistProvider([]));
  24406.     }
  24407.     /**
  24408.      * Gets the private 'scheb_two_factor.provider_handler' shared service.
  24409.      *
  24410.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\TwoFactorProviderHandler
  24411.      */
  24412.     protected function getSchebTwoFactor_ProviderHandlerService($lazyLoad true)
  24413.     {
  24414.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Handler/AuthenticationHandlerInterface.php';
  24415.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Handler/TwoFactorProviderHandler.php';
  24416.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/Authentication/Token/TwoFactorTokenFactoryInterface.php';
  24417.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/Authentication/Token/TwoFactorTokenFactory.php';
  24418.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\TwoFactorProviderHandler(($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), new \Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorTokenFactory());
  24419.     }
  24420.     /**
  24421.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  24422.      *
  24423.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  24424.      */
  24425.     protected function getSchebTwoFactor_ProviderRegistryService()
  24426.     {
  24427.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  24428.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  24429.             return new \EmptyIterator();
  24430.         }, 0));
  24431.     }
  24432.     /**
  24433.      * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  24434.      *
  24435.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  24436.      */
  24437.     protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  24438.     {
  24439.         return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL));
  24440.     }
  24441.     /**
  24442.      * Gets the private 'scheb_two_factor.trusted_cookie_response_listener' shared service.
  24443.      *
  24444.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener
  24445.      */
  24446.     protected function getSchebTwoFactor_TrustedCookieResponseListenerService($lazyLoad true)
  24447.     {
  24448.         return $this->privates['scheb_two_factor.trusted_cookie_response_listener'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener($this->getSchebTwoFactor_TrustedTokenStorageService(), 5184000'trusted_device'false'lax''/'NULL);
  24449.     }
  24450.     /**
  24451.      * Gets the private 'scheb_two_factor.trusted_device_handler' shared service.
  24452.      *
  24453.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\TrustedDeviceHandler
  24454.      */
  24455.     protected function getSchebTwoFactor_TrustedDeviceHandlerService($lazyLoad true)
  24456.     {
  24457.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Handler/AuthenticationHandlerInterface.php';
  24458.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Handler/TrustedDeviceHandler.php';
  24459.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Trusted/TrustedDeviceManagerInterface.php';
  24460.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Trusted/NullTrustedDeviceManager.php';
  24461.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\TrustedDeviceHandler($this->getSchebTwoFactor_ProviderHandlerService(), new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\NullTrustedDeviceManager(), false);
  24462.     }
  24463.     /**
  24464.      * Gets the private 'scheb_two_factor.trusted_token_storage' shared service.
  24465.      *
  24466.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage
  24467.      */
  24468.     protected function getSchebTwoFactor_TrustedTokenStorageService($lazyLoad true)
  24469.     {
  24470.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenEncoder(new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\JwtTokenEncoder($this->getEnv('resolve:APP_SECRET')), 5184000), 'trusted_device');
  24471.     }
  24472.     /**
  24473.      * Gets the private 'scheduler.command.scheduled_task' shared service.
  24474.      *
  24475.      * @return \Goksagun\SchedulerBundle\Command\ScheduledTaskCommand
  24476.      */
  24477.     protected function getScheduler_Command_ScheduledTaskService()
  24478.     {
  24479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24480.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  24481.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  24482.         include_once \dirname(__DIR__4).'/vendor/goksagun/scheduler-bundle/Command/AnnotatedCommandTrait.php';
  24483.         include_once \dirname(__DIR__4).'/vendor/goksagun/scheduler-bundle/Command/ScheduledTaskCommand.php';
  24484.         $this->privates['scheduler.command.scheduled_task'] = $instance = new \Goksagun\SchedulerBundle\Command\ScheduledTaskCommand(trueNULLNULL, []);
  24485.         $instance->setName('scheduler:run');
  24486.         return $instance;
  24487.     }
  24488.     /**
  24489.      * Gets the private 'scheduler.command.scheduled_task_list' shared service.
  24490.      *
  24491.      * @return \Goksagun\SchedulerBundle\Command\ScheduledTaskListCommand
  24492.      */
  24493.     protected function getScheduler_Command_ScheduledTaskListService()
  24494.     {
  24495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24496.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  24497.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  24498.         include_once \dirname(__DIR__4).'/vendor/goksagun/scheduler-bundle/Command/AnnotatedCommandTrait.php';
  24499.         include_once \dirname(__DIR__4).'/vendor/goksagun/scheduler-bundle/Command/ScheduledTaskListCommand.php';
  24500.         $this->privates['scheduler.command.scheduled_task_list'] = $instance = new \Goksagun\SchedulerBundle\Command\ScheduledTaskListCommand([]);
  24501.         $instance->setName('scheduler:list');
  24502.         return $instance;
  24503.     }
  24504.     /**
  24505.      * Gets the private 'search.type.article' shared service.
  24506.      *
  24507.      * @return \Hitso\Bundle\SearchBundle\Model\GenericType
  24508.      */
  24509.     protected function getSearch_Type_ArticleService()
  24510.     {
  24511.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Model/TypeInterface.php';
  24512.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Model/GenericType.php';
  24513.         return $this->privates['search.type.article'] = new \Hitso\Bundle\SearchBundle\Model\GenericType('article''Hitso\\Bundle\\ContentBundle\\Entity\\Article'12, ['title' => ['indexable' => true'boost' => 1'fuzziness' => 2'value_expression' => 'entity.getTitle()'], 'lead' => ['indexable' => true'boost' => 1'fuzziness' => 2'value_expression' => 'entity.getLead()']], ['id' => 'entity.getId()''value' => 'entity.getId()''label' => 'entity.getTitle()''image' => 'entity.getPhoto()''thumbnail_type' => 'content_thumbnail_square''groups' => []]);
  24514.     }
  24515.     /**
  24516.      * Gets the private 'search.type.article_category' shared service.
  24517.      *
  24518.      * @return \Hitso\Bundle\SearchBundle\Model\GenericType
  24519.      */
  24520.     protected function getSearch_Type_ArticleCategoryService()
  24521.     {
  24522.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Model/TypeInterface.php';
  24523.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Model/GenericType.php';
  24524.         return $this->privates['search.type.article_category'] = new \Hitso\Bundle\SearchBundle\Model\GenericType('article_category''Hitso\\Bundle\\ContentBundle\\Entity\\ArticleCategory'12, ['name' => ['indexable' => true'boost' => 1'fuzziness' => 2'value_expression' => 'entity.getName()'], 'description' => ['indexable' => true'boost' => 1'fuzziness' => 2'value_expression' => 'entity.getDescription()']], ['id' => 'entity.getId()''value' => 'entity.getId()''label' => 'entity.getName()''image' => NULL'thumbnail_type' => 'content_thumbnail_square''groups' => []]);
  24525.     }
  24526.     /**
  24527.      * Gets the private 'search.type.content' shared service.
  24528.      *
  24529.      * @return \Hitso\Bundle\SearchBundle\Model\GenericType
  24530.      */
  24531.     protected function getSearch_Type_ContentService()
  24532.     {
  24533.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Model/TypeInterface.php';
  24534.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Model/GenericType.php';
  24535.         return $this->privates['search.type.content'] = new \Hitso\Bundle\SearchBundle\Model\GenericType('content''Hitso\\Bundle\\ContentBundle\\Entity\\Content'12, ['title' => ['indexable' => true'boost' => 1'fuzziness' => 2'value_expression' => 'entity.getTitle()']], ['id' => 'entity.getId()''value' => 'entity.getId()''label' => 'entity.getTitle()''image' => 'entity.getPhoto()''thumbnail_type' => 'content_thumbnail_square''groups' => []]);
  24536.     }
  24537.     /**
  24538.      * Gets the private 'search.type.information' shared service.
  24539.      *
  24540.      * @return \Hitso\Bundle\SearchBundle\Model\GenericType
  24541.      */
  24542.     protected function getSearch_Type_InformationService()
  24543.     {
  24544.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Model/TypeInterface.php';
  24545.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Model/GenericType.php';
  24546.         return $this->privates['search.type.information'] = new \Hitso\Bundle\SearchBundle\Model\GenericType('information''Hartmann\\Bundle\\AppBundle\\Entity\\Information'12, ['title' => ['indexable' => true'boost' => 1'fuzziness' => 2'value_expression' => 'entity.getTitle()'], 'content' => ['indexable' => true'boost' => 1'fuzziness' => 2'value_expression' => 'entity.getContent()']], ['id' => 'entity.getId()''groups' => []]);
  24547.     }
  24548.     /**
  24549.      * Gets the private 'search.type.product' shared service.
  24550.      *
  24551.      * @return \Hitso\Bundle\SearchBundle\Model\GenericType
  24552.      */
  24553.     protected function getSearch_Type_ProductService()
  24554.     {
  24555.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Model/TypeInterface.php';
  24556.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/Model/GenericType.php';
  24557.         return $this->privates['search.type.product'] = new \Hitso\Bundle\SearchBundle\Model\GenericType('product''Hitso\\Bundle\\CatalogBundle\\Entity\\Product'12, ['name' => ['indexable' => true'boost' => 50'fuzziness' => 5'value_expression' => 'entity.getName()'], 'category' => ['indexable' => true'boost' => 25'fuzziness' => 2'value_expression' => 'entity.getCategory() ? entity.getCategory().pathAsString()'], 'subTitle' => ['indexable' => true'boost' => 1'fuzziness' => 2'value_expression' => 'entity.getSubTitle()'], 'shortDescription' => ['indexable' => true'boost' => 1'fuzziness' => 2'value_expression' => 'entity.getShortDescription()'], 'productSerieShortDescription' => ['indexable' => true'boost' => 1'fuzziness' => 2'value_expression' => 'entity.getSerie() ? entity.getSerie().getShortDescription()'], 'productSerieKeyword' => ['indexable' => true'boost' => 1'fuzziness' => 2'value_expression' => 'entity.getSerie() ? entity.getSerie().getKeyword()'], 'productInfoDescription' => ['indexable' => true'boost' => 1'fuzziness' => 2'value_expression' => 'entity.getInfo() ? entity.getInfo().getDescription()']], ['id' => 'entity.getId()''groups' => []]);
  24558.     }
  24559.     /**
  24560.      * Gets the private 'security.access_listener' shared service.
  24561.      *
  24562.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  24563.      */
  24564.     protected function getSecurity_AccessListenerService()
  24565.     {
  24566.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24567.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24569.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  24570.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  24571.     }
  24572.     /**
  24573.      * Gets the private 'security.access_map' shared service.
  24574.      *
  24575.      * @return \Symfony\Component\Security\Http\AccessMap
  24576.      */
  24577.     protected function getSecurity_AccessMapService()
  24578.     {
  24579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  24580.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  24581.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  24582.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  24583.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  24584.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login''^'.$this->getEnv('string:resolve:ADMIN_HOST').'$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  24585.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/hitso-monitoring/ping''^'.$this->getEnv('string:resolve:ADMIN_HOST').'$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  24586.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/''^'.$this->getEnv('string:resolve:ADMIN_HOST').'$'), [=> 'ROLE_WITH_ACCESS_TO_ADMIN'], NULL);
  24587.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logout''^'.$this->getEnv('string:resolve:ADMIN_HOST').'$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  24588.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_fos_user_context_hash''^'.$this->getEnv('string:resolve:BASE_HOST').'|en\\.'.$this->getEnv('string:resolve:BASE_HOST').'$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  24589.         return $instance;
  24590.     }
  24591.     /**
  24592.      * Gets the private 'security.authentication.guard_handler' shared service.
  24593.      *
  24594.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  24595.      */
  24596.     protected function getSecurity_Authentication_GuardHandlerService()
  24597.     {
  24598.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  24599.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  24600.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  24601.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  24602.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  24603.         return $instance;
  24604.     }
  24605.     /**
  24606.      * Gets the private 'security.authentication.listener.anonymous.admin' shared service.
  24607.      *
  24608.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  24609.      */
  24610.     protected function getSecurity_Authentication_Listener_Anonymous_AdminService()
  24611.     {
  24612.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24613.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24614.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24615.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  24616.         return $this->privates['security.authentication.listener.anonymous.admin'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  24617.     }
  24618.     /**
  24619.      * Gets the private 'security.authentication.listener.anonymous.frontend' shared service.
  24620.      *
  24621.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  24622.      */
  24623.     protected function getSecurity_Authentication_Listener_Anonymous_FrontendService()
  24624.     {
  24625.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24627.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24628.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  24629.         return $this->privates['security.authentication.listener.anonymous.frontend'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  24630.     }
  24631.     /**
  24632.      * Gets the private 'security.authentication.listener.form.admin' shared service.
  24633.      *
  24634.      * @return \Anyx\LoginGateBundle\Security\UsernamePasswordFormAuthenticationListener
  24635.      */
  24636.     protected function getSecurity_Authentication_Listener_Form_AdminService()
  24637.     {
  24638.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24639.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24640.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24641.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  24642.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  24643.         include_once \dirname(__DIR__4).'/vendor/anyx/login-gate-bundle/Security/UsernamePasswordFormAuthenticationListener.php';
  24644.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  24645.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  24646.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  24647.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  24648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  24649.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  24650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  24651.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  24652.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  24653.         $b->setOptions(['login_path' => 'hitso_admin_login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  24654.         $b->setProviderKey('admin');
  24655.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  24656.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  24657.         $d->setOptions(['login_path' => 'hitso_admin_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  24658.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24659.         $this->privates['security.authentication.listener.form.admin'] = $instance = new \Anyx\LoginGateBundle\Security\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'admin'$b$d, ['check_path' => 'hitso_admin_login''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c$eNULL);
  24660.         $instance->setBruteForceChecker(($this->privates['anyx.login_gate.brute_force_checker'] ?? $this->getAnyx_LoginGate_BruteForceCheckerService()));
  24661.         $instance->setDispatcher($e);
  24662.         return $instance;
  24663.     }
  24664.     /**
  24665.      * Gets the private 'security.authentication.listener.form.frontend' shared service.
  24666.      *
  24667.      * @return \Anyx\LoginGateBundle\Security\UsernamePasswordFormAuthenticationListener
  24668.      */
  24669.     protected function getSecurity_Authentication_Listener_Form_FrontendService()
  24670.     {
  24671.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24672.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24673.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24674.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  24675.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  24676.         include_once \dirname(__DIR__4).'/vendor/anyx/login-gate-bundle/Security/UsernamePasswordFormAuthenticationListener.php';
  24677.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  24678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  24679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  24680.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  24681.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  24682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  24683.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  24684.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  24685.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  24686.         $b->setOptions(['login_path' => 'login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  24687.         $b->setProviderKey('frontend');
  24688.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  24689.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  24690.         $d->setOptions(['login_path' => 'login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  24691.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24692.         $this->privates['security.authentication.listener.form.frontend'] = $instance = new \Anyx\LoginGateBundle\Security\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'frontend'$b$d, ['check_path' => 'login_check''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c$eNULL);
  24693.         $instance->setBruteForceChecker(($this->privates['anyx.login_gate.brute_force_checker'] ?? $this->getAnyx_LoginGate_BruteForceCheckerService()));
  24694.         $instance->setDispatcher($e);
  24695.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.frontend.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_Frontend_TwoFactorDecoratorService()));
  24696.         return $instance;
  24697.     }
  24698.     /**
  24699.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  24700.      *
  24701.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  24702.      */
  24703.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  24704.     {
  24705.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24706.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24707.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24708.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  24709.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {
  24710.             yield => ($this->privates['Hitso\\Bundle\\CommonBundle\\Security\\ApiTokenAuthenticator'] ?? $this->getApiTokenAuthenticatorService());
  24711.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  24712.     }
  24713.     /**
  24714.      * Gets the private 'security.authentication.listener.guard.frontend' shared service.
  24715.      *
  24716.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  24717.      */
  24718.     protected function getSecurity_Authentication_Listener_Guard_FrontendService()
  24719.     {
  24720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24721.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24722.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24723.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  24724.         $this->privates['security.authentication.listener.guard.frontend'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'frontend', new RewindableGenerator(function () {
  24725.             yield => ($this->privates['Hitso\\Bundle\\CommonBundle\\Security\\FormAuthenticator'] ?? $this->getFormAuthenticatorService());
  24726.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  24727.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.frontend.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_Frontend_TwoFactorDecoratorService()));
  24728.         return $instance;
  24729.     }
  24730.     /**
  24731.      * Gets the private 'security.authentication.listener.rememberme.frontend' shared service.
  24732.      *
  24733.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  24734.      */
  24735.     protected function getSecurity_Authentication_Listener_Rememberme_FrontendService()
  24736.     {
  24737.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24738.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24739.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24740.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/RememberMeListener.php';
  24741.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  24742.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  24743.         return $this->privates['security.authentication.listener.rememberme.frontend'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.frontend.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_Frontend_TwoFactorDecoratorService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), true, ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  24744.     }
  24745.     /**
  24746.      * Gets the private 'security.authentication.manager' shared service.
  24747.      *
  24748.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  24749.      */
  24750.     protected function getSecurity_Authentication_ManagerService()
  24751.     {
  24752.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  24753.             yield => ($this->privates['security.authentication.provider.guard.api.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Guard_Api_TwoFactorDecoratorService());
  24754.             yield => ($this->privates['security.authentication.provider.dao.admin.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Dao_Admin_TwoFactorDecoratorService());
  24755.             yield => ($this->privates['security.authentication.provider.anonymous.admin.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Anonymous_Admin_TwoFactorDecoratorService());
  24756.             yield => ($this->privates['security.authentication.provider.guard.frontend.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Guard_Frontend_TwoFactorDecoratorService());
  24757.             yield => ($this->privates['security.authentication.provider.dao.frontend.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Dao_Frontend_TwoFactorDecoratorService());
  24758.             yield => ($this->privates['security.authentication.provider.rememberme.frontend.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Rememberme_Frontend_TwoFactorDecoratorService());
  24759.             yield => ($this->privates['security.authentication.provider.anonymous.frontend.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Anonymous_Frontend_TwoFactorDecoratorService());
  24760.         }, 7), true);
  24761.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  24762.         return $instance;
  24763.     }
  24764.     /**
  24765.      * Gets the private 'security.authentication.provider.anonymous.admin.two_factor_decorator' shared service.
  24766.      *
  24767.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  24768.      */
  24769.     protected function getSecurity_Authentication_Provider_Anonymous_Admin_TwoFactorDecoratorService()
  24770.     {
  24771.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  24772.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  24773.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php';
  24774.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  24775.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  24776.         return $this->privates['security.authentication.provider.anonymous.admin.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator(new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash')), ($this->privates['scheb_two_factor.authenticated_token_handler'] ?? $this->getSchebTwoFactor_AuthenticatedTokenHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  24777.     }
  24778.     /**
  24779.      * Gets the private 'security.authentication.provider.anonymous.frontend.two_factor_decorator' shared service.
  24780.      *
  24781.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  24782.      */
  24783.     protected function getSecurity_Authentication_Provider_Anonymous_Frontend_TwoFactorDecoratorService()
  24784.     {
  24785.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  24786.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  24787.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php';
  24788.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  24789.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  24790.         return $this->privates['security.authentication.provider.anonymous.frontend.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator(new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash')), ($this->privates['scheb_two_factor.authenticated_token_handler'] ?? $this->getSchebTwoFactor_AuthenticatedTokenHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  24791.     }
  24792.     /**
  24793.      * Gets the private 'security.authentication.provider.dao.admin.two_factor_decorator' shared service.
  24794.      *
  24795.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  24796.      */
  24797.     protected function getSecurity_Authentication_Provider_Dao_Admin_TwoFactorDecoratorService()
  24798.     {
  24799.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  24800.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  24801.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  24802.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  24803.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  24804.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  24805.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  24806.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  24807.         return $this->privates['security.authentication.provider.dao.admin.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator(new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'admin', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true), ($this->privates['scheb_two_factor.authenticated_token_handler'] ?? $this->getSchebTwoFactor_AuthenticatedTokenHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  24808.     }
  24809.     /**
  24810.      * Gets the private 'security.authentication.provider.dao.frontend.two_factor_decorator' shared service.
  24811.      *
  24812.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  24813.      */
  24814.     protected function getSecurity_Authentication_Provider_Dao_Frontend_TwoFactorDecoratorService()
  24815.     {
  24816.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  24817.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  24818.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  24819.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  24820.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  24821.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  24822.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  24823.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  24824.         return $this->privates['security.authentication.provider.dao.frontend.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator(new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'frontend', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true), ($this->privates['scheb_two_factor.authenticated_token_handler'] ?? $this->getSchebTwoFactor_AuthenticatedTokenHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  24825.     }
  24826.     /**
  24827.      * Gets the private 'security.authentication.provider.guard.api.two_factor_decorator' shared service.
  24828.      *
  24829.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  24830.      */
  24831.     protected function getSecurity_Authentication_Provider_Guard_Api_TwoFactorDecoratorService()
  24832.     {
  24833.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  24834.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  24835.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  24836.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  24837.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  24838.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  24839.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  24840.         return $this->privates['security.authentication.provider.guard.api.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator(new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  24841.             yield => ($this->privates['Hitso\\Bundle\\CommonBundle\\Security\\ApiTokenAuthenticator'] ?? $this->getApiTokenAuthenticatorService());
  24842.         }, 1), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService())), ($this->privates['scheb_two_factor.authenticated_token_handler'] ?? $this->getSchebTwoFactor_AuthenticatedTokenHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  24843.     }
  24844.     /**
  24845.      * Gets the private 'security.authentication.provider.guard.frontend.two_factor_decorator' shared service.
  24846.      *
  24847.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  24848.      */
  24849.     protected function getSecurity_Authentication_Provider_Guard_Frontend_TwoFactorDecoratorService()
  24850.     {
  24851.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  24852.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  24853.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  24854.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  24855.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  24856.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  24857.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  24858.         return $this->privates['security.authentication.provider.guard.frontend.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator(new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  24859.             yield => ($this->privates['Hitso\\Bundle\\CommonBundle\\Security\\FormAuthenticator'] ?? $this->getFormAuthenticatorService());
  24860.         }, 1), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), 'frontend', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService())), ($this->privates['scheb_two_factor.authenticated_token_handler'] ?? $this->getSchebTwoFactor_AuthenticatedTokenHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  24861.     }
  24862.     /**
  24863.      * Gets the private 'security.authentication.provider.rememberme.frontend.two_factor_decorator' shared service.
  24864.      *
  24865.      * @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
  24866.      */
  24867.     protected function getSecurity_Authentication_Provider_Rememberme_Frontend_TwoFactorDecoratorService()
  24868.     {
  24869.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  24870.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  24871.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/RememberMeAuthenticationProvider.php';
  24872.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  24873.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  24874.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  24875.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  24876.         return $this->privates['security.authentication.provider.rememberme.frontend.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator(new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), $this->getEnv('resolve:APP_SECRET'), 'frontend'), ($this->privates['scheb_two_factor.authenticated_token_handler'] ?? $this->getSchebTwoFactor_AuthenticatedTokenHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  24877.     }
  24878.     /**
  24879.      * Gets the private 'security.authentication.rememberme.services.simplehash.frontend.two_factor_decorator' shared service.
  24880.      *
  24881.      * @return \Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator
  24882.      */
  24883.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_Frontend_TwoFactorDecoratorService()
  24884.     {
  24885.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  24886.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  24887.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/Authentication/RememberMe/RememberMeServicesDecorator.php';
  24888.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  24889.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  24890.         return $this->privates['security.authentication.rememberme.services.simplehash.frontend.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator(new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices([=> ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService())], $this->getEnv('resolve:APP_SECRET'), 'frontend', ['lifetime' => 604800'path' => '/''name' => 'REMEMBERME''domain' => NULL'secure' => NULL'httponly' => true'samesite' => 'lax''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService())));
  24891.     }
  24892.     /**
  24893.      * Gets the private 'security.authentication.switchuser_listener.frontend' shared service.
  24894.      *
  24895.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  24896.      */
  24897.     protected function getSecurity_Authentication_SwitchuserListener_FrontendService()
  24898.     {
  24899.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24900.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24901.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24902.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  24903.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  24904.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  24905.         return $this->privates['security.authentication.switchuser_listener.frontend'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'frontend', ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_switch_user''ROLE_ALLOWED_TO_SWITCH', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), false);
  24906.     }
  24907.     /**
  24908.      * Gets the private 'security.channel_listener' shared service.
  24909.      *
  24910.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  24911.      */
  24912.     protected function getSecurity_ChannelListenerService()
  24913.     {
  24914.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24915.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24916.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24917.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  24918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  24919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  24920.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  24921.     }
  24922.     /**
  24923.      * Gets the private 'security.command.user_password_encoder' shared service.
  24924.      *
  24925.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  24926.      */
  24927.     protected function getSecurity_Command_UserPasswordEncoderService()
  24928.     {
  24929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24930.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  24931.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'Hitso\\Bundle\\CommonBundle\\Entity\\User'=> 'Symfony\\Component\\Security\\Core\\User\\User']);
  24932.         $instance->setName('security:encode-password');
  24933.         return $instance;
  24934.     }
  24935.     /**
  24936.      * Gets the private 'security.context_listener.0' shared service.
  24937.      *
  24938.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  24939.      */
  24940.     protected function getSecurity_ContextListener_0Service()
  24941.     {
  24942.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24943.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24944.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24945.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  24946.         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 () {
  24947.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  24948.         }, 1), 'api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  24949.     }
  24950.     /**
  24951.      * Gets the private 'security.context_listener.1' shared service.
  24952.      *
  24953.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  24954.      */
  24955.     protected function getSecurity_ContextListener_1Service()
  24956.     {
  24957.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24958.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24959.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24960.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  24961.         return $this->privates['security.context_listener.1'] = 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 () {
  24962.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  24963.         }, 1), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  24964.     }
  24965.     /**
  24966.      * Gets the private 'security.context_listener.2' shared service.
  24967.      *
  24968.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  24969.      */
  24970.     protected function getSecurity_ContextListener_2Service()
  24971.     {
  24972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24973.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  24974.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  24975.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  24976.         $this->privates['security.context_listener.2'] = $instance = 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 () {
  24977.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  24978.         }, 1), 'frontend', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  24979.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.frontend.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_Frontend_TwoFactorDecoratorService()));
  24980.         return $instance;
  24981.     }
  24982.     /**
  24983.      * Gets the private 'security.csrf.token_storage' shared service.
  24984.      *
  24985.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  24986.      */
  24987.     protected function getSecurity_Csrf_TokenStorageService()
  24988.     {
  24989.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  24990.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  24991.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  24992.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  24993.     }
  24994.     /**
  24995.      * Gets the private 'security.encoder_factory.generic' shared service.
  24996.      *
  24997.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  24998.      */
  24999.     protected function getSecurity_EncoderFactory_GenericService()
  25000.     {
  25001.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  25002.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  25003.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Hitso\\Bundle\\CommonBundle\\Entity\\User' => ['algorithm' => 'auto''cost' => 13'migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'memory_cost' => NULL'time_cost' => NULL'threads' => NULL], 'Symfony\\Component\\Security\\Core\\User\\User' => ['algorithm' => 'auto''cost' => 13'migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'memory_cost' => NULL'time_cost' => NULL'threads' => NULL]]);
  25004.     }
  25005.     /**
  25006.      * Gets the private 'security.firewall.map' shared service.
  25007.      *
  25008.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  25009.      */
  25010.     protected function getSecurity_Firewall_MapService()
  25011.     {
  25012.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25013.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  25014.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  25015.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  25016.             'security.firewall.map.context.frontend' => ['privates''security.firewall.map.context.frontend''getSecurity_Firewall_Map_Context_FrontendService'false],
  25017.         ], [
  25018.             'security.firewall.map.context.admin' => '?',
  25019.             'security.firewall.map.context.api' => '?',
  25020.             'security.firewall.map.context.dev' => '?',
  25021.             'security.firewall.map.context.frontend' => '?',
  25022.         ]), new RewindableGenerator(function () {
  25023.             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)/')));
  25024.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher..TmpSUJ'] ?? ($this->privates['.security.request_matcher..TmpSUJ'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/(?!(monitor)).*$')));
  25025.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.Dq62z7I'] ?? ($this->privates['.security.request_matcher.Dq62z7I'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/''^'.$this->getEnv('string:resolve:ADMIN_HOST').'$')));
  25026.             yield 'security.firewall.map.context.frontend' => ($this->privates['.security.request_matcher.FR_Qege'] ?? ($this->privates['.security.request_matcher.FR_Qege'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/''^'.$this->getEnv('string:resolve:BASE_HOST').'|en\\.'.$this->getEnv('string:resolve:BASE_HOST').'$')));
  25027.         }, 4));
  25028.     }
  25029.     /**
  25030.      * Gets the private 'security.firewall.map.context.admin' shared service.
  25031.      *
  25032.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  25033.      */
  25034.     protected function getSecurity_Firewall_Map_Context_AdminService()
  25035.     {
  25036.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  25037.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  25038.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  25039.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  25040.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  25041.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  25042.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  25043.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  25044.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  25045.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  25046.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  25047.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  25048.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  25049.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  25050.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  25051.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  25052.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'hitso_admin_logout']);
  25053.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  25054.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  25055.         $c->addHandler(($this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService()));
  25056.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  25057.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  25058.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  25059.             yield => ($this->privates['security.authentication.listener.form.admin'] ?? $this->getSecurity_Authentication_Listener_Form_AdminService());
  25060.             yield => ($this->privates['security.authentication.listener.anonymous.admin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminService());
  25061.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  25062.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $b'admin', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'hitso_admin_login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin''security.user_checker''.security.request_matcher.Dq62z7I'truefalse'fos_user.user_provider.username_email''admin''security.authentication.form_entry_point.admin'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  25063.     }
  25064.     /**
  25065.      * Gets the private 'security.firewall.map.context.api' shared service.
  25066.      *
  25067.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  25068.      */
  25069.     protected function getSecurity_Firewall_Map_Context_ApiService()
  25070.     {
  25071.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  25072.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  25073.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  25074.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  25075.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  25076.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  25077.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  25078.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  25079.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  25080.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', ($this->privates['Hitso\\Bundle\\CommonBundle\\Security\\ApiTokenAuthenticator'] ?? $this->getApiTokenAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher..TmpSUJ'truefalse'fos_user.user_provider.username_email''api''Hitso\\Bundle\\CommonBundle\\Security\\ApiTokenAuthenticator'NULLNULL, [=> 'guard'], NULL));
  25081.     }
  25082.     /**
  25083.      * Gets the private 'security.firewall.map.context.dev' shared service.
  25084.      *
  25085.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  25086.      */
  25087.     protected function getSecurity_Firewall_Map_Context_DevService()
  25088.     {
  25089.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  25090.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  25091.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  25092.             return new \EmptyIterator();
  25093.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  25094.     }
  25095.     /**
  25096.      * Gets the private 'security.firewall.map.context.frontend' shared service.
  25097.      *
  25098.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  25099.      */
  25100.     protected function getSecurity_Firewall_Map_Context_FrontendService()
  25101.     {
  25102.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  25103.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  25104.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  25105.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  25106.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  25107.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  25108.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  25109.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  25110.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  25111.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  25112.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  25113.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  25114.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  25115.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  25116.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  25117.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  25118.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'homepage'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'fos_user_security_logout']);
  25119.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  25120.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  25121.         $c->addHandler(($this->privates['Hitso\\Bundle\\CommonBundle\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService()));
  25122.         $c->addHandler(($this->privates['security.authentication.rememberme.services.simplehash.frontend.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_Frontend_TwoFactorDecoratorService()));
  25123.         return $this->privates['security.firewall.map.context.frontend'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  25124.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  25125.             yield => ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  25126.             yield => ($this->privates['security.authentication.listener.guard.frontend'] ?? $this->getSecurity_Authentication_Listener_Guard_FrontendService());
  25127.             yield => ($this->privates['security.authentication.listener.form.frontend'] ?? $this->getSecurity_Authentication_Listener_Form_FrontendService());
  25128.             yield => ($this->privates['security.authentication.listener.rememberme.frontend'] ?? $this->getSecurity_Authentication_Listener_Rememberme_FrontendService());
  25129.             yield => ($this->privates['security.authentication.listener.anonymous.frontend'] ?? $this->getSecurity_Authentication_Listener_Anonymous_FrontendService());
  25130.             yield => ($this->privates['security.authentication.switchuser_listener.frontend'] ?? $this->getSecurity_Authentication_SwitchuserListener_FrontendService());
  25131.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  25132.         }, 8), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $b'frontend', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('frontend''security.user_checker''.security.request_matcher.FR_Qege'truefalse'fos_user.user_provider.username_email''frontend''security.authentication.form_entry_point.frontend'NULLNULL, [=> 'switch_user'=> 'guard'=> 'form_login'=> 'remember_me'=> 'anonymous'], ['parameter' => '_switch_user''role' => 'ROLE_ALLOWED_TO_SWITCH''stateless' => false]));
  25133.     }
  25134.     /**
  25135.      * Gets the private 'security.http_utils' shared service.
  25136.      *
  25137.      * @return \Symfony\Component\Security\Http\HttpUtils
  25138.      */
  25139.     protected function getSecurity_HttpUtilsService()
  25140.     {
  25141.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  25142.         $a = ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService());
  25143.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  25144.     }
  25145.     /**
  25146.      * Gets the private 'security.logout.handler.csrf_token_clearing' shared service.
  25147.      *
  25148.      * @return \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler
  25149.      */
  25150.     protected function getSecurity_Logout_Handler_CsrfTokenClearingService()
  25151.     {
  25152.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  25153.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  25154.         return $this->privates['security.logout.handler.csrf_token_clearing'] = new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  25155.     }
  25156.     /**
  25157.      * Gets the private 'security.logout_url_generator' shared service.
  25158.      *
  25159.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  25160.      */
  25161.     protected function getSecurity_LogoutUrlGeneratorService()
  25162.     {
  25163.         $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['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  25164.         $instance->registerListener('admin''hitso_admin_logout''logout''_csrf_token'NULLNULL);
  25165.         $instance->registerListener('frontend''fos_user_security_logout''logout''_csrf_token'NULLNULL);
  25166.         return $instance;
  25167.     }
  25168.     /**
  25169.      * Gets the private 'security.role_hierarchy' shared service.
  25170.      *
  25171.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  25172.      */
  25173.     protected function getSecurity_RoleHierarchyService()
  25174.     {
  25175.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  25176.     }
  25177.     /**
  25178.      * Gets the private 'security.validator.user_password' shared service.
  25179.      *
  25180.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  25181.      */
  25182.     protected function getSecurity_Validator_UserPasswordService()
  25183.     {
  25184.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  25185.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  25186.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  25187.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  25188.     }
  25189.     /**
  25190.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  25191.      *
  25192.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  25193.      */
  25194.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  25195.     {
  25196.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  25197.     }
  25198.     /**
  25199.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  25200.      *
  25201.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  25202.      */
  25203.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  25204.     {
  25205.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  25206.         $b = new \Hitso\Bundle\CommonBundle\Request\ParamConverter\QueryParamConverter();
  25207.         $c = new \Hitso\Bundle\SearchBundle\Request\SearchRequestParamConverter(($this->privates['Hitso\\Bundle\\SearchBundle\\Manager\\SearchManager'] ?? $this->getSearchManagerService()));
  25208.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  25209.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  25210.         $a->add($b0'query_param');
  25211.         $a->add($b0NULL);
  25212.         $a->add($c0'search_request');
  25213.         $a->add($c0NULL);
  25214.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  25215.     }
  25216.     /**
  25217.      * Gets the private 'sensio_framework_extra.psr7.http_message_factory' shared service.
  25218.      *
  25219.      * @return \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
  25220.      */
  25221.     protected function getSensioFrameworkExtra_Psr7_HttpMessageFactoryService()
  25222.     {
  25223.         $a = ($this->privates['nyholm.psr7.psr17_factory'] ?? ($this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  25224.         return $this->privates['sensio_framework_extra.psr7.http_message_factory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a$a$a$a);
  25225.     }
  25226.     /**
  25227.      * Gets the private 'sensio_framework_extra.psr7.listener.response' shared service.
  25228.      *
  25229.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener
  25230.      */
  25231.     protected function getSensioFrameworkExtra_Psr7_Listener_ResponseService()
  25232.     {
  25233.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/PsrResponseListener.php';
  25234.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php';
  25235.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php';
  25236.         return $this->privates['sensio_framework_extra.psr7.listener.response'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener(new \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory());
  25237.     }
  25238.     /**
  25239.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  25240.      *
  25241.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  25242.      */
  25243.     protected function getSensioFrameworkExtra_Security_ListenerService()
  25244.     {
  25245.         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['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  25246.     }
  25247.     /**
  25248.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  25249.      *
  25250.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  25251.      */
  25252.     protected function getSensioFrameworkExtra_View_ListenerService()
  25253.     {
  25254.         $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))));
  25255.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25256.             'twig' => ['services''twig''getTwigService'false],
  25257.         ], [
  25258.             'twig' => 'Twig\\Environment',
  25259.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  25260.         return $instance;
  25261.     }
  25262.     /**
  25263.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  25264.      *
  25265.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  25266.      */
  25267.     protected function getSerializer_Mapping_CacheWarmerService()
  25268.     {
  25269.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  25270.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  25271.         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())), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Resources/config/serialization/Category.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Resources/config/serialization/File.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Resources/config/serialization/Storage.File.AbstractFile.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Resources/config/serialization/Storage.File.File.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Article.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/ArticleCategory.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Category.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Comment.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Content.yml')), 10 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Advert.yml')), 11 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Attachments.yml')), 12 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.CatalogCategory.yml')), 13 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Element.yml')), 14 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Embed.yml')), 15 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Featured.yml')), 16 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Gallery.yml')), 17 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Header.yml')), 18 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Image.yml')), 19 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Link.yml')), 20 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Newsletter.yml')), 21 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Paragraph.yml')), 22 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Probe.yml')), 23 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Product.yml')), 24 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Section.yml')), 25 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Table.yml')), 26 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.TextWrap.yml')), 27 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Video.yml')), 28 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle/Resources/config/serialization/Probe.yml')), 29 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle/Resources/config/serialization/ProbeOption.yml')), 30 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Resources/config/serialization/Tag.yml')), 31 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Resources/config/serialization/TagType.yml')), 32 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Resources/config/serialization/Tagging.yml'))], ($this->targetDir.''.'/serialization.php'));
  25272.     }
  25273.     /**
  25274.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  25275.      *
  25276.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  25277.      */
  25278.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  25279.     {
  25280.         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())), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Resources/config/serialization/Category.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/Resources/config/serialization/File.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Resources/config/serialization/Storage.File.AbstractFile.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/Resources/config/serialization/Storage.File.File.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Article.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/ArticleCategory.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Category.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Comment.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Content.yml')), 10 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Advert.yml')), 11 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Attachments.yml')), 12 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.CatalogCategory.yml')), 13 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Element.yml')), 14 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Embed.yml')), 15 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Featured.yml')), 16 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Gallery.yml')), 17 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Header.yml')), 18 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Image.yml')), 19 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Link.yml')), 20 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Newsletter.yml')), 21 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Paragraph.yml')), 22 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Probe.yml')), 23 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Product.yml')), 24 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Section.yml')), 25 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Table.yml')), 26 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.TextWrap.yml')), 27 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/serialization/Elements.Video.yml')), 28 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle/Resources/config/serialization/Probe.yml')), 29 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle/Resources/config/serialization/ProbeOption.yml')), 30 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Resources/config/serialization/Tag.yml')), 31 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Resources/config/serialization/TagType.yml')), 32 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Resources/config/serialization/Tagging.yml'))]));
  25281.     }
  25282.     /**
  25283.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  25284.      *
  25285.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  25286.      */
  25287.     protected function getSerializer_NameConverter_MetadataAwareService()
  25288.     {
  25289.         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()));
  25290.     }
  25291.     /**
  25292.      * Gets the private 'serializer.normalizer.object' shared service.
  25293.      *
  25294.      * @return \Symfony\Component\Serializer\Normalizer\ObjectNormalizer
  25295.      */
  25296.     protected function getSerializer_Normalizer_ObjectService()
  25297.     {
  25298.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  25299.         return $this->privates['serializer.normalizer.object'] = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), NULL, []);
  25300.     }
  25301.     /**
  25302.      * Gets the private 'session.storage.native' shared service.
  25303.      *
  25304.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  25305.      */
  25306.     protected function getSession_Storage_NativeService()
  25307.     {
  25308.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler((\dirname(__DIR__3).'/sessions/dev'))), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  25309.     }
  25310.     /**
  25311.      * Gets the private 'session_listener' shared service.
  25312.      *
  25313.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  25314.      */
  25315.     protected function getSessionListenerService()
  25316.     {
  25317.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25318.             'initialized_session' => ['services''session'NULLfalse],
  25319.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  25320.             'session' => ['services''session''getSessionService'false],
  25321.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  25322.         ], [
  25323.             'initialized_session' => '?',
  25324.             'request_stack' => '?',
  25325.             'session' => '?',
  25326.             'session_storage' => '?',
  25327.         ]));
  25328.     }
  25329.     /**
  25330.      * Gets the private 'snc_redis.command.flush_all' shared service.
  25331.      *
  25332.      * @return \Snc\RedisBundle\Command\RedisFlushallCommand
  25333.      */
  25334.     protected function getSncRedis_Command_FlushAllService()
  25335.     {
  25336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25337.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  25338.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  25339.         include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/Command/RedisBaseCommand.php';
  25340.         include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/Command/RedisFlushallCommand.php';
  25341.         $this->privates['snc_redis.command.flush_all'] = $instance = new \Snc\RedisBundle\Command\RedisFlushallCommand();
  25342.         $instance->setName('redis:flushall');
  25343.         return $instance;
  25344.     }
  25345.     /**
  25346.      * Gets the private 'snc_redis.command.flush_db' shared service.
  25347.      *
  25348.      * @return \Snc\RedisBundle\Command\RedisFlushdbCommand
  25349.      */
  25350.     protected function getSncRedis_Command_FlushDbService()
  25351.     {
  25352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25353.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  25354.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  25355.         include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/Command/RedisBaseCommand.php';
  25356.         include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/Command/RedisFlushdbCommand.php';
  25357.         $this->privates['snc_redis.command.flush_db'] = $instance = new \Snc\RedisBundle\Command\RedisFlushdbCommand();
  25358.         $instance->setName('redis:flushdb');
  25359.         return $instance;
  25360.     }
  25361.     /**
  25362.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  25363.      *
  25364.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  25365.      */
  25366.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  25367.     {
  25368.         return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  25369.     }
  25370.     /**
  25371.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  25372.      *
  25373.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  25374.      */
  25375.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  25376.     {
  25377.         return $this->privates['stof_doctrine_extensions.event_listener.logger'] = new \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener(($this->privates['stof_doctrine_extensions.listener.loggable'] ?? $this->getStofDoctrineExtensions_Listener_LoggableService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  25378.     }
  25379.     /**
  25380.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  25381.      *
  25382.      * @return \Gedmo\Blameable\BlameableListener
  25383.      */
  25384.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  25385.     {
  25386.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  25387.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  25388.         return $instance;
  25389.     }
  25390.     /**
  25391.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  25392.      *
  25393.      * @return \Hitso\Bundle\CommonBundle\Doctrine\EventSubscriber\LoggableListener
  25394.      */
  25395.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  25396.     {
  25397.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Hitso\Bundle\CommonBundle\Doctrine\EventSubscriber\LoggableListener();
  25398.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  25399.         return $instance;
  25400.     }
  25401.     /**
  25402.      * Gets the private 'stof_doctrine_extensions.listener.sluggable' shared service.
  25403.      *
  25404.      * @return \Gedmo\Sluggable\SluggableListener
  25405.      */
  25406.     protected function getStofDoctrineExtensions_Listener_SluggableService()
  25407.     {
  25408.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
  25409.         $this->privates['stof_doctrine_extensions.listener.sluggable'] = $instance = new \Gedmo\Sluggable\SluggableListener();
  25410.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  25411.         return $instance;
  25412.     }
  25413.     /**
  25414.      * Gets the private 'stof_doctrine_extensions.listener.softdeleteable' shared service.
  25415.      *
  25416.      * @return \Gedmo\SoftDeleteable\SoftDeleteableListener
  25417.      */
  25418.     protected function getStofDoctrineExtensions_Listener_SoftdeleteableService()
  25419.     {
  25420.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/SoftDeleteable/SoftDeleteableListener.php';
  25421.         $this->privates['stof_doctrine_extensions.listener.softdeleteable'] = $instance = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  25422.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  25423.         return $instance;
  25424.     }
  25425.     /**
  25426.      * Gets the private 'stof_doctrine_extensions.listener.sortable' shared service.
  25427.      *
  25428.      * @return \Gedmo\Sortable\SortableListener
  25429.      */
  25430.     protected function getStofDoctrineExtensions_Listener_SortableService()
  25431.     {
  25432.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sortable/SortableListener.php';
  25433.         $this->privates['stof_doctrine_extensions.listener.sortable'] = $instance = new \Gedmo\Sortable\SortableListener();
  25434.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  25435.         return $instance;
  25436.     }
  25437.     /**
  25438.      * Gets the private 'stof_doctrine_extensions.listener.timestampable' shared service.
  25439.      *
  25440.      * @return \Gedmo\Timestampable\TimestampableListener
  25441.      */
  25442.     protected function getStofDoctrineExtensions_Listener_TimestampableService()
  25443.     {
  25444.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  25445.         $this->privates['stof_doctrine_extensions.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  25446.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  25447.         return $instance;
  25448.     }
  25449.     /**
  25450.      * Gets the private 'stof_doctrine_extensions.listener.tree' shared service.
  25451.      *
  25452.      * @return \Gedmo\Tree\TreeListener
  25453.      */
  25454.     protected function getStofDoctrineExtensions_Listener_TreeService()
  25455.     {
  25456.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/TreeListener.php';
  25457.         $this->privates['stof_doctrine_extensions.listener.tree'] = $instance = new \Gedmo\Tree\TreeListener();
  25458.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  25459.         return $instance;
  25460.     }
  25461.     /**
  25462.      * Gets the private 'swiftmailer.command.debug' shared service.
  25463.      *
  25464.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  25465.      */
  25466.     protected function getSwiftmailer_Command_DebugService()
  25467.     {
  25468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25469.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  25470.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  25471.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  25472.         $instance->setName('debug:swiftmailer');
  25473.         return $instance;
  25474.     }
  25475.     /**
  25476.      * Gets the private 'swiftmailer.command.new_email' shared service.
  25477.      *
  25478.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  25479.      */
  25480.     protected function getSwiftmailer_Command_NewEmailService()
  25481.     {
  25482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25483.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  25484.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  25485.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  25486.         $instance->setName('swiftmailer:email:send');
  25487.         return $instance;
  25488.     }
  25489.     /**
  25490.      * Gets the private 'swiftmailer.command.send_email' shared service.
  25491.      *
  25492.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  25493.      */
  25494.     protected function getSwiftmailer_Command_SendEmailService()
  25495.     {
  25496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25497.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  25498.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  25499.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  25500.         $instance->setName('swiftmailer:spool:send');
  25501.         return $instance;
  25502.     }
  25503.     /**
  25504.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  25505.      *
  25506.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  25507.      */
  25508.     protected function getSwiftmailer_EmailSender_ListenerService()
  25509.     {
  25510.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  25511.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  25512.     }
  25513.     /**
  25514.      * Gets the private 'templating.engine.twig' shared service.
  25515.      *
  25516.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  25517.      *
  25518.      * @deprecated The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  25519.      */
  25520.     protected function getTemplating_Engine_TwigService()
  25521.     {
  25522.         @trigger_error('The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  25523.         $a = ($this->services['twig'] ?? $this->getTwigService());
  25524.         if (isset($this->privates['templating.engine.twig'])) {
  25525.             return $this->privates['templating.engine.twig'];
  25526.         }
  25527.         return $this->privates['templating.engine.twig'] = new \Symfony\Bundle\TwigBundle\TwigEngine($a, ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['liip_theme.templating_locator'] ?? $this->getLiipTheme_TemplatingLocatorService()));
  25528.     }
  25529.     /**
  25530.      * Gets the private 'templating.name_parser' shared service.
  25531.      *
  25532.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  25533.      *
  25534.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  25535.      */
  25536.     protected function getTemplating_NameParserService()
  25537.     {
  25538.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  25539.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  25540.     }
  25541.     /**
  25542.      * Gets the private 'translation.extractor' shared service.
  25543.      *
  25544.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  25545.      */
  25546.     protected function getTranslation_ExtractorService()
  25547.     {
  25548.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  25549.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  25550.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  25551.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  25552.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  25553.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  25554.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  25555.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  25556.         return $instance;
  25557.     }
  25558.     /**
  25559.      * Gets the private 'translation.loader.csv' shared service.
  25560.      *
  25561.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  25562.      */
  25563.     protected function getTranslation_Loader_CsvService()
  25564.     {
  25565.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25566.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25567.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25568.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  25569.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  25570.     }
  25571.     /**
  25572.      * Gets the private 'translation.loader.dat' shared service.
  25573.      *
  25574.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  25575.      */
  25576.     protected function getTranslation_Loader_DatService()
  25577.     {
  25578.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25579.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  25580.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  25581.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  25582.     }
  25583.     /**
  25584.      * Gets the private 'translation.loader.ini' shared service.
  25585.      *
  25586.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  25587.      */
  25588.     protected function getTranslation_Loader_IniService()
  25589.     {
  25590.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25591.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25592.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25593.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  25594.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  25595.     }
  25596.     /**
  25597.      * Gets the private 'translation.loader.json' shared service.
  25598.      *
  25599.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  25600.      */
  25601.     protected function getTranslation_Loader_JsonService()
  25602.     {
  25603.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25604.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25605.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25606.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  25607.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  25608.     }
  25609.     /**
  25610.      * Gets the private 'translation.loader.mo' shared service.
  25611.      *
  25612.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  25613.      */
  25614.     protected function getTranslation_Loader_MoService()
  25615.     {
  25616.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25617.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25618.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25619.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  25620.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  25621.     }
  25622.     /**
  25623.      * Gets the private 'translation.loader.php' shared service.
  25624.      *
  25625.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  25626.      */
  25627.     protected function getTranslation_Loader_PhpService()
  25628.     {
  25629.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25630.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25631.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25632.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  25633.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  25634.     }
  25635.     /**
  25636.      * Gets the private 'translation.loader.po' shared service.
  25637.      *
  25638.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  25639.      */
  25640.     protected function getTranslation_Loader_PoService()
  25641.     {
  25642.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25643.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25644.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25645.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  25646.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  25647.     }
  25648.     /**
  25649.      * Gets the private 'translation.loader.qt' shared service.
  25650.      *
  25651.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  25652.      */
  25653.     protected function getTranslation_Loader_QtService()
  25654.     {
  25655.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25656.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  25657.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  25658.     }
  25659.     /**
  25660.      * Gets the private 'translation.loader.res' shared service.
  25661.      *
  25662.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  25663.      */
  25664.     protected function getTranslation_Loader_ResService()
  25665.     {
  25666.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25667.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  25668.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  25669.     }
  25670.     /**
  25671.      * Gets the private 'translation.loader.xliff' shared service.
  25672.      *
  25673.      * @return \JMS\TranslationBundle\Translation\Loader\Symfony\XliffLoader
  25674.      */
  25675.     protected function getTranslation_Loader_XliffService()
  25676.     {
  25677.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25678.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/Symfony/XliffLoader.php';
  25679.         return $this->privates['translation.loader.xliff'] = new \JMS\TranslationBundle\Translation\Loader\Symfony\XliffLoader();
  25680.     }
  25681.     /**
  25682.      * Gets the private 'translation.loader.yml' shared service.
  25683.      *
  25684.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  25685.      */
  25686.     protected function getTranslation_Loader_YmlService()
  25687.     {
  25688.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25689.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25690.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25691.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  25692.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  25693.     }
  25694.     /**
  25695.      * Gets the private 'translation.reader' shared service.
  25696.      *
  25697.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  25698.      */
  25699.     protected function getTranslation_ReaderService()
  25700.     {
  25701.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  25702.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  25703.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25704.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25705.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25706.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  25707.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  25708.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/Symfony/XliffLoader.php';
  25709.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  25710.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  25711.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  25712.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  25713.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  25714.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  25715.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  25716.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  25717.         include_once \dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/Translation/Loader/RepositoryLoader.php';
  25718.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  25719.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  25720.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \JMS\TranslationBundle\Translation\Loader\Symfony\XliffLoader()));
  25721.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  25722.         $instance->addLoader('yaml'$a);
  25723.         $instance->addLoader('yml'$a);
  25724.         $instance->addLoader('xlf'$b);
  25725.         $instance->addLoader('xliff'$b);
  25726.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  25727.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  25728.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  25729.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  25730.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  25731.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  25732.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  25733.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  25734.         $instance->addLoader('hitso_db', ($this->privates['Hitso\\Bundle\\TranslationBundle\\Translation\\Loader\\RepositoryLoader'] ?? ($this->privates['Hitso\\Bundle\\TranslationBundle\\Translation\\Loader\\RepositoryLoader'] = new \Hitso\Bundle\TranslationBundle\Translation\Loader\RepositoryLoader($this))));
  25735.         return $instance;
  25736.     }
  25737.     /**
  25738.      * Gets the private 'translation.warmer' shared service.
  25739.      *
  25740.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  25741.      */
  25742.     protected function getTranslation_WarmerService()
  25743.     {
  25744.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  25745.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25746.             'translator' => ['privates''translator.data_collector''getTranslator_DataCollectorService'false],
  25747.         ], [
  25748.             'translator' => '?',
  25749.         ]))->withContext('translation.warmer'$this));
  25750.     }
  25751.     /**
  25752.      * Gets the private 'translator.data_collector' shared service.
  25753.      *
  25754.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  25755.      */
  25756.     protected function getTranslator_DataCollectorService()
  25757.     {
  25758.         return $this->privates['translator.data_collector'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['Hitso\\Bundle\\TranslationBundle\\Translation\\FormattingTranslator'] ?? $this->getFormattingTranslatorService()));
  25759.     }
  25760.     /**
  25761.      * Gets the private 'translator.default' shared service.
  25762.      *
  25763.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  25764.      */
  25765.     protected function getTranslator_DefaultService()
  25766.     {
  25767.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25768.             'Hitso\\Bundle\\TranslationBundle\\Translation\\Loader\\RepositoryLoader' => ['privates''Hitso\\Bundle\\TranslationBundle\\Translation\\Loader\\RepositoryLoader''getRepositoryLoaderService'false],
  25769.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  25770.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  25771.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  25772.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  25773.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  25774.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  25775.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  25776.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  25777.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  25778.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  25779.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  25780.         ], [
  25781.             'Hitso\\Bundle\\TranslationBundle\\Translation\\Loader\\RepositoryLoader' => '?',
  25782.             'translation.loader.csv' => '?',
  25783.             'translation.loader.dat' => '?',
  25784.             'translation.loader.ini' => '?',
  25785.             'translation.loader.json' => '?',
  25786.             'translation.loader.mo' => '?',
  25787.             'translation.loader.php' => '?',
  25788.             'translation.loader.po' => '?',
  25789.             'translation.loader.qt' => '?',
  25790.             'translation.loader.res' => '?',
  25791.             'translation.loader.xliff' => '?',
  25792.             'translation.loader.yml' => '?',
  25793.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'pl', ['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'], 'Hitso\\Bundle\\TranslationBundle\\Translation\\Loader\\RepositoryLoader' => [=> 'hitso_db']], ['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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.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).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Resources/translations/roles.en.xlf'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Resources/translations/admin.en.yml'), => (\dirname(__DIR__4).'/translations/admin.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).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.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).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.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')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Resources/translations/front.pl.yml'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Resources/translations/roles.pl.xlf'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Resources/translations/admin.pl.yml'), 10 => (\dirname(__DIR__4).'/translations/admin.pl.yml'), 11 => (\dirname(__DIR__4).'/translations/front.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], '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')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.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).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/FrameworkBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/SensioFrameworkExtraBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/DoctrineCacheBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/DoctrineBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/DoctrineMigrationsBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/TwigBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/MonologBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/SecurityBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/SwiftmailerBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 29 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/DoctrineFixturesBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 31 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/MakerBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 33 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/WebProfilerBundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/anyx/login-gate-bundle/translations'), 35 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/LoginGateBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/debril/rss-atom-bundle/Debril/RssAtomBundle/translations'), 37 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/DebrilRssAtomBundle/translations'), 38 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/FOSUserBundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 40 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/KnpMenuBundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/limenius/liform-bundle/translations'), 42 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/LimeniusLiformBundle/translations'), 43 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 44 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/LiipImagineBundle/translations'), 45 => (\dirname(__DIR__4).'/vendor/liip/theme-bundle/translations'), 46 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/LiipThemeBundle/translations'), 47 => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/translations'), 48 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HttplugBundle/translations'), 49 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 50 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/SentryBundle/translations'), 51 => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/translations'), 52 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/SncRedisBundle/translations'), 53 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 54 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/StofDoctrineExtensionsBundle/translations'), 55 => (\dirname(__DIR__4).'/vendor/whiteoctober/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/translations'), 56 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/WhiteOctoberBreadcrumbsBundle/translations'), 57 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/translations'), 58 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/BazingaJsTranslationBundle/translations'), 59 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 60 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/FOSRestBundle/translations'), 61 => (\dirname(__DIR__4).'/vendor/emanueleminotto/twig-cache-bundle/translations'), 62 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/TwigCacheBundle/translations'), 63 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/SonataSeoBundle/translations'), 64 => (\dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src/translations'), 65 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/CmfSeoBundle/translations'), 66 => (\dirname(__DIR__4).'/vendor/jms/translation-bundle/translations'), 67 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/JMSTranslationBundle/translations'), 68 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 69 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/NelmioCorsBundle/translations'), 70 => (\dirname(__DIR__4).'/vendor/goksagun/scheduler-bundle/translations'), 71 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/SchedulerBundle/translations'), 72 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/SchebTwoFactorBundle/translations'), 73 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoAdminBundle/translations'), 74 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoCommonBundle/translations'), 75 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoCatalogBundle/translations'), 76 => (\dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle/translations'), 77 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoDataTableBundle/translations'), 78 => (\dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle/translations'), 79 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoFileManagerBundle/translations'), 80 => (\dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle/translations'), 81 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoFormBundle/translations'), 82 => (\dirname(__DIR__4).'/src/Hitso/Bundle/MultiSiteBundle/translations'), 83 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoMultiSiteBundle/translations'), 84 => (\dirname(__DIR__4).'/src/Hitso/Bundle/RoutingBundle/translations'), 85 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoRoutingBundle/translations'), 86 => (\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/translations'), 87 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoContentBundle/translations'), 88 => (\dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle/translations'), 89 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoSeoBundle/translations'), 90 => (\dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle/translations'), 91 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoBlocksBundle/translations'), 92 => (\dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle/translations'), 93 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoNavigationBundle/translations'), 94 => (\dirname(__DIR__4).'/src/Hitso/Bundle/NewsletterBundle/translations'), 95 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoNewsletterBundle/translations'), 96 => (\dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/translations'), 97 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoSectionBundle/translations'), 98 => (\dirname(__DIR__4).'/src/Hitso/Bundle/TicketsBundle/translations'), 99 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoTicketsBundle/translations'), 100 => (\dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle/translations'), 101 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoTranslationBundle/translations'), 102 => (\dirname(__DIR__4).'/src/Hitso/Bundle/QABundle/translations'), 103 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoQABundle/translations'), 104 => (\dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle/translations'), 105 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoProbeBundle/translations'), 106 => (\dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle/translations'), 107 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoSearchBundle/translations'), 108 => (\dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/translations'), 109 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HitsoTaggingBundle/translations'), 110 => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 111 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/NelmioAliceBundle/translations'), 112 => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 113 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/FidryAliceDataFixturesBundle/translations'), 114 => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/translations'), 115 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HautelookAliceBundle/translations'), 116 => (\dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/translations'), 117 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/EndroidQrCodeBundle/translations'), 118 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 119 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/KnpSnappyBundle/translations'), 120 => (\dirname(__DIR__4).'/vendor/glifery/entity-hidden-type-bundle/Glifery/EntityHiddenTypeBundle/translations'), 121 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/GliferyEntityHiddenTypeBundle/translations'), 122 => (\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/translations'), 123 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/OverblogGraphiQLBundle/translations'), 124 => (\dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite-bundle/translations'), 125 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/GraphQLiteBundle/translations'), 126 => (\dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle/translations'), 127 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/HartmannAppBundle/translations'), 128 => (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/sonata-project/seo-bundle/src/Resources/translations'=> 'vendor/scheb/two-factor-bundle/Resources/translations'=> 'src/Hitso/Bundle/AdminBundle/Resources/translations'=> 'src/Hitso/Bundle/CommonBundle/Resources/translations'=> 'src/Hitso/Bundle/CatalogBundle/Resources/translations'=> 'translations'10 => 'vendor/symfony/framework-bundle/translations'11 => 'src/Hitso/Bundle/Resources/FrameworkBundle/translations'12 => 'vendor/sensio/framework-extra-bundle/src/translations'13 => 'src/Hitso/Bundle/Resources/SensioFrameworkExtraBundle/translations'14 => 'vendor/doctrine/doctrine-cache-bundle/translations'15 => 'src/Hitso/Bundle/Resources/DoctrineCacheBundle/translations'16 => 'vendor/doctrine/doctrine-bundle/translations'17 => 'src/Hitso/Bundle/Resources/DoctrineBundle/translations'18 => 'vendor/doctrine/doctrine-migrations-bundle/translations'19 => 'src/Hitso/Bundle/Resources/DoctrineMigrationsBundle/translations'20 => 'vendor/symfony/twig-bundle/translations'21 => 'src/Hitso/Bundle/Resources/TwigBundle/translations'22 => 'vendor/symfony/monolog-bundle/translations'23 => 'src/Hitso/Bundle/Resources/MonologBundle/translations'24 => 'vendor/symfony/security-bundle/translations'25 => 'src/Hitso/Bundle/Resources/SecurityBundle/translations'26 => 'vendor/symfony/swiftmailer-bundle/translations'27 => 'src/Hitso/Bundle/Resources/SwiftmailerBundle/translations'28 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'29 => 'src/Hitso/Bundle/Resources/DoctrineFixturesBundle/translations'30 => 'vendor/symfony/maker-bundle/src/translations'31 => 'src/Hitso/Bundle/Resources/MakerBundle/translations'32 => 'vendor/symfony/web-profiler-bundle/translations'33 => 'src/Hitso/Bundle/Resources/WebProfilerBundle/translations'34 => 'vendor/anyx/login-gate-bundle/translations'35 => 'src/Hitso/Bundle/Resources/LoginGateBundle/translations'36 => 'vendor/debril/rss-atom-bundle/Debril/RssAtomBundle/translations'37 => 'src/Hitso/Bundle/Resources/DebrilRssAtomBundle/translations'38 => 'src/Hitso/Bundle/Resources/FOSUserBundle/translations'39 => 'vendor/knplabs/knp-menu-bundle/src/translations'40 => 'src/Hitso/Bundle/Resources/KnpMenuBundle/translations'41 => 'vendor/limenius/liform-bundle/translations'42 => 'src/Hitso/Bundle/Resources/LimeniusLiformBundle/translations'43 => 'vendor/liip/imagine-bundle/translations'44 => 'src/Hitso/Bundle/Resources/LiipImagineBundle/translations'45 => 'vendor/liip/theme-bundle/translations'46 => 'src/Hitso/Bundle/Resources/LiipThemeBundle/translations'47 => 'vendor/php-http/httplug-bundle/src/translations'48 => 'src/Hitso/Bundle/Resources/HttplugBundle/translations'49 => 'vendor/sentry/sentry-symfony/src/translations'50 => 'src/Hitso/Bundle/Resources/SentryBundle/translations'51 => 'vendor/snc/redis-bundle/translations'52 => 'src/Hitso/Bundle/Resources/SncRedisBundle/translations'53 => 'vendor/stof/doctrine-extensions-bundle/src/translations'54 => 'src/Hitso/Bundle/Resources/StofDoctrineExtensionsBundle/translations'55 => 'vendor/whiteoctober/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle/translations'56 => 'src/Hitso/Bundle/Resources/WhiteOctoberBreadcrumbsBundle/translations'57 => 'vendor/willdurand/js-translation-bundle/translations'58 => 'src/Hitso/Bundle/Resources/BazingaJsTranslationBundle/translations'59 => 'vendor/friendsofsymfony/rest-bundle/translations'60 => 'src/Hitso/Bundle/Resources/FOSRestBundle/translations'61 => 'vendor/emanueleminotto/twig-cache-bundle/translations'62 => 'src/Hitso/Bundle/Resources/TwigCacheBundle/translations'63 => 'src/Hitso/Bundle/Resources/SonataSeoBundle/translations'64 => 'vendor/symfony-cmf/seo-bundle/src/translations'65 => 'src/Hitso/Bundle/Resources/CmfSeoBundle/translations'66 => 'vendor/jms/translation-bundle/translations'67 => 'src/Hitso/Bundle/Resources/JMSTranslationBundle/translations'68 => 'vendor/nelmio/cors-bundle/translations'69 => 'src/Hitso/Bundle/Resources/NelmioCorsBundle/translations'70 => 'vendor/goksagun/scheduler-bundle/translations'71 => 'src/Hitso/Bundle/Resources/SchedulerBundle/translations'72 => 'src/Hitso/Bundle/Resources/SchebTwoFactorBundle/translations'73 => 'src/Hitso/Bundle/Resources/HitsoAdminBundle/translations'74 => 'src/Hitso/Bundle/Resources/HitsoCommonBundle/translations'75 => 'src/Hitso/Bundle/Resources/HitsoCatalogBundle/translations'76 => 'src/Hitso/Bundle/DataTableBundle/translations'77 => 'src/Hitso/Bundle/Resources/HitsoDataTableBundle/translations'78 => 'src/Hitso/Bundle/FileManagerBundle/translations'79 => 'src/Hitso/Bundle/Resources/HitsoFileManagerBundle/translations'80 => 'src/Hitso/Bundle/FormBundle/translations'81 => 'src/Hitso/Bundle/Resources/HitsoFormBundle/translations'82 => 'src/Hitso/Bundle/MultiSiteBundle/translations'83 => 'src/Hitso/Bundle/Resources/HitsoMultiSiteBundle/translations'84 => 'src/Hitso/Bundle/RoutingBundle/translations'85 => 'src/Hitso/Bundle/Resources/HitsoRoutingBundle/translations'86 => 'src/Hitso/Bundle/ContentBundle/translations'87 => 'src/Hitso/Bundle/Resources/HitsoContentBundle/translations'88 => 'src/Hitso/Bundle/SeoBundle/translations'89 => 'src/Hitso/Bundle/Resources/HitsoSeoBundle/translations'90 => 'src/Hitso/Bundle/BlocksBundle/translations'91 => 'src/Hitso/Bundle/Resources/HitsoBlocksBundle/translations'92 => 'src/Hitso/Bundle/NavigationBundle/translations'93 => 'src/Hitso/Bundle/Resources/HitsoNavigationBundle/translations'94 => 'src/Hitso/Bundle/NewsletterBundle/translations'95 => 'src/Hitso/Bundle/Resources/HitsoNewsletterBundle/translations'96 => 'src/Hitso/Bundle/SectionBundle/translations'97 => 'src/Hitso/Bundle/Resources/HitsoSectionBundle/translations'98 => 'src/Hitso/Bundle/TicketsBundle/translations'99 => 'src/Hitso/Bundle/Resources/HitsoTicketsBundle/translations'100 => 'src/Hitso/Bundle/TranslationBundle/translations'101 => 'src/Hitso/Bundle/Resources/HitsoTranslationBundle/translations'102 => 'src/Hitso/Bundle/QABundle/translations'103 => 'src/Hitso/Bundle/Resources/HitsoQABundle/translations'104 => 'src/Hitso/Bundle/ProbeBundle/translations'105 => 'src/Hitso/Bundle/Resources/HitsoProbeBundle/translations'106 => 'src/Hitso/Bundle/SearchBundle/translations'107 => 'src/Hitso/Bundle/Resources/HitsoSearchBundle/translations'108 => 'src/Hitso/Bundle/TaggingBundle/translations'109 => 'src/Hitso/Bundle/Resources/HitsoTaggingBundle/translations'110 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations'111 => 'src/Hitso/Bundle/Resources/NelmioAliceBundle/translations'112 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'113 => 'src/Hitso/Bundle/Resources/FidryAliceDataFixturesBundle/translations'114 => 'vendor/hautelook/alice-bundle/src/translations'115 => 'src/Hitso/Bundle/Resources/HautelookAliceBundle/translations'116 => 'vendor/endroid/qr-code-bundle/src/translations'117 => 'src/Hitso/Bundle/Resources/EndroidQrCodeBundle/translations'118 => 'vendor/knplabs/knp-snappy-bundle/src/translations'119 => 'src/Hitso/Bundle/Resources/KnpSnappyBundle/translations'120 => 'vendor/glifery/entity-hidden-type-bundle/Glifery/EntityHiddenTypeBundle/translations'121 => 'src/Hitso/Bundle/Resources/GliferyEntityHiddenTypeBundle/translations'122 => 'vendor/overblog/graphiql-bundle/translations'123 => 'src/Hitso/Bundle/Resources/OverblogGraphiQLBundle/translations'124 => 'vendor/thecodingmachine/graphqlite-bundle/translations'125 => 'src/Hitso/Bundle/Resources/GraphQLiteBundle/translations'126 => 'src/Hartmann/Bundle/AppBundle/translations'127 => 'src/Hitso/Bundle/Resources/HartmannAppBundle/translations'128 => 'src/Hitso/Bundle/Resources/translations']]]);
  25794.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  25795.         $instance->setFallbackLocales([=> 'pl'=> 'pl'=> 'pl']);
  25796.         return $instance;
  25797.     }
  25798.     /**
  25799.      * Gets the private 'twig.cache_warmer' shared service.
  25800.      *
  25801.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  25802.      *
  25803.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  25804.      */
  25805.     protected function getTwig_CacheWarmerService()
  25806.     {
  25807.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  25808.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TemplateFinderInterface.php';
  25809.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TemplateFinder.php';
  25810.         include_once \dirname(__DIR__4).'/vendor/liip/theme-bundle/CacheWarmer/TemplateFinder.php';
  25811.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/TemplateNameParserInterface.php';
  25812.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/TemplateFilenameParser.php';
  25813.         return $this->privates['twig.cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.cache_warmer'$this), new \Liip\ThemeBundle\CacheWarmer\TemplateFinder(($this->services['kernel'] ?? $this->get('kernel'1)), new \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser(), (\dirname(__DIR__4).'/src/Hitso/Bundle/Resources'), ($this->privates['liip_theme.active_theme'] ?? $this->getLiipTheme_ActiveThemeService())), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL]);
  25814.     }
  25815.     /**
  25816.      * Gets the private 'twig.command.debug' shared service.
  25817.      *
  25818.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  25819.      */
  25820.     protected function getTwig_Command_DebugService()
  25821.     {
  25822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25823.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  25824.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src/Hitso/Bundle'));
  25825.         $instance->setName('debug:twig');
  25826.         return $instance;
  25827.     }
  25828.     /**
  25829.      * Gets the private 'twig.command.lint' shared service.
  25830.      *
  25831.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  25832.      */
  25833.     protected function getTwig_Command_LintService()
  25834.     {
  25835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25836.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  25837.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  25838.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  25839.         $instance->setName('lint:twig');
  25840.         return $instance;
  25841.     }
  25842.     /**
  25843.      * Gets the private 'twig.exception_listener' shared service.
  25844.      *
  25845.      * @return \Symfony\Component\HttpKernel\EventListener\ExceptionListener
  25846.      *
  25847.      * @deprecated The "twig.exception_listener" service is deprecated since Symfony 4.4.
  25848.      */
  25849.     protected function getTwig_ExceptionListenerService()
  25850.     {
  25851.         @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  25852.         return $this->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  25853.     }
  25854.     /**
  25855.      * Gets the private 'twig.form.renderer' shared service.
  25856.      *
  25857.      * @return \Symfony\Component\Form\FormRenderer
  25858.      */
  25859.     protected function getTwig_Form_RendererService()
  25860.     {
  25861.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  25862.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  25863.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  25864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  25865.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  25866.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  25867.     }
  25868.     /**
  25869.      * Gets the private 'twig.runtime.httpkernel' shared service.
  25870.      *
  25871.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  25872.      */
  25873.     protected function getTwig_Runtime_HttpkernelService()
  25874.     {
  25875.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  25876.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  25877.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  25878.         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, [
  25879.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  25880.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  25881.         ], [
  25882.             'hinclude' => '?',
  25883.             'inline' => '?',
  25884.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  25885.     }
  25886.     /**
  25887.      * Gets the private 'twig.runtime.security_csrf' shared service.
  25888.      *
  25889.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  25890.      */
  25891.     protected function getTwig_Runtime_SecurityCsrfService()
  25892.     {
  25893.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  25894.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  25895.     }
  25896.     /**
  25897.      * Gets the private 'twig.template_cache_warmer' shared service.
  25898.      *
  25899.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  25900.      */
  25901.     protected function getTwig_TemplateCacheWarmerService()
  25902.     {
  25903.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  25904.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  25905.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  25906.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Hitso/Bundle'), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\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')));
  25907.     }
  25908.     /**
  25909.      * Gets the private 'validator.builder' shared service.
  25910.      *
  25911.      * @return \Symfony\Component\Validator\ValidatorBuilder
  25912.      */
  25913.     protected function getValidator_BuilderService()
  25914.     {
  25915.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  25916.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  25917.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  25918.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
  25919.         $instance->setTranslationDomain('validators');
  25920.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  25921.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Resources/config/validation/Likes.yml'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Resources/config/validation/User.yml'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle/Resources/config/validation/UserNote.yml'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle/Resources/config/validation/Product.yml'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/RoutingBundle/Resources/config/validation.yml'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/validation/Author.yml'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/validation/Banner.yml'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/validation/Comment.yml'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/validation/CommentChangeStatus.yml'), => (\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/validation/Slide.yml'), 10 => (\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle/Resources/config/validation/Video.yml'), 11 => (\dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Resources/config/validation/Group.yml'), 12 => (\dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle/Resources/config/validation/Section.yml'), 13 => (\dirname(__DIR__4).'/src/Hitso/Bundle/TicketsBundle/Resources/config/validation.yml'), 14 => (\dirname(__DIR__4).'/src/Hitso/Bundle/QABundle/Resources/config/validation/Answer.yml'), 15 => (\dirname(__DIR__4).'/src/Hitso/Bundle/QABundle/Resources/config/validation/Question.yml'), 16 => (\dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle/Resources/config/validation/Probe.yml'), 17 => (\dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Resources/config/validation/Tag.yml'), 18 => (\dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Resources/config/validation/TagType.yml'), 19 => (\dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle/Resources/config/validation/Tagging.yml')]);
  25922.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  25923.         $instance->addMethodMapping('loadValidatorMetadata');
  25924.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  25925.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  25926.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  25927.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  25928.         return $instance;
  25929.     }
  25930.     /**
  25931.      * Gets the private 'validator.email' shared service.
  25932.      *
  25933.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  25934.      */
  25935.     protected function getValidator_EmailService()
  25936.     {
  25937.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  25938.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  25939.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  25940.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  25941.     }
  25942.     /**
  25943.      * Gets the private 'validator.expression' shared service.
  25944.      *
  25945.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  25946.      */
  25947.     protected function getValidator_ExpressionService()
  25948.     {
  25949.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  25950.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  25951.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  25952.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  25953.     }
  25954.     /**
  25955.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  25956.      *
  25957.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  25958.      */
  25959.     protected function getValidator_Mapping_CacheWarmerService()
  25960.     {
  25961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  25962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  25963.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  25964.     }
  25965.     /**
  25966.      * Gets the private 'validator.not_compromised_password' shared service.
  25967.      *
  25968.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  25969.      */
  25970.     protected function getValidator_NotCompromisedPasswordService()
  25971.     {
  25972.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  25973.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  25974.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  25975.         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);
  25976.     }
  25977.     /**
  25978.      * Gets the private 'validator.validator_factory' shared service.
  25979.      *
  25980.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  25981.      */
  25982.     protected function getValidator_ValidatorFactoryService()
  25983.     {
  25984.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25985.             'Hitso\\Bundle\\CommonBundle\\Validation\\Constraint\\BadWordValidator' => ['privates''Hitso\\Bundle\\CommonBundle\\Validation\\Constraint\\BadWordValidator''getBadWordValidatorService'false],
  25986.             'Hitso\\Bundle\\CommonBundle\\Validation\\Constraint\\PasswordStrengthValidator' => ['privates''Hitso\\Bundle\\CommonBundle\\Validation\\Constraint\\PasswordStrengthValidator''getPasswordStrengthValidatorService'false],
  25987.             'Hitso\\Bundle\\DataTableBundle\\Validator\\Constraints\\CheckCSVValidator' => ['privates''Hitso\\Bundle\\DataTableBundle\\Validator\\Constraints\\CheckCSVValidator''getCheckCSVValidatorService'false],
  25988.             'Hitso\\Bundle\\DataTableBundle\\Validator\\Constraints\\CheckPHPValidator' => ['privates''Hitso\\Bundle\\DataTableBundle\\Validator\\Constraints\\CheckPHPValidator''getCheckPHPValidatorService'false],
  25989.             'Hitso\\Bundle\\DataTableBundle\\Validator\\Constraints\\ExistingGoogleSheetUrlValidator' => ['privates''Hitso\\Bundle\\DataTableBundle\\Validator\\Constraints\\ExistingGoogleSheetUrlValidator''getExistingGoogleSheetUrlValidatorService'false],
  25990.             'Hitso\\Bundle\\DataTableBundle\\Validator\\Constraints\\ExistingGoogleSheetValidator' => ['privates''Hitso\\Bundle\\DataTableBundle\\Validator\\Constraints\\ExistingGoogleSheetValidator''getExistingGoogleSheetValidatorService'false],
  25991.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  25992.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  25993.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  25994.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  25995.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  25996.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  25997.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  25998.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  25999.         ], [
  26000.             'Hitso\\Bundle\\CommonBundle\\Validation\\Constraint\\BadWordValidator' => '?',
  26001.             'Hitso\\Bundle\\CommonBundle\\Validation\\Constraint\\PasswordStrengthValidator' => '?',
  26002.             'Hitso\\Bundle\\DataTableBundle\\Validator\\Constraints\\CheckCSVValidator' => '?',
  26003.             'Hitso\\Bundle\\DataTableBundle\\Validator\\Constraints\\CheckPHPValidator' => '?',
  26004.             'Hitso\\Bundle\\DataTableBundle\\Validator\\Constraints\\ExistingGoogleSheetUrlValidator' => '?',
  26005.             'Hitso\\Bundle\\DataTableBundle\\Validator\\Constraints\\ExistingGoogleSheetValidator' => '?',
  26006.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  26007.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  26008.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  26009.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  26010.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  26011.             'doctrine.orm.validator.unique' => '?',
  26012.             'security.validator.user_password' => '?',
  26013.             'validator.expression' => '?',
  26014.         ]));
  26015.     }
  26016.     /**
  26017.      * Gets the private 'web_profiler.csp.handler' shared service.
  26018.      *
  26019.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  26020.      */
  26021.     protected function getWebProfiler_Csp_HandlerService()
  26022.     {
  26023.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  26024.     }
  26025.     /**
  26026.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  26027.      *
  26028.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  26029.      */
  26030.     protected function getWebProfiler_DebugToolbarService()
  26031.     {
  26032.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['cmf_routing.router'] ?? $this->getCmfRouting_RouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  26033.     }
  26034.     /**
  26035.      * @return array|bool|float|int|string|null
  26036.      */
  26037.     public function getParameter($name)
  26038.     {
  26039.         $name = (string) $name;
  26040.         if (isset($this->buildParameters[$name])) {
  26041.             return $this->buildParameters[$name];
  26042.         }
  26043.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  26044.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  26045.         }
  26046.         if (isset($this->loadedDynamicParameters[$name])) {
  26047.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  26048.         }
  26049.         return $this->parameters[$name];
  26050.     }
  26051.     public function hasParameter($name): bool
  26052.     {
  26053.         $name = (string) $name;
  26054.         if (isset($this->buildParameters[$name])) {
  26055.             return true;
  26056.         }
  26057.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  26058.     }
  26059.     public function setParameter($name$value): void
  26060.     {
  26061.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  26062.     }
  26063.     public function getParameterBag(): ParameterBagInterface
  26064.     {
  26065.         if (null === $this->parameterBag) {
  26066.             $parameters $this->parameters;
  26067.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  26068.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  26069.             }
  26070.             foreach ($this->buildParameters as $name => $value) {
  26071.                 $parameters[$name] = $value;
  26072.             }
  26073.             $this->parameterBag = new FrozenParameterBag($parameters);
  26074.         }
  26075.         return $this->parameterBag;
  26076.     }
  26077.     private $loadedDynamicParameters = [
  26078.         'kernel.cache_dir' => false,
  26079.         'base_host' => false,
  26080.         'base_front_host' => false,
  26081.         'base_alias' => false,
  26082.         'admin_host' => false,
  26083.         'base_port' => false,
  26084.         'websocket_host' => false,
  26085.         'secret' => false,
  26086.         'php_bin_path' => false,
  26087.         'front_host' => false,
  26088.         'hitso.multi_site.default.host' => false,
  26089.         'hitso.multi_site.admin.host' => false,
  26090.         'hitso.multi_site.admin.host_pattern' => false,
  26091.         'hitso.multi_site.pl.host' => false,
  26092.         'hitso.multi_site.pl.host_pattern' => false,
  26093.         'hitso.multi_site.en.host' => false,
  26094.         'hitso.multi_site.en.host_pattern' => false,
  26095.         'hitso.sites.content.host_pattern' => false,
  26096.         'kernel.secret' => false,
  26097.         'validator.mapping.cache.file' => false,
  26098.         'profiler.storage.dsn' => false,
  26099.         'debug.container.dump' => false,
  26100.         'serializer.mapping.cache.file' => false,
  26101.         'doctrine.orm.proxy_dir' => false,
  26102.         'swiftmailer.spool.default.memory.path' => false,
  26103.         'sonata.seo.config' => false,
  26104.         'nelmio_cors.defaults' => false,
  26105.         'knp_snappy.pdf.binary' => false,
  26106.         'knp_snappy.image.binary' => false,
  26107.     ];
  26108.     private $dynamicParameters = [];
  26109.     private function getDynamicParameter(string $name)
  26110.     {
  26111.         switch ($name) {
  26112.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  26113.             case 'base_host'$value $this->getEnv('resolve:BASE_HOST'); break;
  26114.             case 'base_front_host'$value $this->getEnv('resolve:BASE_FRONT_HOST'); break;
  26115.             case 'base_alias'$value $this->getEnv('resolve:BASE_ALIAS'); break;
  26116.             case 'admin_host'$value $this->getEnv('resolve:ADMIN_HOST'); break;
  26117.             case 'base_port'$value $this->getEnv('resolve:BASE_PORT'); break;
  26118.             case 'websocket_host'$value $this->getEnv('resolve:BASE_HOST'); break;
  26119.             case 'secret'$value $this->getEnv('resolve:APP_SECRET'); break;
  26120.             case 'php_bin_path'$value $this->getEnv('resolve:PHP_BIN_PATH'); break;
  26121.             case 'front_host'$value $this->getEnv('resolve:FRONT_HOST'); break;
  26122.             case 'hitso.multi_site.default.host'$value $this->getEnv('resolve:BASE_HOST'); break;
  26123.             case 'hitso.multi_site.admin.host'$value $this->getEnv('resolve:ADMIN_HOST'); break;
  26124.             case 'hitso.multi_site.admin.host_pattern'$value '^'.$this->getEnv('string:resolve:ADMIN_HOST').'$'; break;
  26125.             case 'hitso.multi_site.pl.host'$value $this->getEnv('resolve:BASE_HOST'); break;
  26126.             case 'hitso.multi_site.pl.host_pattern'$value '^'.$this->getEnv('string:resolve:BASE_HOST').'$'; break;
  26127.             case 'hitso.multi_site.en.host'$value 'en.'.$this->getEnv('string:resolve:BASE_HOST'); break;
  26128.             case 'hitso.multi_site.en.host_pattern'$value '^en\\.'.$this->getEnv('string:resolve:BASE_HOST').'$'; break;
  26129.             case 'hitso.sites.content.host_pattern'$value '^'.$this->getEnv('string:resolve:BASE_HOST').'|en\\.'.$this->getEnv('string:resolve:BASE_HOST').'$'; break;
  26130.             case 'kernel.secret'$value $this->getEnv('resolve:APP_SECRET'); break;
  26131.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  26132.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  26133.             case 'debug.container.dump'$value = ($this->targetDir.''.'/BundleHitso_Bundle_KernelDevDebugContainer.xml'); break;
  26134.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  26135.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  26136.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  26137.             case 'sonata.seo.config'$value = [
  26138.                 'title' => 'Hartmann',
  26139.                 'metas' => [
  26140.                     'name' => [
  26141.                         'author' => 'Hartmann.pl',
  26142.                         'description' => 'Hartmann description',
  26143.                     ],
  26144.                     'property' => [
  26145.                         'og:type' => 'website',
  26146.                         'og:locale' => 'pl_PL',
  26147.                         'og:site_name' => 'Hartmann.pl',
  26148.                         'og:ttl' => '345600',
  26149.                         'og:image' => 'https://'.$this->getEnv('string:resolve:BASE_HOST').'/hartmann/dist/img/og.png',
  26150.                         'og:image:alt' => 'Hartmann.pl',
  26151.                     ],
  26152.                 ],
  26153.                 'default' => 'sonata.seo.page.default',
  26154.                 'separator' => ' - ',
  26155.                 'head' => [
  26156.                 ],
  26157.                 'title_prefix' => NULL,
  26158.                 'title_suffix' => NULL,
  26159.             ]; break;
  26160.             case 'nelmio_cors.defaults'$value = [
  26161.                 'allow_origin' => [
  26162.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  26163.                 ],
  26164.                 'allow_credentials' => false,
  26165.                 'allow_headers' => [
  26166.                     => 'content-type',
  26167.                     => 'authorization',
  26168.                 ],
  26169.                 'expose_headers' => [
  26170.                     => 'Link',
  26171.                 ],
  26172.                 'allow_methods' => [
  26173.                     => 'GET',
  26174.                     => 'OPTIONS',
  26175.                     => 'POST',
  26176.                     => 'PUT',
  26177.                     => 'PATCH',
  26178.                     => 'DELETE',
  26179.                 ],
  26180.                 'max_age' => 3600,
  26181.                 'hosts' => [
  26182.                 ],
  26183.                 'origin_regex' => true,
  26184.                 'forced_allow_origin_value' => NULL,
  26185.             ]; break;
  26186.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  26187.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  26188.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  26189.         }
  26190.         $this->loadedDynamicParameters[$name] = true;
  26191.         return $this->dynamicParameters[$name] = $value;
  26192.     }
  26193.     protected function getDefaultParameters(): array
  26194.     {
  26195.         return [
  26196.             'kernel.root_dir' => (\dirname(__DIR__4).'/src/Hitso/Bundle'),
  26197.             'kernel.project_dir' => \dirname(__DIR__4),
  26198.             'kernel.environment' => 'dev',
  26199.             'kernel.debug' => true,
  26200.             'kernel.name' => 'Bundle',
  26201.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  26202.             'kernel.bundles' => [
  26203.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  26204.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  26205.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  26206.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  26207.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  26208.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  26209.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  26210.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  26211.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  26212.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  26213.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  26214.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  26215.                 'LoginGateBundle' => 'Anyx\\LoginGateBundle\\LoginGateBundle',
  26216.                 'DebrilRssAtomBundle' => 'Debril\\RssAtomBundle\\DebrilRssAtomBundle',
  26217.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  26218.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  26219.                 'LimeniusLiformBundle' => 'Limenius\\LiformBundle\\LimeniusLiformBundle',
  26220.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  26221.                 'LiipThemeBundle' => 'Liip\\ThemeBundle\\LiipThemeBundle',
  26222.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  26223.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  26224.                 'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
  26225.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  26226.                 'WhiteOctoberBreadcrumbsBundle' => 'WhiteOctober\\BreadcrumbsBundle\\WhiteOctoberBreadcrumbsBundle',
  26227.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  26228.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  26229.                 'TwigCacheBundle' => 'EmanueleMinotto\\TwigCacheBundle\\TwigCacheBundle',
  26230.                 'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
  26231.                 'CmfSeoBundle' => 'Symfony\\Cmf\\Bundle\\SeoBundle\\CmfSeoBundle',
  26232.                 'JMSTranslationBundle' => 'JMS\\TranslationBundle\\JMSTranslationBundle',
  26233.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  26234.                 'SchedulerBundle' => 'Goksagun\\SchedulerBundle\\SchedulerBundle',
  26235.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  26236.                 'HitsoAdminBundle' => 'Hitso\\Bundle\\AdminBundle\\HitsoAdminBundle',
  26237.                 'HitsoCommonBundle' => 'Hitso\\Bundle\\CommonBundle\\HitsoCommonBundle',
  26238.                 'HitsoCatalogBundle' => 'Hitso\\Bundle\\CatalogBundle\\HitsoCatalogBundle',
  26239.                 'HitsoDataTableBundle' => 'Hitso\\Bundle\\DataTableBundle\\HitsoDataTableBundle',
  26240.                 'HitsoFileManagerBundle' => 'Hitso\\Bundle\\FileManagerBundle\\HitsoFileManagerBundle',
  26241.                 'HitsoFormBundle' => 'Hitso\\Bundle\\FormBundle\\HitsoFormBundle',
  26242.                 'HitsoMultiSiteBundle' => 'Hitso\\Bundle\\MultiSiteBundle\\HitsoMultiSiteBundle',
  26243.                 'HitsoRoutingBundle' => 'Hitso\\Bundle\\RoutingBundle\\HitsoRoutingBundle',
  26244.                 'HitsoContentBundle' => 'Hitso\\Bundle\\ContentBundle\\HitsoContentBundle',
  26245.                 'HitsoSeoBundle' => 'Hitso\\Bundle\\SeoBundle\\HitsoSeoBundle',
  26246.                 'HitsoBlocksBundle' => 'Hitso\\Bundle\\BlocksBundle\\HitsoBlocksBundle',
  26247.                 'HitsoNavigationBundle' => 'Hitso\\Bundle\\NavigationBundle\\HitsoNavigationBundle',
  26248.                 'HitsoNewsletterBundle' => 'Hitso\\Bundle\\NewsletterBundle\\HitsoNewsletterBundle',
  26249.                 'HitsoSectionBundle' => 'Hitso\\Bundle\\SectionBundle\\HitsoSectionBundle',
  26250.                 'HitsoTicketsBundle' => 'Hitso\\Bundle\\TicketsBundle\\HitsoTicketsBundle',
  26251.                 'HitsoTranslationBundle' => 'Hitso\\Bundle\\TranslationBundle\\HitsoTranslationBundle',
  26252.                 'HitsoQABundle' => 'Hitso\\Bundle\\QABundle\\HitsoQABundle',
  26253.                 'HitsoProbeBundle' => 'Hitso\\Bundle\\ProbeBundle\\HitsoProbeBundle',
  26254.                 'HitsoSearchBundle' => 'Hitso\\Bundle\\SearchBundle\\HitsoSearchBundle',
  26255.                 'HitsoTaggingBundle' => 'Hitso\\Bundle\\TaggingBundle\\HitsoTaggingBundle',
  26256.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  26257.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  26258.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  26259.                 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  26260.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  26261.                 'GliferyEntityHiddenTypeBundle' => 'Glifery\\EntityHiddenTypeBundle\\GliferyEntityHiddenTypeBundle',
  26262.                 'OverblogGraphiQLBundle' => 'Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle',
  26263.                 'GraphQLiteBundle' => 'TheCodingMachine\\GraphQLite\\Bundle\\GraphQLiteBundle',
  26264.                 'HartmannAppBundle' => 'Hartmann\\Bundle\\AppBundle\\HartmannAppBundle',
  26265.             ],
  26266.             'kernel.bundles_metadata' => [
  26267.                 'FrameworkBundle' => [
  26268.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  26269.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  26270.                 ],
  26271.                 'SensioFrameworkExtraBundle' => [
  26272.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  26273.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  26274.                 ],
  26275.                 'DoctrineCacheBundle' => [
  26276.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  26277.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  26278.                 ],
  26279.                 'DoctrineBundle' => [
  26280.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  26281.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  26282.                 ],
  26283.                 'DoctrineMigrationsBundle' => [
  26284.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  26285.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  26286.                 ],
  26287.                 'TwigBundle' => [
  26288.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  26289.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  26290.                 ],
  26291.                 'MonologBundle' => [
  26292.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  26293.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  26294.                 ],
  26295.                 'SecurityBundle' => [
  26296.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  26297.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  26298.                 ],
  26299.                 'SwiftmailerBundle' => [
  26300.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  26301.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  26302.                 ],
  26303.                 'DoctrineFixturesBundle' => [
  26304.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  26305.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  26306.                 ],
  26307.                 'MakerBundle' => [
  26308.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  26309.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  26310.                 ],
  26311.                 'WebProfilerBundle' => [
  26312.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  26313.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  26314.                 ],
  26315.                 'LoginGateBundle' => [
  26316.                     'path' => (\dirname(__DIR__4).'/vendor/anyx/login-gate-bundle'),
  26317.                     'namespace' => 'Anyx\\LoginGateBundle',
  26318.                 ],
  26319.                 'DebrilRssAtomBundle' => [
  26320.                     'path' => (\dirname(__DIR__4).'/vendor/debril/rss-atom-bundle/Debril/RssAtomBundle'),
  26321.                     'namespace' => 'Debril\\RssAtomBundle',
  26322.                 ],
  26323.                 'FOSUserBundle' => [
  26324.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  26325.                     'namespace' => 'FOS\\UserBundle',
  26326.                 ],
  26327.                 'KnpMenuBundle' => [
  26328.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  26329.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  26330.                 ],
  26331.                 'LimeniusLiformBundle' => [
  26332.                     'path' => (\dirname(__DIR__4).'/vendor/limenius/liform-bundle'),
  26333.                     'namespace' => 'Limenius\\LiformBundle',
  26334.                 ],
  26335.                 'LiipImagineBundle' => [
  26336.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  26337.                     'namespace' => 'Liip\\ImagineBundle',
  26338.                 ],
  26339.                 'LiipThemeBundle' => [
  26340.                     'path' => (\dirname(__DIR__4).'/vendor/liip/theme-bundle'),
  26341.                     'namespace' => 'Liip\\ThemeBundle',
  26342.                 ],
  26343.                 'HttplugBundle' => [
  26344.                     'path' => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src'),
  26345.                     'namespace' => 'Http\\HttplugBundle',
  26346.                 ],
  26347.                 'SentryBundle' => [
  26348.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  26349.                     'namespace' => 'Sentry\\SentryBundle',
  26350.                 ],
  26351.                 'SncRedisBundle' => [
  26352.                     'path' => (\dirname(__DIR__4).'/vendor/snc/redis-bundle'),
  26353.                     'namespace' => 'Snc\\RedisBundle',
  26354.                 ],
  26355.                 'StofDoctrineExtensionsBundle' => [
  26356.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  26357.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  26358.                 ],
  26359.                 'WhiteOctoberBreadcrumbsBundle' => [
  26360.                     'path' => (\dirname(__DIR__4).'/vendor/whiteoctober/breadcrumbs-bundle/WhiteOctober/BreadcrumbsBundle'),
  26361.                     'namespace' => 'WhiteOctober\\BreadcrumbsBundle',
  26362.                 ],
  26363.                 'BazingaJsTranslationBundle' => [
  26364.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle'),
  26365.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  26366.                 ],
  26367.                 'FOSRestBundle' => [
  26368.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  26369.                     'namespace' => 'FOS\\RestBundle',
  26370.                 ],
  26371.                 'TwigCacheBundle' => [
  26372.                     'path' => (\dirname(__DIR__4).'/vendor/emanueleminotto/twig-cache-bundle'),
  26373.                     'namespace' => 'EmanueleMinotto\\TwigCacheBundle',
  26374.                 ],
  26375.                 'SonataSeoBundle' => [
  26376.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src'),
  26377.                     'namespace' => 'Sonata\\SeoBundle',
  26378.                 ],
  26379.                 'CmfSeoBundle' => [
  26380.                     'path' => (\dirname(__DIR__4).'/vendor/symfony-cmf/seo-bundle/src'),
  26381.                     'namespace' => 'Symfony\\Cmf\\Bundle\\SeoBundle',
  26382.                 ],
  26383.                 'JMSTranslationBundle' => [
  26384.                     'path' => (\dirname(__DIR__4).'/vendor/jms/translation-bundle'),
  26385.                     'namespace' => 'JMS\\TranslationBundle',
  26386.                 ],
  26387.                 'NelmioCorsBundle' => [
  26388.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  26389.                     'namespace' => 'Nelmio\\CorsBundle',
  26390.                 ],
  26391.                 'SchedulerBundle' => [
  26392.                     'path' => (\dirname(__DIR__4).'/vendor/goksagun/scheduler-bundle'),
  26393.                     'namespace' => 'Goksagun\\SchedulerBundle',
  26394.                 ],
  26395.                 'SchebTwoFactorBundle' => [
  26396.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle'),
  26397.                     'namespace' => 'Scheb\\TwoFactorBundle',
  26398.                 ],
  26399.                 'HitsoAdminBundle' => [
  26400.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/AdminBundle'),
  26401.                     'namespace' => 'Hitso\\Bundle\\AdminBundle',
  26402.                 ],
  26403.                 'HitsoCommonBundle' => [
  26404.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/CommonBundle'),
  26405.                     'namespace' => 'Hitso\\Bundle\\CommonBundle',
  26406.                 ],
  26407.                 'HitsoCatalogBundle' => [
  26408.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/CatalogBundle'),
  26409.                     'namespace' => 'Hitso\\Bundle\\CatalogBundle',
  26410.                 ],
  26411.                 'HitsoDataTableBundle' => [
  26412.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/DataTableBundle'),
  26413.                     'namespace' => 'Hitso\\Bundle\\DataTableBundle',
  26414.                 ],
  26415.                 'HitsoFileManagerBundle' => [
  26416.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/FileManagerBundle'),
  26417.                     'namespace' => 'Hitso\\Bundle\\FileManagerBundle',
  26418.                 ],
  26419.                 'HitsoFormBundle' => [
  26420.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/FormBundle'),
  26421.                     'namespace' => 'Hitso\\Bundle\\FormBundle',
  26422.                 ],
  26423.                 'HitsoMultiSiteBundle' => [
  26424.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/MultiSiteBundle'),
  26425.                     'namespace' => 'Hitso\\Bundle\\MultiSiteBundle',
  26426.                 ],
  26427.                 'HitsoRoutingBundle' => [
  26428.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/RoutingBundle'),
  26429.                     'namespace' => 'Hitso\\Bundle\\RoutingBundle',
  26430.                 ],
  26431.                 'HitsoContentBundle' => [
  26432.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/ContentBundle'),
  26433.                     'namespace' => 'Hitso\\Bundle\\ContentBundle',
  26434.                 ],
  26435.                 'HitsoSeoBundle' => [
  26436.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/SeoBundle'),
  26437.                     'namespace' => 'Hitso\\Bundle\\SeoBundle',
  26438.                 ],
  26439.                 'HitsoBlocksBundle' => [
  26440.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/BlocksBundle'),
  26441.                     'namespace' => 'Hitso\\Bundle\\BlocksBundle',
  26442.                 ],
  26443.                 'HitsoNavigationBundle' => [
  26444.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/NavigationBundle'),
  26445.                     'namespace' => 'Hitso\\Bundle\\NavigationBundle',
  26446.                 ],
  26447.                 'HitsoNewsletterBundle' => [
  26448.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/NewsletterBundle'),
  26449.                     'namespace' => 'Hitso\\Bundle\\NewsletterBundle',
  26450.                 ],
  26451.                 'HitsoSectionBundle' => [
  26452.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/SectionBundle'),
  26453.                     'namespace' => 'Hitso\\Bundle\\SectionBundle',
  26454.                 ],
  26455.                 'HitsoTicketsBundle' => [
  26456.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/TicketsBundle'),
  26457.                     'namespace' => 'Hitso\\Bundle\\TicketsBundle',
  26458.                 ],
  26459.                 'HitsoTranslationBundle' => [
  26460.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/TranslationBundle'),
  26461.                     'namespace' => 'Hitso\\Bundle\\TranslationBundle',
  26462.                 ],
  26463.                 'HitsoQABundle' => [
  26464.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/QABundle'),
  26465.                     'namespace' => 'Hitso\\Bundle\\QABundle',
  26466.                 ],
  26467.                 'HitsoProbeBundle' => [
  26468.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/ProbeBundle'),
  26469.                     'namespace' => 'Hitso\\Bundle\\ProbeBundle',
  26470.                 ],
  26471.                 'HitsoSearchBundle' => [
  26472.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/SearchBundle'),
  26473.                     'namespace' => 'Hitso\\Bundle\\SearchBundle',
  26474.                 ],
  26475.                 'HitsoTaggingBundle' => [
  26476.                     'path' => (\dirname(__DIR__4).'/src/Hitso/Bundle/TaggingBundle'),
  26477.                     'namespace' => 'Hitso\\Bundle\\TaggingBundle',
  26478.                 ],
  26479.                 'NelmioAliceBundle' => [
  26480.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  26481.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  26482.                 ],
  26483.                 'FidryAliceDataFixturesBundle' => [
  26484.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  26485.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  26486.                 ],
  26487.                 'HautelookAliceBundle' => [
  26488.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  26489.                     'namespace' => 'Hautelook\\AliceBundle',
  26490.                 ],
  26491.                 'EndroidQrCodeBundle' => [
  26492.                     'path' => (\dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src'),
  26493.                     'namespace' => 'Endroid\\QrCodeBundle',
  26494.                 ],
  26495.                 'KnpSnappyBundle' => [
  26496.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  26497.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  26498.                 ],
  26499.                 'GliferyEntityHiddenTypeBundle' => [
  26500.                     'path' => (\dirname(__DIR__4).'/vendor/glifery/entity-hidden-type-bundle/Glifery/EntityHiddenTypeBundle'),
  26501.                     'namespace' => 'Glifery\\EntityHiddenTypeBundle',
  26502.                 ],
  26503.                 'OverblogGraphiQLBundle' => [
  26504.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle'),
  26505.                     'namespace' => 'Overblog\\GraphiQLBundle',
  26506.                 ],
  26507.                 'GraphQLiteBundle' => [
  26508.                     'path' => (\dirname(__DIR__4).'/vendor/thecodingmachine/graphqlite-bundle'),
  26509.                     'namespace' => 'TheCodingMachine\\GraphQLite\\Bundle',
  26510.                 ],
  26511.                 'HartmannAppBundle' => [
  26512.                     'path' => (\dirname(__DIR__4).'/src/Hartmann/Bundle/AppBundle'),
  26513.                     'namespace' => 'Hartmann\\Bundle\\AppBundle',
  26514.                 ],
  26515.             ],
  26516.             'kernel.charset' => 'UTF-8',
  26517.             'kernel.container_class' => 'BundleHitso_Bundle_KernelDevDebugContainer',
  26518.             'container.dumper.inline_class_loader' => true,
  26519.             'env(DATABASE_URL)' => '',
  26520.             'debril_rss_atom.force_refresh' => true,
  26521.             'container.dumper.inline_factories' => true,
  26522.             'database_host' => '127.0.0.1',
  26523.             'database_port' => NULL,
  26524.             'database_name' => 'hitso',
  26525.             'database_user' => 'root',
  26526.             'database_password' => NULL,
  26527.             'locale' => 'pl',
  26528.             'mailer_transport' => 'smtp',
  26529.             'mailer_host' => 'uid3476.zbcli.pl',
  26530.             'mailer_port' => 25,
  26531.             'mailer_user' => 'hello@wellcommerce.org',
  26532.             'mailer_password' => 'Avaya28',
  26533.             'mailer_encryption' => false,
  26534.             'mail_from_name' => 'Autentika',
  26535.             'mail_from_email' => 'hello@wellcommerce.org',
  26536.             'mail_to_contact' => 'hello@wellcommerce.org',
  26537.             'doctrine_server_version' => '5.6',
  26538.             'hwi_facebook_client_id' => 1147747545244277,
  26539.             'hwi_facebook_client_secret' => '2cd953d2d24a1cf8f0f16705b5f31180',
  26540.             'opensignal_app_id' => NULL,
  26541.             'opensignal_rest_key' => NULL,
  26542.             'opensignal_user_key' => NULL,
  26543.             'opensignal_subdomain' => NULL,
  26544.             'ms_translator_api_key' => NULL,
  26545.             'websocket_port' => 8080,
  26546.             'analytics_client_id' => NULL,
  26547.             'analytics_client_secret' => NULL,
  26548.             'analytics_tracking_id' => NULL,
  26549.             'activity_log_enabled' => NULL,
  26550.             'activity_log_defined_only' => NULL,
  26551.             'smsapi_login' => 'papuas',
  26552.             'smsapi_key' => '1f36fb7021bc51da0083007636f31cb8',
  26553.             'gus_key' => 'ef30ff67a9494327857f',
  26554.             'sms_block_tries' => 3,
  26555.             'sms_block_within' => 3600,
  26556.             'sms_block_period' => 86400,
  26557.             'imagine_driver' => 'imagick',
  26558.             'imagine_crop_background' => '#fff',
  26559.             'site_theme' => 'hartmann',
  26560.             'search_adapter' => 'elasticsearch',
  26561.             'search_index_prefix' => 'hartmann_',
  26562.             'elasticsearch_host' => '127.0.0.1',
  26563.             'allowed_locales' => [
  26564.                 => 'pl',
  26565.                 => 'en',
  26566.             ],
  26567.             'hitso_bundle_dir' => 'src/Hitso/Bundle',
  26568.             'filemanager_maxfilesize' => 104857600,
  26569.             'filemanager_maximagewidth' => 4096,
  26570.             'filemanager_maximageheight' => 4096,
  26571.             'filemanager_allowedmimetypes' => [
  26572.                 'css' => 'text/css',
  26573.                 'gif' => 'image/gif',
  26574.                 'jpg' => 'image/jpeg',
  26575.                 'jpeg' => 'image/jpeg',
  26576.                 'pdf' => 'application/pdf',
  26577.                 'png' => 'image/png',
  26578.                 'svg' => 'image/svg+xml',
  26579.                 'tif' => 'image/tiff',
  26580.                 'tiff' => 'image/tiff',
  26581.                 'txt' => 'text/plain',
  26582.                 'xls' => 'application/vnd.ms-excel',
  26583.                 'zip' => 'application/zip',
  26584.                 'mp4' => 'video/mp4',
  26585.                 'php' => 'application/x-php',
  26586.             ],
  26587.             'landing_pages' => NULL,
  26588.             'event_dispatcher.event_aliases' => [
  26589.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  26590.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  26591.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  26592.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  26593.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  26594.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  26595.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  26596.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  26597.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  26598.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  26599.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  26600.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  26601.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  26602.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  26603.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  26604.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  26605.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  26606.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  26607.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  26608.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  26609.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  26610.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  26611.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  26612.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  26613.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  26614.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  26615.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  26616.             ],
  26617.             'fragment.renderer.hinclude.global_template' => NULL,
  26618.             'fragment.path' => '/_fragment',
  26619.             'kernel.http_method_override' => true,
  26620.             'kernel.trusted_hosts' => [
  26621.             ],
  26622.             'kernel.default_locale' => 'pl',
  26623.             'kernel.error_controller' => 'error_controller',
  26624.             'templating.helper.code.file_link_format' => NULL,
  26625.             'debug.file_link_format' => NULL,
  26626.             'session.metadata.storage_key' => '_sf2_meta',
  26627.             'session.storage.options' => [
  26628.                 'cache_limiter' => '0',
  26629.                 'cookie_lifetime' => 172800,
  26630.                 'cookie_secure' => 'auto',
  26631.                 'cookie_httponly' => true,
  26632.                 'cookie_samesite' => 'lax',
  26633.                 'gc_maxlifetime' => 900,
  26634.                 'gc_probability' => 1,
  26635.             ],
  26636.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  26637.             'session.metadata.update_threshold' => 0,
  26638.             'form.type_extension.csrf.enabled' => true,
  26639.             'form.type_extension.csrf.field_name' => '_token',
  26640.             'asset.request_context.base_path' => '',
  26641.             'asset.request_context.secure' => false,
  26642.             'templating.loader.cache.path' => NULL,
  26643.             'templating.engines' => [
  26644.                 => 'twig',
  26645.                 => 'twig',
  26646.                 => 'twig',
  26647.                 => 'twig',
  26648.             ],
  26649.             'validator.translation_domain' => 'validators',
  26650.             'translator.logging' => false,
  26651.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  26652.             'profiler_listener.only_exceptions' => false,
  26653.             'profiler_listener.only_master_requests' => false,
  26654.             'debug.error_handler.throw_at' => -1,
  26655.             'router.request_context.host' => 'localhost',
  26656.             'router.request_context.scheme' => 'http',
  26657.             'router.request_context.base_url' => '',
  26658.             'router.resource' => 'kernel::loadRoutes',
  26659.             'router.cache_class_prefix' => 'BundleHitso_Bundle_KernelDevDebugContainer',
  26660.             'request_listener.http_port' => 80,
  26661.             'request_listener.https_port' => 443,
  26662.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  26663.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  26664.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  26665.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  26666.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  26667.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  26668.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  26669.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  26670.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  26671.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  26672.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  26673.             'doctrine_cache.memcache.host' => 'localhost',
  26674.             'doctrine_cache.memcache.port' => 11211,
  26675.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  26676.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  26677.             'doctrine_cache.memcached.host' => 'localhost',
  26678.             'doctrine_cache.memcached.port' => 11211,
  26679.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  26680.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  26681.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  26682.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  26683.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  26684.             'doctrine_cache.predis.scheme' => 'tcp',
  26685.             'doctrine_cache.predis.host' => 'localhost',
  26686.             'doctrine_cache.predis.port' => 6379,
  26687.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  26688.             'doctrine_cache.redis.connection.class' => 'Redis',
  26689.             'doctrine_cache.redis.host' => 'localhost',
  26690.             'doctrine_cache.redis.port' => 6379,
  26691.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  26692.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  26693.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  26694.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  26695.             'doctrine_cache.riak.host' => 'localhost',
  26696.             'doctrine_cache.riak.port' => 8087,
  26697.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  26698.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  26699.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  26700.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  26701.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  26702.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  26703.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  26704.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  26705.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  26706.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  26707.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  26708.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  26709.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  26710.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  26711.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  26712.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  26713.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  26714.             'doctrine.entity_managers' => [
  26715.                 'default' => 'doctrine.orm.default_entity_manager',
  26716.             ],
  26717.             'doctrine.default_entity_manager' => 'default',
  26718.             'doctrine.dbal.connection_factory.types' => [
  26719.             ],
  26720.             'doctrine.connections' => [
  26721.                 'default' => 'doctrine.dbal.default_connection',
  26722.             ],
  26723.             'doctrine.default_connection' => 'default',
  26724.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  26725.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  26726.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  26727.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  26728.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  26729.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  26730.             'doctrine.orm.cache.memcache_host' => 'localhost',
  26731.             'doctrine.orm.cache.memcache_port' => 11211,
  26732.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  26733.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  26734.             'doctrine.orm.cache.memcached_host' => 'localhost',
  26735.             'doctrine.orm.cache.memcached_port' => 11211,
  26736.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  26737.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  26738.             'doctrine.orm.cache.redis_host' => 'localhost',
  26739.             'doctrine.orm.cache.redis_port' => 6379,
  26740.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  26741.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  26742.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  26743.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  26744.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  26745.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  26746.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  26747.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  26748.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  26749.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  26750.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  26751.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  26752.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  26753.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  26754.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  26755.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  26756.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  26757.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  26758.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  26759.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  26760.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  26761.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  26762.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  26763.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  26764.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  26765.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  26766.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  26767.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  26768.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  26769.             'doctrine.orm.auto_generate_proxy_classes' => true,
  26770.             'doctrine.orm.proxy_namespace' => 'Proxies',
  26771.             'doctrine_migrations.name' => 'Application Migrations',
  26772.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/sql/migrations'),
  26773.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  26774.             'doctrine_migrations.table_name' => 'migration_versions',
  26775.             'doctrine_migrations.column_name' => 'version',
  26776.             'doctrine_migrations.column_length' => 14,
  26777.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  26778.             'doctrine_migrations.all_or_nothing' => false,
  26779.             'doctrine_migrations.custom_template' => NULL,
  26780.             'doctrine_migrations.organize_migrations' => false,
  26781.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  26782.             'twig.form.resources' => [
  26783.                 => 'form_div_layout.html.twig',
  26784.                 => 'HitsoAdminBundle::forms.html.twig',
  26785.                 => 'HitsoAdminBundle::forms.html.twig',
  26786.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  26787.             ],
  26788.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  26789.             'monolog.use_microseconds' => true,
  26790.             'monolog.swift_mailer.handlers' => [
  26791.             ],
  26792.             'monolog.handlers_to_channels' => [
  26793.                 'monolog.handler.console' => [
  26794.                     'type' => 'exclusive',
  26795.                     'elements' => [
  26796.                         => 'event',
  26797.                         => 'doctrine',
  26798.                         => 'console',
  26799.                     ],
  26800.                 ],
  26801.                 'monolog.handler.main' => [
  26802.                     'type' => 'exclusive',
  26803.                     'elements' => [
  26804.                         => 'event',
  26805.                     ],
  26806.                 ],
  26807.             ],
  26808.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  26809.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  26810.             'security.role_hierarchy.roles' => [
  26811.                 'ROLES_HIERARCHY' => [
  26812.                     => 'ROLE_USER',
  26813.                     => 'ROLE_EDITOR',
  26814.                     => 'ROLE_SUPER_EDITOR',
  26815.                     => 'ROLE_ADMIN',
  26816.                     => 'ROLE_SUPER_ADMIN',
  26817.                 ],
  26818.                 'ROLE_USER' => [
  26819.                     => 'ROLE_ASSIGNABLE',
  26820.                 ],
  26821.                 'ROLE_EDITOR' => [
  26822.                     => 'ROLE_WITH_ACCESS_TO_ADMIN',
  26823.                     => 'ROLE_ADMIN_CONTENT_ACCESS',
  26824.                     => 'ROLE_ADMIN_CONTENT_ARTICLES_ACCESS',
  26825.                     => 'ROLE_ADMIN_CONTENT_ARTICLES_LIST',
  26826.                     => 'ROLE_ADMIN_CONTENT_ARTICLES_ADD',
  26827.                     => 'ROLE_ADMIN_CONTENT_ARTICLES_EDIT',
  26828.                     => 'ROLE_ADMIN_FILEMANAGER_ACCESS',
  26829.                     => 'ROLE_ADMIN_HTML_ACCESS',
  26830.                     => 'ROLE_ADMIN_HTML_LIST',
  26831.                     => 'ROLE_ADMIN_HTML_ADD',
  26832.                     10 => 'ROLE_ADMIN_HTML_EDIT',
  26833.                     11 => 'ROLE_ADMIN_CATALOG_PRODUCT_ACCESS',
  26834.                     12 => 'ROLE_ADMIN_CATALOG_PRODUCT_LIST',
  26835.                     13 => 'ROLE_ADMIN_CATALOG_PRODUCT_ADD',
  26836.                     14 => 'ROLE_ADMIN_CATALOG_PRODUCT_EDIT',
  26837.                     15 => 'ROLE_ADMIN_CATALOG_PRODUCT_SECTION',
  26838.                     16 => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_ACCESS',
  26839.                     17 => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_LIST',
  26840.                     18 => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_ADD',
  26841.                     19 => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_EDIT',
  26842.                     20 => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_GROUP_ACCESS',
  26843.                     21 => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_GROUP_LIST',
  26844.                     22 => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_GROUP_ADD',
  26845.                     23 => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_GROUP_EDITz',
  26846.                 ],
  26847.                 'ROLE_SUPER_EDITOR' => [
  26848.                     => 'ROLE_EDITOR',
  26849.                     => 'ROLE_ADMIN_CONTENT',
  26850.                     => 'ROLE_ADMIN_COMMENT',
  26851.                     => 'ROLE_ADMIN_TAGS',
  26852.                     => 'ROLE_ADMIN_SECTION_SPONSORED',
  26853.                     => 'ROLE_ADMIN_CONTENT_STREAM',
  26854.                     => 'ROLE_ADMIN_FILEMANAGER_ACCESS',
  26855.                     => 'ROLE_ADMIN_FILEMANAGER_DELETABLE',
  26856.                     => 'ROLE_ADMIN_HTML',
  26857.                     => 'ROLE_ADMIN_FILE_CHANGE_LOG',
  26858.                 ],
  26859.                 'ROLE_ADMIN' => [
  26860.                     => 'ROLE_USER',
  26861.                     => 'ROLE_WITH_ACCESS_TO_ADMIN',
  26862.                     => 'ROLE_ADMIN_USERS',
  26863.                     => 'ROLE_ADMIN_BLOCKS',
  26864.                     => 'ROLE_ADMIN_TRANSLATION',
  26865.                     => 'ROLE_ADMIN_CONTENT',
  26866.                     => 'ROLE_ADMIN_CONTENT_PAGES',
  26867.                     => 'ROLE_ADMIN_CONTENT_ARTICLES',
  26868.                     => 'ROLE_ADMIN_CONTENT_ARTICLES_CATEGORIES',
  26869.                     => 'ROLE_ADMIN_CONTENT_CHANGE_LOG',
  26870.                     10 => 'ROLE_ADMIN_TOOLS',
  26871.                     11 => 'ROLE_ADMIN_SYSTEM_CONFIGURATION',
  26872.                     12 => 'ROLE_ADMIN_LOG',
  26873.                     13 => 'ROLE_ADMIN_FILEMANAGER',
  26874.                     14 => 'ROLE_MONITOR',
  26875.                     15 => 'ROLE_ADMIN_ANALITICS',
  26876.                     16 => 'ROLE_ADMIN_BLOG',
  26877.                     17 => 'ROLE_ADMIN_BLOG_POST',
  26878.                     18 => 'ROLE_ADMIN_FAQ',
  26879.                     19 => 'ROLE_ADMIN_MESSAGE',
  26880.                     20 => 'ROLE_ADMIN_ROUTING',
  26881.                     21 => 'ROLE_ADMIN_NAVIGATION',
  26882.                     22 => 'ROLE_ADMIN_SMS',
  26883.                     23 => 'ROLE_ADMIN_SEO',
  26884.                     24 => 'ROLE_ADMIN_TICKET',
  26885.                     25 => 'ROLE_ADMIN_OAUTH',
  26886.                     26 => 'ROLE_ADMIN_SLIDE',
  26887.                     27 => 'ROLE_ADMIN_BANNER',
  26888.                     28 => 'ROLE_ADMIN_AUTHOR',
  26889.                     29 => 'ROLE_ADMIN_ACTIVITY',
  26890.                     30 => 'ROLE_ADMIN_COMMENT',
  26891.                     31 => 'ROLE_ADMIN_RATE',
  26892.                     32 => 'ROLE_ADMIN_TAGS',
  26893.                     33 => 'ROLE_ADMIN_SECTION',
  26894.                     34 => 'ROLE_ADMIN_SECTION_SPONSORED',
  26895.                     35 => 'ROLE_ADMIN_CONTENT_STREAM',
  26896.                     36 => 'ROLE_ADMIN_QA',
  26897.                     37 => 'ROLE_ADMIN_PROBE',
  26898.                     38 => 'ROLE_ADMIN_CATALOG',
  26899.                     39 => 'ROLE_ADMIN_HTML',
  26900.                     40 => 'ROLE_ADMIN_FILE_CHANGE_LOG',
  26901.                 ],
  26902.                 'ROLE_SUPER_ADMIN' => [
  26903.                     => 'ROLE_ADMIN',
  26904.                     => 'ROLE_ALLOWED_TO_SWITCH',
  26905.                 ],
  26906.                 'ROLE_ADMIN_USERS' => [
  26907.                     => 'ROLE_ADMIN_USERS_ACCESS',
  26908.                     => 'ROLE_ADMIN_USERS_LIST',
  26909.                     => 'ROLE_ADMIN_USERS_ADD',
  26910.                     => 'ROLE_ADMIN_USERS_EDIT',
  26911.                     => 'ROLE_ADMIN_USERS_REMOVE',
  26912.                     => 'ROLE_ADMIN_USERS_RESET_PASSWORD',
  26913.                     => 'ROLE_ADMIN_USERS_VIEW_LOG',
  26914.                 ],
  26915.                 'ROLE_ADMIN_LOG' => [
  26916.                     => 'ROLE_ADMIN_LOG_ACCESS',
  26917.                 ],
  26918.                 'ROLE_ADMIN_BLOCKS' => [
  26919.                     => 'ROLE_ADMIN_BLOCKS_ACCESS',
  26920.                     => 'ROLE_ADMIN_BLOCKS_LIST',
  26921.                     => 'ROLE_ADMIN_BLOCKS_EDIT',
  26922.                 ],
  26923.                 'ROLE_ADMIN_TRANSLATION' => [
  26924.                     => 'ROLE_ADMIN_TRANSLATION_ACCESS',
  26925.                     => 'ROLE_ADMIN_TRANSLATION_LIST',
  26926.                     => 'ROLE_ADMIN_TRANSLATION_EDIT',
  26927.                     => 'ROLE_ADMIN_TRANSLATION_CLEAR_CACHE',
  26928.                     => 'ROLE_ADMIN_TRANSLATION_REFRESH',
  26929.                     => 'ROLE_ADMIN_TRANSLATION_IMPORT',
  26930.                     => 'ROLE_ADMIN_TRANSLATION_APPLY',
  26931.                     => 'ROLE_ADMIN_TRANSLATION_EXPORT',
  26932.                 ],
  26933.                 'ROLE_ADMIN_CONTENT' => [
  26934.                     => 'ROLE_ADMIN_CONTENT_ACCESS',
  26935.                 ],
  26936.                 'ROLE_ADMIN_CONTENT_PAGES' => [
  26937.                     => 'ROLE_ADMIN_CONTENT_PAGES_ACCESS',
  26938.                     => 'ROLE_ADMIN_CONTENT_PAGES_LIST',
  26939.                     => 'ROLE_ADMIN_CONTENT_PAGES_ADD',
  26940.                     => 'ROLE_ADMIN_CONTENT_PAGES_EDIT',
  26941.                     => 'ROLE_ADMIN_CONTENT_PAGES_REMOVE',
  26942.                     => 'ROLE_ADMIN_CONTENT_PAGES_CATEGORIES_ACCESS',
  26943.                     => 'ROLE_ADMIN_CONTENT_PAGES_CATEGORIES_LIST',
  26944.                     => 'ROLE_ADMIN_CONTENT_PAGES_CATEGORIES_ADD',
  26945.                     => 'ROLE_ADMIN_CONTENT_PAGES_CATEGORIES_EDIT',
  26946.                     => 'ROLE_ADMIN_CONTENT_PAGES_CATEGORIES_REMOVE',
  26947.                     10 => 'ROLE_ADMIN_CONTENT_PAGES_CATEGORIES_MOVE',
  26948.                 ],
  26949.                 'ROLE_ADMIN_CONTENT_ARTICLES' => [
  26950.                     => 'ROLE_ADMIN_CONTENT_ARTICLES_ACCESS',
  26951.                     => 'ROLE_ADMIN_CONTENT_ARTICLES_LIST',
  26952.                     => 'ROLE_ADMIN_CONTENT_ARTICLES_ADD',
  26953.                     => 'ROLE_ADMIN_CONTENT_ARTICLES_EDIT',
  26954.                     => 'ROLE_ADMIN_CONTENT_ARTICLES_REMOVE',
  26955.                 ],
  26956.                 'ROLE_ADMIN_ANALITICS' => [
  26957.                     => 'ROLE_ADMIN_ANALITICS_ACCESS',
  26958.                     => 'ROLE_ADMIN_ANALITICS_AUTHENTICATE',
  26959.                     => 'ROLE_ADMIN_ANALITICS_CALLBACK',
  26960.                     => 'ROLE_ADMIN_ANALITICS_PROFILES',
  26961.                     => 'ROLE_ADMIN_ANALITICS_PHRASES_LIST',
  26962.                     => 'ROLE_ADMIN_ANALITICS_VIEWS_LIST',
  26963.                 ],
  26964.                 'ROLE_ADMIN_BLOG' => [
  26965.                     => 'ROLE_ADMIN_BLOG_ACCESS',
  26966.                     => 'ROLE_ADMIN_BLOG_ACCESS_LIST',
  26967.                     => 'ROLE_ADMIN_BLOG_ACCESS_ADD',
  26968.                     => 'ROLE_ADMIN_BLOG_ACCESS_EDIT',
  26969.                     => 'ROLE_ADMIN_BLOG_ACCESS_REMOVE',
  26970.                 ],
  26971.                 'ROLE_ADMIN_BLOG_POST' => [
  26972.                     => 'ROLE_ADMIN_BLOG_POST_ACCESS',
  26973.                     => 'ROLE_ADMIN_BLOG_POST_LIST',
  26974.                     => 'ROLE_ADMIN_BLOG_POST_ADD',
  26975.                     => 'ROLE_ADMIN_BLOG_POST_EDIT',
  26976.                     => 'ROLE_ADMIN_BLOG_POST_REMOVE',
  26977.                 ],
  26978.                 'ROLE_ADMIN_FAQ' => [
  26979.                     => 'ROLE_ADMIN_FAQ_ACCESS',
  26980.                     => 'ROLE_ADMIN_FAQ_LIST',
  26981.                     => 'ROLE_ADMIN_FAQ_SHOW',
  26982.                     => 'ROLE_ADMIN_FAQ_ADD',
  26983.                     => 'ROLE_ADMIN_FAQ_EDIT',
  26984.                     => 'ROLE_ADMIN_FAQ_REMOVE',
  26985.                     => 'ROLE_ADMIN_FAQ_MOVE',
  26986.                     => 'ROLE_ADMIN_FAQ_CATEGORIES_ACCESS',
  26987.                     => 'ROLE_ADMIN_FAQ_CATEGORIES_LIST',
  26988.                     => 'ROLE_ADMIN_FAQ_CATEGORIES_ADD',
  26989.                     10 => 'ROLE_ADMIN_FAQ_CATEGORIES_EDIT',
  26990.                     11 => 'ROLE_ADMIN_FAQ_CATEGORIES_REMOVE',
  26991.                     12 => 'ROLE_ADMIN_FAQ_CATEGORIES_SHOW',
  26992.                 ],
  26993.                 'ROLE_ADMIN_MESSAGE' => [
  26994.                     => 'ROLE_ADMIN_MESSAGE_ACCESS',
  26995.                 ],
  26996.                 'ROLE_ADMIN_ROUTING' => [
  26997.                     => 'ROLE_ADMIN_ROUTING_ACCESS',
  26998.                     => 'ROLE_ADMIN_ROUTING_LIST',
  26999.                     => 'ROLE_ADMIN_ROUTING_ADD',
  27000.                     => 'ROLE_ADMIN_ROUTING_EDIT',
  27001.                     => 'ROLE_ADMIN_ROUTING_REMOVE',
  27002.                 ],
  27003.                 'ROLE_ADMIN_NAVIGATION' => [
  27004.                     => 'ROLE_ADMIN_NAVIGATION_ACCESS',
  27005.                     => 'ROLE_ADMIN_NAVIGATION_LIST',
  27006.                 ],
  27007.                 'ROLE_ADMIN_SMS' => [
  27008.                     => 'ROLE_ADMIN_SMS_ACCESS',
  27009.                     => 'ROLE_ADMIN_SMS_LIST',
  27010.                     => 'ROLE_ADMIN_SMS_ADD',
  27011.                     => 'ROLE_ADMIN_SMS_BLOKADES_LIST',
  27012.                 ],
  27013.                 'ROLE_ADMIN_SEO' => [
  27014.                     => 'ROLE_ADMIN_SEO_ACCESS',
  27015.                     => 'ROLE_ADMIN_SEO_LIST',
  27016.                     => 'ROLE_ADMIN_SEO_ADD',
  27017.                     => 'ROLE_ADMIN_SEO_EDIT',
  27018.                     => 'ROLE_ADMIN_SEO_REMOVE',
  27019.                 ],
  27020.                 'ROLE_ADMIN_TICKET' => [
  27021.                     => 'ROLE_ADMIN_TICKET_ACCESS',
  27022.                     => 'ROLE_ADMIN_TICKET_LIST',
  27023.                     => 'ROLE_ADMIN_TICKET_ADD',
  27024.                     => 'ROLE_ADMIN_TICKET_EDIT',
  27025.                     => 'ROLE_ADMIN_TICKET_REMOVE',
  27026.                 ],
  27027.                 'ROLE_ADMIN_OAUTH' => [
  27028.                     => 'ROLE_ADMIN_OAUTH_ACCESS',
  27029.                     => 'ROLE_ADMIN_OAUTH_LIST',
  27030.                     => 'ROLE_ADMIN_OAUTH_ADD',
  27031.                     => 'ROLE_ADMIN_OAUTH_REMOVE',
  27032.                     => 'ROLE_ADMIN_OAUTH_CLIENT_ACCESS',
  27033.                     => 'ROLE_ADMIN_OAUTH_CLIENT_LIST',
  27034.                     => 'ROLE_ADMIN_OAUTH_CLIENT_ADD',
  27035.                     => 'ROLE_ADMIN_OAUTH_CLIENT_EDIT',
  27036.                     => 'ROLE_ADMIN_OAUTH_CLIENT_REMOVE',
  27037.                 ],
  27038.                 'ROLE_ADMIN_TOOLS' => [
  27039.                     => 'ROLE_ADMIN_TOOLS_ACCESS',
  27040.                     => 'ROLE_ADMIN_TOOLS_LIST',
  27041.                     => 'ROLE_ADMIN_TOOLS_CACHE_CLEAR',
  27042.                     => 'ROLE_ADMIN_TOOLS_PUSH_NOTIFY',
  27043.                 ],
  27044.                 'ROLE_ADMIN_SYSTEM_CONFIGURATION' => [
  27045.                     => 'ROLE_ADMIN_SYSTEM_CONFIGURATION_ACCESS',
  27046.                 ],
  27047.                 'ROLE_ADMIN_FILEMANAGER' => [
  27048.                     => 'ROLE_ADMIN_FILEMANAGER_ACCESS',
  27049.                     => 'ROLE_ADMIN_FILEMANAGER_DELETABLE',
  27050.                 ],
  27051.                 'ROLE_ADMIN_SLIDE' => [
  27052.                     => 'ROLE_ADMIN_SLIDE_ACCESS',
  27053.                     => 'ROLE_ADMIN_SLIDE_LIST',
  27054.                     => 'ROLE_ADMIN_SLIDE_SHOW',
  27055.                     => 'ROLE_ADMIN_SLIDE_ADD',
  27056.                     => 'ROLE_ADMIN_SLIDE_EDIT',
  27057.                     => 'ROLE_ADMIN_SLIDE_REMOVE',
  27058.                     => 'ROLE_ADMIN_SLIDE_MOVE',
  27059.                 ],
  27060.                 'ROLE_ADMIN_AUTHOR' => [
  27061.                     => 'ROLE_ADMIN_AUTHOR_ACCESS',
  27062.                     => 'ROLE_ADMIN_AUTHOR_LIST',
  27063.                     => 'ROLE_ADMIN_AUTHOR_SHOW',
  27064.                     => 'ROLE_ADMIN_AUTHOR_ADD',
  27065.                     => 'ROLE_ADMIN_AUTHOR_EDIT',
  27066.                     => 'ROLE_ADMIN_AUTHOR_REMOVE',
  27067.                 ],
  27068.                 'ROLE_ADMIN_BANNER' => [
  27069.                     => 'ROLE_ADMIN_BANNER_ACCESS',
  27070.                     => 'ROLE_ADMIN_BANNER_LIST',
  27071.                     => 'ROLE_ADMIN_BANNER_SHOW',
  27072.                     => 'ROLE_ADMIN_BANNER_ADD',
  27073.                     => 'ROLE_ADMIN_BANNER_EDIT',
  27074.                     => 'ROLE_ADMIN_BANNER_REMOVE',
  27075.                     => 'ROLE_ADMIN_BANNER_MOVE',
  27076.                 ],
  27077.                 'ROLE_ADMIN_COMMENT' => [
  27078.                     => 'ROLE_ADMIN_CONTENT_COMMENT_ACCESS',
  27079.                     => 'ROLE_ADMIN_CONTENT_COMMENT_LIST',
  27080.                     => 'ROLE_ADMIN_CONTENT_COMMENT_REMOVE',
  27081.                 ],
  27082.                 'ROLE_ADMIN_RATE' => [
  27083.                     => 'ROLE_ADMIN_CONTENT_RATE_ACCESS',
  27084.                     => 'ROLE_ADMIN_CONTENT_RATE_LIST',
  27085.                     => 'ROLE_ADMIN_CONTENT_RATE_REMOVE',
  27086.                 ],
  27087.                 'ROLE_ADMIN_TAGS' => [
  27088.                     => 'ROLE_ADMIN_TAGS_ACCESS',
  27089.                 ],
  27090.                 'ROLE_ADMIN_SECTION' => [
  27091.                     => 'ROLE_ADMIN_SECTION_CAN_ACCESS',
  27092.                 ],
  27093.                 'ROLE_ADMIN_SECTION_SPONSORED' => [
  27094.                     => 'ROLE_ADMIN_SECTION_SPONSORED_ACCESS',
  27095.                 ],
  27096.                 'ROLE_ADMIN_CONTENT_STREAM' => [
  27097.                     => 'ROLE_ADMIN_CONTENT_STREAM_ADVERTISE_ACCESS',
  27098.                 ],
  27099.                 'ROLE_ADMIN_QA' => [
  27100.                     => 'ROLE_ADMIN_QA_ACCESS',
  27101.                 ],
  27102.                 'ROLE_ADMIN_PROBE' => [
  27103.                     => 'ROLE_ADMIN_PROBE_ACCESS',
  27104.                 ],
  27105.                 'ROLE_ADMIN_CONTENT_CHANGE_LOG' => [
  27106.                     => 'ROLE_ADMIN_CONTENT_CHANGE_LOG_ACCESS',
  27107.                     => 'ROLE_ADMIN_CONTENT_CHANGE_LOG_SHOW',
  27108.                     => 'ROLE_ADMIN_CONTENT_CHANGE_LOG_REVERT',
  27109.                     => 'ROLE_ADMIN_CONTENT_CHANGE_LOG_DISCARD',
  27110.                 ],
  27111.                 'ROLE_ADMIN_CONTENT_ARTICLES_CATEGORIES' => [
  27112.                     => 'ROLE_ADMIN_CONTENT_ARTICLES_CATEGORIES_ACCESS',
  27113.                     => 'ROLE_ADMIN_CONTENT_ARTICLES_CATEGORIES_LIST',
  27114.                     => 'ROLE_ADMIN_CONTENT_ARTICLES_CATEGORIES_ADD',
  27115.                     => 'ROLE_ADMIN_CONTENT_ARTICLES_CATEGORIES_EDIT',
  27116.                     => 'ROLE_ADMIN_CONTENT_ARTICLES_CATEGORIES_REMOVE',
  27117.                     => 'ROLE_ADMIN_CONTENT_ARTICLES_CATEGORIES_MOVE',
  27118.                 ],
  27119.                 'ROLE_ADMIN_HTML' => [
  27120.                     => 'ROLE_ADMIN_HTML_ACCESS',
  27121.                     => 'ROLE_ADMIN_HTML_LIST',
  27122.                     => 'ROLE_ADMIN_HTML_ADD',
  27123.                     => 'ROLE_ADMIN_HTML_EDIT',
  27124.                     => 'ROLE_ADMIN_HTML_REMOVE',
  27125.                 ],
  27126.                 'ROLE_ADMIN_FILE_CHANGE_LOG' => [
  27127.                     => 'ROLE_ADMIN_FILE_CHANGE_LOG_ACCESS',
  27128.                 ],
  27129.                 'ROLE_ADMIN_CATALOG' => [
  27130.                     => 'ROLE_ADMIN_CATALOG_ATTRIBUTE',
  27131.                     => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_GROUP',
  27132.                     => 'ROLE_ADMIN_CATALOG_BRAND',
  27133.                     => 'ROLE_ADMIN_CATALOG_CATEGORY',
  27134.                     => 'ROLE_ADMIN_CATALOG_PRODUCT_CHANGE_LOG',
  27135.                     => 'ROLE_ADMIN_CATALOG_PRODUCT_SECTION_CHANGE_LOG',
  27136.                     => 'ROLE_ADMIN_CATALOG_PRODUCT',
  27137.                     => 'ROLE_ADMIN_CATALOG_PRODUCT_SECTION',
  27138.                     => 'ROLE_ADMIN_CATALOG_TAX_RATE',
  27139.                 ],
  27140.                 'ROLE_ADMIN_CATALOG_ATTRIBUTE' => [
  27141.                     => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_ACCESS',
  27142.                     => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_LIST',
  27143.                     => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_ADD',
  27144.                     => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_EDIT',
  27145.                     => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_REMOVE',
  27146.                 ],
  27147.                 'ROLE_ADMIN_CATALOG_ATTRIBUTE_GROUP' => [
  27148.                     => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_GROUP_ACCESS',
  27149.                     => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_GROUP_LIST',
  27150.                     => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_GROUP_ADD',
  27151.                     => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_GROUP_EDIT',
  27152.                     => 'ROLE_ADMIN_CATALOG_ATTRIBUTE_GROUP_REMOVE',
  27153.                 ],
  27154.                 'ROLE_ADMIN_CATALOG_BRAND' => [
  27155.                     => 'ROLE_ADMIN_CATALOG_BRAND_ACCESS',
  27156.                     => 'ROLE_ADMIN_CATALOG_BRAND_LIST',
  27157.                     => 'ROLE_ADMIN_CATALOG_BRAND_ADD',
  27158.                     => 'ROLE_ADMIN_CATALOG_BRAND_EDIT',
  27159.                     => 'ROLE_ADMIN_CATALOG_BRAND_REMOVE',
  27160.                 ],
  27161.                 'ROLE_ADMIN_CATALOG_CATEGORY' => [
  27162.                     => 'ROLE_ADMIN_CATALOG_CATEGORY_ACCESS',
  27163.                     => 'ROLE_ADMIN_CATALOG_CATEGORY_LIST',
  27164.                     => 'ROLE_ADMIN_CATALOG_CATEGORY_ADD',
  27165.                     => 'ROLE_ADMIN_CATALOG_CATEGORY_EDIT',
  27166.                     => 'ROLE_ADMIN_CATALOG_CATEGORY_REMOVE',
  27167.                 ],
  27168.                 'ROLE_ADMIN_CATALOG_PRODUCT_CHANGE_LOG' => [
  27169.                     => 'ROLE_ADMIN_CATALOG_PRODUCT_CHANGE_LOG_ACCESS',
  27170.                     => 'ROLE_ADMIN_CATALOG_PRODUCT_CHANGE_LOG_LIST',
  27171.                     => 'ROLE_ADMIN_CATALOG_PRODUCT_CHANGE_LOG_EDIT',
  27172.                     => 'ROLE_ADMIN_CATALOG_PRODUCT_CHANGE_LOG_REMOVE',
  27173.                 ],
  27174.                 'ROLE_ADMIN_CATALOG_PRODUCT' => [
  27175.                     => 'ROLE_ADMIN_CATALOG_PRODUCT_ACCESS',
  27176.                     => 'ROLE_ADMIN_CATALOG_PRODUCT_LIST',
  27177.                     => 'ROLE_ADMIN_CATALOG_PRODUCT_ADD',
  27178.                     => 'ROLE_ADMIN_CATALOG_PRODUCT_EDIT',
  27179.                     => 'ROLE_ADMIN_CATALOG_PRODUCT_REMOVE',
  27180.                 ],
  27181.                 'ROLE_ADMIN_CATALOG_PRODUCT_SECTION' => [
  27182.                     => 'ROLE_ADMIN_CATALOG_PRODUCT_SECTION_ACCESS',
  27183.                     => 'ROLE_ADMIN_CATALOG_PRODUCT_SECTION_LIST',
  27184.                     => 'ROLE_ADMIN_CATALOG_PRODUCT_SECTION_ADD',
  27185.                     => 'ROLE_ADMIN_CATALOG_PRODUCT_SECTION_EDIT',
  27186.                     => 'ROLE_ADMIN_CATALOG_PRODUCT_SECTION_REMOVE',
  27187.                 ],
  27188.                 'ROLE_ADMIN_CATALOG_TAX_RATE' => [
  27189.                     => 'ROLE_ADMIN_CATALOG_TAX_RATE_ACCESS',
  27190.                     => 'ROLE_ADMIN_CATALOG_TAX_RATE_LIST',
  27191.                     => 'ROLE_ADMIN_CATALOG_TAX_RATE_ADD',
  27192.                     => 'ROLE_ADMIN_CATALOG_TAX_RATE_EDIT',
  27193.                     => 'ROLE_ADMIN_CATALOG_TAX_RATE_REMOVE',
  27194.                 ],
  27195.             ],
  27196.             'security.access.denied_url' => NULL,
  27197.             'security.authentication.manager.erase_credentials' => true,
  27198.             'security.authentication.session_strategy.strategy' => 'migrate',
  27199.             'security.access.always_authenticate_before_granting' => false,
  27200.             'security.authentication.hide_user_not_found' => true,
  27201.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  27202.             'swiftmailer.mailer.default.spool.enabled' => true,
  27203.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  27204.             'swiftmailer.mailer.default.single_address' => NULL,
  27205.             'swiftmailer.mailer.default.delivery.enabled' => true,
  27206.             'swiftmailer.spool.enabled' => true,
  27207.             'swiftmailer.delivery.enabled' => true,
  27208.             'swiftmailer.single_address' => NULL,
  27209.             'swiftmailer.mailers' => [
  27210.                 'default' => 'swiftmailer.mailer.default',
  27211.             ],
  27212.             'swiftmailer.default_mailer' => 'default',
  27213.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  27214.             'web_profiler.debug_toolbar.mode' => 2,
  27215.             'anyx.login_gate.authentication.listener.form.class' => 'Anyx\\LoginGateBundle\\Security\\UsernamePasswordFormAuthenticationListener',
  27216.             'anyx.login_gate.orm.entity_class' => 'Anyx\\LoginGateBundle\\Entity\\FailureLoginAttempt',
  27217.             'anyx.login_gate.storages' => [
  27218.                 => 'anyx.login_gate.storage.orm',
  27219.             ],
  27220.             'anyx.login_gate.brute_force_checker_options' => [
  27221.                 'max_count_attempts' => 3,
  27222.                 'timeout' => 600,
  27223.                 'watch_period' => 3600,
  27224.             ],
  27225.             'anyx.login_gate.watch_period' => 3600,
  27226.             'debril.provider.default.class' => 'Debril\\RssAtomBundle\\Provider\\MockProvider',
  27227.             'debril.rss_atom.provider.class' => 'Debril\\RssAtomBundle\\Provider\\MockProvider',
  27228.             'debril.provider.doctrine.class' => 'Debril\\RssAtomBundle\\Provider\\DoctrineFeedContentProvider',
  27229.             'debril_rss_atom.date_formats' => [
  27230.                 => 'Y-m-d\\TH:i:sP',
  27231.                 => 'D, d M Y H:i:s O',
  27232.                 => 'Y-m-d\\TH:i:sP',
  27233.                 => 'Y-m-d\\TH:i:s.uP',
  27234.                 => 'Y-m-d',
  27235.                 => 'd/m/Y',
  27236.                 => 'd M Y H:i:s P',
  27237.                 => 'D, d M Y H:i O',
  27238.                 => 'D, d M Y H:i:s O',
  27239.                 => 'D M d Y H:i:s e',
  27240.             ],
  27241.             'debril_rss_atom.private_feeds' => false,
  27242.             'debril_rss_atom.content_type_json' => 'application/json',
  27243.             'debril_rss_atom.content_type_xml' => 'application/xhtml+xml',
  27244.             'fos_user.backend_type_orm' => true,
  27245.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  27246.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  27247.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  27248.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  27249.             'fos_user.registration.confirmation.from_email' => [
  27250.                 'hello@wellcommerce.org' => 'Autentika',
  27251.             ],
  27252.             'fos_user.resetting.email.from_email' => [
  27253.                 'hello@wellcommerce.org' => 'Autentika',
  27254.             ],
  27255.             'fos_user.storage' => 'orm',
  27256.             'fos_user.firewall_name' => 'main',
  27257.             'fos_user.model_manager_name' => NULL,
  27258.             'fos_user.model.user.class' => 'Hitso\\Bundle\\CommonBundle\\Entity\\User',
  27259.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  27260.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  27261.             'fos_user.profile.form.validation_groups' => [
  27262.                 => 'Profile',
  27263.                 => 'Default',
  27264.             ],
  27265.             'fos_user.registration.confirmation.enabled' => false,
  27266.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  27267.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  27268.             'fos_user.registration.form.validation_groups' => [
  27269.                 => 'Registration',
  27270.                 => 'Default',
  27271.             ],
  27272.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  27273.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  27274.             'fos_user.change_password.form.validation_groups' => [
  27275.                 => 'ChangePassword',
  27276.                 => 'Default',
  27277.             ],
  27278.             'fos_user.resetting.retry_ttl' => 7200,
  27279.             'fos_user.resetting.token_ttl' => 86400,
  27280.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  27281.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  27282.             'fos_user.resetting.form.validation_groups' => [
  27283.                 => 'ResetPassword',
  27284.                 => 'Default',
  27285.             ],
  27286.             'knp_menu.factory.class' => 'Knp\\Menu\\MenuFactory',
  27287.             'knp_menu.factory_extension.routing.class' => 'Knp\\Menu\\Integration\\Symfony\\RoutingExtension',
  27288.             'knp_menu.helper.class' => 'Knp\\Menu\\Twig\\Helper',
  27289.             'knp_menu.matcher.class' => 'Knp\\Menu\\Matcher\\Matcher',
  27290.             'knp_menu.menu_provider.chain.class' => 'Knp\\Menu\\Provider\\ChainProvider',
  27291.             'knp_menu.menu_provider.container_aware.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\ContainerAwareProvider',
  27292.             'knp_menu.menu_provider.builder_alias.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\BuilderAliasProvider',
  27293.             'knp_menu.renderer_provider.class' => 'Knp\\Bundle\\MenuBundle\\Renderer\\ContainerAwareProvider',
  27294.             'knp_menu.renderer.list.class' => 'Knp\\Menu\\Renderer\\ListRenderer',
  27295.             'knp_menu.renderer.list.options' => [
  27296.             ],
  27297.             'knp_menu.listener.voters.class' => 'Knp\\Bundle\\MenuBundle\\EventListener\\VoterInitializerListener',
  27298.             'knp_menu.voter.router.class' => 'Knp\\Menu\\Matcher\\Voter\\RouteVoter',
  27299.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  27300.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  27301.             'knp_menu.renderer.twig.options' => [
  27302.             ],
  27303.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  27304.             'knp_menu.default_renderer' => 'twig',
  27305.             'liip_imagine.resolvers' => [
  27306.                 'default' => [
  27307.                     'web_path' => [
  27308.                         'web_root' => (\dirname(__DIR__4).'/public'),
  27309.                         'cache_prefix' => 'media/cache',
  27310.                     ],
  27311.                 ],
  27312.                 'fm_cache_resolver' => [
  27313.                     'fm_path' => [
  27314.                         'web_root' => (\dirname(__DIR__4).'/public'),
  27315.                         'cache_prefix' => 'media/cache',
  27316.                     ],
  27317.                 ],
  27318.             ],
  27319.             'liip_imagine.loaders' => [
  27320.                 'default' => [
  27321.                     'filesystem' => [
  27322.                         'locator' => 'filesystem',
  27323.                         'data_root' => [
  27324.                             => (\dirname(__DIR__4).'/public'),
  27325.                         ],
  27326.                         'bundle_resources' => [
  27327.                             'enabled' => false,
  27328.                             'access_control_type' => 'blacklist',
  27329.                             'access_control_list' => [
  27330.                             ],
  27331.                         ],
  27332.                     ],
  27333.                 ],
  27334.                 'filemanager' => [
  27335.                     'filesystem' => [
  27336.                         'data_root' => [
  27337.                             => (\dirname(__DIR__3).'/filemanager'),
  27338.                             => (\dirname(__DIR__3).'/filemanager'),
  27339.                         ],
  27340.                         'locator' => 'filesystem',
  27341.                         'bundle_resources' => [
  27342.                             'enabled' => false,
  27343.                             'access_control_type' => 'blacklist',
  27344.                             'access_control_list' => [
  27345.                             ],
  27346.                         ],
  27347.                     ],
  27348.                 ],
  27349.                 'app_root' => [
  27350.                     'filesystem' => [
  27351.                         'data_root' => [
  27352.                             => (\dirname(__DIR__4).'/'),
  27353.                             => (\dirname(__DIR__4).'/../../shared'),
  27354.                             => (\dirname(__DIR__4).'/'),
  27355.                             => (\dirname(__DIR__4).'/../../shared'),
  27356.                         ],
  27357.                         'locator' => 'filesystem',
  27358.                         'bundle_resources' => [
  27359.                             'enabled' => false,
  27360.                             'access_control_type' => 'blacklist',
  27361.                             'access_control_list' => [
  27362.                             ],
  27363.                         ],
  27364.                     ],
  27365.                 ],
  27366.                 'user_avatar' => [
  27367.                     'filesystem' => [
  27368.                         'data_root' => [
  27369.                             => (\dirname(__DIR__4).'/public/files/avatars'),
  27370.                             => (\dirname(__DIR__4).'/public/files/avatars'),
  27371.                         ],
  27372.                         'locator' => 'filesystem',
  27373.                         'bundle_resources' => [
  27374.                             'enabled' => false,
  27375.                             'access_control_type' => 'blacklist',
  27376.                             'access_control_list' => [
  27377.                             ],
  27378.                         ],
  27379.                     ],
  27380.                 ],
  27381.                 'message_image' => [
  27382.                     'filesystem' => [
  27383.                         'data_root' => [
  27384.                             => (\dirname(__DIR__4).'/public/files/messenger/images'),
  27385.                             => (\dirname(__DIR__4).'/public/files/messenger/images'),
  27386.                         ],
  27387.                         'locator' => 'filesystem',
  27388.                         'bundle_resources' => [
  27389.                             'enabled' => false,
  27390.                             'access_control_type' => 'blacklist',
  27391.                             'access_control_list' => [
  27392.                             ],
  27393.                         ],
  27394.                     ],
  27395.                 ],
  27396.                 'section_image' => [
  27397.                     'filesystem' => [
  27398.                         'data_root' => [
  27399.                             => (\dirname(__DIR__4).'/public/files/sections/images'),
  27400.                             => (\dirname(__DIR__4).'/public/files/sections/images'),
  27401.                         ],
  27402.                         'locator' => 'filesystem',
  27403.                         'bundle_resources' => [
  27404.                             'enabled' => false,
  27405.                             'access_control_type' => 'blacklist',
  27406.                             'access_control_list' => [
  27407.                             ],
  27408.                         ],
  27409.                     ],
  27410.                 ],
  27411.                 'content_slide' => [
  27412.                     'filesystem' => [
  27413.                         'data_root' => [
  27414.                             => (\dirname(__DIR__4).'/public/files/slides'),
  27415.                             => (\dirname(__DIR__4).'/public/files/slides'),
  27416.                         ],
  27417.                         'locator' => 'filesystem',
  27418.                         'bundle_resources' => [
  27419.                             'enabled' => false,
  27420.                             'access_control_type' => 'blacklist',
  27421.                             'access_control_list' => [
  27422.                             ],
  27423.                         ],
  27424.                     ],
  27425.                 ],
  27426.                 'content_banner' => [
  27427.                     'filesystem' => [
  27428.                         'data_root' => [
  27429.                             => (\dirname(__DIR__4).'/public/files/banners'),
  27430.                             => (\dirname(__DIR__4).'/public/files/banners'),
  27431.                         ],
  27432.                         'locator' => 'filesystem',
  27433.                         'bundle_resources' => [
  27434.                             'enabled' => false,
  27435.                             'access_control_type' => 'blacklist',
  27436.                             'access_control_list' => [
  27437.                             ],
  27438.                         ],
  27439.                     ],
  27440.                 ],
  27441.             ],
  27442.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  27443.             'liip_imagine.jpegoptim.stripAll' => true,
  27444.             'liip_imagine.jpegoptim.max' => NULL,
  27445.             'liip_imagine.jpegoptim.progressive' => true,
  27446.             'liip_imagine.jpegoptim.tempDir' => NULL,
  27447.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  27448.             'liip_imagine.optipng.level' => 7,
  27449.             'liip_imagine.optipng.stripAll' => true,
  27450.             'liip_imagine.optipng.tempDir' => NULL,
  27451.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  27452.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  27453.             'liip_imagine.driver_service' => 'liip_imagine.imagick',
  27454.             'liip_imagine.cache.resolver.default' => 'default',
  27455.             'liip_imagine.default_image' => NULL,
  27456.             'liip_imagine.filter_sets' => [
  27457.                 'cache' => [
  27458.                     'data_loader' => 'filemanager',
  27459.                     'quality' => 100,
  27460.                     'jpeg_quality' => NULL,
  27461.                     'png_compression_level' => NULL,
  27462.                     'png_compression_filter' => NULL,
  27463.                     'format' => NULL,
  27464.                     'animated' => false,
  27465.                     'cache' => NULL,
  27466.                     'default_image' => NULL,
  27467.                     'filters' => [
  27468.                     ],
  27469.                     'post_processors' => [
  27470.                     ],
  27471.                 ],
  27472.                 'hitso_form_preview' => [
  27473.                     'data_loader' => 'filemanager',
  27474.                     'quality' => 80,
  27475.                     'jpeg_quality' => NULL,
  27476.                     'png_compression_level' => NULL,
  27477.                     'png_compression_filter' => NULL,
  27478.                     'format' => NULL,
  27479.                     'animated' => false,
  27480.                     'cache' => NULL,
  27481.                     'default_image' => NULL,
  27482.                     'filters' => [
  27483.                     ],
  27484.                     'post_processors' => [
  27485.                     ],
  27486.                 ],
  27487.                 'fm_thumb' => [
  27488.                     'cache' => 'fm_cache_resolver',
  27489.                     'data_loader' => 'filemanager',
  27490.                     'quality' => 80,
  27491.                     'filters' => [
  27492.                         'thumbnail' => [
  27493.                             'size' => [
  27494.                                 => 240,
  27495.                                 => 160,
  27496.                             ],
  27497.                             'mode' => 'outbound',
  27498.                         ],
  27499.                     ],
  27500.                     'jpeg_quality' => NULL,
  27501.                     'png_compression_level' => NULL,
  27502.                     'png_compression_filter' => NULL,
  27503.                     'format' => NULL,
  27504.                     'animated' => false,
  27505.                     'default_image' => NULL,
  27506.                     'post_processors' => [
  27507.                     ],
  27508.                 ],
  27509.                 'content_cover' => [
  27510.                     'cache' => 'fm_cache_resolver',
  27511.                     'data_loader' => 'filemanager',
  27512.                     'quality' => 90,
  27513.                     'filters' => [
  27514.                         'thumbnail' => [
  27515.                             'size' => [
  27516.                                 => 760,
  27517.                                 => 400,
  27518.                             ],
  27519.                             'mode' => 'outbound',
  27520.                         ],
  27521.                     ],
  27522.                     'jpeg_quality' => NULL,
  27523.                     'png_compression_level' => NULL,
  27524.                     'png_compression_filter' => NULL,
  27525.                     'format' => NULL,
  27526.                     'animated' => false,
  27527.                     'default_image' => NULL,
  27528.                     'post_processors' => [
  27529.                     ],
  27530.                 ],
  27531.                 'content_cover_small' => [
  27532.                     'cache' => 'fm_cache_resolver',
  27533.                     'data_loader' => 'filemanager',
  27534.                     'quality' => 90,
  27535.                     'filters' => [
  27536.                         'thumbnail' => [
  27537.                             'size' => [
  27538.                                 => 320,
  27539.                                 => 400,
  27540.                             ],
  27541.                             'mode' => 'outbound',
  27542.                         ],
  27543.                     ],
  27544.                     'jpeg_quality' => NULL,
  27545.                     'png_compression_level' => NULL,
  27546.                     'png_compression_filter' => NULL,
  27547.                     'format' => NULL,
  27548.                     'animated' => false,
  27549.                     'default_image' => NULL,
  27550.                     'post_processors' => [
  27551.                     ],
  27552.                 ],
  27553.                 'content_cover_medium' => [
  27554.                     'cache' => 'fm_cache_resolver',
  27555.                     'data_loader' => 'filemanager',
  27556.                     'quality' => 90,
  27557.                     'filters' => [
  27558.                         'thumbnail' => [
  27559.                             'size' => [
  27560.                                 => 760,
  27561.                                 => 950,
  27562.                             ],
  27563.                             'mode' => 'outbound',
  27564.                         ],
  27565.                     ],
  27566.                     'jpeg_quality' => NULL,
  27567.                     'png_compression_level' => NULL,
  27568.                     'png_compression_filter' => NULL,
  27569.                     'format' => NULL,
  27570.                     'animated' => false,
  27571.                     'default_image' => NULL,
  27572.                     'post_processors' => [
  27573.                     ],
  27574.                 ],
  27575.                 'content_cover_large' => [
  27576.                     'cache' => 'fm_cache_resolver',
  27577.                     'data_loader' => 'filemanager',
  27578.                     'quality' => 90,
  27579.                     'filters' => [
  27580.                         'thumbnail' => [
  27581.                             'size' => [
  27582.                                 => 1024,
  27583.                                 => 1280,
  27584.                             ],
  27585.                             'mode' => 'outbound',
  27586.                         ],
  27587.                     ],
  27588.                     'jpeg_quality' => NULL,
  27589.                     'png_compression_level' => NULL,
  27590.                     'png_compression_filter' => NULL,
  27591.                     'format' => NULL,
  27592.                     'animated' => false,
  27593.                     'default_image' => NULL,
  27594.                     'post_processors' => [
  27595.                     ],
  27596.                 ],
  27597.                 'content_image' => [
  27598.                     'cache' => 'fm_cache_resolver',
  27599.                     'data_loader' => 'filemanager',
  27600.                     'quality' => 90,
  27601.                     'filters' => [
  27602.                         'thumbnail' => [
  27603.                             'size' => [
  27604.                                 => 320,
  27605.                                 => 400,
  27606.                             ],
  27607.                             'mode' => 'inset',
  27608.                         ],
  27609.                     ],
  27610.                     'jpeg_quality' => NULL,
  27611.                     'png_compression_level' => NULL,
  27612.                     'png_compression_filter' => NULL,
  27613.                     'format' => NULL,
  27614.                     'animated' => false,
  27615.                     'default_image' => NULL,
  27616.                     'post_processors' => [
  27617.                     ],
  27618.                 ],
  27619.                 'content_image_small' => [
  27620.                     'cache' => 'fm_cache_resolver',
  27621.                     'data_loader' => 'filemanager',
  27622.                     'quality' => 90,
  27623.                     'filters' => [
  27624.                         'thumbnail' => [
  27625.                             'size' => [
  27626.                                 => 320,
  27627.                                 => 400,
  27628.                             ],
  27629.                             'mode' => 'inset',
  27630.                         ],
  27631.                     ],
  27632.                     'jpeg_quality' => NULL,
  27633.                     'png_compression_level' => NULL,
  27634.                     'png_compression_filter' => NULL,
  27635.                     'format' => NULL,
  27636.                     'animated' => false,
  27637.                     'default_image' => NULL,
  27638.                     'post_processors' => [
  27639.                     ],
  27640.                 ],
  27641.                 'content_image_medium' => [
  27642.                     'cache' => 'fm_cache_resolver',
  27643.                     'data_loader' => 'filemanager',
  27644.                     'quality' => 90,
  27645.                     'filters' => [
  27646.                         'thumbnail' => [
  27647.                             'size' => [
  27648.                                 => 760,
  27649.                                 => 950,
  27650.                             ],
  27651.                             'mode' => 'inset',
  27652.                         ],
  27653.                     ],
  27654.                     'jpeg_quality' => NULL,
  27655.                     'png_compression_level' => NULL,
  27656.                     'png_compression_filter' => NULL,
  27657.                     'format' => NULL,
  27658.                     'animated' => false,
  27659.                     'default_image' => NULL,
  27660.                     'post_processors' => [
  27661.                     ],
  27662.                 ],
  27663.                 'content_image_large' => [
  27664.                     'cache' => 'fm_cache_resolver',
  27665.                     'data_loader' => 'filemanager',
  27666.                     'quality' => 90,
  27667.                     'filters' => [
  27668.                         'thumbnail' => [
  27669.                             'size' => [
  27670.                                 => 1024,
  27671.                                 => 1280,
  27672.                             ],
  27673.                             'mode' => 'outbound',
  27674.                         ],
  27675.                     ],
  27676.                     'jpeg_quality' => NULL,
  27677.                     'png_compression_level' => NULL,
  27678.                     'png_compression_filter' => NULL,
  27679.                     'format' => NULL,
  27680.                     'animated' => false,
  27681.                     'default_image' => NULL,
  27682.                     'post_processors' => [
  27683.                     ],
  27684.                 ],
  27685.                 'content_thumbnail_big' => [
  27686.                     'cache' => 'fm_cache_resolver',
  27687.                     'data_loader' => 'filemanager',
  27688.                     'quality' => 90,
  27689.                     'filters' => [
  27690.                         'thumbnail' => [
  27691.                             'size' => [
  27692.                                 => 608,
  27693.                                 => 327,
  27694.                             ],
  27695.                             'mode' => 'outbound',
  27696.                         ],
  27697.                     ],
  27698.                     'jpeg_quality' => NULL,
  27699.                     'png_compression_level' => NULL,
  27700.                     'png_compression_filter' => NULL,
  27701.                     'format' => NULL,
  27702.                     'animated' => false,
  27703.                     'default_image' => NULL,
  27704.                     'post_processors' => [
  27705.                     ],
  27706.                 ],
  27707.                 'content_thumbnail' => [
  27708.                     'cache' => 'fm_cache_resolver',
  27709.                     'data_loader' => 'filemanager',
  27710.                     'quality' => 90,
  27711.                     'filters' => [
  27712.                         'thumbnail' => [
  27713.                             'size' => [
  27714.                                 => 202,
  27715.                                 => 105,
  27716.                             ],
  27717.                             'mode' => 'outbound',
  27718.                         ],
  27719.                     ],
  27720.                     'jpeg_quality' => NULL,
  27721.                     'png_compression_level' => NULL,
  27722.                     'png_compression_filter' => NULL,
  27723.                     'format' => NULL,
  27724.                     'animated' => false,
  27725.                     'default_image' => NULL,
  27726.                     'post_processors' => [
  27727.                     ],
  27728.                 ],
  27729.                 'content_thumbnail_small' => [
  27730.                     'cache' => 'fm_cache_resolver',
  27731.                     'data_loader' => 'filemanager',
  27732.                     'quality' => 90,
  27733.                     'filters' => [
  27734.                         'thumbnail' => [
  27735.                             'size' => [
  27736.                                 => 200,
  27737.                                 => 108,
  27738.                             ],
  27739.                             'mode' => 'outbound',
  27740.                         ],
  27741.                     ],
  27742.                     'jpeg_quality' => NULL,
  27743.                     'png_compression_level' => NULL,
  27744.                     'png_compression_filter' => NULL,
  27745.                     'format' => NULL,
  27746.                     'animated' => false,
  27747.                     'default_image' => NULL,
  27748.                     'post_processors' => [
  27749.                     ],
  27750.                 ],
  27751.                 'content_thumbnail_square' => [
  27752.                     'cache' => 'fm_cache_resolver',
  27753.                     'data_loader' => 'filemanager',
  27754.                     'quality' => 90,
  27755.                     'filters' => [
  27756.                         'thumbnail' => [
  27757.                             'size' => [
  27758.                                 => 48,
  27759.                                 => 48,
  27760.                             ],
  27761.                             'mode' => 'inset',
  27762.                         ],
  27763.                     ],
  27764.                     'jpeg_quality' => NULL,
  27765.                     'png_compression_level' => NULL,
  27766.                     'png_compression_filter' => NULL,
  27767.                     'format' => NULL,
  27768.                     'animated' => false,
  27769.                     'default_image' => NULL,
  27770.                     'post_processors' => [
  27771.                     ],
  27772.                 ],
  27773.                 'content_thumbnail_set' => [
  27774.                     'cache' => 'fm_cache_resolver',
  27775.                     'data_loader' => 'filemanager',
  27776.                     'quality' => 90,
  27777.                     'filters' => [
  27778.                         'thumbnail' => [
  27779.                             'size' => [
  27780.                                 => 32,
  27781.                                 => 32,
  27782.                             ],
  27783.                             'mode' => 'outbound',
  27784.                         ],
  27785.                     ],
  27786.                     'jpeg_quality' => NULL,
  27787.                     'png_compression_level' => NULL,
  27788.                     'png_compression_filter' => NULL,
  27789.                     'format' => NULL,
  27790.                     'animated' => false,
  27791.                     'default_image' => NULL,
  27792.                     'post_processors' => [
  27793.                     ],
  27794.                 ],
  27795.                 'content' => [
  27796.                     'cache' => 'fm_cache_resolver',
  27797.                     'data_loader' => 'filemanager',
  27798.                     'quality' => 90,
  27799.                     'jpeg_quality' => NULL,
  27800.                     'png_compression_level' => NULL,
  27801.                     'png_compression_filter' => NULL,
  27802.                     'format' => NULL,
  27803.                     'animated' => false,
  27804.                     'default_image' => NULL,
  27805.                     'filters' => [
  27806.                     ],
  27807.                     'post_processors' => [
  27808.                     ],
  27809.                 ],
  27810.                 'blog_thumb' => [
  27811.                     'cache' => 'fm_cache_resolver',
  27812.                     'data_loader' => 'filemanager',
  27813.                     'quality' => 90,
  27814.                     'filters' => [
  27815.                         'thumbnail' => [
  27816.                             'size' => [
  27817.                                 => 200,
  27818.                                 => 200,
  27819.                             ],
  27820.                             'mode' => 'outbound',
  27821.                         ],
  27822.                     ],
  27823.                     'jpeg_quality' => NULL,
  27824.                     'png_compression_level' => NULL,
  27825.                     'png_compression_filter' => NULL,
  27826.                     'format' => NULL,
  27827.                     'animated' => false,
  27828.                     'default_image' => NULL,
  27829.                     'post_processors' => [
  27830.                     ],
  27831.                 ],
  27832.                 'user_avatar' => [
  27833.                     'data_loader' => 'filemanager',
  27834.                     'quality' => 90,
  27835.                     'filters' => [
  27836.                         'thumbnail' => [
  27837.                             'size' => [
  27838.                                 => 370,
  27839.                                 => 167,
  27840.                             ],
  27841.                             'mode' => 'outbound',
  27842.                         ],
  27843.                     ],
  27844.                     'jpeg_quality' => NULL,
  27845.                     'png_compression_level' => NULL,
  27846.                     'png_compression_filter' => NULL,
  27847.                     'format' => NULL,
  27848.                     'animated' => false,
  27849.                     'cache' => NULL,
  27850.                     'default_image' => NULL,
  27851.                     'post_processors' => [
  27852.                     ],
  27853.                 ],
  27854.                 'message_image' => [
  27855.                     'data_loader' => 'message_image',
  27856.                     'quality' => 90,
  27857.                     'filters' => [
  27858.                         'thumbnail' => [
  27859.                             'size' => [
  27860.                                 => 320,
  27861.                                 => 240,
  27862.                             ],
  27863.                             'mode' => 'outbound',
  27864.                         ],
  27865.                     ],
  27866.                     'jpeg_quality' => NULL,
  27867.                     'png_compression_level' => NULL,
  27868.                     'png_compression_filter' => NULL,
  27869.                     'format' => NULL,
  27870.                     'animated' => false,
  27871.                     'cache' => NULL,
  27872.                     'default_image' => NULL,
  27873.                     'post_processors' => [
  27874.                     ],
  27875.                 ],
  27876.                 'message_image_min' => [
  27877.                     'data_loader' => 'message_image',
  27878.                     'quality' => 90,
  27879.                     'filters' => [
  27880.                         'thumbnail' => [
  27881.                             'size' => [
  27882.                                 => 70,
  27883.                                 => 70,
  27884.                             ],
  27885.                             'mode' => 'outbound',
  27886.                         ],
  27887.                     ],
  27888.                     'jpeg_quality' => NULL,
  27889.                     'png_compression_level' => NULL,
  27890.                     'png_compression_filter' => NULL,
  27891.                     'format' => NULL,
  27892.                     'animated' => false,
  27893.                     'cache' => NULL,
  27894.                     'default_image' => NULL,
  27895.                     'post_processors' => [
  27896.                     ],
  27897.                 ],
  27898.                 'section_image' => [
  27899.                     'data_loader' => 'section_image',
  27900.                     'quality' => 90,
  27901.                     'filters' => [
  27902.                         'thumbnail' => [
  27903.                             'size' => [
  27904.                                 => 320,
  27905.                                 => 240,
  27906.                             ],
  27907.                             'mode' => 'outbound',
  27908.                         ],
  27909.                     ],
  27910.                     'jpeg_quality' => NULL,
  27911.                     'png_compression_level' => NULL,
  27912.                     'png_compression_filter' => NULL,
  27913.                     'format' => NULL,
  27914.                     'animated' => false,
  27915.                     'cache' => NULL,
  27916.                     'default_image' => NULL,
  27917.                     'post_processors' => [
  27918.                     ],
  27919.                 ],
  27920.                 'content_slide' => [
  27921.                     'data_loader' => 'content_slide',
  27922.                     'quality' => 90,
  27923.                     'filters' => [
  27924.                         'thumbnail' => [
  27925.                             'size' => [
  27926.                                 => 240,
  27927.                                 => 82,
  27928.                             ],
  27929.                             'mode' => 'outbound',
  27930.                         ],
  27931.                     ],
  27932.                     'jpeg_quality' => NULL,
  27933.                     'png_compression_level' => NULL,
  27934.                     'png_compression_filter' => NULL,
  27935.                     'format' => NULL,
  27936.                     'animated' => false,
  27937.                     'cache' => NULL,
  27938.                     'default_image' => NULL,
  27939.                     'post_processors' => [
  27940.                     ],
  27941.                 ],
  27942.                 'content_banner' => [
  27943.                     'data_loader' => 'content_banner',
  27944.                     'quality' => 90,
  27945.                     'filters' => [
  27946.                         'thumbnail' => [
  27947.                             'size' => [
  27948.                                 => 240,
  27949.                                 => 82,
  27950.                             ],
  27951.                             'mode' => 'outbound',
  27952.                         ],
  27953.                     ],
  27954.                     'jpeg_quality' => NULL,
  27955.                     'png_compression_level' => NULL,
  27956.                     'png_compression_filter' => NULL,
  27957.                     'format' => NULL,
  27958.                     'animated' => false,
  27959.                     'cache' => NULL,
  27960.                     'default_image' => NULL,
  27961.                     'post_processors' => [
  27962.                     ],
  27963.                 ],
  27964.                 'thumb_128_128' => [
  27965.                     'cache' => 'fm_cache_resolver',
  27966.                     'data_loader' => 'filemanager',
  27967.                     'quality' => 80,
  27968.                     'filters' => [
  27969.                         'thumbnail' => [
  27970.                             'size' => [
  27971.                                 => 128,
  27972.                                 => 128,
  27973.                             ],
  27974.                             'mode' => 'inset',
  27975.                         ],
  27976.                     ],
  27977.                     'jpeg_quality' => NULL,
  27978.                     'png_compression_level' => NULL,
  27979.                     'png_compression_filter' => NULL,
  27980.                     'format' => NULL,
  27981.                     'animated' => false,
  27982.                     'default_image' => NULL,
  27983.                     'post_processors' => [
  27984.                     ],
  27985.                 ],
  27986.                 'thumb_256_256' => [
  27987.                     'cache' => 'fm_cache_resolver',
  27988.                     'data_loader' => 'filemanager',
  27989.                     'quality' => 80,
  27990.                     'filters' => [
  27991.                         'thumbnail' => [
  27992.                             'size' => [
  27993.                                 => 256,
  27994.                                 => 256,
  27995.                             ],
  27996.                             'mode' => 'inset',
  27997.                         ],
  27998.                     ],
  27999.                     'jpeg_quality' => NULL,
  28000.                     'png_compression_level' => NULL,
  28001.                     'png_compression_filter' => NULL,
  28002.                     'format' => NULL,
  28003.                     'animated' => false,
  28004.                     'default_image' => NULL,
  28005.                     'post_processors' => [
  28006.                     ],
  28007.                 ],
  28008.                 'thumb_360_360' => [
  28009.                     'cache' => 'fm_cache_resolver',
  28010.                     'data_loader' => 'filemanager',
  28011.                     'quality' => 80,
  28012.                     'filters' => [
  28013.                         'thumbnail' => [
  28014.                             'size' => [
  28015.                                 => 36,
  28016.                                 => 360,
  28017.                             ],
  28018.                             'mode' => 'inset',
  28019.                         ],
  28020.                     ],
  28021.                     'jpeg_quality' => NULL,
  28022.                     'png_compression_level' => NULL,
  28023.                     'png_compression_filter' => NULL,
  28024.                     'format' => NULL,
  28025.                     'animated' => false,
  28026.                     'default_image' => NULL,
  28027.                     'post_processors' => [
  28028.                     ],
  28029.                 ],
  28030.                 'thumb_600' => [
  28031.                     'cache' => 'fm_cache_resolver',
  28032.                     'data_loader' => 'filemanager',
  28033.                     'quality' => 80,
  28034.                     'filters' => [
  28035.                         'thumbnail' => [
  28036.                             'size' => [
  28037.                                 => 600,
  28038.                             ],
  28039.                         ],
  28040.                     ],
  28041.                     'jpeg_quality' => NULL,
  28042.                     'png_compression_level' => NULL,
  28043.                     'png_compression_filter' => NULL,
  28044.                     'format' => NULL,
  28045.                     'animated' => false,
  28046.                     'default_image' => NULL,
  28047.                     'post_processors' => [
  28048.                     ],
  28049.                 ],
  28050.                 'list_image' => [
  28051.                     'cache' => 'fm_cache_resolver',
  28052.                     'data_loader' => 'filemanager',
  28053.                     'quality' => 90,
  28054.                     'filters' => [
  28055.                         'thumbnail' => [
  28056.                             'size' => [
  28057.                                 => 256,
  28058.                                 => 168,
  28059.                             ],
  28060.                             'mode' => 'inset',
  28061.                         ],
  28062.                     ],
  28063.                     'jpeg_quality' => NULL,
  28064.                     'png_compression_level' => NULL,
  28065.                     'png_compression_filter' => NULL,
  28066.                     'format' => NULL,
  28067.                     'animated' => false,
  28068.                     'default_image' => NULL,
  28069.                     'post_processors' => [
  28070.                     ],
  28071.                 ],
  28072.                 'list_image_small' => [
  28073.                     'cache' => 'fm_cache_resolver',
  28074.                     'data_loader' => 'filemanager',
  28075.                     'quality' => 90,
  28076.                     'filters' => [
  28077.                         'thumbnail' => [
  28078.                             'size' => [
  28079.                                 => 100,
  28080.                                 => 78,
  28081.                             ],
  28082.                             'mode' => 'inset',
  28083.                         ],
  28084.                     ],
  28085.                     'jpeg_quality' => NULL,
  28086.                     'png_compression_level' => NULL,
  28087.                     'png_compression_filter' => NULL,
  28088.                     'format' => NULL,
  28089.                     'animated' => false,
  28090.                     'default_image' => NULL,
  28091.                     'post_processors' => [
  28092.                     ],
  28093.                 ],
  28094.                 'list_image_medium' => [
  28095.                     'cache' => 'fm_cache_resolver',
  28096.                     'data_loader' => 'filemanager',
  28097.                     'quality' => 90,
  28098.                     'filters' => [
  28099.                         'thumbnail' => [
  28100.                             'size' => [
  28101.                                 => 120,
  28102.                                 => 88,
  28103.                             ],
  28104.                             'mode' => 'inset',
  28105.                         ],
  28106.                     ],
  28107.                     'jpeg_quality' => NULL,
  28108.                     'png_compression_level' => NULL,
  28109.                     'png_compression_filter' => NULL,
  28110.                     'format' => NULL,
  28111.                     'animated' => false,
  28112.                     'default_image' => NULL,
  28113.                     'post_processors' => [
  28114.                     ],
  28115.                 ],
  28116.             ],
  28117.             'liip_imagine.binary.loader.default' => 'default',
  28118.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  28119.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  28120.             'liip_theme.themes' => [
  28121.                 => 'hartmann',
  28122.             ],
  28123.             'liip_theme.active_theme' => 'hartmann',
  28124.             'liip_theme.path_patterns' => [
  28125.                 'app_resource' => [
  28126.                     => (\dirname(__DIR__4).'/templates/%current_theme%/%template%'),
  28127.                     => '%app_path%/views/%template%',
  28128.                 ],
  28129.                 'bundle_resource' => [
  28130.                     => '%bundle_path%/Resources/themes/%current_theme%/%template%',
  28131.                 ],
  28132.                 'bundle_resource_dir' => [
  28133.                     => (\dirname(__DIR__4).'/templates/%current_theme%/%bundle_name%/%template%'),
  28134.                 ],
  28135.             ],
  28136.             'liip_theme.cache_warming' => true,
  28137.             'liip_theme.cookie' => NULL,
  28138.             'liip_theme.filesystem_loader.class' => 'Liip\\ThemeBundle\\Twig\\Loader\\FilesystemLoader',
  28139.             'sentry.tracing.enabled' => true,
  28140.             'sentry.tracing.dbal.enabled' => true,
  28141.             'sentry.tracing.dbal.connections' => [
  28142.             ],
  28143.             'sentry.tracing.cache.enabled' => true,
  28144.             'snc_redis.client.class' => 'Predis\\Client',
  28145.             'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
  28146.             'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
  28147.             'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
  28148.             'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
  28149.             'snc_redis.phpredis_client.class' => 'Redis',
  28150.             'snc_redis.phpredis_connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Phpredis\\Client',
  28151.             'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
  28152.             'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
  28153.             'snc_redis.doctrine_cache_phpredis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  28154.             'snc_redis.doctrine_cache_predis.class' => 'Doctrine\\Common\\Cache\\PredisCache',
  28155.             'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
  28156.             'snc_redis.swiftmailer_spool.class' => 'Snc\\RedisBundle\\SwiftMailer\\RedisSpool',
  28157.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  28158.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  28159.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  28160.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  28161.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  28162.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  28163.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  28164.             'stof_doctrine_extensions.listener.loggable.class' => 'Hitso\\Bundle\\CommonBundle\\Doctrine\\EventSubscriber\\LoggableListener',
  28165.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  28166.             'stof_doctrine_extensions.default_locale' => 'pl',
  28167.             'stof_doctrine_extensions.translation_fallback' => false,
  28168.             'stof_doctrine_extensions.persist_default_translation' => false,
  28169.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  28170.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  28171.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  28172.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  28173.             'white_october_breadcrumbs.options' => [
  28174.                 'translation_domain' => 'admin',
  28175.                 'separator' => '',
  28176.                 'separatorClass' => 'separator',
  28177.                 'listId' => 'wo-breadcrumbs',
  28178.                 'listClass' => 'breadcrumb',
  28179.                 'itemClass' => '',
  28180.                 'linkRel' => '',
  28181.                 'locale' => NULL,
  28182.                 'viewTemplate' => 'WhiteOctoberBreadcrumbsBundle::microdata.html.twig',
  28183.             ],
  28184.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  28185.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  28186.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  28187.             'twig_cache.adapter.class' => 'Twig\\CacheExtension\\CacheProvider\\DoctrineCacheAdapter',
  28188.             'twig_cache.extension.class' => 'Twig\\CacheExtension\\Extension',
  28189.             'twig_cache.strategy.class' => 'Twig\\CacheExtension\\CacheStrategy\\IndexedChainingCacheStrategy',
  28190.             'twig_cache.strategy.generational.class' => 'Twig\\CacheExtension\\CacheStrategy\\GenerationalCacheStrategy',
  28191.             'twig_cache.strategy.lifetime.class' => 'Twig\\CacheExtension\\CacheStrategy\\LifetimeCacheStrategy',
  28192.             'twig_cache.strategy.spl_object_hash_key_generator.class' => 'EmanueleMinotto\\TwigCacheBundle\\KeyGenerator\\SplObjectHashKeyGenerator',
  28193.             'sonata.seo.exporter.database_source_iterator.class' => 'Sonata\\Exporter\\Source\\DoctrineDBALConnectionSourceIterator',
  28194.             'sonata.seo.exporter.sitemap_source_iterator.class' => 'Sonata\\Exporter\\Source\\SymfonySitemapSourceIterator',
  28195.             'sonata.seo.page.default.class' => 'Sonata\\SeoBundle\\Seo\\SeoPage',
  28196.             'sonata.seo.twig.extension.class' => 'Hitso\\Bundle\\SeoBundle\\Twig\\SeoExtension',
  28197.             'sonata.seo.sitemap.manager.class' => 'Sonata\\SeoBundle\\Sitemap\\SourceManager',
  28198.             'cmf_seo.translation_domain' => 'messages',
  28199.             'cmf_seo.title' => '%content_title% | Hitso',
  28200.             'cmf_seo.description' => NULL,
  28201.             'cmf_seo.original_route_pattern' => 'canonical',
  28202.             'cmf_seo.error.templates' => [
  28203.             ],
  28204.             'cmf_seo.form.data_class.seo_metadata' => 'Hitso\\Bundle\\SeoBundle\\Entity\\SeoMetadata',
  28205.             'cmf_seo.form.options' => [
  28206.                 'generic_metadata' => false,
  28207.                 'storage' => 'default',
  28208.             ],
  28209.             'jms_translation.twig_extension.class' => 'JMS\\TranslationBundle\\Twig\\TranslationExtension',
  28210.             'jms_translation.controller.translate_controller.class' => 'JMS\\TranslationBundle\\Controller\\TranslateController',
  28211.             'jms_translation.controller.api_controller.class' => 'JMS\\TranslationBundle\\Controller\\ApiController',
  28212.             'jms_translation.extractor_manager.class' => 'JMS\\TranslationBundle\\Translation\\ExtractorManager',
  28213.             'jms_translation.extractor.file_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\FileExtractor',
  28214.             'jms_translation.extractor.file.default_php_extractor' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\DefaultPhpFileExtractor',
  28215.             'jms_translation.extractor.file.translation_container_extractor' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\TranslationContainerExtractor',
  28216.             'jms_translation.extractor.file.twig_extractor' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\TwigFileExtractor',
  28217.             'jms_translation.extractor.file.form_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\FormExtractor',
  28218.             'jms_translation.extractor.file.validation_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\ValidationExtractor',
  28219.             'jms_translation.extractor.file.authentication_message_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\AuthenticationMessagesExtractor',
  28220.             'jms_translation.loader.symfony.xliff_loader.class' => 'JMS\\TranslationBundle\\Translation\\Loader\\Symfony\\XliffLoader',
  28221.             'jms_translation.loader.xliff_loader.class' => 'JMS\\TranslationBundle\\Translation\\Loader\\XliffLoader',
  28222.             'jms_translation.loader.symfony_adapter.class' => 'JMS\\TranslationBundle\\Translation\\Loader\\SymfonyLoaderAdapter',
  28223.             'jms_translation.loader_manager.class' => 'JMS\\TranslationBundle\\Translation\\LoaderManager',
  28224.             'jms_translation.dumper.php_dumper.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\PhpDumper',
  28225.             'jms_translation.dumper.xliff_dumper.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\XliffDumper',
  28226.             'jms_translation.dumper.yaml_dumper.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\YamlDumper',
  28227.             'jms_translation.dumper.symfony_adapter.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\SymfonyDumperAdapter',
  28228.             'jms_translation.file_writer.class' => 'JMS\\TranslationBundle\\Translation\\FileWriter',
  28229.             'jms_translation.updater.class' => 'JMS\\TranslationBundle\\Translation\\Updater',
  28230.             'jms_translation.config_factory.class' => 'JMS\\TranslationBundle\\Translation\\ConfigFactory',
  28231.             'jms_translation.file_source_factory.class' => 'JMS\\TranslationBundle\\Translation\\FileSourceFactory',
  28232.             'jms_translation.source_language' => 'pl',
  28233.             'jms_translation.locales' => [
  28234.                 => 'pl',
  28235.                 => 'en',
  28236.             ],
  28237.             'jms_translation.dumper.add_date' => true,
  28238.             'jms_translation.dumper.add_references' => true,
  28239.             'nelmio_cors.map' => [
  28240.                 '^/' => [
  28241.                 ],
  28242.             ],
  28243.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  28244.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  28245.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  28246.             'enable' => true,
  28247.             'async' => NULL,
  28248.             'log' => NULL,
  28249.             'tasks' => NULL,
  28250.             'scheb_two_factor.model_manager_name' => NULL,
  28251.             'scheb_two_factor.email.sender_email' => 'no-reply@example.com',
  28252.             'scheb_two_factor.email.sender_name' => NULL,
  28253.             'scheb_two_factor.email.template' => '@SchebTwoFactor/Authentication/form.html.twig',
  28254.             'scheb_two_factor.email.digits' => 4,
  28255.             'scheb_two_factor.google.server_name' => NULL,
  28256.             'scheb_two_factor.google.issuer' => NULL,
  28257.             'scheb_two_factor.google.template' => '@SchebTwoFactor/Authentication/form.html.twig',
  28258.             'scheb_two_factor.google.digits' => 6,
  28259.             'scheb_two_factor.google.window' => 1,
  28260.             'scheb_two_factor.totp.issuer' => NULL,
  28261.             'scheb_two_factor.totp.server_name' => NULL,
  28262.             'scheb_two_factor.totp.window' => 1,
  28263.             'scheb_two_factor.totp.parameters' => [
  28264.             ],
  28265.             'scheb_two_factor.totp.template' => '@SchebTwoFactor/Authentication/form.html.twig',
  28266.             'scheb_two_factor.trusted_device.enabled' => false,
  28267.             'scheb_two_factor.trusted_device.cookie_name' => 'trusted_device',
  28268.             'scheb_two_factor.trusted_device.lifetime' => 5184000,
  28269.             'scheb_two_factor.trusted_device.extend_lifetime' => false,
  28270.             'scheb_two_factor.trusted_device.cookie_secure' => false,
  28271.             'scheb_two_factor.trusted_device.cookie_same_site' => 'lax',
  28272.             'scheb_two_factor.trusted_device.cookie_domain' => NULL,
  28273.             'scheb_two_factor.trusted_device.cookie_path' => '/',
  28274.             'scheb_two_factor.security_tokens' => [
  28275.                 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  28276.             ],
  28277.             'scheb_two_factor.ip_whitelist' => [
  28278.             ],
  28279.             'hitso_common.cron_log.ttl' => 604800,
  28280.             'common.import_export' => [
  28281.                 'user' => [
  28282.                     'class' => 'Hitso\\Bundle\\CommonBundle\\Entity\\User',
  28283.                     'comparableFields' => [
  28284.                         => 'username',
  28285.                         => 'username',
  28286.                     ],
  28287.                     'mapping' => [
  28288.                         => 'username',
  28289.                         => 'username',
  28290.                     ],
  28291.                     'updateExisting' => false,
  28292.                     'clearDataAllowed' => false,
  28293.                     'normalizer' => 'Hitso\\Bundle\\CommonBundle\\Serializer\\UserNormalizer',
  28294.                     'exportCsvDelimiter' => ';',
  28295.                 ],
  28296.                 'pos' => [
  28297.                     'class' => 'Novitus\\Bundle\\AppBundle\\Entity\\Pos',
  28298.                     'comparableFields' => [
  28299.                         => 'name',
  28300.                         => 'address',
  28301.                         => 'city',
  28302.                     ],
  28303.                     'mapping' => [
  28304.                         => 'name',
  28305.                         => 'address',
  28306.                         => 'postcode',
  28307.                         => 'city',
  28308.                         => 'phone',
  28309.                         => 'mapLat',
  28310.                         => 'mapLng',
  28311.                         => 'voivodeship',
  28312.                         => 'partnerType',
  28313.                         => 'deviceTypes',
  28314.                     ],
  28315.                     'updateExisting' => true,
  28316.                     'normalizer' => 'Novitus\\Bundle\\AppBundle\\Serializer\\PosImportExportNormalizer',
  28317.                     'clearDataAllowed' => false,
  28318.                     'exportCsvDelimiter' => ';',
  28319.                 ],
  28320.             ],
  28321.             'common.bad_words' => [
  28322.                 => 'fuck',
  28323.                 => 'shit',
  28324.                 => 'asshole',
  28325.                 => 'cunt',
  28326.                 => 'fag',
  28327.                 => 'fuk',
  28328.                 => 'fck',
  28329.                 => 'fcuk',
  28330.                 => 'assfuck',
  28331.                 => 'assfucker',
  28332.                 10 => 'fucker',
  28333.                 11 => 'motherfucker',
  28334.                 12 => 'asscock',
  28335.                 13 => 'asshead',
  28336.                 14 => 'asslicker',
  28337.                 15 => 'asslick',
  28338.                 16 => 'assnigger',
  28339.                 17 => 'nigger',
  28340.                 18 => 'asssucker',
  28341.                 19 => 'bastard',
  28342.                 20 => 'bitch',
  28343.                 21 => 'bitchtits',
  28344.                 22 => 'bitches',
  28345.                 23 => 'bitch',
  28346.                 24 => 'brotherfucker',
  28347.                 25 => 'bullshit',
  28348.                 26 => 'bumblefuck',
  28349.                 27 => 'buttfucka',
  28350.                 28 => 'fucka',
  28351.                 29 => 'buttfucker',
  28352.                 30 => 'buttfucka',
  28353.                 31 => 'fagbag',
  28354.                 32 => 'fagfucker',
  28355.                 33 => 'faggit',
  28356.                 34 => 'faggot',
  28357.                 35 => 'faggotcock',
  28358.                 36 => 'fagtard',
  28359.                 37 => 'fatass',
  28360.                 38 => 'fuckoff',
  28361.                 39 => 'fuckstick',
  28362.                 40 => 'fucktard',
  28363.                 41 => 'fuckwad',
  28364.                 42 => 'fuckwit',
  28365.                 43 => 'dick',
  28366.                 44 => 'dickfuck',
  28367.                 45 => 'dickhead',
  28368.                 46 => 'dickjuice',
  28369.                 47 => 'dickmilk',
  28370.                 48 => 'doochbag',
  28371.                 49 => 'douchebag',
  28372.                 50 => 'douche',
  28373.                 51 => 'dickweed',
  28374.                 52 => 'dyke',
  28375.                 53 => 'dumbass',
  28376.                 54 => 'dumass',
  28377.                 55 => 'fuckboy',
  28378.                 56 => 'fuckbag',
  28379.                 57 => 'gayass',
  28380.                 58 => 'gayfuck',
  28381.                 59 => 'gaylord',
  28382.                 60 => 'gaytard',
  28383.                 61 => 'nigga',
  28384.                 62 => 'niggers',
  28385.                 63 => 'niglet',
  28386.                 64 => 'paki',
  28387.                 65 => 'piss',
  28388.                 66 => 'prick',
  28389.                 67 => 'pussy',
  28390.                 68 => 'poontang',
  28391.                 69 => 'poonany',
  28392.                 70 => 'porchmonkey',
  28393.                 71 => 'porch monkey',
  28394.                 72 => 'poon',
  28395.                 73 => 'queer',
  28396.                 74 => 'queerbait',
  28397.                 75 => 'queerhole',
  28398.                 76 => 'queef',
  28399.                 77 => 'renob',
  28400.                 78 => 'rimjob',
  28401.                 79 => 'ruski',
  28402.                 80 => 'sandnigger',
  28403.                 81 => 'sand nigger',
  28404.                 82 => 'schlong',
  28405.                 83 => 'shitass',
  28406.                 84 => 'shitbag',
  28407.                 85 => 'shitbagger',
  28408.                 86 => 'shitbreath',
  28409.                 87 => 'chinc',
  28410.                 88 => 'carpetmuncher',
  28411.                 89 => 'chink',
  28412.                 90 => 'choad',
  28413.                 91 => 'clitface',
  28414.                 92 => 'clusterfuck',
  28415.                 93 => 'cockass',
  28416.                 94 => 'cockbite',
  28417.                 95 => 'cockface',
  28418.                 96 => 'skank',
  28419.                 97 => 'skeet',
  28420.                 98 => 'skullfuck',
  28421.                 99 => 'slut',
  28422.                 100 => 'slutbag',
  28423.                 101 => 'splooge',
  28424.                 102 => 'twatlips',
  28425.                 103 => 'twat',
  28426.                 104 => 'twats',
  28427.                 105 => 'twatwaffle',
  28428.                 106 => 'vaj',
  28429.                 107 => 'vajayjay',
  28430.                 108 => 'va-j-j',
  28431.                 109 => 'wank',
  28432.                 110 => 'wankjob',
  28433.                 111 => 'wetback',
  28434.                 112 => 'whore',
  28435.                 113 => 'whorebag',
  28436.                 114 => 'whoreface',
  28437.                 115 => 'chuj',
  28438.                 116 => 'chuja',
  28439.                 117 => 'chujek',
  28440.                 118 => 'chuju',
  28441.                 119 => 'chujem',
  28442.                 120 => 'chujnia',
  28443.                 121 => 'chujowy',
  28444.                 122 => 'chujowa',
  28445.                 123 => 'chujowe',
  28446.                 124 => 'cipa',
  28447.                 125 => 'cipÄ™',
  28448.                 126 => 'cipe',
  28449.                 127 => 'cipÄ…',
  28450.                 128 => 'cipie',
  28451.                 129 => 'dojebać',
  28452.                 130 => 'dojebac',
  28453.                 131 => 'dojebie',
  28454.                 132 => 'dojebaÅ‚',
  28455.                 133 => 'dojebal',
  28456.                 134 => 'dojebaÅ‚a',
  28457.                 135 => 'dojebala',
  28458.                 136 => 'dojebaÅ‚em',
  28459.                 137 => 'dojebalem',
  28460.                 138 => 'dojebaÅ‚am',
  28461.                 139 => 'dojebalam',
  28462.                 140 => 'dojebiÄ™',
  28463.                 141 => 'dojebie',
  28464.                 142 => 'dopieprzać',
  28465.                 143 => 'dopieprzac',
  28466.                 144 => 'dopierdalać',
  28467.                 145 => 'dopierdalac',
  28468.                 146 => 'dopierdala',
  28469.                 147 => 'dopierdalaÅ‚',
  28470.                 148 => 'dopierdalal',
  28471.                 149 => 'dopierdalaÅ‚a',
  28472.                 150 => 'dopierdalala',
  28473.                 151 => 'dopierdoli',
  28474.                 152 => 'dopierdoliÅ‚',
  28475.                 153 => 'dopierdolil',
  28476.                 154 => 'dopierdolÄ™',
  28477.                 155 => 'dopierdole',
  28478.                 156 => 'dopierdoli',
  28479.                 157 => 'dopierdalajÄ…cy',
  28480.                 158 => 'dopierdalajacy',
  28481.                 159 => 'dopierdolić',
  28482.                 160 => 'dopierdolic',
  28483.                 161 => 'dupa',
  28484.                 162 => 'dupie',
  28485.                 163 => 'dupÄ…',
  28486.                 164 => 'dupcia',
  28487.                 165 => 'dupeczka',
  28488.                 166 => 'dupy',
  28489.                 167 => 'dupe',
  28490.                 168 => 'huj',
  28491.                 169 => 'hujek',
  28492.                 170 => 'hujnia',
  28493.                 171 => 'huja',
  28494.                 172 => 'huje',
  28495.                 173 => 'hujem',
  28496.                 174 => 'huju',
  28497.                 175 => 'jebać',
  28498.                 176 => 'jebac',
  28499.                 177 => 'jebaÅ‚',
  28500.                 178 => 'jebal',
  28501.                 179 => 'jebie',
  28502.                 180 => 'jebiÄ…',
  28503.                 181 => 'jebia',
  28504.                 182 => 'jebak',
  28505.                 183 => 'jebaka',
  28506.                 184 => 'jebal',
  28507.                 185 => 'jebaÅ‚',
  28508.                 186 => 'jebany',
  28509.                 187 => 'jebane',
  28510.                 188 => 'jebanka',
  28511.                 189 => 'jebanko',
  28512.                 190 => 'jebankiem',
  28513.                 191 => 'jebanymi',
  28514.                 192 => 'jebana',
  28515.                 193 => 'jebanym',
  28516.                 194 => 'jebanej',
  28517.                 195 => 'jebanÄ…',
  28518.                 196 => 'jebana',
  28519.                 197 => 'jebani',
  28520.                 198 => 'jebanych',
  28521.                 199 => 'jebanymi',
  28522.                 200 => 'jebcie',
  28523.                 201 => 'jebiÄ…cy',
  28524.                 202 => 'jebiacy',
  28525.                 203 => 'jebiÄ…ca',
  28526.                 204 => 'jebiaca',
  28527.                 205 => 'jebiÄ…cego',
  28528.                 206 => 'jebiacego',
  28529.                 207 => 'jebiÄ…cej',
  28530.                 208 => 'jebiacej',
  28531.                 209 => 'jebia',
  28532.                 210 => 'jebiÄ…',
  28533.                 211 => 'jebie',
  28534.                 212 => 'jebiÄ™',
  28535.                 213 => 'jebliwy',
  28536.                 214 => 'jebnąć',
  28537.                 215 => 'jebnac',
  28538.                 216 => 'jebnÄ…c',
  28539.                 217 => 'jebnać',
  28540.                 218 => 'jebnÄ…Å‚',
  28541.                 219 => 'jebnal',
  28542.                 220 => 'jebnÄ…',
  28543.                 221 => 'jebna',
  28544.                 222 => 'jebnęła',
  28545.                 223 => 'jebnela',
  28546.                 224 => 'jebnie',
  28547.                 225 => 'jebnij',
  28548.                 226 => 'jebut',
  28549.                 227 => 'koorwa',
  28550.                 228 => 'kórwa',
  28551.                 229 => 'kurestwo',
  28552.                 230 => 'kurew',
  28553.                 231 => 'kurewski',
  28554.                 232 => 'kurewska',
  28555.                 233 => 'kurewskiej',
  28556.                 234 => 'kurewskÄ…',
  28557.                 235 => 'kurewska',
  28558.                 236 => 'kurewsko',
  28559.                 237 => 'kurewstwo',
  28560.                 238 => 'kurwa',
  28561.                 239 => 'kurwaa',
  28562.                 240 => 'kurwami',
  28563.                 241 => 'kurwÄ…',
  28564.                 242 => 'kurwe',
  28565.                 243 => 'kurwÄ™',
  28566.                 244 => 'kurwie',
  28567.                 245 => 'kurwiska',
  28568.                 246 => 'kurwo',
  28569.                 247 => 'kurwy',
  28570.                 248 => 'kurwach',
  28571.                 249 => 'kurwami',
  28572.                 250 => 'kurewski',
  28573.                 251 => 'kurwiarz',
  28574.                 252 => 'kurwiÄ…cy',
  28575.                 253 => 'kurwica',
  28576.                 254 => 'kurwić',
  28577.                 255 => 'kurwic',
  28578.                 256 => 'kurwidoÅ‚ek',
  28579.                 257 => 'kurwik',
  28580.                 258 => 'kurwiki',
  28581.                 259 => 'kurwiszcze',
  28582.                 260 => 'kurwiszon',
  28583.                 261 => 'kurwiszona',
  28584.                 262 => 'kurwiszonem',
  28585.                 263 => 'kurwiszony',
  28586.                 264 => 'kutas',
  28587.                 265 => 'kutasa',
  28588.                 266 => 'kutasie',
  28589.                 267 => 'kutasem',
  28590.                 268 => 'kutasy',
  28591.                 269 => 'kutasów',
  28592.                 270 => 'kutasow',
  28593.                 271 => 'kutasach',
  28594.                 272 => 'kutasami',
  28595.                 273 => 'matkojebca',
  28596.                 274 => 'matkojebcy',
  28597.                 275 => 'matkojebcÄ…',
  28598.                 276 => 'matkojebca',
  28599.                 277 => 'matkojebcami',
  28600.                 278 => 'matkojebcach',
  28601.                 279 => 'nabarÅ‚ożyć',
  28602.                 280 => 'najebać',
  28603.                 281 => 'najebac',
  28604.                 282 => 'najebaÅ‚',
  28605.                 283 => 'najebal',
  28606.                 284 => 'najebaÅ‚a',
  28607.                 285 => 'najebala',
  28608.                 286 => 'najebane',
  28609.                 287 => 'najebany',
  28610.                 288 => 'najebanÄ…',
  28611.                 289 => 'najebana',
  28612.                 290 => 'najebie',
  28613.                 291 => 'najebiÄ…',
  28614.                 292 => 'najebia',
  28615.                 293 => 'naopierdalać',
  28616.                 294 => 'naopierdalac',
  28617.                 295 => 'naopierdalaÅ‚',
  28618.                 296 => 'naopierdalal',
  28619.                 297 => 'naopierdalaÅ‚a',
  28620.                 298 => 'naopierdalala',
  28621.                 299 => 'naopierdalaÅ‚a',
  28622.                 300 => 'napierdalać',
  28623.                 301 => 'napierdalac',
  28624.                 302 => 'napierdalajÄ…cy',
  28625.                 303 => 'napierdalajacy',
  28626.                 304 => 'napierdolić',
  28627.                 305 => 'napierdolic',
  28628.                 306 => 'nawpierdalać',
  28629.                 307 => 'nawpierdalac',
  28630.                 308 => 'nawpierdalaÅ‚',
  28631.                 309 => 'nawpierdalal',
  28632.                 310 => 'nawpierdalaÅ‚a',
  28633.                 311 => 'nawpierdalala',
  28634.                 312 => 'obsrywać',
  28635.                 313 => 'obsrywac',
  28636.                 314 => 'obsrywajÄ…cy',
  28637.                 315 => 'obsrywajacy',
  28638.                 316 => 'odpieprzać',
  28639.                 317 => 'odpieprzac',
  28640.                 318 => 'odpieprzy',
  28641.                 319 => 'odpieprzyÅ‚',
  28642.                 320 => 'odpieprzyl',
  28643.                 321 => 'odpieprzyÅ‚a',
  28644.                 322 => 'odpieprzyla',
  28645.                 323 => 'odpierdalać',
  28646.                 324 => 'odpierdalac',
  28647.                 325 => 'odpierdol',
  28648.                 326 => 'odpierdoliÅ‚',
  28649.                 327 => 'odpierdolil',
  28650.                 328 => 'odpierdoliÅ‚a',
  28651.                 329 => 'odpierdolila',
  28652.                 330 => 'odpierdoli',
  28653.                 331 => 'odpierdalajÄ…cy',
  28654.                 332 => 'odpierdalajacy',
  28655.                 333 => 'odpierdalajÄ…ca',
  28656.                 334 => 'odpierdalajaca',
  28657.                 335 => 'odpierdolić',
  28658.                 336 => 'odpierdolic',
  28659.                 337 => 'odpierdoli',
  28660.                 338 => 'odpierdoliÅ‚',
  28661.                 339 => 'opieprzajÄ…cy',
  28662.                 340 => 'opierdalać',
  28663.                 341 => 'opierdalac',
  28664.                 342 => 'opierdala',
  28665.                 343 => 'opierdalajÄ…cy',
  28666.                 344 => 'opierdalajacy',
  28667.                 345 => 'opierdol',
  28668.                 346 => 'opierdolić',
  28669.                 347 => 'opierdolic',
  28670.                 348 => 'opierdoli',
  28671.                 349 => 'opierdolÄ…',
  28672.                 350 => 'opierdola',
  28673.                 351 => 'piczka',
  28674.                 352 => 'pieprzniÄ™ty',
  28675.                 353 => 'pieprzniety',
  28676.                 354 => 'pieprzony',
  28677.                 355 => 'pierdel',
  28678.                 356 => 'pierdlu',
  28679.                 357 => 'pierdolÄ…',
  28680.                 358 => 'pierdola',
  28681.                 359 => 'pierdolÄ…cy',
  28682.                 360 => 'pierdolacy',
  28683.                 361 => 'pierdolÄ…ca',
  28684.                 362 => 'pierdolaca',
  28685.                 363 => 'pierdol',
  28686.                 364 => 'pierdole',
  28687.                 365 => 'pierdolenie',
  28688.                 366 => 'pierdoleniem',
  28689.                 367 => 'pierdoleniu',
  28690.                 368 => 'pierdolÄ™',
  28691.                 369 => 'pierdolec',
  28692.                 370 => 'pierdola',
  28693.                 371 => 'pierdolÄ…',
  28694.                 372 => 'pierdolić',
  28695.                 373 => 'pierdolicie',
  28696.                 374 => 'pierdolic',
  28697.                 375 => 'pierdoliÅ‚',
  28698.                 376 => 'pierdolil',
  28699.                 377 => 'pierdoliÅ‚a',
  28700.                 378 => 'pierdolila',
  28701.                 379 => 'pierdoli',
  28702.                 380 => 'pierdolniÄ™ty',
  28703.                 381 => 'pierdolniety',
  28704.                 382 => 'pierdolisz',
  28705.                 383 => 'pierdolnąć',
  28706.                 384 => 'pierdolnac',
  28707.                 385 => 'pierdolnÄ…Å‚',
  28708.                 386 => 'pierdolnal',
  28709.                 387 => 'pierdolnęła',
  28710.                 388 => 'pierdolnela',
  28711.                 389 => 'pierdolnie',
  28712.                 390 => 'pierdolniÄ™ty',
  28713.                 391 => 'pierdolnij',
  28714.                 392 => 'pierdolnik',
  28715.                 393 => 'pierdolona',
  28716.                 394 => 'pierdolone',
  28717.                 395 => 'pierdolony',
  28718.                 396 => 'pierdoÅ‚ki',
  28719.                 397 => 'pierdzÄ…cy',
  28720.                 398 => 'pierdzieć',
  28721.                 399 => 'pierdziec',
  28722.                 400 => 'pizda',
  28723.                 401 => 'pizdÄ…',
  28724.                 402 => 'pizde',
  28725.                 403 => 'pizdÄ™',
  28726.                 404 => 'piździe',
  28727.                 405 => 'pizdzie',
  28728.                 406 => 'pizdnąć',
  28729.                 407 => 'pizdnac',
  28730.                 408 => 'pizdu',
  28731.                 409 => 'podpierdalać',
  28732.                 410 => 'podpierdalac',
  28733.                 411 => 'podpierdala',
  28734.                 412 => 'podpierdalajÄ…cy',
  28735.                 413 => 'podpierdalajacy',
  28736.                 414 => 'podpierdolić',
  28737.                 415 => 'podpierdolic',
  28738.                 416 => 'podpierdoli',
  28739.                 417 => 'pojeb',
  28740.                 418 => 'pojeba',
  28741.                 419 => 'pojebami',
  28742.                 420 => 'pojebani',
  28743.                 421 => 'pojebanego',
  28744.                 422 => 'pojebanemu',
  28745.                 423 => 'pojebani',
  28746.                 424 => 'pojebany',
  28747.                 425 => 'pojebanych',
  28748.                 426 => 'pojebanym',
  28749.                 427 => 'pojebanymi',
  28750.                 428 => 'pojebem',
  28751.                 429 => 'pojebać',
  28752.                 430 => 'pojebac',
  28753.                 431 => 'pojebalo',
  28754.                 432 => 'popierdala',
  28755.                 433 => 'popierdalac',
  28756.                 434 => 'popierdalać',
  28757.                 435 => 'popierdolić',
  28758.                 436 => 'popierdolic',
  28759.                 437 => 'popierdoli',
  28760.                 438 => 'popierdolonego',
  28761.                 439 => 'popierdolonemu',
  28762.                 440 => 'popierdolonym',
  28763.                 441 => 'popierdolone',
  28764.                 442 => 'popierdoleni',
  28765.                 443 => 'popierdolony',
  28766.                 444 => 'porozpierdalać',
  28767.                 445 => 'porozpierdala',
  28768.                 446 => 'porozpierdalac',
  28769.                 447 => 'poruchac',
  28770.                 448 => 'poruchać',
  28771.                 449 => 'przejebać',
  28772.                 450 => 'przejebane',
  28773.                 451 => 'przejebac',
  28774.                 452 => 'przyjebali',
  28775.                 453 => 'przepierdalać',
  28776.                 454 => 'przepierdalac',
  28777.                 455 => 'przepierdala',
  28778.                 456 => 'przepierdalajÄ…cy',
  28779.                 457 => 'przepierdalajacy',
  28780.                 458 => 'przepierdalajÄ…ca',
  28781.                 459 => 'przepierdalajaca',
  28782.                 460 => 'przepierdolić',
  28783.                 461 => 'przepierdolic',
  28784.                 462 => 'przyjebać',
  28785.                 463 => 'przyjebac',
  28786.                 464 => 'przyjebie',
  28787.                 465 => 'przyjebaÅ‚a',
  28788.                 466 => 'przyjebala',
  28789.                 467 => 'przyjebaÅ‚',
  28790.                 468 => 'przyjebal',
  28791.                 469 => 'przypieprzać',
  28792.                 470 => 'przypieprzac',
  28793.                 471 => 'przypieprzajÄ…cy',
  28794.                 472 => 'przypieprzajacy',
  28795.                 473 => 'przypieprzajÄ…ca',
  28796.                 474 => 'przypieprzajaca',
  28797.                 475 => 'przypierdalać',
  28798.                 476 => 'przypierdalac',
  28799.                 477 => 'przypierdala',
  28800.                 478 => 'przypierdoli',
  28801.                 479 => 'przypierdalajÄ…cy',
  28802.                 480 => 'przypierdalajacy',
  28803.                 481 => 'przypierdolić',
  28804.                 482 => 'przypierdolic',
  28805.                 483 => 'qrwa',
  28806.                 484 => 'rozjebać',
  28807.                 485 => 'rozjebac',
  28808.                 486 => 'rozjebie',
  28809.                 487 => 'rozjebaÅ‚a',
  28810.                 488 => 'rozjebiÄ…',
  28811.                 489 => 'rozpierdalać',
  28812.                 490 => 'rozpierdalac',
  28813.                 491 => 'rozpierdala',
  28814.                 492 => 'rozpierdolić',
  28815.                 493 => 'rozpierdolic',
  28816.                 494 => 'rozpierdole',
  28817.                 495 => 'rozpierdoli',
  28818.                 496 => 'rozpierducha',
  28819.                 497 => 'skurwić',
  28820.                 498 => 'skurwiel',
  28821.                 499 => 'skurwiela',
  28822.                 500 => 'skurwielem',
  28823.                 501 => 'skurwielu',
  28824.                 502 => 'skurwysyn',
  28825.                 503 => 'skurwysynów',
  28826.                 504 => 'skurwysynow',
  28827.                 505 => 'skurwysyna',
  28828.                 506 => 'skurwysynem',
  28829.                 507 => 'skurwysynu',
  28830.                 508 => 'skurwysyny',
  28831.                 509 => 'skurwysyÅ„ski',
  28832.                 510 => 'skurwysynski',
  28833.                 511 => 'skurwysyÅ„stwo',
  28834.                 512 => 'skurwysynstwo',
  28835.                 513 => 'spieprzać',
  28836.                 514 => 'spieprzac',
  28837.                 515 => 'spieprza',
  28838.                 516 => 'spieprzaj',
  28839.                 517 => 'spieprzajcie',
  28840.                 518 => 'spieprzajÄ…',
  28841.                 519 => 'spieprzaja',
  28842.                 520 => 'spieprzajÄ…cy',
  28843.                 521 => 'spieprzajacy',
  28844.                 522 => 'spieprzajÄ…ca',
  28845.                 523 => 'spieprzajaca',
  28846.                 524 => 'spierdalać',
  28847.                 525 => 'spierdalac',
  28848.                 526 => 'spierdala',
  28849.                 527 => 'spierdalaÅ‚',
  28850.                 528 => 'spierdalaÅ‚a',
  28851.                 529 => 'spierdalal',
  28852.                 530 => 'spierdalalcie',
  28853.                 531 => 'spierdalala',
  28854.                 532 => 'spierdalajÄ…cy',
  28855.                 533 => 'spierdalajacy',
  28856.                 534 => 'spierdolić',
  28857.                 535 => 'spierdolic',
  28858.                 536 => 'spierdoli',
  28859.                 537 => 'spierdoliÅ‚a',
  28860.                 538 => 'spierdoliÅ‚o',
  28861.                 539 => 'spierdolÄ…',
  28862.                 540 => 'spierdola',
  28863.                 541 => 'srać',
  28864.                 542 => 'srac',
  28865.                 543 => 'srajÄ…cy',
  28866.                 544 => 'srajacy',
  28867.                 545 => 'srajÄ…c',
  28868.                 546 => 'srajac',
  28869.                 547 => 'sraj',
  28870.                 548 => 'sukinsyn',
  28871.                 549 => 'sukinsyny',
  28872.                 550 => 'sukinsynom',
  28873.                 551 => 'sukinsynowi',
  28874.                 552 => 'sukinsynów',
  28875.                 553 => 'sukinsynow',
  28876.                 554 => 'Å›mierdziel',
  28877.                 555 => 'udupić',
  28878.                 556 => 'ujebać',
  28879.                 557 => 'ujebac',
  28880.                 558 => 'ujebaÅ‚',
  28881.                 559 => 'ujebal',
  28882.                 560 => 'ujebana',
  28883.                 561 => 'ujebany',
  28884.                 562 => 'ujebie',
  28885.                 563 => 'ujebaÅ‚a',
  28886.                 564 => 'ujebala',
  28887.                 565 => 'upierdalać',
  28888.                 566 => 'upierdalac',
  28889.                 567 => 'upierdala',
  28890.                 568 => 'upierdoli',
  28891.                 569 => 'upierdolić',
  28892.                 570 => 'upierdolic',
  28893.                 571 => 'upierdoli',
  28894.                 572 => 'upierdolÄ…',
  28895.                 573 => 'upierdola',
  28896.                 574 => 'upierdoleni',
  28897.                 575 => 'wjebać',
  28898.                 576 => 'wjebac',
  28899.                 577 => 'wjebie',
  28900.                 578 => 'wjebiÄ…',
  28901.                 579 => 'wjebia',
  28902.                 580 => 'wjebiemy',
  28903.                 581 => 'wjebiecie',
  28904.                 582 => 'wkurwiać',
  28905.                 583 => 'wkurwiac',
  28906.                 584 => 'wkurwi',
  28907.                 585 => 'wkurwia',
  28908.                 586 => 'wkurwiaÅ‚',
  28909.                 587 => 'wkurwial',
  28910.                 588 => 'wkurwiajÄ…cy',
  28911.                 589 => 'wkurwiajacy',
  28912.                 590 => 'wkurwiajÄ…ca',
  28913.                 591 => 'wkurwiajaca',
  28914.                 592 => 'wkurwić',
  28915.                 593 => 'wkurwic',
  28916.                 594 => 'wkurwi',
  28917.                 595 => 'wkurwiacie',
  28918.                 596 => 'wkurwiajÄ…',
  28919.                 597 => 'wkurwiali',
  28920.                 598 => 'wkurwiÄ…',
  28921.                 599 => 'wkurwia',
  28922.                 600 => 'wkurwimy',
  28923.                 601 => 'wkurwicie',
  28924.                 602 => 'wkurwiacie',
  28925.                 603 => 'wkurwić',
  28926.                 604 => 'wkurwic',
  28927.                 605 => 'wkurwia',
  28928.                 606 => 'wpierdalać',
  28929.                 607 => 'wpierdalac',
  28930.                 608 => 'wpierdalajÄ…cy',
  28931.                 609 => 'wpierdalajacy',
  28932.                 610 => 'wpierdol',
  28933.                 611 => 'wpierdolić',
  28934.                 612 => 'wpierdolic',
  28935.                 613 => 'wpizdu',
  28936.                 614 => 'wyjebać',
  28937.                 615 => 'wyjebac',
  28938.                 616 => 'wyjebali',
  28939.                 617 => 'wyjebaÅ‚',
  28940.                 618 => 'wyjebac',
  28941.                 619 => 'wyjebaÅ‚a',
  28942.                 620 => 'wyjebaÅ‚y',
  28943.                 621 => 'wyjebie',
  28944.                 622 => 'wyjebiÄ…',
  28945.                 623 => 'wyjebia',
  28946.                 624 => 'wyjebiesz',
  28947.                 625 => 'wyjebie',
  28948.                 626 => 'wyjebiecie',
  28949.                 627 => 'wyjebiemy',
  28950.                 628 => 'wypieprzać',
  28951.                 629 => 'wypieprzac',
  28952.                 630 => 'wypieprza',
  28953.                 631 => 'wypieprzaÅ‚',
  28954.                 632 => 'wypieprzal',
  28955.                 633 => 'wypieprzaÅ‚a',
  28956.                 634 => 'wypieprzala',
  28957.                 635 => 'wypieprzy',
  28958.                 636 => 'wypieprzyÅ‚a',
  28959.                 637 => 'wypieprzyla',
  28960.                 638 => 'wypieprzyÅ‚',
  28961.                 639 => 'wypieprzyl',
  28962.                 640 => 'wypierdal',
  28963.                 641 => 'wypierdalać',
  28964.                 642 => 'wypierdalac',
  28965.                 643 => 'wypierdala',
  28966.                 644 => 'wypierdalaj',
  28967.                 645 => 'wypierdalaÅ‚',
  28968.                 646 => 'wypierdalal',
  28969.                 647 => 'wypierdalaÅ‚a',
  28970.                 648 => 'wypierdalala',
  28971.                 649 => 'wypierdalać',
  28972.                 650 => 'wypierdolić',
  28973.                 651 => 'wypierdolic',
  28974.                 652 => 'wypierdoli',
  28975.                 653 => 'wypierdolimy',
  28976.                 654 => 'wypierdolicie',
  28977.                 655 => 'wypierdolÄ…',
  28978.                 656 => 'wypierdola',
  28979.                 657 => 'wypierdolili',
  28980.                 658 => 'wypierdoliÅ‚',
  28981.                 659 => 'wypierdolil',
  28982.                 660 => 'wypierdoliÅ‚a',
  28983.                 661 => 'wypierdolila',
  28984.                 662 => 'zajebać',
  28985.                 663 => 'zajebac',
  28986.                 664 => 'zajebie',
  28987.                 665 => 'zajebiÄ…',
  28988.                 666 => 'zajebia',
  28989.                 667 => 'zajebiaÅ‚',
  28990.                 668 => 'zajebial',
  28991.                 669 => 'zajebaÅ‚a',
  28992.                 670 => 'zajebiala',
  28993.                 671 => 'zajebali',
  28994.                 672 => 'zajebana',
  28995.                 673 => 'zajebani',
  28996.                 674 => 'zajebane',
  28997.                 675 => 'zajebany',
  28998.                 676 => 'zajebanych',
  28999.                 677 => 'zajebanym',
  29000.                 678 => 'zajebanymi',
  29001.                 679 => 'zajebiste',
  29002.                 680 => 'zajebisty',
  29003.                 681 => 'zajebistych',
  29004.                 682 => 'zajebista',
  29005.                 683 => 'zajebistym',
  29006.                 684 => 'zajebistymi',
  29007.                 685 => 'zajebiÅ›cie',
  29008.                 686 => 'zajebiscie',
  29009.                 687 => 'zapieprzyć',
  29010.                 688 => 'zapieprzyc',
  29011.                 689 => 'zapieprzy',
  29012.                 690 => 'zapieprzyÅ‚',
  29013.                 691 => 'zapieprzyl',
  29014.                 692 => 'zapieprzyÅ‚a',
  29015.                 693 => 'zapieprzyla',
  29016.                 694 => 'zapieprzÄ…',
  29017.                 695 => 'zapieprza',
  29018.                 696 => 'zapieprzy',
  29019.                 697 => 'zapieprzymy',
  29020.                 698 => 'zapieprzycie',
  29021.                 699 => 'zapieprzysz',
  29022.                 700 => 'zapierdala',
  29023.                 701 => 'zapierdalać',
  29024.                 702 => 'zapierdalac',
  29025.                 703 => 'zapierdalaja',
  29026.                 704 => 'zapierdalaÅ‚',
  29027.                 705 => 'zapierdalaj',
  29028.                 706 => 'zapierdalajcie',
  29029.                 707 => 'zapierdalaÅ‚a',
  29030.                 708 => 'zapierdalala',
  29031.                 709 => 'zapierdalali',
  29032.                 710 => 'zapierdalajÄ…cy',
  29033.                 711 => 'zapierdalajacy',
  29034.                 712 => 'zapierdolić',
  29035.                 713 => 'zapierdolic',
  29036.                 714 => 'zapierdoli',
  29037.                 715 => 'zapierdoliÅ‚',
  29038.                 716 => 'zapierdolil',
  29039.                 717 => 'zapierdoliÅ‚a',
  29040.                 718 => 'zapierdolila',
  29041.                 719 => 'zapierdolÄ…',
  29042.                 720 => 'zapierdola',
  29043.                 721 => 'zapierniczać',
  29044.                 722 => 'zapierniczajÄ…cy',
  29045.                 723 => 'zasrać',
  29046.                 724 => 'zasranym',
  29047.                 725 => 'zasrywać',
  29048.                 726 => 'zasrywajÄ…cy',
  29049.                 727 => 'zesrywać',
  29050.                 728 => 'zesrywajÄ…cy',
  29051.                 729 => 'zjebać',
  29052.                 730 => 'zjebac',
  29053.                 731 => 'zjebaÅ‚',
  29054.                 732 => 'zjebal',
  29055.                 733 => 'zjebaÅ‚a',
  29056.                 734 => 'zjebala',
  29057.                 735 => 'zjebana',
  29058.                 736 => 'zjebiÄ…',
  29059.                 737 => 'zjebali',
  29060.                 738 => 'zjeby',
  29061.                 739 => 'fuck',
  29062.                 740 => 'shit',
  29063.                 741 => 'asshole',
  29064.                 742 => 'cunt',
  29065.                 743 => 'fag',
  29066.                 744 => 'fuk',
  29067.                 745 => 'fck',
  29068.                 746 => 'fcuk',
  29069.                 747 => 'assfuck',
  29070.                 748 => 'assfucker',
  29071.                 749 => 'fucker',
  29072.                 750 => 'motherfucker',
  29073.                 751 => 'asscock',
  29074.                 752 => 'asshead',
  29075.                 753 => 'asslicker',
  29076.                 754 => 'asslick',
  29077.                 755 => 'assnigger',
  29078.                 756 => 'nigger',
  29079.                 757 => 'asssucker',
  29080.                 758 => 'bastard',
  29081.                 759 => 'bitch',
  29082.                 760 => 'bitchtits',
  29083.                 761 => 'bitches',
  29084.                 762 => 'bitch',
  29085.                 763 => 'brotherfucker',
  29086.                 764 => 'bullshit',
  29087.                 765 => 'bumblefuck',
  29088.                 766 => 'buttfucka',
  29089.                 767 => 'fucka',
  29090.                 768 => 'buttfucker',
  29091.                 769 => 'buttfucka',
  29092.                 770 => 'fagbag',
  29093.                 771 => 'fagfucker',
  29094.                 772 => 'faggit',
  29095.                 773 => 'faggot',
  29096.                 774 => 'faggotcock',
  29097.                 775 => 'fagtard',
  29098.                 776 => 'fatass',
  29099.                 777 => 'fuckoff',
  29100.                 778 => 'fuckstick',
  29101.                 779 => 'fucktard',
  29102.                 780 => 'fuckwad',
  29103.                 781 => 'fuckwit',
  29104.                 782 => 'dick',
  29105.                 783 => 'dickfuck',
  29106.                 784 => 'dickhead',
  29107.                 785 => 'dickjuice',
  29108.                 786 => 'dickmilk',
  29109.                 787 => 'doochbag',
  29110.                 788 => 'douchebag',
  29111.                 789 => 'douche',
  29112.                 790 => 'dickweed',
  29113.                 791 => 'dyke',
  29114.                 792 => 'dumbass',
  29115.                 793 => 'dumass',
  29116.                 794 => 'fuckboy',
  29117.                 795 => 'fuckbag',
  29118.                 796 => 'gayass',
  29119.                 797 => 'gayfuck',
  29120.                 798 => 'gaylord',
  29121.                 799 => 'gaytard',
  29122.                 800 => 'nigga',
  29123.                 801 => 'niggers',
  29124.                 802 => 'niglet',
  29125.                 803 => 'paki',
  29126.                 804 => 'piss',
  29127.                 805 => 'prick',
  29128.                 806 => 'pussy',
  29129.                 807 => 'poontang',
  29130.                 808 => 'poonany',
  29131.                 809 => 'porchmonkey',
  29132.                 810 => 'porch monkey',
  29133.                 811 => 'poon',
  29134.                 812 => 'queer',
  29135.                 813 => 'queerbait',
  29136.                 814 => 'queerhole',
  29137.                 815 => 'queef',
  29138.                 816 => 'renob',
  29139.                 817 => 'rimjob',
  29140.                 818 => 'ruski',
  29141.                 819 => 'sandnigger',
  29142.                 820 => 'sand nigger',
  29143.                 821 => 'schlong',
  29144.                 822 => 'shitass',
  29145.                 823 => 'shitbag',
  29146.                 824 => 'shitbagger',
  29147.                 825 => 'shitbreath',
  29148.                 826 => 'chinc',
  29149.                 827 => 'carpetmuncher',
  29150.                 828 => 'chink',
  29151.                 829 => 'choad',
  29152.                 830 => 'clitface',
  29153.                 831 => 'clusterfuck',
  29154.                 832 => 'cockass',
  29155.                 833 => 'cockbite',
  29156.                 834 => 'cockface',
  29157.                 835 => 'skank',
  29158.                 836 => 'skeet',
  29159.                 837 => 'skullfuck',
  29160.                 838 => 'slut',
  29161.                 839 => 'slutbag',
  29162.                 840 => 'splooge',
  29163.                 841 => 'twatlips',
  29164.                 842 => 'twat',
  29165.                 843 => 'twats',
  29166.                 844 => 'twatwaffle',
  29167.                 845 => 'vaj',
  29168.                 846 => 'vajayjay',
  29169.                 847 => 'va-j-j',
  29170.                 848 => 'wank',
  29171.                 849 => 'wankjob',
  29172.                 850 => 'wetback',
  29173.                 851 => 'whore',
  29174.                 852 => 'whorebag',
  29175.                 853 => 'whoreface',
  29176.                 854 => 'chuj',
  29177.                 855 => 'chuja',
  29178.                 856 => 'chujek',
  29179.                 857 => 'chuju',
  29180.                 858 => 'chujem',
  29181.                 859 => 'chujnia',
  29182.                 860 => 'chujowy',
  29183.                 861 => 'chujowa',
  29184.                 862 => 'chujowe',
  29185.                 863 => 'cipa',
  29186.                 864 => 'cipÄ™',
  29187.                 865 => 'cipe',
  29188.                 866 => 'cipÄ…',
  29189.                 867 => 'cipie',
  29190.                 868 => 'dojebać',
  29191.                 869 => 'dojebac',
  29192.                 870 => 'dojebie',
  29193.                 871 => 'dojebaÅ‚',
  29194.                 872 => 'dojebal',
  29195.                 873 => 'dojebaÅ‚a',
  29196.                 874 => 'dojebala',
  29197.                 875 => 'dojebaÅ‚em',
  29198.                 876 => 'dojebalem',
  29199.                 877 => 'dojebaÅ‚am',
  29200.                 878 => 'dojebalam',
  29201.                 879 => 'dojebiÄ™',
  29202.                 880 => 'dojebie',
  29203.                 881 => 'dopieprzać',
  29204.                 882 => 'dopieprzac',
  29205.                 883 => 'dopierdalać',
  29206.                 884 => 'dopierdalac',
  29207.                 885 => 'dopierdala',
  29208.                 886 => 'dopierdalaÅ‚',
  29209.                 887 => 'dopierdalal',
  29210.                 888 => 'dopierdalaÅ‚a',
  29211.                 889 => 'dopierdalala',
  29212.                 890 => 'dopierdoli',
  29213.                 891 => 'dopierdoliÅ‚',
  29214.                 892 => 'dopierdolil',
  29215.                 893 => 'dopierdolÄ™',
  29216.                 894 => 'dopierdole',
  29217.                 895 => 'dopierdoli',
  29218.                 896 => 'dopierdalajÄ…cy',
  29219.                 897 => 'dopierdalajacy',
  29220.                 898 => 'dopierdolić',
  29221.                 899 => 'dopierdolic',
  29222.                 900 => 'dupa',
  29223.                 901 => 'dupie',
  29224.                 902 => 'dupÄ…',
  29225.                 903 => 'dupcia',
  29226.                 904 => 'dupeczka',
  29227.                 905 => 'dupy',
  29228.                 906 => 'dupe',
  29229.                 907 => 'huj',
  29230.                 908 => 'hujek',
  29231.                 909 => 'hujnia',
  29232.                 910 => 'huja',
  29233.                 911 => 'huje',
  29234.                 912 => 'hujem',
  29235.                 913 => 'huju',
  29236.                 914 => 'jebać',
  29237.                 915 => 'jebac',
  29238.                 916 => 'jebaÅ‚',
  29239.                 917 => 'jebal',
  29240.                 918 => 'jebie',
  29241.                 919 => 'jebiÄ…',
  29242.                 920 => 'jebia',
  29243.                 921 => 'jebak',
  29244.                 922 => 'jebaka',
  29245.                 923 => 'jebal',
  29246.                 924 => 'jebaÅ‚',
  29247.                 925 => 'jebany',
  29248.                 926 => 'jebane',
  29249.                 927 => 'jebanka',
  29250.                 928 => 'jebanko',
  29251.                 929 => 'jebankiem',
  29252.                 930 => 'jebanymi',
  29253.                 931 => 'jebana',
  29254.                 932 => 'jebanym',
  29255.                 933 => 'jebanej',
  29256.                 934 => 'jebanÄ…',
  29257.                 935 => 'jebana',
  29258.                 936 => 'jebani',
  29259.                 937 => 'jebanych',
  29260.                 938 => 'jebanymi',
  29261.                 939 => 'jebcie',
  29262.                 940 => 'jebiÄ…cy',
  29263.                 941 => 'jebiacy',
  29264.                 942 => 'jebiÄ…ca',
  29265.                 943 => 'jebiaca',
  29266.                 944 => 'jebiÄ…cego',
  29267.                 945 => 'jebiacego',
  29268.                 946 => 'jebiÄ…cej',
  29269.                 947 => 'jebiacej',
  29270.                 948 => 'jebia',
  29271.                 949 => 'jebiÄ…',
  29272.                 950 => 'jebie',
  29273.                 951 => 'jebiÄ™',
  29274.                 952 => 'jebliwy',
  29275.                 953 => 'jebnąć',
  29276.                 954 => 'jebnac',
  29277.                 955 => 'jebnÄ…c',
  29278.                 956 => 'jebnać',
  29279.                 957 => 'jebnÄ…Å‚',
  29280.                 958 => 'jebnal',
  29281.                 959 => 'jebnÄ…',
  29282.                 960 => 'jebna',
  29283.                 961 => 'jebnęła',
  29284.                 962 => 'jebnela',
  29285.                 963 => 'jebnie',
  29286.                 964 => 'jebnij',
  29287.                 965 => 'jebut',
  29288.                 966 => 'koorwa',
  29289.                 967 => 'kórwa',
  29290.                 968 => 'kurestwo',
  29291.                 969 => 'kurew',
  29292.                 970 => 'kurewski',
  29293.                 971 => 'kurewska',
  29294.                 972 => 'kurewskiej',
  29295.                 973 => 'kurewskÄ…',
  29296.                 974 => 'kurewska',
  29297.                 975 => 'kurewsko',
  29298.                 976 => 'kurewstwo',
  29299.                 977 => 'kurwa',
  29300.                 978 => 'kurwaa',
  29301.                 979 => 'kurwami',
  29302.                 980 => 'kurwÄ…',
  29303.                 981 => 'kurwe',
  29304.                 982 => 'kurwÄ™',
  29305.                 983 => 'kurwie',
  29306.                 984 => 'kurwiska',
  29307.                 985 => 'kurwo',
  29308.                 986 => 'kurwy',
  29309.                 987 => 'kurwach',
  29310.                 988 => 'kurwami',
  29311.                 989 => 'kurewski',
  29312.                 990 => 'kurwiarz',
  29313.                 991 => 'kurwiÄ…cy',
  29314.                 992 => 'kurwica',
  29315.                 993 => 'kurwić',
  29316.                 994 => 'kurwic',
  29317.                 995 => 'kurwidoÅ‚ek',
  29318.                 996 => 'kurwik',
  29319.                 997 => 'kurwiki',
  29320.                 998 => 'kurwiszcze',
  29321.                 999 => 'kurwiszon',
  29322.                 1000 => 'kurwiszona',
  29323.                 1001 => 'kurwiszonem',
  29324.                 1002 => 'kurwiszony',
  29325.                 1003 => 'kutas',
  29326.                 1004 => 'kutasa',
  29327.                 1005 => 'kutasie',
  29328.                 1006 => 'kutasem',
  29329.                 1007 => 'kutasy',
  29330.                 1008 => 'kutasów',
  29331.                 1009 => 'kutasow',
  29332.                 1010 => 'kutasach',
  29333.                 1011 => 'kutasami',
  29334.                 1012 => 'matkojebca',
  29335.                 1013 => 'matkojebcy',
  29336.                 1014 => 'matkojebcÄ…',
  29337.                 1015 => 'matkojebca',
  29338.                 1016 => 'matkojebcami',
  29339.                 1017 => 'matkojebcach',
  29340.                 1018 => 'nabarÅ‚ożyć',
  29341.                 1019 => 'najebać',
  29342.                 1020 => 'najebac',
  29343.                 1021 => 'najebaÅ‚',
  29344.                 1022 => 'najebal',
  29345.                 1023 => 'najebaÅ‚a',
  29346.                 1024 => 'najebala',
  29347.                 1025 => 'najebane',
  29348.                 1026 => 'najebany',
  29349.                 1027 => 'najebanÄ…',
  29350.                 1028 => 'najebana',
  29351.                 1029 => 'najebie',
  29352.                 1030 => 'najebiÄ…',
  29353.                 1031 => 'najebia',
  29354.                 1032 => 'naopierdalać',
  29355.                 1033 => 'naopierdalac',
  29356.                 1034 => 'naopierdalaÅ‚',
  29357.                 1035 => 'naopierdalal',
  29358.                 1036 => 'naopierdalaÅ‚a',
  29359.                 1037 => 'naopierdalala',
  29360.                 1038 => 'naopierdalaÅ‚a',
  29361.                 1039 => 'napierdalać',
  29362.                 1040 => 'napierdalac',
  29363.                 1041 => 'napierdalajÄ…cy',
  29364.                 1042 => 'napierdalajacy',
  29365.                 1043 => 'napierdolić',
  29366.                 1044 => 'napierdolic',
  29367.                 1045 => 'nawpierdalać',
  29368.                 1046 => 'nawpierdalac',
  29369.                 1047 => 'nawpierdalaÅ‚',
  29370.                 1048 => 'nawpierdalal',
  29371.                 1049 => 'nawpierdalaÅ‚a',
  29372.                 1050 => 'nawpierdalala',
  29373.                 1051 => 'obsrywać',
  29374.                 1052 => 'obsrywac',
  29375.                 1053 => 'obsrywajÄ…cy',
  29376.                 1054 => 'obsrywajacy',
  29377.                 1055 => 'odpieprzać',
  29378.                 1056 => 'odpieprzac',
  29379.                 1057 => 'odpieprzy',
  29380.                 1058 => 'odpieprzyÅ‚',
  29381.                 1059 => 'odpieprzyl',
  29382.                 1060 => 'odpieprzyÅ‚a',
  29383.                 1061 => 'odpieprzyla',
  29384.                 1062 => 'odpierdalać',
  29385.                 1063 => 'odpierdalac',
  29386.                 1064 => 'odpierdol',
  29387.                 1065 => 'odpierdoliÅ‚',
  29388.                 1066 => 'odpierdolil',
  29389.                 1067 => 'odpierdoliÅ‚a',
  29390.                 1068 => 'odpierdolila',
  29391.                 1069 => 'odpierdoli',
  29392.                 1070 => 'odpierdalajÄ…cy',
  29393.                 1071 => 'odpierdalajacy',
  29394.                 1072 => 'odpierdalajÄ…ca',
  29395.                 1073 => 'odpierdalajaca',
  29396.                 1074 => 'odpierdolić',
  29397.                 1075 => 'odpierdolic',
  29398.                 1076 => 'odpierdoli',
  29399.                 1077 => 'odpierdoliÅ‚',
  29400.                 1078 => 'opieprzajÄ…cy',
  29401.                 1079 => 'opierdalać',
  29402.                 1080 => 'opierdalac',
  29403.                 1081 => 'opierdala',
  29404.                 1082 => 'opierdalajÄ…cy',
  29405.                 1083 => 'opierdalajacy',
  29406.                 1084 => 'opierdol',
  29407.                 1085 => 'opierdolić',
  29408.                 1086 => 'opierdolic',
  29409.                 1087 => 'opierdoli',
  29410.                 1088 => 'opierdolÄ…',
  29411.                 1089 => 'opierdola',
  29412.                 1090 => 'piczka',
  29413.                 1091 => 'pieprzniÄ™ty',
  29414.                 1092 => 'pieprzniety',
  29415.                 1093 => 'pieprzony',
  29416.                 1094 => 'pierdel',
  29417.                 1095 => 'pierdlu',
  29418.                 1096 => 'pierdolÄ…',
  29419.                 1097 => 'pierdola',
  29420.                 1098 => 'pierdolÄ…cy',
  29421.                 1099 => 'pierdolacy',
  29422.                 1100 => 'pierdolÄ…ca',
  29423.                 1101 => 'pierdolaca',
  29424.                 1102 => 'pierdol',
  29425.                 1103 => 'pierdole',
  29426.                 1104 => 'pierdolenie',
  29427.                 1105 => 'pierdoleniem',
  29428.                 1106 => 'pierdoleniu',
  29429.                 1107 => 'pierdolÄ™',
  29430.                 1108 => 'pierdolec',
  29431.                 1109 => 'pierdola',
  29432.                 1110 => 'pierdolÄ…',
  29433.                 1111 => 'pierdolić',
  29434.                 1112 => 'pierdolicie',
  29435.                 1113 => 'pierdolic',
  29436.                 1114 => 'pierdoliÅ‚',
  29437.                 1115 => 'pierdolil',
  29438.                 1116 => 'pierdoliÅ‚a',
  29439.                 1117 => 'pierdolila',
  29440.                 1118 => 'pierdoli',
  29441.                 1119 => 'pierdolniÄ™ty',
  29442.                 1120 => 'pierdolniety',
  29443.                 1121 => 'pierdolisz',
  29444.                 1122 => 'pierdolnąć',
  29445.                 1123 => 'pierdolnac',
  29446.                 1124 => 'pierdolnÄ…Å‚',
  29447.                 1125 => 'pierdolnal',
  29448.                 1126 => 'pierdolnęła',
  29449.                 1127 => 'pierdolnela',
  29450.                 1128 => 'pierdolnie',
  29451.                 1129 => 'pierdolniÄ™ty',
  29452.                 1130 => 'pierdolnij',
  29453.                 1131 => 'pierdolnik',
  29454.                 1132 => 'pierdolona',
  29455.                 1133 => 'pierdolone',
  29456.                 1134 => 'pierdolony',
  29457.                 1135 => 'pierdoÅ‚ki',
  29458.                 1136 => 'pierdzÄ…cy',
  29459.                 1137 => 'pierdzieć',
  29460.                 1138 => 'pierdziec',
  29461.                 1139 => 'pizda',
  29462.                 1140 => 'pizdÄ…',
  29463.                 1141 => 'pizde',
  29464.                 1142 => 'pizdÄ™',
  29465.                 1143 => 'piździe',
  29466.                 1144 => 'pizdzie',
  29467.                 1145 => 'pizdnąć',
  29468.                 1146 => 'pizdnac',
  29469.                 1147 => 'pizdu',
  29470.                 1148 => 'podpierdalać',
  29471.                 1149 => 'podpierdalac',
  29472.                 1150 => 'podpierdala',
  29473.                 1151 => 'podpierdalajÄ…cy',
  29474.                 1152 => 'podpierdalajacy',
  29475.                 1153 => 'podpierdolić',
  29476.                 1154 => 'podpierdolic',
  29477.                 1155 => 'podpierdoli',
  29478.                 1156 => 'pojeb',
  29479.                 1157 => 'pojeba',
  29480.                 1158 => 'pojebami',
  29481.                 1159 => 'pojebani',
  29482.                 1160 => 'pojebanego',
  29483.                 1161 => 'pojebanemu',
  29484.                 1162 => 'pojebani',
  29485.                 1163 => 'pojebany',
  29486.                 1164 => 'pojebanych',
  29487.                 1165 => 'pojebanym',
  29488.                 1166 => 'pojebanymi',
  29489.                 1167 => 'pojebem',
  29490.                 1168 => 'pojebać',
  29491.                 1169 => 'pojebac',
  29492.                 1170 => 'pojebalo',
  29493.                 1171 => 'popierdala',
  29494.                 1172 => 'popierdalac',
  29495.                 1173 => 'popierdalać',
  29496.                 1174 => 'popierdolić',
  29497.                 1175 => 'popierdolic',
  29498.                 1176 => 'popierdoli',
  29499.                 1177 => 'popierdolonego',
  29500.                 1178 => 'popierdolonemu',
  29501.                 1179 => 'popierdolonym',
  29502.                 1180 => 'popierdolone',
  29503.                 1181 => 'popierdoleni',
  29504.                 1182 => 'popierdolony',
  29505.                 1183 => 'porozpierdalać',
  29506.                 1184 => 'porozpierdala',
  29507.                 1185 => 'porozpierdalac',
  29508.                 1186 => 'poruchac',
  29509.                 1187 => 'poruchać',
  29510.                 1188 => 'przejebać',
  29511.                 1189 => 'przejebane',
  29512.                 1190 => 'przejebac',
  29513.                 1191 => 'przyjebali',
  29514.                 1192 => 'przepierdalać',
  29515.                 1193 => 'przepierdalac',
  29516.                 1194 => 'przepierdala',
  29517.                 1195 => 'przepierdalajÄ…cy',
  29518.                 1196 => 'przepierdalajacy',
  29519.                 1197 => 'przepierdalajÄ…ca',
  29520.                 1198 => 'przepierdalajaca',
  29521.                 1199 => 'przepierdolić',
  29522.                 1200 => 'przepierdolic',
  29523.                 1201 => 'przyjebać',
  29524.                 1202 => 'przyjebac',
  29525.                 1203 => 'przyjebie',
  29526.                 1204 => 'przyjebaÅ‚a',
  29527.                 1205 => 'przyjebala',
  29528.                 1206 => 'przyjebaÅ‚',
  29529.                 1207 => 'przyjebal',
  29530.                 1208 => 'przypieprzać',
  29531.                 1209 => 'przypieprzac',
  29532.                 1210 => 'przypieprzajÄ…cy',
  29533.                 1211 => 'przypieprzajacy',
  29534.                 1212 => 'przypieprzajÄ…ca',
  29535.                 1213 => 'przypieprzajaca',
  29536.                 1214 => 'przypierdalać',
  29537.                 1215 => 'przypierdalac',
  29538.                 1216 => 'przypierdala',
  29539.                 1217 => 'przypierdoli',
  29540.                 1218 => 'przypierdalajÄ…cy',
  29541.                 1219 => 'przypierdalajacy',
  29542.                 1220 => 'przypierdolić',
  29543.                 1221 => 'przypierdolic',
  29544.                 1222 => 'qrwa',
  29545.                 1223 => 'rozjebać',
  29546.                 1224 => 'rozjebac',
  29547.                 1225 => 'rozjebie',
  29548.                 1226 => 'rozjebaÅ‚a',
  29549.                 1227 => 'rozjebiÄ…',
  29550.                 1228 => 'rozpierdalać',
  29551.                 1229 => 'rozpierdalac',
  29552.                 1230 => 'rozpierdala',
  29553.                 1231 => 'rozpierdolić',
  29554.                 1232 => 'rozpierdolic',
  29555.                 1233 => 'rozpierdole',
  29556.                 1234 => 'rozpierdoli',
  29557.                 1235 => 'rozpierducha',
  29558.                 1236 => 'skurwić',
  29559.                 1237 => 'skurwiel',
  29560.                 1238 => 'skurwiela',
  29561.                 1239 => 'skurwielem',
  29562.                 1240 => 'skurwielu',
  29563.                 1241 => 'skurwysyn',
  29564.                 1242 => 'skurwysynów',
  29565.                 1243 => 'skurwysynow',
  29566.                 1244 => 'skurwysyna',
  29567.                 1245 => 'skurwysynem',
  29568.                 1246 => 'skurwysynu',
  29569.                 1247 => 'skurwysyny',
  29570.                 1248 => 'skurwysyÅ„ski',
  29571.                 1249 => 'skurwysynski',
  29572.                 1250 => 'skurwysyÅ„stwo',
  29573.                 1251 => 'skurwysynstwo',
  29574.                 1252 => 'spieprzać',
  29575.                 1253 => 'spieprzac',
  29576.                 1254 => 'spieprza',
  29577.                 1255 => 'spieprzaj',
  29578.                 1256 => 'spieprzajcie',
  29579.                 1257 => 'spieprzajÄ…',
  29580.                 1258 => 'spieprzaja',
  29581.                 1259 => 'spieprzajÄ…cy',
  29582.                 1260 => 'spieprzajacy',
  29583.                 1261 => 'spieprzajÄ…ca',
  29584.                 1262 => 'spieprzajaca',
  29585.                 1263 => 'spierdalać',
  29586.                 1264 => 'spierdalac',
  29587.                 1265 => 'spierdala',
  29588.                 1266 => 'spierdalaÅ‚',
  29589.                 1267 => 'spierdalaÅ‚a',
  29590.                 1268 => 'spierdalal',
  29591.                 1269 => 'spierdalalcie',
  29592.                 1270 => 'spierdalala',
  29593.                 1271 => 'spierdalajÄ…cy',
  29594.                 1272 => 'spierdalajacy',
  29595.                 1273 => 'spierdolić',
  29596.                 1274 => 'spierdolic',
  29597.                 1275 => 'spierdoli',
  29598.                 1276 => 'spierdoliÅ‚a',
  29599.                 1277 => 'spierdoliÅ‚o',
  29600.                 1278 => 'spierdolÄ…',
  29601.                 1279 => 'spierdola',
  29602.                 1280 => 'srać',
  29603.                 1281 => 'srac',
  29604.                 1282 => 'srajÄ…cy',
  29605.                 1283 => 'srajacy',
  29606.                 1284 => 'srajÄ…c',
  29607.                 1285 => 'srajac',
  29608.                 1286 => 'sraj',
  29609.                 1287 => 'sukinsyn',
  29610.                 1288 => 'sukinsyny',
  29611.                 1289 => 'sukinsynom',
  29612.                 1290 => 'sukinsynowi',
  29613.                 1291 => 'sukinsynów',
  29614.                 1292 => 'sukinsynow',
  29615.                 1293 => 'Å›mierdziel',
  29616.                 1294 => 'udupić',
  29617.                 1295 => 'ujebać',
  29618.                 1296 => 'ujebac',
  29619.                 1297 => 'ujebaÅ‚',
  29620.                 1298 => 'ujebal',
  29621.                 1299 => 'ujebana',
  29622.                 1300 => 'ujebany',
  29623.                 1301 => 'ujebie',
  29624.                 1302 => 'ujebaÅ‚a',
  29625.                 1303 => 'ujebala',
  29626.                 1304 => 'upierdalać',
  29627.                 1305 => 'upierdalac',
  29628.                 1306 => 'upierdala',
  29629.                 1307 => 'upierdoli',
  29630.                 1308 => 'upierdolić',
  29631.                 1309 => 'upierdolic',
  29632.                 1310 => 'upierdoli',
  29633.                 1311 => 'upierdolÄ…',
  29634.                 1312 => 'upierdola',
  29635.                 1313 => 'upierdoleni',
  29636.                 1314 => 'wjebać',
  29637.                 1315 => 'wjebac',
  29638.                 1316 => 'wjebie',
  29639.                 1317 => 'wjebiÄ…',
  29640.                 1318 => 'wjebia',
  29641.                 1319 => 'wjebiemy',
  29642.                 1320 => 'wjebiecie',
  29643.                 1321 => 'wkurwiać',
  29644.                 1322 => 'wkurwiac',
  29645.                 1323 => 'wkurwi',
  29646.                 1324 => 'wkurwia',
  29647.                 1325 => 'wkurwiaÅ‚',
  29648.                 1326 => 'wkurwial',
  29649.                 1327 => 'wkurwiajÄ…cy',
  29650.                 1328 => 'wkurwiajacy',
  29651.                 1329 => 'wkurwiajÄ…ca',
  29652.                 1330 => 'wkurwiajaca',
  29653.                 1331 => 'wkurwić',
  29654.                 1332 => 'wkurwic',
  29655.                 1333 => 'wkurwi',
  29656.                 1334 => 'wkurwiacie',
  29657.                 1335 => 'wkurwiajÄ…',
  29658.                 1336 => 'wkurwiali',
  29659.                 1337 => 'wkurwiÄ…',
  29660.                 1338 => 'wkurwia',
  29661.                 1339 => 'wkurwimy',
  29662.                 1340 => 'wkurwicie',
  29663.                 1341 => 'wkurwiacie',
  29664.                 1342 => 'wkurwić',
  29665.                 1343 => 'wkurwic',
  29666.                 1344 => 'wkurwia',
  29667.                 1345 => 'wpierdalać',
  29668.                 1346 => 'wpierdalac',
  29669.                 1347 => 'wpierdalajÄ…cy',
  29670.                 1348 => 'wpierdalajacy',
  29671.                 1349 => 'wpierdol',
  29672.                 1350 => 'wpierdolić',
  29673.                 1351 => 'wpierdolic',
  29674.                 1352 => 'wpizdu',
  29675.                 1353 => 'wyjebać',
  29676.                 1354 => 'wyjebac',
  29677.                 1355 => 'wyjebali',
  29678.                 1356 => 'wyjebaÅ‚',
  29679.                 1357 => 'wyjebac',
  29680.                 1358 => 'wyjebaÅ‚a',
  29681.                 1359 => 'wyjebaÅ‚y',
  29682.                 1360 => 'wyjebie',
  29683.                 1361 => 'wyjebiÄ…',
  29684.                 1362 => 'wyjebia',
  29685.                 1363 => 'wyjebiesz',
  29686.                 1364 => 'wyjebie',
  29687.                 1365 => 'wyjebiecie',
  29688.                 1366 => 'wyjebiemy',
  29689.                 1367 => 'wypieprzać',
  29690.                 1368 => 'wypieprzac',
  29691.                 1369 => 'wypieprza',
  29692.                 1370 => 'wypieprzaÅ‚',
  29693.                 1371 => 'wypieprzal',
  29694.                 1372 => 'wypieprzaÅ‚a',
  29695.                 1373 => 'wypieprzala',
  29696.                 1374 => 'wypieprzy',
  29697.                 1375 => 'wypieprzyÅ‚a',
  29698.                 1376 => 'wypieprzyla',
  29699.                 1377 => 'wypieprzyÅ‚',
  29700.                 1378 => 'wypieprzyl',
  29701.                 1379 => 'wypierdal',
  29702.                 1380 => 'wypierdalać',
  29703.                 1381 => 'wypierdalac',
  29704.                 1382 => 'wypierdala',
  29705.                 1383 => 'wypierdalaj',
  29706.                 1384 => 'wypierdalaÅ‚',
  29707.                 1385 => 'wypierdalal',
  29708.                 1386 => 'wypierdalaÅ‚a',
  29709.                 1387 => 'wypierdalala',
  29710.                 1388 => 'wypierdalać',
  29711.                 1389 => 'wypierdolić',
  29712.                 1390 => 'wypierdolic',
  29713.                 1391 => 'wypierdoli',
  29714.                 1392 => 'wypierdolimy',
  29715.                 1393 => 'wypierdolicie',
  29716.                 1394 => 'wypierdolÄ…',
  29717.                 1395 => 'wypierdola',
  29718.                 1396 => 'wypierdolili',
  29719.                 1397 => 'wypierdoliÅ‚',
  29720.                 1398 => 'wypierdolil',
  29721.                 1399 => 'wypierdoliÅ‚a',
  29722.                 1400 => 'wypierdolila',
  29723.                 1401 => 'zajebać',
  29724.                 1402 => 'zajebac',
  29725.                 1403 => 'zajebie',
  29726.                 1404 => 'zajebiÄ…',
  29727.                 1405 => 'zajebia',
  29728.                 1406 => 'zajebiaÅ‚',
  29729.                 1407 => 'zajebial',
  29730.                 1408 => 'zajebaÅ‚a',
  29731.                 1409 => 'zajebiala',
  29732.                 1410 => 'zajebali',
  29733.                 1411 => 'zajebana',
  29734.                 1412 => 'zajebani',
  29735.                 1413 => 'zajebane',
  29736.                 1414 => 'zajebany',
  29737.                 1415 => 'zajebanych',
  29738.                 1416 => 'zajebanym',
  29739.                 1417 => 'zajebanymi',
  29740.                 1418 => 'zajebiste',
  29741.                 1419 => 'zajebisty',
  29742.                 1420 => 'zajebistych',
  29743.                 1421 => 'zajebista',
  29744.                 1422 => 'zajebistym',
  29745.                 1423 => 'zajebistymi',
  29746.                 1424 => 'zajebiÅ›cie',
  29747.                 1425 => 'zajebiscie',
  29748.                 1426 => 'zapieprzyć',
  29749.                 1427 => 'zapieprzyc',
  29750.                 1428 => 'zapieprzy',
  29751.                 1429 => 'zapieprzyÅ‚',
  29752.                 1430 => 'zapieprzyl',
  29753.                 1431 => 'zapieprzyÅ‚a',
  29754.                 1432 => 'zapieprzyla',
  29755.                 1433 => 'zapieprzÄ…',
  29756.                 1434 => 'zapieprza',
  29757.                 1435 => 'zapieprzy',
  29758.                 1436 => 'zapieprzymy',
  29759.                 1437 => 'zapieprzycie',
  29760.                 1438 => 'zapieprzysz',
  29761.                 1439 => 'zapierdala',
  29762.                 1440 => 'zapierdalać',
  29763.                 1441 => 'zapierdalac',
  29764.                 1442 => 'zapierdalaja',
  29765.                 1443 => 'zapierdalaÅ‚',
  29766.                 1444 => 'zapierdalaj',
  29767.                 1445 => 'zapierdalajcie',
  29768.                 1446 => 'zapierdalaÅ‚a',
  29769.                 1447 => 'zapierdalala',
  29770.                 1448 => 'zapierdalali',
  29771.                 1449 => 'zapierdalajÄ…cy',
  29772.                 1450 => 'zapierdalajacy',
  29773.                 1451 => 'zapierdolić',
  29774.                 1452 => 'zapierdolic',
  29775.                 1453 => 'zapierdoli',
  29776.                 1454 => 'zapierdoliÅ‚',
  29777.                 1455 => 'zapierdolil',
  29778.                 1456 => 'zapierdoliÅ‚a',
  29779.                 1457 => 'zapierdolila',
  29780.                 1458 => 'zapierdolÄ…',
  29781.                 1459 => 'zapierdola',
  29782.                 1460 => 'zapierniczać',
  29783.                 1461 => 'zapierniczajÄ…cy',
  29784.                 1462 => 'zasrać',
  29785.                 1463 => 'zasranym',
  29786.                 1464 => 'zasrywać',
  29787.                 1465 => 'zasrywajÄ…cy',
  29788.                 1466 => 'zesrywać',
  29789.                 1467 => 'zesrywajÄ…cy',
  29790.                 1468 => 'zjebać',
  29791.                 1469 => 'zjebac',
  29792.                 1470 => 'zjebaÅ‚',
  29793.                 1471 => 'zjebal',
  29794.                 1472 => 'zjebaÅ‚a',
  29795.                 1473 => 'zjebala',
  29796.                 1474 => 'zjebana',
  29797.                 1475 => 'zjebiÄ…',
  29798.                 1476 => 'zjebali',
  29799.                 1477 => 'zjeby',
  29800.             ],
  29801.             'common.likeables' => [
  29802.                 'articles' => 'Hitso\\Bundle\\ContentBundle\\Entity\\Article',
  29803.             ],
  29804.             'common.acceptance' => [
  29805.                 'Hitso\\Bundle\\CatalogBundle\\Entity\\Product' => [
  29806.                     'roles' => [
  29807.                         => 'ROLE_SUPER_ADMIN',
  29808.                         => 'ROLE_ADMIN',
  29809.                         => 'ROLE_SUPER_EDITOR',
  29810.                     ],
  29811.                     'edit' => [
  29812.                     ],
  29813.                     'delete' => [
  29814.                     ],
  29815.                 ],
  29816.                 'Hitso\\Bundle\\CatalogBundle\\Entity\\Section\\ProductPageSection' => [
  29817.                     'roles' => [
  29818.                         => 'ROLE_SUPER_ADMIN',
  29819.                         => 'ROLE_ADMIN',
  29820.                         => 'ROLE_SUPER_EDITOR',
  29821.                     ],
  29822.                     'edit' => [
  29823.                     ],
  29824.                     'delete' => [
  29825.                     ],
  29826.                 ],
  29827.                 'Hitso\\Bundle\\ContentBundle\\Entity\\Article' => [
  29828.                     'roles' => [
  29829.                         => 'ROLE_SUPER_ADMIN',
  29830.                         => 'ROLE_ADMIN',
  29831.                         => 'ROLE_SUPER_EDITOR',
  29832.                     ],
  29833.                     'edit' => [
  29834.                     ],
  29835.                     'delete' => [
  29836.                     ],
  29837.                 ],
  29838.                 'Hitso\\Bundle\\ContentBundle\\Entity\\Page' => [
  29839.                     'roles' => [
  29840.                         => 'ROLE_SUPER_ADMIN',
  29841.                         => 'ROLE_ADMIN',
  29842.                         => 'ROLE_SUPER_EDITOR',
  29843.                     ],
  29844.                     'edit' => [
  29845.                     ],
  29846.                     'delete' => [
  29847.                     ],
  29848.                 ],
  29849.                 'Hitso\\Bundle\\FileManagerBundle\\Entity\\File' => [
  29850.                     'roles' => [
  29851.                         => 'ROLE_SUPER_ADMIN',
  29852.                         => 'ROLE_ADMIN',
  29853.                         => 'ROLE_SUPER_EDITOR',
  29854.                     ],
  29855.                     'edit' => [
  29856.                     ],
  29857.                     'delete' => [
  29858.                     ],
  29859.                 ],
  29860.                 'Novitus\\Bundle\\FileRepositoryBundle\\Entity\\File' => [
  29861.                     'roles' => [
  29862.                         => 'ROLE_SUPER_ADMIN',
  29863.                         => 'ROLE_ADMIN',
  29864.                         => 'ROLE_SUPER_EDITOR',
  29865.                     ],
  29866.                     'edit' => [
  29867.                     ],
  29868.                     'delete' => [
  29869.                     ],
  29870.                 ],
  29871.                 'Novitus\\Bundle\\HtmlPageBundle\\Entity\\HtmlPage' => [
  29872.                     'roles' => [
  29873.                         => 'ROLE_SUPER_ADMIN',
  29874.                         => 'ROLE_ADMIN',
  29875.                         => 'ROLE_SUPER_EDITOR',
  29876.                     ],
  29877.                     'edit' => [
  29878.                     ],
  29879.                     'delete' => [
  29880.                     ],
  29881.                 ],
  29882.             ],
  29883.             'common.user_forms' => [
  29884.                 'register' => [
  29885.                     'validation_groups' => [
  29886.                         => 'PasswordSet',
  29887.                         => 'Default',
  29888.                     ],
  29889.                 ],
  29890.                 'password_reset' => [
  29891.                     'validation_groups' => [
  29892.                         => 'FrontPasswordReset',
  29893.                     ],
  29894.                 ],
  29895.                 'password_change' => [
  29896.                     'validation_groups' => [
  29897.                         => 'PasswordSet',
  29898.                     ],
  29899.                 ],
  29900.                 'user_edit' => [
  29901.                     'validation_groups' => [
  29902.                         => 'UserEdit',
  29903.                     ],
  29904.                 ],
  29905.             ],
  29906.             'common.breadcrumbs' => [
  29907.                 'front' => [
  29908.                     'first_text' => 'Strona główna',
  29909.                     'first_route' => 'homepage',
  29910.                 ],
  29911.             ],
  29912.             'datatable.query' => [
  29913.                 'useQueryCache' => false,
  29914.                 'useResultCache' => false,
  29915.             ],
  29916.             'datatable.paginator' => [
  29917.                 'fetchJoinCollection' => true,
  29918.                 'useOutputWalkers' => true,
  29919.             ],
  29920.             'hitso.filemanager.imagine_filter' => 'fm_thumb',
  29921.             'hitso.filemanager.allowed_mime_types' => [
  29922.                 => 'text/css',
  29923.                 => 'image/gif',
  29924.                 => 'image/jpeg',
  29925.                 => 'application/pdf',
  29926.                 => 'image/png',
  29927.                 => 'image/svg',
  29928.                 => 'image/tiff',
  29929.                 => 'text/plain',
  29930.                 => 'application/vnd.ms-excel',
  29931.                 => 'application/zip',
  29932.                 10 => 'application/x-compressed-zip',
  29933.                 'css' => 'text/css',
  29934.                 'gif' => 'image/gif',
  29935.                 'jpg' => 'image/jpeg',
  29936.                 'jpeg' => 'image/jpeg',
  29937.                 'pdf' => 'application/pdf',
  29938.                 'png' => 'image/png',
  29939.                 'svg' => 'image/svg+xml',
  29940.                 'tif' => 'image/tiff',
  29941.                 'tiff' => 'image/tiff',
  29942.                 'txt' => 'text/plain',
  29943.                 'xls' => 'application/vnd.ms-excel',
  29944.                 'zip' => 'application/zip',
  29945.                 'mp4' => 'video/mp4',
  29946.                 'php' => 'application/x-php',
  29947.             ],
  29948.             'hitso.filemanager.max_file_size' => 104857600,
  29949.             'hitso.filemanager.max_image_width' => 4096,
  29950.             'hitso.filemanager.max_image_height' => 4096,
  29951.             'file_collection_default_config' => 'attachments',
  29952.             'cmf_routing.uri_filter_regexp' => '',
  29953.             'cmf_routing.route_collection_limit' => 0,
  29954.             'cmf_routing.dynamic.limit_candidates' => 20,
  29955.             'cmf_routing.dynamic.locales' => [
  29956.             ],
  29957.             'cmf_routing.manager_name' => NULL,
  29958.             'cmf_routing.url_generator' => 'cmf_routing.generator',
  29959.             'cmf_routing.replace_symfony_router' => true,
  29960.             'routing_discriminator_map' => [
  29961.                 'article' => 'Hitso\\Bundle\\ContentBundle\\Entity\\ArticleRoute',
  29962.                 'article_category' => 'Hitso\\Bundle\\ContentBundle\\Entity\\ArticleCategoryRoute',
  29963.                 'page' => 'Hitso\\Bundle\\ContentBundle\\Entity\\PageRoute',
  29964.                 'group_section' => 'Hitso\\Bundle\\SectionBundle\\Entity\\GroupRoute',
  29965.                 'product' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\ProductRoute',
  29966.                 'category' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\CategoryRoute',
  29967.             ],
  29968.             'routing_generator_map' => [
  29969.                 'Hitso\\Bundle\\ContentBundle\\Entity\\ArticleRoute' => [
  29970.                     'entity' => 'Hitso\\Bundle\\ContentBundle\\Entity\\ArticleRoute',
  29971.                     'defaults' => [
  29972.                         '_controller' => 'HitsoContentBundle:Front\\Article:show',
  29973.                     ],
  29974.                     'requirements' => [
  29975.                     ],
  29976.                     'options' => [
  29977.                     ],
  29978.                     'pattern' => '',
  29979.                 ],
  29980.                 'Hitso\\Bundle\\ContentBundle\\Entity\\ArticleCategoryRoute' => [
  29981.                     'entity' => 'Hitso\\Bundle\\ContentBundle\\Entity\\ArticleCategoryRoute',
  29982.                     'defaults' => [
  29983.                         '_controller' => 'HitsoContentBundle:Front/ArticleCategory:show',
  29984.                         'limit' => 10,
  29985.                         'page' => 1,
  29986.                         'orderBy' => 'id',
  29987.                         'orderDir' => 'asc',
  29988.                     ],
  29989.                     'requirements' => [
  29990.                         'limit' => '\\d{1,10}',
  29991.                         'page' => '\\d{1,10}',
  29992.                         'orderBy' => 'id|name',
  29993.                         'orderDir' => 'asc|desc',
  29994.                     ],
  29995.                     'pattern' => '{page},{limit},{orderBy},{orderDir}',
  29996.                     'options' => [
  29997.                     ],
  29998.                 ],
  29999.                 'Hitso\\Bundle\\ContentBundle\\Entity\\PageRoute' => [
  30000.                     'entity' => 'Hitso\\Bundle\\ContentBundle\\Entity\\PageRoute',
  30001.                     'defaults' => [
  30002.                         '_controller' => 'HitsoContentBundle:Front\\Page:show',
  30003.                     ],
  30004.                     'requirements' => [
  30005.                     ],
  30006.                     'options' => [
  30007.                     ],
  30008.                     'pattern' => '',
  30009.                 ],
  30010.                 'Hitso\\Bundle\\SectionBundle\\Entity\\GroupRoute' => [
  30011.                     'entity' => 'Hitso\\Bundle\\SectionBundle\\Entity\\GroupRoute',
  30012.                     'defaults' => [
  30013.                         '_controller' => 'HitsoSectionBundle:Front/Section:index',
  30014.                     ],
  30015.                     'requirements' => [
  30016.                     ],
  30017.                     'options' => [
  30018.                     ],
  30019.                     'pattern' => '',
  30020.                 ],
  30021.                 'Hitso\\Bundle\\CatalogBundle\\Entity\\ProductRoute' => [
  30022.                     'entity' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\ProductRoute',
  30023.                     'defaults' => [
  30024.                         '_controller' => 'HitsoCatalogBundle:Front/Product:show',
  30025.                     ],
  30026.                     'requirements' => [
  30027.                     ],
  30028.                     'options' => [
  30029.                     ],
  30030.                     'pattern' => '',
  30031.                 ],
  30032.                 'Hitso\\Bundle\\CatalogBundle\\Entity\\CategoryRoute' => [
  30033.                     'entity' => 'Hitso\\Bundle\\CatalogBundle\\Entity\\CategoryRoute',
  30034.                     'defaults' => [
  30035.                         '_controller' => 'HitsoCatalogBundle:Front/Category:show',
  30036.                         'json' => 0,
  30037.                         'page' => 1,
  30038.                         'from' => 0,
  30039.                         'to' => 6,
  30040.                         'orderBy' => 'id',
  30041.                         'orderDir' => 'asc',
  30042.                         'display' => 'all',
  30043.                         'showMore' => 1,
  30044.                         'advancedFilters' => 0,
  30045.                         'attributes' => NULL,
  30046.                     ],
  30047.                     'requirements' => [
  30048.                         'json' => '\\d{0,1}',
  30049.                         'page' => '\\d{0,1}',
  30050.                         'form' => '^^[1-9]([0-9]*)$',
  30051.                         'to' => '^[1-9]([0-9]*)$',
  30052.                         'orderBy' => 'id|name',
  30053.                         'orderDir' => 'asc|desc',
  30054.                         'display' => 'all|electronic|online',
  30055.                         'showMore' => '\\d{0,1}',
  30056.                         'advancedFilters' => '\\d{0,1}',
  30057.                     ],
  30058.                     'pattern' => '{json},{page},{from},{to},{orderBy},{orderDir},{display},{showMore},{advancedFilters},{attributes}',
  30059.                     'options' => [
  30060.                     ],
  30061.                 ],
  30062.             ],
  30063.             'content.slides' => [
  30064.                 'slide_main' => [
  30065.                     'label' => 'Slajd na stronie głównej',
  30066.                 ],
  30067.             ],
  30068.             'content.banners' => [
  30069.                 'baner_main' => [
  30070.                     'label' => 'Baner na stronie głównej [750x100]',
  30071.                 ],
  30072.                 'baner01' => [
  30073.                     'label' => 'Baner dodatkowy #1 [300x250]',
  30074.                 ],
  30075.             ],
  30076.             'content.content_detector' => [
  30077.             ],
  30078.             'hitso.sitemap.cache.shared_max_age' => 86400,
  30079.             'qa_question_form' => 'Hitso\\Bundle\\QABundle\\Form\\QuestionType',
  30080.             'qa_answer_form' => 'Hitso\\Bundle\\QABundle\\Form\\AnswerType',
  30081.             'quick_search' => [
  30082.                 'limit' => 20,
  30083.                 'order_by' => 'score',
  30084.                 'order_dir' => 'asc',
  30085.             ],
  30086.             'search_adapters' => [
  30087.                 => 'elasticsearch',
  30088.             ],
  30089.             'nelmio_alice.functions_blacklist' => [
  30090.                 => 'current',
  30091.                 => 'shuffle',
  30092.                 => 'date',
  30093.                 => 'time',
  30094.                 => 'file',
  30095.                 => 'md5',
  30096.                 => 'sha1',
  30097.             ],
  30098.             'nelmio_alice.locale' => 'en_US',
  30099.             'nelmio_alice.seed' => 1,
  30100.             'nelmio_alice.loading_limit' => 5,
  30101.             'nelmio_alice.max_unique_values_retry' => 150,
  30102.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  30103.             'hautelook_alice.fixtures_path' => [
  30104.                 => 'fixtures',
  30105.             ],
  30106.             'hautelook_alice.root_dirs' => [
  30107.                 => (\dirname(__DIR__4).'/src/Hitso/Bundle'),
  30108.                 => \dirname(__DIR__4),
  30109.             ],
  30110.             'knp_snappy.pdf.options' => [
  30111.             ],
  30112.             'knp_snappy.pdf.env' => [
  30113.             ],
  30114.             'knp_snappy.image.options' => [
  30115.             ],
  30116.             'knp_snappy.image.env' => [
  30117.             ],
  30118.             'glifery.entity_hidden_type.entity_form_type.class' => 'Glifery\\EntityHiddenTypeBundle\\Form\\Type\\EntityHiddenType',
  30119.             'overblog_graphiql.endpoint_resolver' => 'Overblog\\GraphiQLBundle\\Config\\GraphQLEndpoint\\Helpers\\OverblogGraphQLBundleEndpointResolver',
  30120.             'graphqlite.namespace.controllers' => [
  30121.                 => 'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\',
  30122.                 => 'Hitso\\Bundle\\BlocksBundle\\Service\\Api\\',
  30123.                 => 'Hitso\\Bundle\\ContentBundle\\Service\\Api\\',
  30124.                 => 'Hitso\\Bundle\\FileManagerBundle\\Service\\Api\\',
  30125.                 => 'Hitso\\Bundle\\NavigationBundle\\Service\\Api\\',
  30126.                 => 'Hartmann\\Bundle\\AppBundle\\Service\\Api\\',
  30127.             ],
  30128.             'graphqlite.namespace.types' => [
  30129.                 => 'Hitso\\Bundle\\CatalogBundle\\Service\\Api\\',
  30130.                 => 'Hitso\\Bundle\\CatalogBundle\\Entity\\',
  30131.                 => 'Hitso\\Bundle\\ContentBundle\\Service\\Api\\',
  30132.                 => 'Hitso\\Bundle\\ContentBundle\\Entity\\',
  30133.                 => 'Hitso\\Bundle\\FileManagerBundle\\Entity\\',
  30134.                 => 'Hitso\\Bundle\\FileManagerBundle\\Service\\Api\\Type\\',
  30135.                 => 'Hitso\\Bundle\\NavigationBundle\\Service\\Api\\',
  30136.                 => 'Hitso\\Bundle\\NavigationBundle\\Entity\\',
  30137.                 => 'Hitso\\Bundle\\CommonBundle\\Api\\Factory\\',
  30138.                 => 'Hitso\\Bundle\\SeoBundle\\Entity\\',
  30139.                 10 => 'Hitso\\Bundle\\SeoBundle\\Service\\Api\\Type\\',
  30140.                 11 => 'Hitso\\Bundle\\SectionBundle\\Entity\\',
  30141.                 12 => 'Hitso\\Bundle\\TaggingBundle\\Entity\\',
  30142.                 13 => 'Hartmann\\Bundle\\AppBundle\\Service\\Api\\',
  30143.                 14 => 'Hartmann\\Bundle\\AppBundle\\Entity\\',
  30144.             ],
  30145.             'graphqlite.security.enable_login' => 'on',
  30146.             'graphqlite.security.enable_me' => 'auto',
  30147.             'graphqlite.security.introspection' => true,
  30148.             'graphqlite.security.maximum_query_complexity' => NULL,
  30149.             'graphqlite.security.maximum_query_depth' => NULL,
  30150.             'graphqlite.security.firewall_name' => 'admin',
  30151.             'graphqlite.annotations.error_mode' => 'LAX_MODE',
  30152.             'maker.compatible_check.doctrine.supports_attributes' => false,
  30153.             'data_collector.templates' => [
  30154.                 'data_collector.request' => [
  30155.                     => 'request',
  30156.                     => '@WebProfiler/Collector/request.html.twig',
  30157.                 ],
  30158.                 'data_collector.time' => [
  30159.                     => 'time',
  30160.                     => '@WebProfiler/Collector/time.html.twig',
  30161.                 ],
  30162.                 'data_collector.memory' => [
  30163.                     => 'memory',
  30164.                     => '@WebProfiler/Collector/memory.html.twig',
  30165.                 ],
  30166.                 'data_collector.validator' => [
  30167.                     => 'validator',
  30168.                     => '@WebProfiler/Collector/validator.html.twig',
  30169.                 ],
  30170.                 'data_collector.ajax' => [
  30171.                     => 'ajax',
  30172.                     => '@WebProfiler/Collector/ajax.html.twig',
  30173.                 ],
  30174.                 'data_collector.form' => [
  30175.                     => 'form',
  30176.                     => '@WebProfiler/Collector/form.html.twig',
  30177.                 ],
  30178.                 'data_collector.exception' => [
  30179.                     => 'exception',
  30180.                     => '@WebProfiler/Collector/exception.html.twig',
  30181.                 ],
  30182.                 'data_collector.logger' => [
  30183.                     => 'logger',
  30184.                     => '@WebProfiler/Collector/logger.html.twig',
  30185.                 ],
  30186.                 'data_collector.events' => [
  30187.                     => 'events',
  30188.                     => '@WebProfiler/Collector/events.html.twig',
  30189.                 ],
  30190.                 'data_collector.router' => [
  30191.                     => 'router',
  30192.                     => '@WebProfiler/Collector/router.html.twig',
  30193.                 ],
  30194.                 'data_collector.cache' => [
  30195.                     => 'cache',
  30196.                     => '@WebProfiler/Collector/cache.html.twig',
  30197.                 ],
  30198.                 'data_collector.translation' => [
  30199.                     => 'translation',
  30200.                     => '@WebProfiler/Collector/translation.html.twig',
  30201.                 ],
  30202.                 'data_collector.security' => [
  30203.                     => 'security',
  30204.                     => '@Security/Collector/security.html.twig',
  30205.                 ],
  30206.                 'data_collector.twig' => [
  30207.                     => 'twig',
  30208.                     => '@WebProfiler/Collector/twig.html.twig',
  30209.                 ],
  30210.                 'data_collector.http_client' => [
  30211.                     => 'http_client',
  30212.                     => '@WebProfiler/Collector/http_client.html.twig',
  30213.                 ],
  30214.                 'data_collector.doctrine' => [
  30215.                     => 'db',
  30216.                     => '@Doctrine/Collector/db.html.twig',
  30217.                 ],
  30218.                 'swiftmailer.data_collector' => [
  30219.                     => 'swiftmailer',
  30220.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  30221.                 ],
  30222.                 'httplug.collector.collector' => [
  30223.                     => 'httplug',
  30224.                     => '@Httplug/webprofiler.html.twig',
  30225.                 ],
  30226.                 'snc_redis.data_collector' => [
  30227.                     => 'redis',
  30228.                     => '@SncRedis/Collector/redis.html.twig',
  30229.                 ],
  30230.                 'EmanueleMinotto\\TwigCacheBundle\\DataCollector\\TwigCacheCollector' => [
  30231.                     => 'twig_cache',
  30232.                     => '@TwigCache/Collector/twig_cache',
  30233.                 ],
  30234.                 'hitso_common.data_collector.hat' => [
  30235.                     => 'hitso_common.data_collector.hat',
  30236.                     => '@HitsoCommon/web_profiler.html.twig',
  30237.                 ],
  30238.                 'data_collector.config' => [
  30239.                     => 'config',
  30240.                     => '@WebProfiler/Collector/config.html.twig',
  30241.                 ],
  30242.             ],
  30243.             'console.command.ids' => [
  30244.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  30245.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  30246.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  30247.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  30248.                 => 'console.command.public_alias.Sonata\\SeoBundle\\Command\\SitemapGeneratorCommand',
  30249.                 => 'console.command.public_alias.Hitso\\Bundle\\CommonBundle\\Command\\ClearRoutingCommand',
  30250.                 => 'console.command.public_alias.Hitso\\Bundle\\CommonBundle\\Command\\EnhanceCommand',
  30251.                 => 'console.command.public_alias.Hitso\\Bundle\\CommonBundle\\Command\\LoadSystemDefaultsCommand',
  30252.                 => 'console.command.public_alias.Hitso\\Bundle\\CatalogBundle\\Command\\MigrateAttributesBetweenSites',
  30253.                 => 'Hitso\\Bundle\\FileManagerBundle\\Command\\RecreateSlugCommand',
  30254.                 10 => 'console.command.public_alias.Hitso\\Bundle\\ContentBundle\\Command\\CreateFakeArticlesCommand',
  30255.                 11 => 'console.command.public_alias.Hitso\\Bundle\\ContentBundle\\Command\\EvaluateContentRankingCommand',
  30256.                 12 => 'console.command.public_alias.Hitso\\Bundle\\ContentBundle\\Command\\ImportWordpressArticlesCommand',
  30257.                 13 => 'console.command.public_alias.Hitso\\Bundle\\TranslationBundle\\Command\\HitsoTranslationApplyCommand',
  30258.                 14 => 'console.command.public_alias.Hitso\\Bundle\\TranslationBundle\\Command\\HitsoTranslationCleanCommand',
  30259.                 15 => 'console.command.public_alias.Hitso\\Bundle\\TranslationBundle\\Command\\HitsoTranslationUpdateCommand',
  30260.                 16 => 'console.command.public_alias.Hitso\\Bundle\\SearchBundle\\Command\\ReindexCommand',
  30261.                 17 => 'console.command.public_alias.Hartmann\\Bundle\\AppBundle\\Command\\CopyCatalogToNewLanguageCommand',
  30262.             ],
  30263.         ];
  30264.     }
  30265.     protected function throw($message)
  30266.     {
  30267.         throw new RuntimeException($message);
  30268.     }
  30269. }