var/cache/dev/Container4tjrxkX/App_KernelDevDebugContainer.php line 1424

Open in your IDE?
  1. <?php
  2. namespace Container4tjrxkX;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43.             'data_collector.dump' => 'getDataCollector_DumpService',
  44.             'doctrine' => 'getDoctrineService',
  45.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'lexik_translation.translator' => 'getLexikTranslation_TranslatorService',
  50.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  51.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  52.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  53.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  54.             'nucleos_user.util.email_canonicalizer' => 'getNucleosUser_Util_EmailCanonicalizerService',
  55.             'request_stack' => 'getRequestStackService',
  56.             'router' => 'getRouterService',
  57.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  58.             'translator' => 'getTranslatorService',
  59.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  60.             'cache_clearer' => 'getCacheClearerService',
  61.             'filesystem' => 'getFilesystemService',
  62.             'serializer' => 'getSerializerService',
  63.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  64.             'form.factory' => 'getForm_FactoryService',
  65.             'form.type.file' => 'getForm_Type_FileService',
  66.             'profiler' => 'getProfilerService',
  67.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  68.             'security.token_storage' => 'getSecurity_TokenStorageService',
  69.             'twig' => 'getTwigService',
  70.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  71.             'session' => 'getSessionService',
  72.             'validator' => 'getValidatorService',
  73.         ];
  74.         $this->fileMap = [
  75.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  76.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  77.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  78.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  79.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  80.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  81.             'App\\Controller\\AccountAddressController' => 'getAccountAddressControllerService',
  82.             'App\\Controller\\AccountController' => 'getAccountControllerService',
  83.             'App\\Controller\\ArticleController' => 'getArticleControllerService',
  84.             'App\\Controller\\Backend\\AdminController' => 'getAdminControllerService',
  85.             'App\\Controller\\Backend\\ArticleController' => 'getArticleController2Service',
  86.             'App\\Controller\\Backend\\AvailabilityController' => 'getAvailabilityControllerService',
  87.             'App\\Controller\\Backend\\BannerController' => 'getBannerControllerService',
  88.             'App\\Controller\\Backend\\BlogController' => 'getBlogControllerService',
  89.             'App\\Controller\\Backend\\CategoryController' => 'getCategoryControllerService',
  90.             'App\\Controller\\Backend\\CurrencyController' => 'getCurrencyControllerService',
  91.             'App\\Controller\\Backend\\DeliveryMethodController' => 'getDeliveryMethodControllerService',
  92.             'App\\Controller\\Backend\\EmailTemplateController' => 'getEmailTemplateControllerService',
  93.             'App\\Controller\\Backend\\EmployeeController' => 'getEmployeeControllerService',
  94.             'App\\Controller\\Backend\\FurnitureTypeController' => 'getFurnitureTypeControllerService',
  95.             'App\\Controller\\Backend\\GoogleLabelController' => 'getGoogleLabelControllerService',
  96.             'App\\Controller\\Backend\\HelplineHoursController' => 'getHelplineHoursControllerService',
  97.             'App\\Controller\\Backend\\LandingPageController' => 'getLandingPageControllerService',
  98.             'App\\Controller\\Backend\\LanguageController' => 'getLanguageControllerService',
  99.             'App\\Controller\\Backend\\ListingMarkerController' => 'getListingMarkerControllerService',
  100.             'App\\Controller\\Backend\\MarkerController' => 'getMarkerControllerService',
  101.             'App\\Controller\\Backend\\ModuleController' => 'getModuleControllerService',
  102.             'App\\Controller\\Backend\\NewsController' => 'getNewsControllerService',
  103.             'App\\Controller\\Backend\\OrderManagerController' => 'getOrderManagerControllerService',
  104.             'App\\Controller\\Backend\\OrderStatusController' => 'getOrderStatusControllerService',
  105.             'App\\Controller\\Backend\\PaymentMethodController' => 'getPaymentMethodControllerService',
  106.             'App\\Controller\\Backend\\PriceAutomationController' => 'getPriceAutomationControllerService',
  107.             'App\\Controller\\Backend\\ProductColorController' => 'getProductColorControllerService',
  108.             'App\\Controller\\Backend\\ProductCommentController' => 'getProductCommentControllerService',
  109.             'App\\Controller\\Backend\\ProductController' => 'getProductControllerService',
  110.             'App\\Controller\\Backend\\ProductCrossSellingController' => 'getProductCrossSellingControllerService',
  111.             'App\\Controller\\Backend\\ProductEquipmentController' => 'getProductEquipmentControllerService',
  112.             'App\\Controller\\Backend\\ProductFamilyController' => 'getProductFamilyControllerService',
  113.             'App\\Controller\\Backend\\ProductParameterController' => 'getProductParameterControllerService',
  114.             'App\\Controller\\Backend\\ProductParameterValueController' => 'getProductParameterValueControllerService',
  115.             'App\\Controller\\Backend\\ProductParameterValueGroupController' => 'getProductParameterValueGroupControllerService',
  116.             'App\\Controller\\Backend\\ProductPriceController' => 'getProductPriceControllerService',
  117.             'App\\Controller\\Backend\\ProductPriceDraftController' => 'getProductPriceDraftControllerService',
  118.             'App\\Controller\\Backend\\ProductPricePromotionManagementController' => 'getProductPricePromotionManagementControllerService',
  119.             'App\\Controller\\Backend\\ProductProducerController' => 'getProductProducerControllerService',
  120.             'App\\Controller\\Backend\\RebateCodeController' => 'getRebateCodeControllerService',
  121.             'App\\Controller\\Backend\\SearchPhraseController' => 'getSearchPhraseControllerService',
  122.             'App\\Controller\\Backend\\SearchReplaceController' => 'getSearchReplaceControllerService',
  123.             'App\\Controller\\Backend\\TeamNotificationController' => 'getTeamNotificationControllerService',
  124.             'App\\Controller\\Backend\\TopBannerControllerController' => 'getTopBannerControllerControllerService',
  125.             'App\\Controller\\Backend\\TopInformationController' => 'getTopInformationControllerService',
  126.             'App\\Controller\\Backend\\UrlRedirectController' => 'getUrlRedirectControllerService',
  127.             'App\\Controller\\Backend\\UserGroupController' => 'getUserGroupControllerService',
  128.             'App\\Controller\\Backend\\VatRateController' => 'getVatRateControllerService',
  129.             'App\\Controller\\Backend\\WaitingListSendController' => 'getWaitingListSendControllerService',
  130.             'App\\Controller\\Backend\\WorkingHoursController' => 'getWorkingHoursControllerService',
  131.             'App\\Controller\\BlogController' => 'getBlogController2Service',
  132.             'App\\Controller\\CartController' => 'getCartControllerService',
  133.             'App\\Controller\\CategoryController' => 'getCategoryController2Service',
  134.             'App\\Controller\\ComplaintGeneratorController' => 'getComplaintGeneratorControllerService',
  135.             'App\\Controller\\FurnitureTypeController' => 'getFurnitureTypeController2Service',
  136.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  137.             'App\\Controller\\LandingPageController' => 'getLandingPageController2Service',
  138.             'App\\Controller\\NewsController' => 'getNewsController2Service',
  139.             'App\\Controller\\OrderCommentController' => 'getOrderCommentControllerService',
  140.             'App\\Controller\\ProductController' => 'getProductController2Service',
  141.             'App\\Controller\\ProductReturnGeneratorController' => 'getProductReturnGeneratorControllerService',
  142.             'App\\Controller\\ResettingController' => 'getResettingControllerService',
  143.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  144.             'App\\Controller\\SummaryController' => 'getSummaryControllerService',
  145.             'App\\Controller\\WaitingListController' => 'getWaitingListControllerService',
  146.             'App\\Factory\\CommentFactory' => 'getCommentFactoryService',
  147.             'App\\Form\\Handler\\CartHandler' => 'getCartHandlerService',
  148.             'App\\Form\\Handler\\CategoryHandler' => 'getCategoryHandlerService',
  149.             'App\\Form\\Handler\\DeliveryMethodHandler' => 'getDeliveryMethodHandlerService',
  150.             'App\\Form\\Handler\\FurnitureTypeHandler' => 'getFurnitureTypeHandlerService',
  151.             'App\\Form\\Handler\\OrderProductsHandler' => 'getOrderProductsHandlerService',
  152.             'App\\Form\\Handler\\PaymentMethodHandler' => 'getPaymentMethodHandlerService',
  153.             'App\\Form\\Handler\\ProductCrossSellingHandler' => 'getProductCrossSellingHandlerService',
  154.             'App\\Form\\Handler\\ProductEditPhotoHandler' => 'getProductEditPhotoHandlerService',
  155.             'App\\Form\\Handler\\ProductEditRelationHandler' => 'getProductEditRelationHandlerService',
  156.             'App\\Form\\Handler\\ProductFamilyHandler' => 'getProductFamilyHandlerService',
  157.             'App\\Form\\Handler\\ProductHandler' => 'getProductHandlerService',
  158.             'App\\Form\\Handler\\ProductPriceHandler' => 'getProductPriceHandlerService',
  159.             'App\\Form\\Handler\\ProductSimilarColorHandler' => 'getProductSimilarColorHandlerService',
  160.             'App\\Form\\Handler\\ProductXmlHandler' => 'getProductXmlHandlerService',
  161.             'App\\Form\\Handler\\RegisterHandler' => 'getRegisterHandlerService',
  162.             'App\\Repository\\ArticleRepository' => 'getArticleRepositoryService',
  163.             'App\\Repository\\AvailabilityRepository' => 'getAvailabilityRepositoryService',
  164.             'App\\Repository\\BannerRepository' => 'getBannerRepositoryService',
  165.             'App\\Repository\\BlogRepository' => 'getBlogRepositoryService',
  166.             'App\\Repository\\CartRepository' => 'getCartRepositoryService',
  167.             'App\\Repository\\CategoryRepository' => 'getCategoryRepositoryService',
  168.             'App\\Repository\\CurrencyRepository' => 'getCurrencyRepositoryService',
  169.             'App\\Repository\\DeliveryCountryRepository' => 'getDeliveryCountryRepositoryService',
  170.             'App\\Repository\\DeliveryMethodRepository' => 'getDeliveryMethodRepositoryService',
  171.             'App\\Repository\\EmailTemplateRepository' => 'getEmailTemplateRepositoryService',
  172.             'App\\Repository\\EmployeeRepository' => 'getEmployeeRepositoryService',
  173.             'App\\Repository\\FurnitureTypeRepository' => 'getFurnitureTypeRepositoryService',
  174.             'App\\Repository\\GoogleLabelRepository' => 'getGoogleLabelRepositoryService',
  175.             'App\\Repository\\HelplineHoursRepository' => 'getHelplineHoursRepositoryService',
  176.             'App\\Repository\\InvoiceRepository' => 'getInvoiceRepositoryService',
  177.             'App\\Repository\\LandingPageRepository' => 'getLandingPageRepositoryService',
  178.             'App\\Repository\\LanguageRepository' => 'getLanguageRepositoryService',
  179.             'App\\Repository\\ListingMarkerRepository' => 'getListingMarkerRepositoryService',
  180.             'App\\Repository\\MarkerRepository' => 'getMarkerRepositoryService',
  181.             'App\\Repository\\ModuleRepository' => 'getModuleRepositoryService',
  182.             'App\\Repository\\NewsRepository' => 'getNewsRepositoryService',
  183.             'App\\Repository\\OrderRepository' => 'getOrderRepositoryService',
  184.             'App\\Repository\\OrderStatusRepository' => 'getOrderStatusRepositoryService',
  185.             'App\\Repository\\PaymentMethodRepository' => 'getPaymentMethodRepositoryService',
  186.             'App\\Repository\\PriceAutomationRepository' => 'getPriceAutomationRepositoryService',
  187.             'App\\Repository\\ProductColorRepository' => 'getProductColorRepositoryService',
  188.             'App\\Repository\\ProductCommentRepository' => 'getProductCommentRepositoryService',
  189.             'App\\Repository\\ProductEquipmentRepository' => 'getProductEquipmentRepositoryService',
  190.             'App\\Repository\\ProductFamilyRepository' => 'getProductFamilyRepositoryService',
  191.             'App\\Repository\\ProductFilterRepository' => 'getProductFilterRepositoryService',
  192.             'App\\Repository\\ProductParameterRepository' => 'getProductParameterRepositoryService',
  193.             'App\\Repository\\ProductParameterValueGroupRepository' => 'getProductParameterValueGroupRepositoryService',
  194.             'App\\Repository\\ProductParameterValueRepository' => 'getProductParameterValueRepositoryService',
  195.             'App\\Repository\\ProductPriceDraftRepository' => 'getProductPriceDraftRepositoryService',
  196.             'App\\Repository\\ProductPriceEanRepository' => 'getProductPriceEanRepositoryService',
  197.             'App\\Repository\\ProductPriceRepository' => 'getProductPriceRepositoryService',
  198.             'App\\Repository\\ProductPriceVariantsRepository' => 'getProductPriceVariantsRepositoryService',
  199.             'App\\Repository\\ProductProducerRepository' => 'getProductProducerRepositoryService',
  200.             'App\\Repository\\ProductRepository' => 'getProductRepositoryService',
  201.             'App\\Repository\\ProductViewRepository' => 'getProductViewRepositoryService',
  202.             'App\\Repository\\RebateCodeRepository' => 'getRebateCodeRepositoryService',
  203.             'App\\Repository\\RecalculatePriceRepository' => 'getRecalculatePriceRepositoryService',
  204.             'App\\Repository\\SearchPhraseRepository' => 'getSearchPhraseRepositoryService',
  205.             'App\\Repository\\SearchReplaceRepository' => 'getSearchReplaceRepositoryService',
  206.             'App\\Repository\\SubProductRepository' => 'getSubProductRepositoryService',
  207.             'App\\Repository\\TeamNotificationRepository' => 'getTeamNotificationRepositoryService',
  208.             'App\\Repository\\TopBannerRepository' => 'getTopBannerRepositoryService',
  209.             'App\\Repository\\TopInformationRepository' => 'getTopInformationRepositoryService',
  210.             'App\\Repository\\UrlRedirectRepository' => 'getUrlRedirectRepositoryService',
  211.             'App\\Repository\\UserGroupRepository' => 'getUserGroupRepositoryService',
  212.             'App\\Repository\\UserRepository' => 'getUserRepositoryService',
  213.             'App\\Repository\\VatRateRepository' => 'getVatRateRepositoryService',
  214.             'App\\Repository\\WaitingListRepository' => 'getWaitingListRepositoryService',
  215.             'App\\Repository\\WorkingHoursRepository' => 'getWorkingHoursRepositoryService',
  216.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  217.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => 'getBlameableEventSubscriberService',
  218.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => 'getLoggableEventSubscriberService',
  219.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => 'getSluggableEventSubscriberService',
  220.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => 'getSoftDeletableEventSubscriberService',
  221.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => 'getTimestampableEventSubscriberService',
  222.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => 'getTranslatableEventSubscriberService',
  223.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => 'getTreeEventSubscriberService',
  224.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => 'getUuidableEventSubscriberService',
  225.             'Knp\\DoctrineBehaviors\\Provider\\LocaleProvider' => 'getLocaleProviderService',
  226.             'Knp\\DoctrineBehaviors\\Provider\\UserProvider' => 'getUserProviderService',
  227.             'Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository' => 'getDefaultSluggableRepositoryService',
  228.             'Lexik\\Bundle\\TranslationBundle\\Controller\\RestController' => 'getRestControllerService',
  229.             'Lexik\\Bundle\\TranslationBundle\\Controller\\TranslationController' => 'getTranslationControllerService',
  230.             'Lexik\\Bundle\\TranslationBundle\\Manager\\LocaleManager' => 'getLocaleManagerService',
  231.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  232.             'Nucleos\\UserBundle\\Action\\ChangePasswordAction' => 'getChangePasswordActionService',
  233.             'Nucleos\\UserBundle\\Action\\CheckEmailAction' => 'getCheckEmailActionService',
  234.             'Nucleos\\UserBundle\\Action\\CheckLoginAction' => 'getCheckLoginActionService',
  235.             'Nucleos\\UserBundle\\Action\\LoginAction' => 'getLoginActionService',
  236.             'Nucleos\\UserBundle\\Action\\LogoutAction' => 'getLogoutActionService',
  237.             'Nucleos\\UserBundle\\Action\\RequestResetAction' => 'getRequestResetActionService',
  238.             'Nucleos\\UserBundle\\Action\\ResetAction' => 'getResetActionService',
  239.             'Nucleos\\UserBundle\\Action\\SendEmailAction' => 'getSendEmailActionService',
  240.             'Nucleos\\UserBundle\\Model\\UserManager' => 'getUserManagerService',
  241.             'Nucleos\\UserBundle\\Util\\TokenGenerator' => 'getTokenGeneratorService',
  242.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  243.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  244.             'app.mailer.twig_swift' => 'getApp_Mailer_TwigSwiftService',
  245.             'cache.app_clearer' => 'getCache_AppClearerService',
  246.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  247.             'cache.system_clearer' => 'getCache_SystemClearerService',
  248.             'cache_warmer' => 'getCacheWarmerService',
  249.             'category.manager' => 'getCategory_ManagerService',
  250.             'compare.manager' => 'getCompare_ManagerService',
  251.             'console.command.public_alias.App\\Command\\ActonaStockCommand' => 'getActonaStockCommandService',
  252.             'console.command.public_alias.App\\Command\\AutomaticPriceCommand' => 'getAutomaticPriceCommandService',
  253.             'console.command.public_alias.App\\Command\\AvailabilityMultiLanguage' => 'getAvailabilityMultiLanguageService',
  254.             'console.command.public_alias.App\\Command\\CategoryPositionSetCommand' => 'getCategoryPositionSetCommandService',
  255.             'console.command.public_alias.App\\Command\\CategorySetCommand' => 'getCategorySetCommandService',
  256.             'console.command.public_alias.App\\Command\\CeneoGeneratorCommand' => 'getCeneoGeneratorCommandService',
  257.             'console.command.public_alias.App\\Command\\ClearCacheQueueCommand' => 'getClearCacheQueueCommandService',
  258.             'console.command.public_alias.App\\Command\\CommentRequestCommand' => 'getCommentRequestCommandService',
  259.             'console.command.public_alias.App\\Command\\CrossSellingCommand' => 'getCrossSellingCommandService',
  260.             'console.command.public_alias.App\\Command\\CustomH1Command' => 'getCustomH1CommandService',
  261.             'console.command.public_alias.App\\Command\\CzSignUpdaterCommand' => 'getCzSignUpdaterCommandService',
  262.             'console.command.public_alias.App\\Command\\DiabloStockCommand' => 'getDiabloStockCommandService',
  263.             'console.command.public_alias.App\\Command\\FixAvailabilityNameCommand' => 'getFixAvailabilityNameCommandService',
  264.             'console.command.public_alias.App\\Command\\FixCompareParameterValueCommand' => 'getFixCompareParameterValueCommandService',
  265.             'console.command.public_alias.App\\Command\\FixProductCategoriesOrder' => 'getFixProductCategoriesOrderService',
  266.             'console.command.public_alias.App\\Command\\FixProductDescriptionCommand' => 'getFixProductDescriptionCommandService',
  267.             'console.command.public_alias.App\\Command\\FixProductPhotoLanguageCommand' => 'getFixProductPhotoLanguageCommandService',
  268.             'console.command.public_alias.App\\Command\\FixProductPriceProduct' => 'getFixProductPriceProductService',
  269.             'console.command.public_alias.App\\Command\\FixProductRelationsCommand' => 'getFixProductRelationsCommandService',
  270.             'console.command.public_alias.App\\Command\\FixXmlImportCommand' => 'getFixXmlImportCommandService',
  271.             'console.command.public_alias.App\\Command\\GoogleImageSitemapCommand' => 'getGoogleImageSitemapCommandService',
  272.             'console.command.public_alias.App\\Command\\GoogleImageSitemapCzCommand' => 'getGoogleImageSitemapCzCommandService',
  273.             'console.command.public_alias.App\\Command\\GoogleImageSitemapRoCommand' => 'getGoogleImageSitemapRoCommandService',
  274.             'console.command.public_alias.App\\Command\\GoogleImageSitemapSkCommand' => 'getGoogleImageSitemapSkCommandService',
  275.             'console.command.public_alias.App\\Command\\GoogleMerchantGeneratorCommand' => 'getGoogleMerchantGeneratorCommandService',
  276.             'console.command.public_alias.App\\Command\\GoogleMerchantGeneratorCzCommand' => 'getGoogleMerchantGeneratorCzCommandService',
  277.             'console.command.public_alias.App\\Command\\GoogleMerchantGeneratorRoCommand' => 'getGoogleMerchantGeneratorRoCommandService',
  278.             'console.command.public_alias.App\\Command\\GoogleMerchantGeneratorSkCommand' => 'getGoogleMerchantGeneratorSkCommandService',
  279.             'console.command.public_alias.App\\Command\\GoogleSitemapCommand' => 'getGoogleSitemapCommandService',
  280.             'console.command.public_alias.App\\Command\\GoogleSitemapCzCommand' => 'getGoogleSitemapCzCommandService',
  281.             'console.command.public_alias.App\\Command\\GoogleSitemapRoCommand' => 'getGoogleSitemapRoCommandService',
  282.             'console.command.public_alias.App\\Command\\GoogleSitemapSkCommand' => 'getGoogleSitemapSkCommandService',
  283.             'console.command.public_alias.App\\Command\\HalmarStockCommand' => 'getHalmarStockCommandService',
  284.             'console.command.public_alias.App\\Command\\HeurekaGeneratorCzCommand' => 'getHeurekaGeneratorCzCommandService',
  285.             'console.command.public_alias.App\\Command\\HeurekaGeneratorCzHtmlCommand' => 'getHeurekaGeneratorCzHtmlCommandService',
  286.             'console.command.public_alias.App\\Command\\HeurekaGeneratorSkCommand' => 'getHeurekaGeneratorSkCommandService',
  287.             'console.command.public_alias.App\\Command\\HeurekaGeneratorSkHtmlCommand' => 'getHeurekaGeneratorSkHtmlCommandService',
  288.             'console.command.public_alias.App\\Command\\HeurekaTestCommand' => 'getHeurekaTestCommandService',
  289.             'console.command.public_alias.App\\Command\\ImportAvailabilityCommand' => 'getImportAvailabilityCommandService',
  290.             'console.command.public_alias.App\\Command\\ImportBlogCommand' => 'getImportBlogCommandService',
  291.             'console.command.public_alias.App\\Command\\ImportCompareParameterCommand' => 'getImportCompareParameterCommandService',
  292.             'console.command.public_alias.App\\Command\\ImportFixFilterAvailabilityCommand' => 'getImportFixFilterAvailabilityCommandService',
  293.             'console.command.public_alias.App\\Command\\ImportParameterCommand' => 'getImportParameterCommandService',
  294.             'console.command.public_alias.App\\Command\\ImportProduct' => 'getImportProductService',
  295.             'console.command.public_alias.App\\Command\\ImportProductFamily' => 'getImportProductFamilyService',
  296.             'console.command.public_alias.App\\Command\\ImportProductProducer' => 'getImportProductProducerService',
  297.             'console.command.public_alias.App\\Command\\JanNowakStockCommand' => 'getJanNowakStockCommandService',
  298.             'console.command.public_alias.App\\Command\\ListingMarkersUpdaterCommand' => 'getListingMarkersUpdaterCommandService',
  299.             'console.command.public_alias.App\\Command\\ParameterValuesTranslationCommand' => 'getParameterValuesTranslationCommandService',
  300.             'console.command.public_alias.App\\Command\\PayUCheckerCommand' => 'getPayUCheckerCommandService',
  301.             'console.command.public_alias.App\\Command\\ProductEquipmentPriceRecalculate' => 'getProductEquipmentPriceRecalculateService',
  302.             'console.command.public_alias.App\\Command\\ProductPriceEquipmentCheckCommand' => 'getProductPriceEquipmentCheckCommandService',
  303.             'console.command.public_alias.App\\Command\\ProductProducerDefaultLanguagesCommand' => 'getProductProducerDefaultLanguagesCommandService',
  304.             'console.command.public_alias.App\\Command\\ProductXmlUpdaterCommand' => 'getProductXmlUpdaterCommandService',
  305.             'console.command.public_alias.App\\Command\\ReadyForPublicationCommand' => 'getReadyForPublicationCommandService',
  306.             'console.command.public_alias.App\\Command\\RecalculatePriceCommand' => 'getRecalculatePriceCommandService',
  307.             'console.command.public_alias.App\\Command\\RemoveOldDataCommand' => 'getRemoveOldDataCommandService',
  308.             'console.command.public_alias.App\\Command\\ReportMissingSlugTranslationsCommand' => 'getReportMissingSlugTranslationsCommandService',
  309.             'console.command.public_alias.App\\Command\\RoJudetUploadCommand' => 'getRoJudetUploadCommandService',
  310.             'console.command.public_alias.App\\Command\\SetAutomaticPriceDefaultCommand' => 'getSetAutomaticPriceDefaultCommandService',
  311.             'console.command.public_alias.App\\Command\\SetDefaultProductPriceChangeCommand' => 'getSetDefaultProductPriceChangeCommandService',
  312.             'console.command.public_alias.App\\Command\\SetProductCategoryCounterCommand' => 'getSetProductCategoryCounterCommandService',
  313.             'console.command.public_alias.App\\Command\\SetProductPhotoPositionsCommand' => 'getSetProductPhotoPositionsCommandService',
  314.             'console.command.public_alias.App\\Command\\SetTempPrices0Command' => 'getSetTempPrices0CommandService',
  315.             'console.command.public_alias.App\\Command\\SetTempPrices2Command' => 'getSetTempPrices2CommandService',
  316.             'console.command.public_alias.App\\Command\\SetTempPrices3Command' => 'getSetTempPrices3CommandService',
  317.             'console.command.public_alias.App\\Command\\SetTempPrices4Command' => 'getSetTempPrices4CommandService',
  318.             'console.command.public_alias.App\\Command\\SetTempPricesCommand' => 'getSetTempPricesCommandService',
  319.             'console.command.public_alias.App\\Command\\SetVisibleValuesCommand' => 'getSetVisibleValuesCommandService',
  320.             'console.command.public_alias.App\\Command\\ShippingCategoryFixCommand' => 'getShippingCategoryFixCommandService',
  321.             'console.command.public_alias.App\\Command\\SignalStockCommand' => 'getSignalStockCommandService',
  322.             'console.command.public_alias.App\\Command\\SkClearCartCommand' => 'getSkClearCartCommandService',
  323.             'console.command.public_alias.App\\Command\\SkVatChangeCommand' => 'getSkVatChangeCommandService',
  324.             'console.command.public_alias.App\\Command\\SlugProductFixCommand' => 'getSlugProductFixCommandService',
  325.             'console.command.public_alias.App\\Command\\UniqueStockCommand' => 'getUniqueStockCommandService',
  326.             'console.command.public_alias.App\\Command\\ViewedProductRemoveCommand' => 'getViewedProductRemoveCommandService',
  327.             'console.command.public_alias.Lexik\\Bundle\\TranslationBundle\\Command\\ExportTranslationsCommand' => 'getExportTranslationsCommandService',
  328.             'console.command.public_alias.Lexik\\Bundle\\TranslationBundle\\Command\\ImportTranslationsCommand' => 'getImportTranslationsCommandService',
  329.             'console.command_loader' => 'getConsole_CommandLoaderService',
  330.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  331.             'error_controller' => 'getErrorControllerService',
  332.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  333.             'knp_paginator' => 'getKnpPaginatorService',
  334.             'lang.param.manager' => 'getLang_Param_ManagerService',
  335.             'lexik_translation.data_grid.formatter' => 'getLexikTranslation_DataGrid_FormatterService',
  336.             'lexik_translation.data_grid.request_handler' => 'getLexikTranslation_DataGrid_RequestHandlerService',
  337.             'lexik_translation.exporter.json' => 'getLexikTranslation_Exporter_JsonService',
  338.             'lexik_translation.exporter.xliff' => 'getLexikTranslation_Exporter_XliffService',
  339.             'lexik_translation.exporter_collector' => 'getLexikTranslation_ExporterCollectorService',
  340.             'lexik_translation.form.handler.trans_unit' => 'getLexikTranslation_Form_Handler_TransUnitService',
  341.             'lexik_translation.importer.file' => 'getLexikTranslation_Importer_FileService',
  342.             'lexik_translation.overview.stats_aggregator' => 'getLexikTranslation_Overview_StatsAggregatorService',
  343.             'lexik_translation.trans_unit.manager' => 'getLexikTranslation_TransUnit_ManagerService',
  344.             'lexik_translation.translation_storage' => 'getLexikTranslation_TranslationStorageService',
  345.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  346.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  347.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  348.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  349.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  350.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  351.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  352.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  353.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  354.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  355.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  356.             'nucleos_user.mailer' => 'getNucleosUser_MailerService',
  357.             'privileges.manager' => 'getPrivileges_ManagerService',
  358.             'product.manager' => 'getProduct_ManagerService',
  359.             'product.views' => 'getProduct_ViewsService',
  360.             'routing.loader' => 'getRouting_LoaderService',
  361.             'services_resetter' => 'getServicesResetterService',
  362.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  363.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  364.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  365.             'transEntity' => 'getTransEntityService',
  366.             'user.service' => 'getUser_ServiceService',
  367.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  368.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  369.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  370.         ];
  371.         $this->aliases = [
  372.             'Lexik\\Bundle\\TranslationBundle\\Manager\\LocaleManagerInterface' => 'Lexik\\Bundle\\TranslationBundle\\Manager\\LocaleManager',
  373.             'Nucleos\\UserBundle\\Mailer\\ResettingMailer' => 'nucleos_user.mailer',
  374.             'database_connection' => 'doctrine.dbal.default_connection',
  375.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  376.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  377.             'mailer' => 'swiftmailer.mailer.default',
  378.             'nucleos_user.user_manager' => 'Nucleos\\UserBundle\\Model\\UserManager',
  379.             'nucleos_user.util.token_generator' => 'Nucleos\\UserBundle\\Util\\TokenGenerator',
  380.             'nucleos_user.util.username_canonicalizer' => 'nucleos_user.util.email_canonicalizer',
  381.             'order.repository' => 'App\\Repository\\OrderRepository',
  382.         ];
  383.         $this->privates['service_container'] = function () {
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  390.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  391.             include_once \dirname(__DIR__4).'/src/Services/UserTokenManager.php';
  392.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  395.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  396.             include_once \dirname(__DIR__4).'/src/Listener/GenerateCookieListener.php';
  397.             include_once \dirname(__DIR__4).'/src/Listener/RequestListener.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  410.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  426.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  433.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  461.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  477.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  478.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  479.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  500.             include_once \dirname(__DIR__4).'/vendor/nucleos/user-bundle/src/Validator/Initializer.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  516.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  517.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  518.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  519.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  522.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  525.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  526.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  527.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  529.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  530.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  531.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  539.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  557.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  558.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  560.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  562.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  563.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  564.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  565.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  566.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  567.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  568.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  569.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  570.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  571.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  574.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  600.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  604.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  606.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  609.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  610.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php';
  611.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  612.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  613.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  614.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  615.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  616.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php';
  617.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
  619.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bundle/SwiftMailer/MessageFactory.php';
  622.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/MailHandler.php';
  623.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/SwiftMailerHandler.php';
  625.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
  627.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  629.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  648.             include_once \dirname(__DIR__4).'/vendor/lexik/translation-bundle/Translation/Translator.php';
  649.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  650.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  652.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  653.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  654.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  655.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  657.             include_once \dirname(__DIR__4).'/vendor/nucleos/user-bundle/src/Util/CanonicalFieldsUpdater.php';
  658.             include_once \dirname(__DIR__4).'/vendor/nucleos/user-bundle/src/Util/SimpleCanonicalFieldsUpdater.php';
  659.             include_once \dirname(__DIR__4).'/vendor/nucleos/user-bundle/src/EventListener/LocaleEventListener.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  668.             include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  670.             include_once \dirname(__DIR__4).'/vendor/nucleos/user-bundle/src/Util/Canonicalizer.php';
  671.             include_once \dirname(__DIR__4).'/vendor/nucleos/user-bundle/src/Util/SimpleCanonicalizer.php';
  672.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  694.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  701.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  704.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  705.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  706.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  707.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  708.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  709.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  710.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  711.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  712.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  718.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  734.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  736.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  737.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  738.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  739.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  741.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  749.         };
  750.     }
  751.     public function compile(): void
  752.     {
  753.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  754.     }
  755.     public function isCompiled(): bool
  756.     {
  757.         return true;
  758.     }
  759.     public function getRemovedIds(): array
  760.     {
  761.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  762.     }
  763.     protected function load($file$lazyLoad true)
  764.     {
  765.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  766.             return $class::do($this$lazyLoad);
  767.         }
  768.         if ('.' === $file[-4]) {
  769.             $class substr($class0, -4);
  770.         } else {
  771.             $file .= '.php';
  772.         }
  773.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  774.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  775.     }
  776.     /**
  777.      * Gets the public '.container.private.filesystem' shared service.
  778.      *
  779.      * @return \Symfony\Component\Filesystem\Filesystem
  780.      */
  781.     protected function get_Container_Private_FilesystemService()
  782.     {
  783.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  784.     }
  785.     /**
  786.      * Gets the public '.container.private.profiler' shared service.
  787.      *
  788.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  789.      */
  790.     protected function get_Container_Private_ProfilerService()
  791.     {
  792.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  793.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  794.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  795.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  796.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  797.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  798.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  799.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  800.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  801.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  802.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  803.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  804.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  805.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  806.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  807.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  808.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  809.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  810.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  811.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  812.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  813.         if ($this->has('kernel')) {
  814.             $e->setKernel($b);
  815.         }
  816.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  817.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  818.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  819.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  820.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  821.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  822.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  823.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  824.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  825.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  826.         $instance->add($d);
  827.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  828.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  829.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  830.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  831.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  832.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  833.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  834.         $instance->add($e);
  835.         return $instance;
  836.     }
  837.     /**
  838.      * Gets the public '.container.private.security.authorization_checker' shared service.
  839.      *
  840.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  841.      */
  842.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  843.     {
  844.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  845.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  846.             return $this->services['.container.private.security.authorization_checker'];
  847.         }
  848.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  849.     }
  850.     /**
  851.      * Gets the public '.container.private.security.token_storage' shared service.
  852.      *
  853.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  854.      */
  855.     protected function get_Container_Private_Security_TokenStorageService()
  856.     {
  857.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  858.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  859.         ], [
  860.             'request_stack' => '?',
  861.         ]));
  862.     }
  863.     /**
  864.      * Gets the public '.container.private.session' shared service.
  865.      *
  866.      * @return \Symfony\Component\HttpFoundation\Session\Session
  867.      */
  868.     protected function get_Container_Private_SessionService()
  869.     {
  870.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  871.         if (isset($this->services['.container.private.session'])) {
  872.             return $this->services['.container.private.session'];
  873.         }
  874.         return $this->services['.container.private.session'] = $a->createSession();
  875.     }
  876.     /**
  877.      * Gets the public '.container.private.twig' shared service.
  878.      *
  879.      * @return \Twig\Environment
  880.      */
  881.     protected function get_Container_Private_TwigService()
  882.     {
  883.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  884.         $a->addPath((\dirname(__DIR__4).'/vendor/lexik/translation-bundle/Resources/views'), 'LexikTranslationBundle');
  885.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/NucleosUserBundle'), 'FOSUser');
  886.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  887.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  888.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  889.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  890.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  891.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  892.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  893.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  894.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  895.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  896.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  897.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  898.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  899.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  900.         $a->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), 'A2lixTranslationForm');
  901.         $a->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), '!A2lixTranslationForm');
  902.         $a->addPath((\dirname(__DIR__4).'/vendor/lexik/translation-bundle/Resources/views'), 'LexikTranslation');
  903.         $a->addPath((\dirname(__DIR__4).'/vendor/lexik/translation-bundle/Resources/views'), '!LexikTranslation');
  904.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  905.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  906.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  907.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  908.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/NucleosUserBundle'), 'NucleosUser');
  909.         $a->addPath((\dirname(__DIR__4).'/vendor/nucleos/user-bundle/src/Resources/views'), 'NucleosUser');
  910.         $a->addPath((\dirname(__DIR__4).'/vendor/nucleos/user-bundle/src/Resources/views'), '!NucleosUser');
  911.         $a->addPath((\dirname(__DIR__4).'/templates'));
  912.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  913.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  914.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  915.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'auto_reload' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  916.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  917.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  918.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  919.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  920.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  921.         $g = ($this->services['router'] ?? $this->getRouterService());
  922.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  923.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  924.         $i = new \Symfony\Bridge\Twig\AppVariable();
  925.         $i->setEnvironment('dev');
  926.         $i->setDebug(true);
  927.         if ($this->has('.container.private.security.token_storage')) {
  928.             $i->setTokenStorage($c);
  929.         }
  930.         if ($this->has('request_stack')) {
  931.             $i->setRequestStack($b);
  932.         }
  933.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  934.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  935.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  936.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  937.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  938.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  939.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  940.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  941.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  942.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  943.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  944.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  945.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$g)));
  946.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  947.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  948.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  949.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  950.         $instance->addExtension(($this->privates['App\\Twig\\AppExtension'] ?? $this->getAppExtensionService()));
  951.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  952.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  953.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  954.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  955.         $instance->addGlobal('app'$i);
  956.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  957.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  958.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  959.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  960.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  961.         ], [
  962.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  963.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  964.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  965.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  966.         ])));
  967.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  968.         return $instance;
  969.     }
  970.     /**
  971.      * Gets the public '.container.private.validator' shared service.
  972.      *
  973.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  974.      */
  975.     protected function get_Container_Private_ValidatorService()
  976.     {
  977.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  978.         if (isset($this->services['.container.private.validator'])) {
  979.             return $this->services['.container.private.validator'];
  980.         }
  981.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  982.     }
  983.     /**
  984.      * Gets the public 'cache.app' shared service.
  985.      *
  986.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  987.      */
  988.     protected function getCache_AppService()
  989.     {
  990.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('EnG1RAoFC0'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  991.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  992.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  993.     }
  994.     /**
  995.      * Gets the public 'cache.system' shared service.
  996.      *
  997.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  998.      */
  999.     protected function getCache_SystemService()
  1000.     {
  1001.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XX2Q3pCyXO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1002.     }
  1003.     /**
  1004.      * Gets the public 'cache.validator_expression_language' shared service.
  1005.      *
  1006.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1007.      */
  1008.     protected function getCache_ValidatorExpressionLanguageService()
  1009.     {
  1010.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('I+1SGHIgan'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1011.     }
  1012.     /**
  1013.      * Gets the public 'data_collector.dump' shared service.
  1014.      *
  1015.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1016.      */
  1017.     protected function getDataCollector_DumpService()
  1018.     {
  1019.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1020.     }
  1021.     /**
  1022.      * Gets the public 'doctrine' shared service.
  1023.      *
  1024.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1025.      */
  1026.     protected function getDoctrineService()
  1027.     {
  1028.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1029.     }
  1030.     /**
  1031.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1032.      *
  1033.      * @return \Doctrine\DBAL\Connection
  1034.      */
  1035.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1036.     {
  1037.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1038.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1039.             return $this->services['doctrine.dbal.default_connection'];
  1040.         }
  1041.         $b = new \Doctrine\DBAL\Configuration();
  1042.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1043.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  1044.         $b->setMiddlewares([]);
  1045.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $b$a, []);
  1046.     }
  1047.     /**
  1048.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1049.      *
  1050.      * @return \Doctrine\ORM\EntityManager
  1051.      */
  1052.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1053.     {
  1054.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1055.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1056.             return $this->services['doctrine.orm.default_entity_manager'];
  1057.         }
  1058.         $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1059.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1060.             return $this->services['doctrine.orm.default_entity_manager'];
  1061.         }
  1062.         $c = new \Doctrine\ORM\Configuration();
  1063.         $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1064.         $d->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1065.         $d->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Lexik\\Bundle\\TranslationBundle\\Entity');
  1066.         $d->addDriver(new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/lexik/translation-bundle/Resources/config/model') => 'Lexik\\Bundle\\TranslationBundle\\Model']), 'Lexik\\Bundle\\TranslationBundle\\Model');
  1067.         $d->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/nucleos/user-bundle/src/Resources/config/doctrine-mapping') => 'Nucleos\\UserBundle\\Model'], '.orm.xml'), '.dcm.xml'false), 'Nucleos\\UserBundle\\Model');
  1068.         $c->setEntityNamespaces(['App' => 'App\\Entity''LexikTranslationBundle' => 'Lexik\\Bundle\\TranslationBundle\\Entity']);
  1069.         $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1070.         $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1071.         $c->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1072.         $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1073.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1074.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1075.         ], [
  1076.             'doctrine.ulid_generator' => '?',
  1077.             'doctrine.uuid_generator' => '?',
  1078.         ])));
  1079.         $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1080.         $c->setProxyNamespace('Proxies');
  1081.         $c->setAutoGenerateProxyClasses(true);
  1082.         $c->setSchemaIgnoreClasses([]);
  1083.         $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1084.         $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1085.         $c->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1086.         $c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1087.         $c->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1088.         $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1089.         $c->setLazyGhostObjectEnabled(false);
  1090.         $c->setIdentityGenerationPreferences([]);
  1091.         $c->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1092.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$c$b);
  1093.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1094.         return $instance;
  1095.     }
  1096.     /**
  1097.      * Gets the public 'event_dispatcher' shared service.
  1098.      *
  1099.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1100.      */
  1101.     protected function getEventDispatcherService()
  1102.     {
  1103.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1104.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1105.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  1106.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1107.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1108.         $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())));
  1109.         $instance->addListener('kernel.response', [=> function () {
  1110.             return ($this->privates['ck_front_bundle.user_cookie.kernel_response_listener'] ?? $this->getCkFrontBundle_UserCookie_KernelResponseListenerService());
  1111.         }, => 'onKernelResponse'], 0);
  1112.         $instance->addListener('kernel.request', [=> function () {
  1113.             return ($this->privates['RequestListener'] ?? $this->getRequestListenerService());
  1114.         }, => 'onKernelRequest'], -1001);
  1115.         $instance->addListener('kernel.controller', [=> function () {
  1116.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1117.         }, => 'onKernelController'], 0);
  1118.         $instance->addListener('console.command', [=> function () {
  1119.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1120.         }, => 'onConsoleCommand'], 0);
  1121.         $instance->addListener('kernel.terminate', [=> function () {
  1122.             return ($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService());
  1123.         }, => 'onKernelTerminate'], 0);
  1124.         $instance->addListener('console.terminate', [=> function () {
  1125.             return ($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService());
  1126.         }, => 'onCliTerminate'], 0);
  1127.         $instance->addListener('Lexik\\Bundle\\TranslationBundle\\EventDispatcher\\Event\\GetDatabaseResourcesEvent', [=> function () {
  1128.             return ($this->privates['Lexik\\Bundle\\TranslationBundle\\EventDispatcher\\Event\\GetDatabaseResourcesEvent'] ?? $this->load('getGetDatabaseResourcesEventService'));
  1129.         }, => 'onGetDatabaseResources'], 0);
  1130.         $instance->addListener('kernel.request', [=> function () {
  1131.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1132.         }, => 'onKernelRequest'], 0);
  1133.         $instance->addListener('kernel.response', [=> function () {
  1134.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1135.         }, => 'onKernelResponse'], 0);
  1136.         $instance->addListener('kernel.response', [=> function () {
  1137.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1138.         }, => 'onKernelResponse'], -1024);
  1139.         $instance->addListener('kernel.request', [=> function () {
  1140.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1141.         }, => 'setDefaultLocale'], 100);
  1142.         $instance->addListener('kernel.request', [=> function () {
  1143.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1144.         }, => 'onKernelRequest'], 16);
  1145.         $instance->addListener('kernel.finish_request', [=> function () {
  1146.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1147.         }, => 'onKernelFinishRequest'], 0);
  1148.         $instance->addListener('kernel.request', [=> function () {
  1149.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1150.         }, => 'onKernelRequest'], 256);
  1151.         $instance->addListener('kernel.response', [=> function () {
  1152.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1153.         }, => 'onResponse'], -255);
  1154.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1155.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1156.         }, => 'onControllerArguments'], 0);
  1157.         $instance->addListener('kernel.exception', [=> function () {
  1158.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1159.         }, => 'logKernelException'], 0);
  1160.         $instance->addListener('kernel.exception', [=> function () {
  1161.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1162.         }, => 'onKernelException'], -128);
  1163.         $instance->addListener('kernel.response', [=> function () {
  1164.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1165.         }, => 'removeCspHeader'], -128);
  1166.         $instance->addListener('kernel.request', [=> function () {
  1167.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1168.         }, => 'onKernelRequest'], 15);
  1169.         $instance->addListener('kernel.finish_request', [=> function () {
  1170.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1171.         }, => 'onKernelFinishRequest'], -15);
  1172.         $instance->addListener('console.error', [=> function () {
  1173.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1174.         }, => 'onConsoleError'], -128);
  1175.         $instance->addListener('console.terminate', [=> function () {
  1176.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1177.         }, => 'onConsoleTerminate'], -128);
  1178.         $instance->addListener('console.error', [=> function () {
  1179.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1180.         }, => 'onConsoleError'], 0);
  1181.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1182.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1183.         }, => 'onMessage'], -255);
  1184.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1185.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1186.         }, => 'onMessage'], -255);
  1187.         $instance->addListener('kernel.request', [=> function () {
  1188.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1189.         }, => 'configure'], 2048);
  1190.         $instance->addListener('console.command', [=> function () {
  1191.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1192.         }, => 'configure'], 2048);
  1193.         $instance->addListener('kernel.request', [=> function () {
  1194.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1195.         }, => 'onKernelRequest'], 32);
  1196.         $instance->addListener('kernel.finish_request', [=> function () {
  1197.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1198.         }, => 'onKernelFinishRequest'], 0);
  1199.         $instance->addListener('kernel.exception', [=> function () {
  1200.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1201.         }, => 'onKernelException'], -64);
  1202.         $instance->addListener('kernel.response', [=> function () {
  1203.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1204.         }, => 'onKernelResponse'], 0);
  1205.         $instance->addListener('kernel.request', [=> function () {
  1206.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1207.         }, => 'onKernelRequest'], 128);
  1208.         $instance->addListener('kernel.response', [=> function () {
  1209.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1210.         }, => 'onKernelResponse'], -1000);
  1211.         $instance->addListener('kernel.finish_request', [=> function () {
  1212.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1213.         }, => 'onFinishRequest'], 0);
  1214.         $instance->addListener('kernel.response', [=> function () {
  1215.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1216.         }, => 'onKernelResponse'], -100);
  1217.         $instance->addListener('kernel.exception', [=> function () {
  1218.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1219.         }, => 'onKernelException'], 0);
  1220.         $instance->addListener('kernel.terminate', [=> function () {
  1221.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1222.         }, => 'onKernelTerminate'], -1024);
  1223.         $instance->addListener('kernel.controller', [=> function () {
  1224.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1225.         }, => 'onKernelController'], 0);
  1226.         $instance->addListener('kernel.response', [=> function () {
  1227.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1228.         }, => 'onKernelResponse'], 0);
  1229.         $instance->addListener('kernel.controller', [=> function () {
  1230.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1231.         }, => 'onKernelController'], 0);
  1232.         $instance->addListener('kernel.controller', [=> function () {
  1233.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1234.         }, => 'onKernelController'], 0);
  1235.         $instance->addListener('kernel.controller', [=> function () {
  1236.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1237.         }, => 'onKernelController'], -128);
  1238.         $instance->addListener('kernel.view', [=> function () {
  1239.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1240.         }, => 'onKernelView'], 0);
  1241.         $instance->addListener('kernel.controller', [=> function () {
  1242.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1243.         }, => 'onKernelController'], 0);
  1244.         $instance->addListener('kernel.response', [=> function () {
  1245.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1246.         }, => 'onKernelResponse'], 0);
  1247.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1248.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1249.         }, => 'onKernelControllerArguments'], 0);
  1250.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1251.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1252.         }, => 'onKernelControllerArguments'], 0);
  1253.         $instance->addListener('kernel.response', [=> function () {
  1254.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1255.         }, => 'onKernelResponse'], 0);
  1256.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1257.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1258.         }, => 'onVoterVote'], 0);
  1259.         $instance->addListener('kernel.request', [=> function () {
  1260.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1261.         }, => 'configureLogoutUrlGenerator'], 8);
  1262.         $instance->addListener('kernel.request', [=> function () {
  1263.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1264.         }, => 'onKernelRequest'], 8);
  1265.         $instance->addListener('kernel.finish_request', [=> function () {
  1266.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1267.         }, => 'onKernelFinishRequest'], 0);
  1268.         $instance->addListener('kernel.exception', [=> function () {
  1269.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1270.         }, => 'onException'], 0);
  1271.         $instance->addListener('kernel.terminate', [=> function () {
  1272.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1273.         }, => 'onTerminate'], 0);
  1274.         $instance->addListener('console.error', [=> function () {
  1275.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1276.         }, => 'onException'], 0);
  1277.         $instance->addListener('console.terminate', [=> function () {
  1278.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1279.         }, => 'onTerminate'], 0);
  1280.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1281.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1282.         }, => 'onMessage'], 0);
  1283.         $instance->addListener('kernel.response', [=> function () {
  1284.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1285.         }, => 'onKernelResponse'], -128);
  1286.         $instance->addListener('console.command', [=> function () {
  1287.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1288.         }, => 'onCommand'], 255);
  1289.         $instance->addListener('console.terminate', [=> function () {
  1290.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1291.         }, => 'onTerminate'], -255);
  1292.         $instance->addListener('console.command', [=> function () {
  1293.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1294.         }, => 'configure'], 1024);
  1295.         $instance->addListener('console.error', [=> function () {
  1296.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1297.         }, => 'onConsoleError'], 0);
  1298.         $instance->addListener('console.terminate', [=> function () {
  1299.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1300.         }, => 'onConsoleTerminate'], 0);
  1301.         $instance->addListener('knp_pager.before', [=> function () {
  1302.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1303.         }, => 'before'], 0);
  1304.         $instance->addListener('knp_pager.pagination', [=> function () {
  1305.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1306.         }, => 'pagination'], 0);
  1307.         $instance->addListener('knp_pager.before', [=> function () {
  1308.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1309.         }, => 'before'], 1);
  1310.         $instance->addListener('knp_pager.before', [=> function () {
  1311.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1312.         }, => 'before'], 1);
  1313.         $instance->addListener('knp_pager.pagination', [=> function () {
  1314.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1315.         }, => 'pagination'], 1);
  1316.         $instance->addListener('nucleos_user.security.implicit_login', [=> function () {
  1317.             return ($this->privates['Nucleos\\UserBundle\\EventListener\\LastLoginListener'] ?? $this->load('getLastLoginListenerService'));
  1318.         }, => 'onImplicitLogin'], 0);
  1319.         $instance->addListener('security.interactive_login', [=> function () {
  1320.             return ($this->privates['Nucleos\\UserBundle\\EventListener\\LastLoginListener'] ?? $this->load('getLastLoginListenerService'));
  1321.         }, => 'onSecurityInteractiveLogin'], 0);
  1322.         $instance->addListener('nucleos_user.resetting.reset.completed', [=> function () {
  1323.             return ($this->privates['Nucleos\\UserBundle\\EventListener\\AuthenticationListener'] ?? $this->load('getAuthenticationListenerService'));
  1324.         }, => 'authenticate'], 0);
  1325.         $instance->addListener('nucleos_user.security.implicit_login', [=> function () {
  1326.             return ($this->privates['Nucleos\\UserBundle\\EventListener\\LocaleEventListener'] ?? $this->getLocaleEventListenerService());
  1327.         }, => 'onImplicitLogin'], 0);
  1328.         $instance->addListener('security.interactive_login', [=> function () {
  1329.             return ($this->privates['Nucleos\\UserBundle\\EventListener\\LocaleEventListener'] ?? $this->getLocaleEventListenerService());
  1330.         }, => 'onSecurityInteractiveLogin'], 0);
  1331.         $instance->addListener('kernel.request', [=> function () {
  1332.             return ($this->privates['Nucleos\\UserBundle\\EventListener\\LocaleEventListener'] ?? $this->getLocaleEventListenerService());
  1333.         }, => 'onKernelRequest'], 20);
  1334.         $instance->addListener('nucleos_user.user.locale_changed', [=> function () {
  1335.             return ($this->privates['Nucleos\\UserBundle\\EventListener\\LocaleEventListener'] ?? $this->getLocaleEventListenerService());
  1336.         }, => 'onLocaleChanged'], 0);
  1337.         $instance->addListener('nucleos_user.user.timezone_changed', [=> function () {
  1338.             return ($this->privates['Nucleos\\UserBundle\\EventListener\\LocaleEventListener'] ?? $this->getLocaleEventListenerService());
  1339.         }, => 'onTimezoneChanged'], 0);
  1340.         $instance->addListener('nucleos_user.change_password.edit.completed', [=> function () {
  1341.             return ($this->privates['Nucleos\\UserBundle\\EventListener\\FlashListener'] ?? $this->load('getFlashListenerService'));
  1342.         }, => 'addSuccessFlash'], 0);
  1343.         $instance->addListener('nucleos_user.resetting.reset.completed', [=> function () {
  1344.             return ($this->privates['Nucleos\\UserBundle\\EventListener\\FlashListener'] ?? $this->load('getFlashListenerService'));
  1345.         }, => 'addSuccessFlash'], 0);
  1346.         $instance->addListener('nucleos_user.account_deletion.success', [=> function () {
  1347.             return ($this->privates['Nucleos\\UserBundle\\EventListener\\FlashListener'] ?? $this->load('getFlashListenerService'));
  1348.         }, => 'addSuccessFlash'], 0);
  1349.         $instance->addListener('nucleos_user.resetting.reset.initialize', [=> function () {
  1350.             return ($this->privates['Nucleos\\UserBundle\\EventListener\\ResettingListener'] ?? $this->load('getResettingListenerService'));
  1351.         }, => 'onResettingResetInitialize'], 0);
  1352.         $instance->addListener('nucleos_user.resetting.reset.success', [=> function () {
  1353.             return ($this->privates['Nucleos\\UserBundle\\EventListener\\ResettingListener'] ?? $this->load('getResettingListenerService'));
  1354.         }, => 'onResettingResetSuccess'], 0);
  1355.         $instance->addListener('nucleos_user.resetting.reset.request', [=> function () {
  1356.             return ($this->privates['Nucleos\\UserBundle\\EventListener\\ResettingListener'] ?? $this->load('getResettingListenerService'));
  1357.         }, => 'onResettingResetRequest'], 0);
  1358.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1359.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1360.         }, => 'onLogout'], 0);
  1361.         return $instance;
  1362.     }
  1363.     /**
  1364.      * Gets the public 'http_kernel' shared service.
  1365.      *
  1366.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1367.      */
  1368.     protected function getHttpKernelService()
  1369.     {
  1370.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1371.         if (isset($this->services['http_kernel'])) {
  1372.             return $this->services['http_kernel'];
  1373.         }
  1374.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1375.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1376.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1377.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1378.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1379.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1380.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1381.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1382.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1383.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1384.         }, 8)), $b));
  1385.     }
  1386.     /**
  1387.      * Gets the public 'lexik_translation.translator' shared service.
  1388.      *
  1389.      * @return \Lexik\Bundle\TranslationBundle\Translation\Translator
  1390.      */
  1391.     protected function getLexikTranslation_TranslatorService()
  1392.     {
  1393.         $this->services['lexik_translation.translator'] = $instance = new \Lexik\Bundle\TranslationBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1394.             'Lexik\\Bundle\\TranslationBundle\\Translation\\Loader' => ['privates''Lexik\\Bundle\\TranslationBundle\\Translation\\Loader''getLoaderService'true],
  1395.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  1396.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  1397.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  1398.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  1399.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  1400.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  1401.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  1402.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  1403.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  1404.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  1405.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  1406.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  1407.         ], [
  1408.             'Lexik\\Bundle\\TranslationBundle\\Translation\\Loader' => '?',
  1409.             'event_dispatcher' => '?',
  1410.             'translation.loader.csv' => '?',
  1411.             'translation.loader.dat' => '?',
  1412.             'translation.loader.ini' => '?',
  1413.             'translation.loader.json' => '?',
  1414.             'translation.loader.mo' => '?',
  1415.             'translation.loader.php' => '?',
  1416.             'translation.loader.po' => '?',
  1417.             'translation.loader.qt' => '?',
  1418.             'translation.loader.res' => '?',
  1419.             'translation.loader.xliff' => '?',
  1420.             'translation.loader.yml' => '?',
  1421.         ]), ($this->privates['translator.formatter.default'] ?? $this->getTranslator_Formatter_DefaultService()), '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'], 'Lexik\\Bundle\\TranslationBundle\\Translation\\Loader' => [=> 'database']], $this->getParameter('lexik_translation.translator.options'));
  1422.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1423.         $instance->setFallbackLocales($this->parameters['a2lix_translation_form.required_locales']);
  1424.         $instance->addResource('xlf', (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 'sk''validators');
  1425.         $instance->addResource('xlf', (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 'pl''validators');
  1426.         $instance->addResource('xlf', (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 'ro''validators');
  1427.         $instance->addResource('xlf', (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 'de''validators');
  1428.         $instance->addResource('xlf', (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 'sk''validators');
  1429.         $instance->addResource('xlf', (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 'de''validators');
  1430.         $instance->addResource('xlf', (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 'pl''validators');
  1431.         $instance->addResource('xlf', (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 'ro''validators');
  1432.         $instance->addResource('xlf', (\dirname(__DIR__4).'/vendor/symfony/security-core/Exception/../Resources/translations/security.sk.xlf'), 'sk''security');
  1433.         $instance->addResource('xlf', (\dirname(__DIR__4).'/vendor/symfony/security-core/Exception/../Resources/translations/security.de.xlf'), 'de''security');
  1434.         $instance->addResource('xlf', (\dirname(__DIR__4).'/vendor/symfony/security-core/Exception/../Resources/translations/security.pl.xlf'), 'pl''security');
  1435.         $instance->addResource('xlf', (\dirname(__DIR__4).'/vendor/symfony/security-core/Exception/../Resources/translations/security.ro.xlf'), 'ro''security');
  1436.         $instance->addResource('yml', (\dirname(__DIR__4).'/vendor/lexik/translation-bundle/Resources/translations/LexikTranslationBundle.sk.yml'), 'sk''LexikTranslationBundle');
  1437.         $instance->addResource('yml', (\dirname(__DIR__4).'/vendor/lexik/translation-bundle/Resources/translations/LexikTranslationBundle.de.yml'), 'de''LexikTranslationBundle');
  1438.         $instance->addResource('yml', (\dirname(__DIR__4).'/vendor/lexik/translation-bundle/Resources/translations/LexikTranslationBundle.ro.yml'), 'ro''LexikTranslationBundle');
  1439.         $instance->addResource('yml', (\dirname(__DIR__4).'/vendor/lexik/translation-bundle/Resources/translations/LexikTranslationBundle.pl.yml'), 'pl''LexikTranslationBundle');
  1440.         $instance->addResource('xlf', (\dirname(__DIR__4).'/vendor/nucleos/user-bundle/src/Resources/translations/validators.de.xlf'), 'de''validators');
  1441.         $instance->addResource('xlf', (\dirname(__DIR__4).'/vendor/nucleos/user-bundle/src/Resources/translations/NucleosUserBundle.de.xlf'), 'de''NucleosUserBundle');
  1442.         $instance->addResource('yaml', (\dirname(__DIR__4).'/translations/validators/validators.pl.yaml'), 'pl''validators');
  1443.         $instance->addResource('yaml', (\dirname(__DIR__4).'/translations/messages.pl.yaml'), 'pl''messages');
  1444.         $instance->addResource('yaml', (\dirname(__DIR__4).'/translations/validators.pl.yaml'), 'pl''validators');
  1445.         $instance->addResource('yaml', (\dirname(__DIR__4).'/translations/admin.pl.yaml'), 'pl''admin');
  1446.         $instance->addResource('yaml', (\dirname(__DIR__4).'/translations/store.pl.yaml'), 'pl''store');
  1447.         $instance->addDatabaseResources();
  1448.         return $instance;
  1449.     }
  1450.     /**
  1451.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1452.      *
  1453.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1454.      */
  1455.     protected function getLiipImagine_Cache_ManagerService()
  1456.     {
  1457.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1458.         if (isset($this->services['liip_imagine.cache.manager'])) {
  1459.             return $this->services['liip_imagine.cache.manager'];
  1460.         }
  1461.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $a'default'false);
  1462.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1463.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1464.         return $instance;
  1465.     }
  1466.     /**
  1467.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1468.      *
  1469.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1470.      */
  1471.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1472.     {
  1473.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  1474.     }
  1475.     /**
  1476.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1477.      *
  1478.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1479.      */
  1480.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1481.     {
  1482.         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()));
  1483.     }
  1484.     /**
  1485.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1486.      *
  1487.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1488.      */
  1489.     protected function getLiipImagine_Cache_SignerService()
  1490.     {
  1491.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1492.     }
  1493.     /**
  1494.      * Gets the public 'nucleos_user.util.email_canonicalizer' shared service.
  1495.      *
  1496.      * @return \Nucleos\UserBundle\Util\SimpleCanonicalizer
  1497.      */
  1498.     protected function getNucleosUser_Util_EmailCanonicalizerService()
  1499.     {
  1500.         return $this->services['nucleos_user.util.email_canonicalizer'] = new \Nucleos\UserBundle\Util\SimpleCanonicalizer();
  1501.     }
  1502.     /**
  1503.      * Gets the public 'request_stack' shared service.
  1504.      *
  1505.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1506.      */
  1507.     protected function getRequestStackService()
  1508.     {
  1509.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1510.     }
  1511.     /**
  1512.      * Gets the public 'router' shared service.
  1513.      *
  1514.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1515.      */
  1516.     protected function getRouterService()
  1517.     {
  1518.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1519.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1520.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1521.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  1522.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1523.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1524.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1525.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1526.         ], [
  1527.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1528.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'pl');
  1529.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1530.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1531.         return $instance;
  1532.     }
  1533.     /**
  1534.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  1535.      *
  1536.      * @return \Swift_Transport
  1537.      */
  1538.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  1539.     {
  1540.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''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())));
  1541.     }
  1542.     /**
  1543.      * Gets the public 'translator' shared service.
  1544.      *
  1545.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1546.      */
  1547.     protected function getTranslatorService()
  1548.     {
  1549.         $a = ($this->services['lexik_translation.translator'] ?? $this->getLexikTranslation_TranslatorService());
  1550.         if (isset($this->services['translator'])) {
  1551.             return $this->services['translator'];
  1552.         }
  1553.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator($a);
  1554.     }
  1555.     /**
  1556.      * Gets the public 'var_dumper.cloner' shared service.
  1557.      *
  1558.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1559.      */
  1560.     protected function getVarDumper_ClonerService()
  1561.     {
  1562.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1563.         $instance->setMaxItems(2500);
  1564.         $instance->setMinDepth(1);
  1565.         $instance->setMaxString(-1);
  1566.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1567.         return $instance;
  1568.     }
  1569.     /**
  1570.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1571.      *
  1572.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1573.      */
  1574.     protected function get_ServiceLocator_ZJyh7qSService()
  1575.     {
  1576.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1577.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1578.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1579.         ], [
  1580.             'security.firewall.map.context.dev' => '?',
  1581.             'security.firewall.map.context.main' => '?',
  1582.         ]);
  1583.     }
  1584.     /**
  1585.      * Gets the private 'App\Services\UserTokenManager' shared autowired service.
  1586.      *
  1587.      * @return \App\Services\UserTokenManager
  1588.      */
  1589.     protected function getUserTokenManagerService()
  1590.     {
  1591.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1592.         if (isset($this->privates['App\\Services\\UserTokenManager'])) {
  1593.             return $this->privates['App\\Services\\UserTokenManager'];
  1594.         }
  1595.         return $this->privates['App\\Services\\UserTokenManager'] = new \App\Services\UserTokenManager(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  1596.     }
  1597.     /**
  1598.      * Gets the private 'App\Twig\AppExtension' shared autowired service.
  1599.      *
  1600.      * @return \App\Twig\AppExtension
  1601.      */
  1602.     protected function getAppExtensionService()
  1603.     {
  1604.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1605.         if (isset($this->privates['App\\Twig\\AppExtension'])) {
  1606.             return $this->privates['App\\Twig\\AppExtension'];
  1607.         }
  1608.         return $this->privates['App\\Twig\\AppExtension'] = new \App\Twig\AppExtension($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1609.     }
  1610.     /**
  1611.      * Gets the private 'Nucleos\UserBundle\EventListener\LocaleEventListener' shared service.
  1612.      *
  1613.      * @return \Nucleos\UserBundle\EventListener\LocaleEventListener
  1614.      */
  1615.     protected function getLocaleEventListenerService()
  1616.     {
  1617.         return $this->privates['Nucleos\\UserBundle\\EventListener\\LocaleEventListener'] = new \Nucleos\UserBundle\EventListener\LocaleEventListener(($this->services['translator'] ?? $this->getTranslatorService()));
  1618.     }
  1619.     /**
  1620.      * Gets the private 'RequestListener' shared autowired service.
  1621.      *
  1622.      * @return \App\Listener\RequestListener
  1623.      */
  1624.     protected function getRequestListenerService()
  1625.     {
  1626.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1627.         if (isset($this->privates['RequestListener'])) {
  1628.             return $this->privates['RequestListener'];
  1629.         }
  1630.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1631.         return $this->privates['RequestListener'] = new \App\Listener\RequestListener(new \App\Services\UserTokenManager($b$a), ($this->services['router'] ?? $this->getRouterService()), $b$a, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  1632.     }
  1633.     /**
  1634.      * Gets the private 'annotations.cache_adapter' shared service.
  1635.      *
  1636.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1637.      */
  1638.     protected function getAnnotations_CacheAdapterService()
  1639.     {
  1640.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1641.     }
  1642.     /**
  1643.      * Gets the private 'annotations.cached_reader' shared service.
  1644.      *
  1645.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1646.      */
  1647.     protected function getAnnotations_CachedReaderService()
  1648.     {
  1649.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1650.     }
  1651.     /**
  1652.      * Gets the private 'annotations.reader' shared service.
  1653.      *
  1654.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1655.      */
  1656.     protected function getAnnotations_ReaderService()
  1657.     {
  1658.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1659.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1660.         $a->registerUniqueLoader('class_exists');
  1661.         $instance->addGlobalIgnoredName('required'$a);
  1662.         return $instance;
  1663.     }
  1664.     /**
  1665.      * Gets the private 'assets.packages' shared service.
  1666.      *
  1667.      * @return \Symfony\Component\Asset\Packages
  1668.      */
  1669.     protected function getAssets_PackagesService()
  1670.     {
  1671.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1672.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1673.             return new \EmptyIterator();
  1674.         }, 0));
  1675.     }
  1676.     /**
  1677.      * Gets the private 'cache.annotations' shared service.
  1678.      *
  1679.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1680.      */
  1681.     protected function getCache_AnnotationsService()
  1682.     {
  1683.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KVL2RmiT51'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1684.     }
  1685.     /**
  1686.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1687.      *
  1688.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1689.      */
  1690.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1691.     {
  1692.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1693.     }
  1694.     /**
  1695.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1696.      *
  1697.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1698.      */
  1699.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1700.     {
  1701.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1702.     }
  1703.     /**
  1704.      * Gets the private 'cache.property_info' shared service.
  1705.      *
  1706.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1707.      */
  1708.     protected function getCache_PropertyInfoService()
  1709.     {
  1710.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('r-PwsstPQ7'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1711.     }
  1712.     /**
  1713.      * Gets the private 'cache.security_expression_language' shared service.
  1714.      *
  1715.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1716.      */
  1717.     protected function getCache_SecurityExpressionLanguageService()
  1718.     {
  1719.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OCO7u7hWJd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1720.     }
  1721.     /**
  1722.      * Gets the private 'cache.serializer' shared service.
  1723.      *
  1724.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1725.      */
  1726.     protected function getCache_SerializerService()
  1727.     {
  1728.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XnJUplgjcw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1729.     }
  1730.     /**
  1731.      * Gets the private 'cache.validator' shared service.
  1732.      *
  1733.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1734.      */
  1735.     protected function getCache_ValidatorService()
  1736.     {
  1737.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bgTKuGIwMl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1738.     }
  1739.     /**
  1740.      * Gets the private 'ck_front_bundle.user_cookie.kernel_response_listener' shared autowired service.
  1741.      *
  1742.      * @return \App\Listener\GenerateCookieListener
  1743.      */
  1744.     protected function getCkFrontBundle_UserCookie_KernelResponseListenerService()
  1745.     {
  1746.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1747.         if (isset($this->privates['ck_front_bundle.user_cookie.kernel_response_listener'])) {
  1748.             return $this->privates['ck_front_bundle.user_cookie.kernel_response_listener'];
  1749.         }
  1750.         $b = ($this->privates['App\\Services\\UserTokenManager'] ?? $this->getUserTokenManagerService());
  1751.         if (isset($this->privates['ck_front_bundle.user_cookie.kernel_response_listener'])) {
  1752.             return $this->privates['ck_front_bundle.user_cookie.kernel_response_listener'];
  1753.         }
  1754.         return $this->privates['ck_front_bundle.user_cookie.kernel_response_listener'] = new \App\Listener\GenerateCookieListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b);
  1755.     }
  1756.     /**
  1757.      * Gets the private 'config_cache_factory' shared service.
  1758.      *
  1759.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1760.      */
  1761.     protected function getConfigCacheFactoryService()
  1762.     {
  1763.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1764.             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)));
  1765.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1766.         }, 2));
  1767.     }
  1768.     /**
  1769.      * Gets the private 'data_collector.form' shared service.
  1770.      *
  1771.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1772.      */
  1773.     protected function getDataCollector_FormService()
  1774.     {
  1775.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1776.     }
  1777.     /**
  1778.      * Gets the private 'data_collector.request' shared service.
  1779.      *
  1780.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1781.      */
  1782.     protected function getDataCollector_RequestService()
  1783.     {
  1784.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1785.     }
  1786.     /**
  1787.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1788.      *
  1789.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1790.      */
  1791.     protected function getDebug_DebugHandlersListenerService()
  1792.     {
  1793.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1794.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1795.         $a->pushHandler(($this->privates['monolog.handler.deprecation_filter'] ?? $this->getMonolog_Handler_DeprecationFilterService()));
  1796.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1797.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  1798.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1799.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1800.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  1801.     }
  1802.     /**
  1803.      * Gets the private 'debug.file_link_formatter' shared service.
  1804.      *
  1805.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1806.      */
  1807.     protected function getDebug_FileLinkFormatterService()
  1808.     {
  1809.         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 () {
  1810.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1811.         });
  1812.     }
  1813.     /**
  1814.      * Gets the private 'debug.log_processor' shared service.
  1815.      *
  1816.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1817.      */
  1818.     protected function getDebug_LogProcessorService()
  1819.     {
  1820.         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())));
  1821.     }
  1822.     /**
  1823.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1824.      *
  1825.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1826.      */
  1827.     protected function getDebug_Security_Access_DecisionManagerService()
  1828.     {
  1829.         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 () {
  1830.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1831.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1832.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1833.             yield => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\EmployeeVoter'] ?? $this->load('getEmployeeVoterService'));
  1834.             yield => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\ModuleVoter'] ?? $this->load('getModuleVoterService'));
  1835.         }, 5), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1836.     }
  1837.     /**
  1838.      * Gets the private 'debug.security.firewall' shared service.
  1839.      *
  1840.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1841.      */
  1842.     protected function getDebug_Security_FirewallService()
  1843.     {
  1844.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1845.         if (isset($this->privates['debug.security.firewall'])) {
  1846.             return $this->privates['debug.security.firewall'];
  1847.         }
  1848.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1849.         if (isset($this->privates['debug.security.firewall'])) {
  1850.             return $this->privates['debug.security.firewall'];
  1851.         }
  1852.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1853.     }
  1854.     /**
  1855.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1856.      *
  1857.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1858.      */
  1859.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1860.     {
  1861.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1862.             'App\\Listener\\TestOrderListener' => ['privates''App\\Listener\\TestOrderListener''getTestOrderListenerService'true],
  1863.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber''getBlameableEventSubscriberService'true],
  1864.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber''getLoggableEventSubscriberService'true],
  1865.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber''getSluggableEventSubscriberService'true],
  1866.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber''getSoftDeletableEventSubscriberService'true],
  1867.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber''getTimestampableEventSubscriberService'true],
  1868.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber''getTranslatableEventSubscriberService'true],
  1869.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber''getTreeEventSubscriberService'true],
  1870.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber''getUuidableEventSubscriberService'true],
  1871.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1872.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1873.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1874.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1875.             'ennova.setting_bundle.authorization.changelog.subscriber' => ['privates''ennova.setting_bundle.authorization.changelog.subscriber''getEnnova_SettingBundle_Authorization_Changelog_SubscriberService'true],
  1876.             'ennova.setting_bundle.product_price.changelog.subscriber' => ['privates''ennova.setting_bundle.product_price.changelog.subscriber''getEnnova_SettingBundle_ProductPrice_Changelog_SubscriberService'true],
  1877.             'lexik_translation.orm.listener' => ['privates''lexik_translation.orm.listener''getLexikTranslation_Orm_ListenerService'true],
  1878.             'nucleos_user.user_listener' => ['privates''nucleos_user.user_listener''getNucleosUser_UserListenerService'true],
  1879.         ], [
  1880.             'App\\Listener\\TestOrderListener' => '?',
  1881.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  1882.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  1883.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  1884.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  1885.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  1886.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  1887.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  1888.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  1889.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1890.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1891.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1892.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1893.             'ennova.setting_bundle.authorization.changelog.subscriber' => '?',
  1894.             'ennova.setting_bundle.product_price.changelog.subscriber' => '?',
  1895.             'lexik_translation.orm.listener' => '?',
  1896.             'nucleos_user.user_listener' => '?',
  1897.         ]), [=> 'ennova.setting_bundle.authorization.changelog.subscriber'=> 'ennova.setting_bundle.product_price.changelog.subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'10 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'11 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'12 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'13 => 'nucleos_user.user_listener'14 => [=> [=> 'postPersist'], => 'App\\Listener\\TestOrderListener'], 15 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 16 => [=> [=> 'loadClassMetadata'], => 'lexik_translation.orm.listener']]);
  1898.     }
  1899.     /**
  1900.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1901.      *
  1902.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1903.      */
  1904.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1905.     {
  1906.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')], false);
  1907.     }
  1908.     /**
  1909.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  1910.      *
  1911.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  1912.      */
  1913.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  1914.     {
  1915.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/lexik/translation-bundle/Resources/config/doctrine') => 'Lexik\\Bundle\\TranslationBundle\\Entity'], '.orm.xml'false);
  1916.         $instance->setGlobalBasename('mapping');
  1917.         return $instance;
  1918.     }
  1919.     /**
  1920.      * Gets the private 'exception_listener' shared service.
  1921.      *
  1922.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1923.      */
  1924.     protected function getExceptionListenerService()
  1925.     {
  1926.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1927.     }
  1928.     /**
  1929.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1930.      *
  1931.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1932.      */
  1933.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1934.     {
  1935.         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())));
  1936.     }
  1937.     /**
  1938.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1939.      *
  1940.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1941.      */
  1942.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1943.     {
  1944.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1945.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1946.             return $this->privates['framework_extra_bundle.event.is_granted'];
  1947.         }
  1948.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  1949.     }
  1950.     /**
  1951.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  1952.      *
  1953.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  1954.      */
  1955.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  1956.     {
  1957.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => 'backend/sliding.html.twig''defaultSortableTemplate' => 'KnpPaginatorBundle:Pagination:sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 6'defaultPageLimit' => NULL]);
  1958.     }
  1959.     /**
  1960.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  1961.      *
  1962.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  1963.      */
  1964.     protected function getLiipImagine_Filter_ConfigurationService()
  1965.     {
  1966.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  1967.     }
  1968.     /**
  1969.      * Gets the private 'locale_aware_listener' shared service.
  1970.      *
  1971.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1972.      */
  1973.     protected function getLocaleAwareListenerService()
  1974.     {
  1975.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1976.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('pl')));
  1977.             yield => ($this->privates['translator.default'] ?? $this->load('getTranslator_DefaultService'));
  1978.             yield => ($this->services['lexik_translation.translator'] ?? $this->getLexikTranslation_TranslatorService());
  1979.         }, 3), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1980.     }
  1981.     /**
  1982.      * Gets the private 'locale_listener' shared service.
  1983.      *
  1984.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1985.      */
  1986.     protected function getLocaleListenerService()
  1987.     {
  1988.         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['router'] ?? $this->getRouterService()), false, []);
  1989.     }
  1990.     /**
  1991.      * Gets the private 'monolog.handler.console' shared service.
  1992.      *
  1993.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1994.      */
  1995.     protected function getMonolog_Handler_ConsoleService()
  1996.     {
  1997.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1998.     }
  1999.     /**
  2000.      * Gets the private 'monolog.handler.deprecation' shared service.
  2001.      *
  2002.      * @return \Monolog\Handler\StreamHandler
  2003.      */
  2004.     protected function getMonolog_Handler_DeprecationService()
  2005.     {
  2006.         $this->privates['monolog.handler.deprecation'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.deprecations.log'), 'DEBUG'trueNULLfalse);
  2007.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2008.         return $instance;
  2009.     }
  2010.     /**
  2011.      * Gets the private 'monolog.handler.deprecation_filter' shared service.
  2012.      *
  2013.      * @return \Monolog\Handler\FilterHandler
  2014.      */
  2015.     protected function getMonolog_Handler_DeprecationFilterService()
  2016.     {
  2017.         return $this->privates['monolog.handler.deprecation_filter'] = new \Monolog\Handler\FilterHandler(($this->privates['monolog.handler.deprecation'] ?? $this->getMonolog_Handler_DeprecationService()), 'DEBUG''info'true);
  2018.     }
  2019.     /**
  2020.      * Gets the private 'monolog.handler.main' shared service.
  2021.      *
  2022.      * @return \Monolog\Handler\FingersCrossedHandler
  2023.      */
  2024.     protected function getMonolog_Handler_MainService()
  2025.     {
  2026.         $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'critical'trueNULLfalse);
  2027.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2028.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler(new \Monolog\Handler\GroupHandler([=> $a=> new \Monolog\Handler\DeduplicationHandler(($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService()), ($this->targetDir.''.'/monolog_dedup_922a7b2c3485f2fca0b658c7a9e614d9d914a2f5'), 40060true)], true), new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy('critical'), 0truetrueNULL);
  2029.     }
  2030.     /**
  2031.      * Gets the private 'monolog.handler.nested' shared service.
  2032.      *
  2033.      * @return \Monolog\Handler\StreamHandler
  2034.      */
  2035.     protected function getMonolog_Handler_NestedService()
  2036.     {
  2037.         $this->privates['monolog.handler.nested'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'critical'trueNULLfalse);
  2038.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2039.         return $instance;
  2040.     }
  2041.     /**
  2042.      * Gets the private 'monolog.handler.swift' shared service.
  2043.      *
  2044.      * @return \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler
  2045.      */
  2046.     protected function getMonolog_Handler_SwiftService()
  2047.     {
  2048.         $this->privates['monolog.handler.swift'] = $instance = new \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService')), [=> $this->getMonolog_Handler_Swift_MailMessageFactoryService(), => 'createMessage'], 'debug'true);
  2049.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2050.         $instance->setFormatter(new \Monolog\Formatter\HtmlFormatter());
  2051.         $instance->setTransport(($this->services['swiftmailer.mailer.default.transport.real'] ?? $this->getSwiftmailer_Mailer_Default_Transport_RealService()));
  2052.         return $instance;
  2053.     }
  2054.     /**
  2055.      * Gets the private 'monolog.handler.swift.mail_message_factory' shared service.
  2056.      *
  2057.      * @return \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory
  2058.      */
  2059.     protected function getMonolog_Handler_Swift_MailMessageFactoryService($lazyLoad true)
  2060.     {
  2061.         return new \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService')), 'store@centrumkrzesel.pl', [=> 'krzysiek.gaudy@gmail.com'], 'An Error Occurred! %message%''text/html');
  2062.     }
  2063.     /**
  2064.      * Gets the private 'monolog.logger' shared service.
  2065.      *
  2066.      * @return \Symfony\Bridge\Monolog\Logger
  2067.      */
  2068.     protected function getMonolog_LoggerService()
  2069.     {
  2070.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2071.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2072.         $instance->useMicrosecondTimestamps(true);
  2073.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2074.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  2075.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2076.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2077.         return $instance;
  2078.     }
  2079.     /**
  2080.      * Gets the private 'monolog.logger.cache' shared service.
  2081.      *
  2082.      * @return \Symfony\Bridge\Monolog\Logger
  2083.      */
  2084.     protected function getMonolog_Logger_CacheService()
  2085.     {
  2086.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2087.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2088.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2089.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  2090.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2091.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2092.         return $instance;
  2093.     }
  2094.     /**
  2095.      * Gets the private 'monolog.logger.request' shared service.
  2096.      *
  2097.      * @return \Symfony\Bridge\Monolog\Logger
  2098.      */
  2099.     protected function getMonolog_Logger_RequestService()
  2100.     {
  2101.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2102.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2103.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2104.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  2105.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2106.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2107.         return $instance;
  2108.     }
  2109.     /**
  2110.      * Gets the private 'nucleos_user.util.canonical_fields_updater' shared service.
  2111.      *
  2112.      * @return \Nucleos\UserBundle\Util\SimpleCanonicalFieldsUpdater
  2113.      */
  2114.     protected function getNucleosUser_Util_CanonicalFieldsUpdaterService()
  2115.     {
  2116.         $a = ($this->services['nucleos_user.util.email_canonicalizer'] ?? ($this->services['nucleos_user.util.email_canonicalizer'] = new \Nucleos\UserBundle\Util\SimpleCanonicalizer()));
  2117.         return $this->privates['nucleos_user.util.canonical_fields_updater'] = new \Nucleos\UserBundle\Util\SimpleCanonicalFieldsUpdater($a$a);
  2118.     }
  2119.     /**
  2120.      * Gets the private 'parameter_bag' shared service.
  2121.      *
  2122.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2123.      */
  2124.     protected function getParameterBagService()
  2125.     {
  2126.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2127.     }
  2128.     /**
  2129.      * Gets the private 'profiler_listener' shared service.
  2130.      *
  2131.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2132.      */
  2133.     protected function getProfilerListenerService()
  2134.     {
  2135.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2136.         if (isset($this->privates['profiler_listener'])) {
  2137.             return $this->privates['profiler_listener'];
  2138.         }
  2139.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2140.     }
  2141.     /**
  2142.      * Gets the private 'property_info' shared service.
  2143.      *
  2144.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2145.      */
  2146.     protected function getPropertyInfoService()
  2147.     {
  2148.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2149.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2150.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2151.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2152.         }, 3), new RewindableGenerator(function () {
  2153.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2154.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2155.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2156.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2157.         }, 4), new RewindableGenerator(function () {
  2158.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2159.         }, 1), new RewindableGenerator(function () {
  2160.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2161.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2162.         }, 2), new RewindableGenerator(function () {
  2163.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2164.         }, 1));
  2165.     }
  2166.     /**
  2167.      * Gets the private 'router.expression_language_provider' shared service.
  2168.      *
  2169.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2170.      */
  2171.     protected function getRouter_ExpressionLanguageProviderService()
  2172.     {
  2173.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2174.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2175.         ], [
  2176.             'env' => 'Closure',
  2177.         ]));
  2178.     }
  2179.     /**
  2180.      * Gets the private 'router.request_context' shared service.
  2181.      *
  2182.      * @return \Symfony\Component\Routing\RequestContext
  2183.      */
  2184.     protected function getRouter_RequestContextService()
  2185.     {
  2186.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2187.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2188.         return $instance;
  2189.     }
  2190.     /**
  2191.      * Gets the private 'router_listener' shared service.
  2192.      *
  2193.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2194.      */
  2195.     protected function getRouterListenerService()
  2196.     {
  2197.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($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);
  2198.     }
  2199.     /**
  2200.      * Gets the private 'security.firewall.map' shared service.
  2201.      *
  2202.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2203.      */
  2204.     protected function getSecurity_Firewall_MapService()
  2205.     {
  2206.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  2207.         if (isset($this->privates['security.firewall.map'])) {
  2208.             return $this->privates['security.firewall.map'];
  2209.         }
  2210.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2211.             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)/')));
  2212.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2213.         }, 2));
  2214.     }
  2215.     /**
  2216.      * Gets the private 'security.logout_url_generator' shared service.
  2217.      *
  2218.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2219.      */
  2220.     protected function getSecurity_LogoutUrlGeneratorService()
  2221.     {
  2222.         $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['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2223.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  2224.         return $instance;
  2225.     }
  2226.     /**
  2227.      * Gets the private 'security.role_hierarchy' shared service.
  2228.      *
  2229.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2230.      */
  2231.     protected function getSecurity_RoleHierarchyService()
  2232.     {
  2233.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2234.     }
  2235.     /**
  2236.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2237.      *
  2238.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2239.      */
  2240.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2241.     {
  2242.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2243.     }
  2244.     /**
  2245.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2246.      *
  2247.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2248.      */
  2249.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2250.     {
  2251.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2252.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2253.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2254.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2255.     }
  2256.     /**
  2257.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2258.      *
  2259.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2260.      */
  2261.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2262.     {
  2263.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2264.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2265.             return $this->privates['sensio_framework_extra.security.listener'];
  2266.         }
  2267.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2268.     }
  2269.     /**
  2270.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2271.      *
  2272.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2273.      */
  2274.     protected function getSensioFrameworkExtra_View_ListenerService()
  2275.     {
  2276.         $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))));
  2277.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2278.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2279.         ], [
  2280.             'twig' => '?',
  2281.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2282.         return $instance;
  2283.     }
  2284.     /**
  2285.      * Gets the private 'session.factory' shared service.
  2286.      *
  2287.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  2288.      */
  2289.     protected function getSession_FactoryService()
  2290.     {
  2291.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2292.         if (isset($this->privates['session.factory'])) {
  2293.             return $this->privates['session.factory'];
  2294.         }
  2295.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [=> $a=> 'onSessionUsage']);
  2296.     }
  2297.     /**
  2298.      * Gets the private 'session_listener' shared service.
  2299.      *
  2300.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2301.      */
  2302.     protected function getSessionListenerService()
  2303.     {
  2304.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2305.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  2306.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2307.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2308.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  2309.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2310.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  2311.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  2312.         ], [
  2313.             'initialized_session' => '?',
  2314.             'logger' => '?',
  2315.             'request_stack' => '?',
  2316.             'session' => '?',
  2317.             'session_collector' => '?',
  2318.             'session_factory' => '?',
  2319.             'session_storage' => '?',
  2320.         ]), true$this->parameters['session.storage.options']);
  2321.     }
  2322.     /**
  2323.      * Gets the private 'translator.formatter.default' shared service.
  2324.      *
  2325.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  2326.      */
  2327.     protected function getTranslator_Formatter_DefaultService()
  2328.     {
  2329.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator());
  2330.     }
  2331.     /**
  2332.      * Gets the private 'validator.builder' shared service.
  2333.      *
  2334.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2335.      */
  2336.     protected function getValidator_BuilderService()
  2337.     {
  2338.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2339.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2340.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2341.             'Nucleos\\UserBundle\\Validator\\Constraints\\PatternValidator' => ['privates''Nucleos\\UserBundle\\Validator\\Constraints\\PatternValidator''getPatternValidatorService'true],
  2342.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2343.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2344.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2345.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2346.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2347.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2348.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2349.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2350.         ], [
  2351.             'Nucleos\\UserBundle\\Validator\\Constraints\\PatternValidator' => '?',
  2352.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2353.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2354.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2355.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2356.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2357.             'doctrine.orm.validator.unique' => '?',
  2358.             'security.validator.user_password' => '?',
  2359.             'validator.expression' => '?',
  2360.         ])));
  2361.         if ($this->has('translator')) {
  2362.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2363.         }
  2364.         $instance->setTranslationDomain('validators');
  2365.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/nucleos/user-bundle/src/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/nucleos/user-bundle/src/Resources/config/storage-validation/orm/validation.xml')]);
  2366.         $instance->addMethodMapping('loadValidatorMetadata');
  2367.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \Nucleos\UserBundle\Validator\Initializer(($this->privates['nucleos_user.util.canonical_fields_updater'] ?? $this->getNucleosUser_Util_CanonicalFieldsUpdaterService()))]);
  2368.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2369.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2370.         return $instance;
  2371.     }
  2372.     /**
  2373.      * Gets the private 'var_dumper.html_dumper' shared service.
  2374.      *
  2375.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2376.      */
  2377.     protected function getVarDumper_HtmlDumperService()
  2378.     {
  2379.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2380.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2381.         return $instance;
  2382.     }
  2383.     /**
  2384.      * Gets the private 'var_dumper.server_connection' shared service.
  2385.      *
  2386.      * @return \Symfony\Component\VarDumper\Server\Connection
  2387.      */
  2388.     protected function getVarDumper_ServerConnectionService()
  2389.     {
  2390.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2391.     }
  2392.     /**
  2393.      * Gets the private 'web_profiler.csp.handler' shared service.
  2394.      *
  2395.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2396.      */
  2397.     protected function getWebProfiler_Csp_HandlerService()
  2398.     {
  2399.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2400.     }
  2401.     /**
  2402.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2403.      *
  2404.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2405.      */
  2406.     protected function getWebProfiler_DebugToolbarService()
  2407.     {
  2408.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2409.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2410.             return $this->privates['web_profiler.debug_toolbar'];
  2411.         }
  2412.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2413.     }
  2414.     /**
  2415.      * Gets the public 'cache_clearer' alias.
  2416.      *
  2417.      * @return object The ".container.private.cache_clearer" service.
  2418.      */
  2419.     protected function getCacheClearerService()
  2420.     {
  2421.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2422.         return $this->get('.container.private.cache_clearer');
  2423.     }
  2424.     /**
  2425.      * Gets the public 'filesystem' alias.
  2426.      *
  2427.      * @return object The ".container.private.filesystem" service.
  2428.      */
  2429.     protected function getFilesystemService()
  2430.     {
  2431.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2432.         return $this->get('.container.private.filesystem');
  2433.     }
  2434.     /**
  2435.      * Gets the public 'serializer' alias.
  2436.      *
  2437.      * @return object The ".container.private.serializer" service.
  2438.      */
  2439.     protected function getSerializerService()
  2440.     {
  2441.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2442.         return $this->get('.container.private.serializer');
  2443.     }
  2444.     /**
  2445.      * Gets the public 'security.csrf.token_manager' alias.
  2446.      *
  2447.      * @return object The ".container.private.security.csrf.token_manager" service.
  2448.      */
  2449.     protected function getSecurity_Csrf_TokenManagerService()
  2450.     {
  2451.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2452.         return $this->get('.container.private.security.csrf.token_manager');
  2453.     }
  2454.     /**
  2455.      * Gets the public 'form.factory' alias.
  2456.      *
  2457.      * @return object The ".container.private.form.factory" service.
  2458.      */
  2459.     protected function getForm_FactoryService()
  2460.     {
  2461.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2462.         return $this->get('.container.private.form.factory');
  2463.     }
  2464.     /**
  2465.      * Gets the public 'form.type.file' alias.
  2466.      *
  2467.      * @return object The ".container.private.form.type.file" service.
  2468.      */
  2469.     protected function getForm_Type_FileService()
  2470.     {
  2471.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2472.         return $this->get('.container.private.form.type.file');
  2473.     }
  2474.     /**
  2475.      * Gets the public 'profiler' alias.
  2476.      *
  2477.      * @return object The ".container.private.profiler" service.
  2478.      */
  2479.     protected function getProfilerService()
  2480.     {
  2481.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2482.         return $this->get('.container.private.profiler');
  2483.     }
  2484.     /**
  2485.      * Gets the public 'security.authorization_checker' alias.
  2486.      *
  2487.      * @return object The ".container.private.security.authorization_checker" service.
  2488.      */
  2489.     protected function getSecurity_AuthorizationCheckerService()
  2490.     {
  2491.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2492.         return $this->get('.container.private.security.authorization_checker');
  2493.     }
  2494.     /**
  2495.      * Gets the public 'security.token_storage' alias.
  2496.      *
  2497.      * @return object The ".container.private.security.token_storage" service.
  2498.      */
  2499.     protected function getSecurity_TokenStorageService()
  2500.     {
  2501.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2502.         return $this->get('.container.private.security.token_storage');
  2503.     }
  2504.     /**
  2505.      * Gets the public 'twig' alias.
  2506.      *
  2507.      * @return object The ".container.private.twig" service.
  2508.      */
  2509.     protected function getTwigService()
  2510.     {
  2511.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2512.         return $this->get('.container.private.twig');
  2513.     }
  2514.     /**
  2515.      * Gets the public 'security.password_encoder' alias.
  2516.      *
  2517.      * @return object The ".container.private.security.password_encoder" service.
  2518.      */
  2519.     protected function getSecurity_PasswordEncoderService()
  2520.     {
  2521.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2522.         return $this->get('.container.private.security.password_encoder');
  2523.     }
  2524.     /**
  2525.      * Gets the public 'session' alias.
  2526.      *
  2527.      * @return object The ".container.private.session" service.
  2528.      */
  2529.     protected function getSessionService()
  2530.     {
  2531.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2532.         return $this->get('.container.private.session');
  2533.     }
  2534.     /**
  2535.      * Gets the public 'validator' alias.
  2536.      *
  2537.      * @return object The ".container.private.validator" service.
  2538.      */
  2539.     protected function getValidatorService()
  2540.     {
  2541.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2542.         return $this->get('.container.private.validator');
  2543.     }
  2544.     /**
  2545.      * @return array|bool|float|int|string|\UnitEnum|null
  2546.      */
  2547.     public function getParameter(string $name)
  2548.     {
  2549.         if (isset($this->buildParameters[$name])) {
  2550.             return $this->buildParameters[$name];
  2551.         }
  2552.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2553.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2554.         }
  2555.         if (isset($this->loadedDynamicParameters[$name])) {
  2556.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2557.         }
  2558.         return $this->parameters[$name];
  2559.     }
  2560.     public function hasParameter(string $name): bool
  2561.     {
  2562.         if (isset($this->buildParameters[$name])) {
  2563.             return true;
  2564.         }
  2565.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2566.     }
  2567.     public function setParameter(string $name$value): void
  2568.     {
  2569.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2570.     }
  2571.     public function getParameterBag(): ParameterBagInterface
  2572.     {
  2573.         if (null === $this->parameterBag) {
  2574.             $parameters $this->parameters;
  2575.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2576.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2577.             }
  2578.             foreach ($this->buildParameters as $name => $value) {
  2579.                 $parameters[$name] = $value;
  2580.             }
  2581.             $this->parameterBag = new FrozenParameterBag($parameters);
  2582.         }
  2583.         return $this->parameterBag;
  2584.     }
  2585.     private $loadedDynamicParameters = [
  2586.         'kernel.runtime_environment' => false,
  2587.         'kernel.build_dir' => false,
  2588.         'kernel.cache_dir' => false,
  2589.         'PC_HOST' => false,
  2590.         'PC_DBNAME' => false,
  2591.         'PC_PASS' => false,
  2592.         'PC_LOGIN' => false,
  2593.         'APP_ENV' => false,
  2594.         'PAYU_ENV' => false,
  2595.         'PAYU_CLIENT_ID' => false,
  2596.         'PAYU_CLIENT_SECRET' => false,
  2597.         'PAYU_SIGNATURE_KEY' => false,
  2598.         'kernel.secret' => false,
  2599.         'debug.container.dump' => false,
  2600.         'serializer.mapping.cache.file' => false,
  2601.         'validator.mapping.cache.file' => false,
  2602.         'profiler.storage.dsn' => false,
  2603.         'doctrine.orm.proxy_dir' => false,
  2604.         'swiftmailer.spool.default.memory.path' => false,
  2605.         'lexik_translation.translator.options' => false,
  2606.     ];
  2607.     private $dynamicParameters = [];
  2608.     private function getDynamicParameter(string $name)
  2609.     {
  2610.         switch ($name) {
  2611.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2612.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2613.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2614.             case 'PC_HOST'$value $this->getEnv('PC_HOST'); break;
  2615.             case 'PC_DBNAME'$value $this->getEnv('PC_DBNAME'); break;
  2616.             case 'PC_PASS'$value $this->getEnv('PC_PASS'); break;
  2617.             case 'PC_LOGIN'$value $this->getEnv('PC_LOGIN'); break;
  2618.             case 'APP_ENV'$value $this->getEnv('APP_ENV'); break;
  2619.             case 'PAYU_ENV'$value $this->getEnv('PAYU_ENV'); break;
  2620.             case 'PAYU_CLIENT_ID'$value $this->getEnv('PAYU_CLIENT_ID'); break;
  2621.             case 'PAYU_CLIENT_SECRET'$value $this->getEnv('PAYU_CLIENT_SECRET'); break;
  2622.             case 'PAYU_SIGNATURE_KEY'$value $this->getEnv('PAYU_SIGNATURE_KEY'); break;
  2623.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2624.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2625.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2626.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2627.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2628.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2629.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  2630.             case 'lexik_translation.translator.options'$value = [
  2631.                 'cache_dir' => ($this->targetDir.''.'/translations'),
  2632.                 'debug' => true,
  2633.             ]; break;
  2634.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2635.         }
  2636.         $this->loadedDynamicParameters[$name] = true;
  2637.         return $this->dynamicParameters[$name] = $value;
  2638.     }
  2639.     protected function getDefaultParameters(): array
  2640.     {
  2641.         return [
  2642.             'kernel.project_dir' => \dirname(__DIR__4),
  2643.             'kernel.environment' => 'dev',
  2644.             'kernel.debug' => true,
  2645.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2646.             'kernel.bundles' => [
  2647.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2648.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2649.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2650.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2651.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2652.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2653.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2654.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2655.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2656.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2657.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2658.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  2659.                 'A2lixAutoFormBundle' => 'A2lix\\AutoFormBundle\\A2lixAutoFormBundle',
  2660.                 'A2lixTranslationFormBundle' => 'A2lix\\TranslationFormBundle\\A2lixTranslationFormBundle',
  2661.                 'LexikTranslationBundle' => 'Lexik\\Bundle\\TranslationBundle\\LexikTranslationBundle',
  2662.                 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\DoctrineBehaviorsBundle',
  2663.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  2664.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  2665.                 'NucleosUserBundle' => 'Nucleos\\UserBundle\\NucleosUserBundle',
  2666.             ],
  2667.             'kernel.bundles_metadata' => [
  2668.                 'FrameworkBundle' => [
  2669.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2670.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2671.                 ],
  2672.                 'SensioFrameworkExtraBundle' => [
  2673.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2674.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2675.                 ],
  2676.                 'DoctrineBundle' => [
  2677.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2678.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2679.                 ],
  2680.                 'DoctrineMigrationsBundle' => [
  2681.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2682.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2683.                 ],
  2684.                 'SecurityBundle' => [
  2685.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2686.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2687.                 ],
  2688.                 'SwiftmailerBundle' => [
  2689.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  2690.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2691.                 ],
  2692.                 'TwigBundle' => [
  2693.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2694.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2695.                 ],
  2696.                 'WebProfilerBundle' => [
  2697.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2698.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2699.                 ],
  2700.                 'MonologBundle' => [
  2701.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2702.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2703.                 ],
  2704.                 'DebugBundle' => [
  2705.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2706.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2707.                 ],
  2708.                 'MakerBundle' => [
  2709.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2710.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2711.                 ],
  2712.                 'FOSRestBundle' => [
  2713.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  2714.                     'namespace' => 'FOS\\RestBundle',
  2715.                 ],
  2716.                 'A2lixAutoFormBundle' => [
  2717.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src'),
  2718.                     'namespace' => 'A2lix\\AutoFormBundle',
  2719.                 ],
  2720.                 'A2lixTranslationFormBundle' => [
  2721.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src'),
  2722.                     'namespace' => 'A2lix\\TranslationFormBundle',
  2723.                 ],
  2724.                 'LexikTranslationBundle' => [
  2725.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/translation-bundle'),
  2726.                     'namespace' => 'Lexik\\Bundle\\TranslationBundle',
  2727.                 ],
  2728.                 'DoctrineBehaviorsBundle' => [
  2729.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src'),
  2730.                     'namespace' => 'Knp\\DoctrineBehaviors',
  2731.                 ],
  2732.                 'KnpPaginatorBundle' => [
  2733.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  2734.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  2735.                 ],
  2736.                 'LiipImagineBundle' => [
  2737.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  2738.                     'namespace' => 'Liip\\ImagineBundle',
  2739.                 ],
  2740.                 'NucleosUserBundle' => [
  2741.                     'path' => (\dirname(__DIR__4).'/vendor/nucleos/user-bundle/src'),
  2742.                     'namespace' => 'Nucleos\\UserBundle',
  2743.                 ],
  2744.             ],
  2745.             'kernel.charset' => 'UTF-8',
  2746.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  2747.             'container.dumper.inline_class_loader' => true,
  2748.             'env(DATABASE_URL)' => '',
  2749.             'kernel.root_dir' => (\dirname(__DIR__4).'/app'),
  2750.             'locale' => 'pl',
  2751.             'event_dispatcher.event_aliases' => [
  2752.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2753.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2754.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2755.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2756.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2757.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2758.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2759.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2760.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2761.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2762.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2763.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2764.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2765.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2766.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2767.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2768.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2769.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2770.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2771.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2772.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2773.             ],
  2774.             'fragment.renderer.hinclude.global_template' => NULL,
  2775.             'fragment.path' => '/_fragment',
  2776.             'kernel.http_method_override' => true,
  2777.             'kernel.trusted_hosts' => [
  2778.             ],
  2779.             'kernel.default_locale' => 'pl',
  2780.             'kernel.enabled_locales' => [
  2781.             ],
  2782.             'kernel.error_controller' => 'error_controller',
  2783.             'debug.file_link_format' => NULL,
  2784.             'asset.request_context.base_path' => NULL,
  2785.             'asset.request_context.secure' => NULL,
  2786.             'translator.logging' => false,
  2787.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2788.             'debug.error_handler.throw_at' => -1,
  2789.             'router.request_context.host' => 'localhost',
  2790.             'router.request_context.scheme' => 'http',
  2791.             'router.request_context.base_url' => '',
  2792.             'router.resource' => 'kernel::loadRoutes',
  2793.             'request_listener.http_port' => 80,
  2794.             'request_listener.https_port' => 443,
  2795.             'session.metadata.storage_key' => '_sf2_meta',
  2796.             'session.storage.options' => [
  2797.                 'cache_limiter' => '0',
  2798.                 'cookie_lifetime' => 604800,
  2799.                 'cookie_secure' => 'auto',
  2800.                 'cookie_httponly' => true,
  2801.                 'cookie_samesite' => 'lax',
  2802.                 'gc_probability' => 1,
  2803.             ],
  2804.             'session.save_path' => NULL,
  2805.             'session.metadata.update_threshold' => 0,
  2806.             'form.type_extension.csrf.enabled' => true,
  2807.             'form.type_extension.csrf.field_name' => '_token',
  2808.             'validator.translation_domain' => 'validators',
  2809.             'profiler_listener.only_exceptions' => false,
  2810.             'profiler_listener.only_main_requests' => false,
  2811.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2812.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2813.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2814.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2815.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2816.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2817.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2818.             'doctrine.entity_managers' => [
  2819.                 'default' => 'doctrine.orm.default_entity_manager',
  2820.             ],
  2821.             'doctrine.default_entity_manager' => 'default',
  2822.             'doctrine.dbal.connection_factory.types' => [
  2823.             ],
  2824.             'doctrine.connections' => [
  2825.                 'default' => 'doctrine.dbal.default_connection',
  2826.             ],
  2827.             'doctrine.default_connection' => 'default',
  2828.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2829.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2830.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2831.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2832.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2833.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2834.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2835.             'doctrine.orm.cache.memcache_port' => 11211,
  2836.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2837.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2838.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2839.             'doctrine.orm.cache.memcached_port' => 11211,
  2840.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2841.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2842.             'doctrine.orm.cache.redis_host' => 'localhost',
  2843.             'doctrine.orm.cache.redis_port' => 6379,
  2844.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2845.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2846.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2847.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2848.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2849.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2850.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2851.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2852.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2853.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2854.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2855.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2856.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2857.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2858.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2859.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2860.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2861.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2862.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2863.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2864.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2865.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2866.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  2867.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2868.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2869.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2870.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2871.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2872.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2873.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2874.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2875.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2876.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  2877.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2878.             'doctrine.migrations.preferred_em' => NULL,
  2879.             'doctrine.migrations.preferred_connection' => NULL,
  2880.             'security.role_hierarchy.roles' => [
  2881.                 'ROLE_ADMIN' => [
  2882.                     => 'ROLE_USER',
  2883.                 ],
  2884.                 'ROLE_SUPER_ADMIN' => [
  2885.                     => 'ROLE_ADMIN',
  2886.                 ],
  2887.             ],
  2888.             'security.access.denied_url' => NULL,
  2889.             'security.authentication.manager.erase_credentials' => true,
  2890.             'security.authentication.session_strategy.strategy' => 'migrate',
  2891.             'security.access.always_authenticate_before_granting' => false,
  2892.             'security.authentication.hide_user_not_found' => true,
  2893.             'security.firewalls' => [
  2894.                 => 'dev',
  2895.                 => 'main',
  2896.             ],
  2897.             'security.main._indexed_authenticators' => [
  2898.             ],
  2899.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2900.             'swiftmailer.mailer.default.spool.enabled' => true,
  2901.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2902.             'swiftmailer.mailer.default.single_address' => NULL,
  2903.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2904.             'swiftmailer.spool.enabled' => true,
  2905.             'swiftmailer.delivery.enabled' => true,
  2906.             'swiftmailer.single_address' => NULL,
  2907.             'swiftmailer.mailers' => [
  2908.                 'default' => 'swiftmailer.mailer.default',
  2909.             ],
  2910.             'swiftmailer.default_mailer' => 'default',
  2911.             'twig.form.resources' => [
  2912.                 => 'form_div_layout.html.twig',
  2913.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  2914.                 => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  2915.             ],
  2916.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2917.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2918.             'web_profiler.debug_toolbar.mode' => 2,
  2919.             'monolog.use_microseconds' => true,
  2920.             'monolog.swift_mailer.handlers' => [
  2921.                 => 'monolog.handler.swift',
  2922.             ],
  2923.             'monolog.handlers_to_channels' => [
  2924.                 'monolog.handler.deprecation_filter' => [
  2925.                     'type' => 'inclusive',
  2926.                     'elements' => [
  2927.                         => 'php',
  2928.                     ],
  2929.                 ],
  2930.                 'monolog.handler.console' => [
  2931.                     'type' => 'exclusive',
  2932.                     'elements' => [
  2933.                         => 'event',
  2934.                         => 'doctrine',
  2935.                     ],
  2936.                 ],
  2937.                 'monolog.handler.nested' => NULL,
  2938.                 'monolog.handler.main' => NULL,
  2939.             ],
  2940.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2941.             'a2lix_translation_form.locale_provider' => 'default',
  2942.             'a2lix_translation_form.locales' => [
  2943.                 => 'pl',
  2944.                 => 'cz',
  2945.                 => 'de',
  2946.                 => 'pl',
  2947.                 => 'cz',
  2948.                 => 'de',
  2949.                 => 'sk',
  2950.                 => 'ro',
  2951.             ],
  2952.             'a2lix_translation_form.required_locales' => [
  2953.                 => 'pl',
  2954.                 => 'pl',
  2955.             ],
  2956.             'a2lix_translation_form.default_locale' => 'pl',
  2957.             'a2lix_translation_form.templating' => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  2958.             'lexik_translation.translator.class' => 'Lexik\\Bundle\\TranslationBundle\\Translation\\Translator',
  2959.             'lexik_translation.loader.database.class' => 'Lexik\\Bundle\\TranslationBundle\\Translation\\Loader\\DatabaseLoader',
  2960.             'lexik_translation.trans_unit.manager.class' => 'Lexik\\Bundle\\TranslationBundle\\Manager\\TransUnitManager',
  2961.             'lexik_translation.file.manager.class' => 'Lexik\\Bundle\\TranslationBundle\\Manager\\FileManager',
  2962.             'lexik_translation.locale.manager.class' => 'Lexik\\Bundle\\TranslationBundle\\Manager\\LocaleManager',
  2963.             'lexik_translation.importer.file.class' => 'Lexik\\Bundle\\TranslationBundle\\Translation\\Importer\\FileImporter',
  2964.             'lexik_translation.exporter_collector.class' => 'Lexik\\Bundle\\TranslationBundle\\Translation\\Exporter\\ExporterCollector',
  2965.             'lexik_translation.exporter.xliff.class' => 'Lexik\\Bundle\\TranslationBundle\\Translation\\Exporter\\XliffExporter',
  2966.             'lexik_translation.exporter.json.class' => 'Lexik\\Bundle\\TranslationBundle\\Translation\\Exporter\\JsonExporter',
  2967.             'lexik_translation.exporter.yml.class' => 'Lexik\\Bundle\\TranslationBundle\\Translation\\Exporter\\YamlExporter',
  2968.             'lexik_translation.exporter.php.class' => 'Lexik\\Bundle\\TranslationBundle\\Translation\\Exporter\\PhpExporter',
  2969.             'lexik_translation.orm.translation_storage.class' => 'Lexik\\Bundle\\TranslationBundle\\Storage\\DoctrineORMStorage',
  2970.             'lexik_translation.orm.listener.class' => 'Lexik\\Bundle\\TranslationBundle\\Storage\\Listener\\DoctrineORMListener',
  2971.             'lexik_translation.orm.trans_unit.class' => 'Lexik\\Bundle\\TranslationBundle\\Entity\\TransUnit',
  2972.             'lexik_translation.orm.translation.class' => 'Lexik\\Bundle\\TranslationBundle\\Entity\\Translation',
  2973.             'lexik_translation.orm.file.class' => 'Lexik\\Bundle\\TranslationBundle\\Entity\\File',
  2974.             'lexik_translation.mongodb.translation_storage.class' => 'Lexik\\Bundle\\TranslationBundle\\Storage\\DoctrineMongoDBStorage',
  2975.             'lexik_translation.mongodb.trans_unit.class' => 'Lexik\\Bundle\\TranslationBundle\\Document\\TransUnit',
  2976.             'lexik_translation.mongodb.translation.class' => 'Lexik\\Bundle\\TranslationBundle\\Document\\Translation',
  2977.             'lexik_translation.mongodb.file.class' => 'Lexik\\Bundle\\TranslationBundle\\Document\\File',
  2978.             'lexik_translation.propel.translation_storage.class' => 'Lexik\\Bundle\\TranslationBundle\\Storage\\PropelStorage',
  2979.             'lexik_translation.propel.trans_unit.class' => 'Lexik\\Bundle\\TranslationBundle\\Propel\\TransUnit',
  2980.             'lexik_translation.propel.translation.class' => 'Lexik\\Bundle\\TranslationBundle\\Propel\\Translation',
  2981.             'lexik_translation.propel.file.class' => 'Lexik\\Bundle\\TranslationBundle\\Propel\\File',
  2982.             'lexik_translation.data_grid.formatter.class' => 'Lexik\\Bundle\\TranslationBundle\\Util\\DataGrid\\DataGridFormatter',
  2983.             'lexik_translation.data_grid.request_handler.class' => 'Lexik\\Bundle\\TranslationBundle\\Util\\DataGrid\\DataGridRequestHandler',
  2984.             'lexik_translation.overview.stats_aggregator.class' => 'Lexik\\Bundle\\TranslationBundle\\Util\\Overview\\StatsAggregator',
  2985.             'lexik_translation.form.handler.trans_unit.class' => 'Lexik\\Bundle\\TranslationBundle\\Form\\Handler\\TransUnitFormHandler',
  2986.             'lexik_translation.listener.get_database_resources.class' => 'Lexik\\Bundle\\TranslationBundle\\EventDispatcher\\GetDatabaseResourcesListener',
  2987.             'lexik_translation.listener.clean_translation_cache.class' => 'Lexik\\Bundle\\TranslationBundle\\EventDispatcher\\CleanTranslationCacheListener',
  2988.             'lexik_translation.token_finder.class' => 'Lexik\\Bundle\\TranslationBundle\\Util\\Profiler\\TokenFinder',
  2989.             'lexik_translation.command.import_translations.class' => 'Lexik\\Bundle\\TranslationBundle\\Command\\ImportTranslationsCommand',
  2990.             'lexik_translation.command.export_translations.class' => 'Lexik\\Bundle\\TranslationBundle\\Command\\ExportTranslationsCommand',
  2991.             'lexik_translation.controller.translation.class' => 'Lexik\\Bundle\\TranslationBundle\\Controller\\TranslationController',
  2992.             'lexik_translation.controller.rest.class' => 'Lexik\\Bundle\\TranslationBundle\\Controller\\RestController',
  2993.             'lexik_translation.importer.case_insensitive' => false,
  2994.             'lexik_translation.token_finder.limit' => 15,
  2995.             'lexik_translation.managed_locales' => [
  2996.                 => 'cz',
  2997.                 => 'cz',
  2998.                 => 'de',
  2999.                 => 'de',
  3000.                 => 'pl',
  3001.                 => 'pl',
  3002.                 => 'ro',
  3003.                 => 'sk',
  3004.             ],
  3005.             'lexik_translation.fallback_locale' => [
  3006.                 => 'pl',
  3007.                 => 'pl',
  3008.             ],
  3009.             'lexik_translation.storage' => [
  3010.                 'type' => 'orm',
  3011.             ],
  3012.             'lexik_translation.base_layout' => '@LexikTranslationBundle/layout.html.twig',
  3013.             'lexik_translation.grid_input_type' => 'text',
  3014.             'lexik_translation.grid_toggle_similar' => false,
  3015.             'lexik_translation.auto_cache_clean' => false,
  3016.             'lexik_translation.dev_tools.enable' => false,
  3017.             'lexik_translation.dev_tools.create_missing' => false,
  3018.             'lexik_translation.dev_tools.file_format' => 'yml',
  3019.             'lexik_translation.exporter.json.hierarchical_format' => false,
  3020.             'lexik_translation.exporter.yml.use_tree' => false,
  3021.             'lexik_translation.storage.type' => 'orm',
  3022.             'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
  3023.             'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
  3024.             'doctrine_behaviors_blameable_user_entity' => NULL,
  3025.             'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
  3026.             'knp_paginator.template.pagination' => 'backend/sliding.html.twig',
  3027.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  3028.             'knp_paginator.template.sortable' => 'KnpPaginatorBundle:Pagination:sortable_link.html.twig',
  3029.             'knp_paginator.page_range' => 6,
  3030.             'knp_paginator.page_limit' => NULL,
  3031.             'liip_imagine.resolvers' => [
  3032.                 'default' => [
  3033.                     'web_path' => [
  3034.                         'web_root' => (\dirname(__DIR__4).'/public'),
  3035.                         'cache_prefix' => 'media/cache',
  3036.                     ],
  3037.                 ],
  3038.             ],
  3039.             'liip_imagine.loaders' => [
  3040.                 'default' => [
  3041.                     'filesystem' => [
  3042.                         'data_root' => [
  3043.                             => (\dirname(__DIR__4).'/public'),
  3044.                         ],
  3045.                         'locator' => 'filesystem',
  3046.                         'allow_unresolvable_data_roots' => false,
  3047.                         'bundle_resources' => [
  3048.                             'enabled' => false,
  3049.                             'access_control_type' => 'blacklist',
  3050.                             'access_control_list' => [
  3051.                             ],
  3052.                         ],
  3053.                     ],
  3054.                 ],
  3055.             ],
  3056.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  3057.             'liip_imagine.jpegoptim.stripAll' => true,
  3058.             'liip_imagine.jpegoptim.max' => NULL,
  3059.             'liip_imagine.jpegoptim.progressive' => true,
  3060.             'liip_imagine.jpegoptim.tempDir' => NULL,
  3061.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  3062.             'liip_imagine.optipng.level' => 7,
  3063.             'liip_imagine.optipng.stripAll' => true,
  3064.             'liip_imagine.optipng.tempDir' => NULL,
  3065.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  3066.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  3067.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  3068.             'liip_imagine.cwebp.tempDir' => NULL,
  3069.             'liip_imagine.cwebp.q' => 75,
  3070.             'liip_imagine.cwebp.alphaQ' => 100,
  3071.             'liip_imagine.cwebp.m' => 4,
  3072.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  3073.             'liip_imagine.cwebp.alphaMethod' => 1,
  3074.             'liip_imagine.cwebp.exact' => false,
  3075.             'liip_imagine.cwebp.metadata' => [
  3076.                 => 'none',
  3077.             ],
  3078.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  3079.             'liip_imagine.cache.resolver.default' => 'default',
  3080.             'liip_imagine.default_image' => NULL,
  3081.             'liip_imagine.filter_sets' => [
  3082.                 'cache' => [
  3083.                     'quality' => 100,
  3084.                     'jpeg_quality' => NULL,
  3085.                     'png_compression_level' => NULL,
  3086.                     'png_compression_filter' => NULL,
  3087.                     'format' => NULL,
  3088.                     'animated' => false,
  3089.                     'cache' => NULL,
  3090.                     'data_loader' => NULL,
  3091.                     'default_image' => NULL,
  3092.                     'filters' => [
  3093.                     ],
  3094.                     'post_processors' => [
  3095.                     ],
  3096.                 ],
  3097.                 'bigProductImageLowerQuality' => [
  3098.                     'quality' => 85,
  3099.                     'jpeg_quality' => NULL,
  3100.                     'png_compression_level' => NULL,
  3101.                     'png_compression_filter' => NULL,
  3102.                     'format' => NULL,
  3103.                     'animated' => false,
  3104.                     'cache' => NULL,
  3105.                     'data_loader' => NULL,
  3106.                     'default_image' => NULL,
  3107.                     'filters' => [
  3108.                         'thumbnail' => [
  3109.                             'size' => [
  3110.                                 => 576,
  3111.                                 => 767,
  3112.                             ],
  3113.                             'mode' => 'inset',
  3114.                         ],
  3115.                     ],
  3116.                     'post_processors' => [
  3117.                     ],
  3118.                 ],
  3119.                 'bigProductImage' => [
  3120.                     'quality' => 100,
  3121.                     'jpeg_quality' => NULL,
  3122.                     'png_compression_level' => NULL,
  3123.                     'png_compression_filter' => NULL,
  3124.                     'format' => NULL,
  3125.                     'animated' => false,
  3126.                     'cache' => NULL,
  3127.                     'data_loader' => NULL,
  3128.                     'default_image' => NULL,
  3129.                     'filters' => [
  3130.                         'thumbnail' => [
  3131.                             'size' => [
  3132.                                 => 576,
  3133.                                 => 767,
  3134.                             ],
  3135.                             'mode' => 'inset',
  3136.                         ],
  3137.                     ],
  3138.                     'post_processors' => [
  3139.                     ],
  3140.                 ],
  3141.                 'small' => [
  3142.                     'quality' => 65,
  3143.                     'jpeg_quality' => NULL,
  3144.                     'png_compression_level' => NULL,
  3145.                     'png_compression_filter' => NULL,
  3146.                     'format' => NULL,
  3147.                     'animated' => false,
  3148.                     'cache' => NULL,
  3149.                     'data_loader' => NULL,
  3150.                     'default_image' => NULL,
  3151.                     'filters' => [
  3152.                         'thumbnail' => [
  3153.                             'size' => [
  3154.                                 => 274,
  3155.                                 => 333,
  3156.                             ],
  3157.                             'mode' => 'inset',
  3158.                         ],
  3159.                     ],
  3160.                     'post_processors' => [
  3161.                     ],
  3162.                 ],
  3163.                 'smallProdImageQuality' => [
  3164.                     'quality' => 99,
  3165.                     'jpeg_quality' => NULL,
  3166.                     'png_compression_level' => NULL,
  3167.                     'png_compression_filter' => NULL,
  3168.                     'format' => NULL,
  3169.                     'animated' => false,
  3170.                     'cache' => NULL,
  3171.                     'data_loader' => NULL,
  3172.                     'default_image' => NULL,
  3173.                     'filters' => [
  3174.                         'thumbnail' => [
  3175.                             'size' => [
  3176.                                 => 274,
  3177.                                 => 333,
  3178.                             ],
  3179.                             'mode' => 'inset',
  3180.                         ],
  3181.                     ],
  3182.                     'post_processors' => [
  3183.                     ],
  3184.                 ],
  3185.                 'topProductSmall' => [
  3186.                     'quality' => 70,
  3187.                     'jpeg_quality' => NULL,
  3188.                     'png_compression_level' => NULL,
  3189.                     'png_compression_filter' => NULL,
  3190.                     'format' => NULL,
  3191.                     'animated' => false,
  3192.                     'cache' => NULL,
  3193.                     'data_loader' => NULL,
  3194.                     'default_image' => NULL,
  3195.                     'filters' => [
  3196.                         'thumbnail' => [
  3197.                             'size' => [
  3198.                                 => 274,
  3199.                                 => 333,
  3200.                             ],
  3201.                             'mode' => 'inset',
  3202.                         ],
  3203.                     ],
  3204.                     'post_processors' => [
  3205.                     ],
  3206.                 ],
  3207.                 'smallGallery3' => [
  3208.                     'quality' => 99,
  3209.                     'jpeg_quality' => NULL,
  3210.                     'png_compression_level' => NULL,
  3211.                     'png_compression_filter' => NULL,
  3212.                     'format' => NULL,
  3213.                     'animated' => false,
  3214.                     'cache' => NULL,
  3215.                     'data_loader' => NULL,
  3216.                     'default_image' => NULL,
  3217.                     'filters' => [
  3218.                         'thumbnail' => [
  3219.                             'size' => [
  3220.                                 => 83,
  3221.                                 => 83,
  3222.                             ],
  3223.                             'mode' => 'inset',
  3224.                         ],
  3225.                     ],
  3226.                     'post_processors' => [
  3227.                     ],
  3228.                 ],
  3229.                 'smallProdImage' => [
  3230.                     'quality' => 85,
  3231.                     'jpeg_quality' => NULL,
  3232.                     'png_compression_level' => NULL,
  3233.                     'png_compression_filter' => NULL,
  3234.                     'format' => NULL,
  3235.                     'animated' => false,
  3236.                     'cache' => NULL,
  3237.                     'data_loader' => NULL,
  3238.                     'default_image' => NULL,
  3239.                     'filters' => [
  3240.                         'thumbnail' => [
  3241.                             'size' => [
  3242.                                 => 350,
  3243.                                 => 300,
  3244.                             ],
  3245.                             'mode' => 'inset',
  3246.                         ],
  3247.                     ],
  3248.                     'post_processors' => [
  3249.                     ],
  3250.                 ],
  3251.                 'smallCartProductCk2' => [
  3252.                     'quality' => 100,
  3253.                     'jpeg_quality' => NULL,
  3254.                     'png_compression_level' => NULL,
  3255.                     'png_compression_filter' => NULL,
  3256.                     'format' => NULL,
  3257.                     'animated' => false,
  3258.                     'cache' => NULL,
  3259.                     'data_loader' => NULL,
  3260.                     'default_image' => NULL,
  3261.                     'filters' => [
  3262.                         'thumbnail' => [
  3263.                             'size' => [
  3264.                                 => 111,
  3265.                                 => 120,
  3266.                             ],
  3267.                             'mode' => 'inset',
  3268.                         ],
  3269.                     ],
  3270.                     'post_processors' => [
  3271.                     ],
  3272.                 ],
  3273.                 'textile' => [
  3274.                     'quality' => 90,
  3275.                     'jpeg_quality' => NULL,
  3276.                     'png_compression_level' => NULL,
  3277.                     'png_compression_filter' => NULL,
  3278.                     'format' => NULL,
  3279.                     'animated' => false,
  3280.                     'cache' => NULL,
  3281.                     'data_loader' => NULL,
  3282.                     'default_image' => NULL,
  3283.                     'filters' => [
  3284.                         'thumbnail' => [
  3285.                             'size' => [
  3286.                                 => 24,
  3287.                                 => 24,
  3288.                             ],
  3289.                             'mode' => 'outbound',
  3290.                         ],
  3291.                     ],
  3292.                     'post_processors' => [
  3293.                     ],
  3294.                 ],
  3295.                 'textileBig4' => [
  3296.                     'quality' => 90,
  3297.                     'jpeg_quality' => NULL,
  3298.                     'png_compression_level' => NULL,
  3299.                     'png_compression_filter' => NULL,
  3300.                     'format' => NULL,
  3301.                     'animated' => false,
  3302.                     'cache' => NULL,
  3303.                     'data_loader' => NULL,
  3304.                     'default_image' => NULL,
  3305.                     'filters' => [
  3306.                         'thumbnail' => [
  3307.                             'size' => [
  3308.                                 => 54,
  3309.                                 => 54,
  3310.                             ],
  3311.                             'mode' => 'inset',
  3312.                         ],
  3313.                     ],
  3314.                     'post_processors' => [
  3315.                     ],
  3316.                 ],
  3317.                 'textileThumb' => [
  3318.                     'quality' => 80,
  3319.                     'jpeg_quality' => NULL,
  3320.                     'png_compression_level' => NULL,
  3321.                     'png_compression_filter' => NULL,
  3322.                     'format' => NULL,
  3323.                     'animated' => false,
  3324.                     'cache' => NULL,
  3325.                     'data_loader' => NULL,
  3326.                     'default_image' => NULL,
  3327.                     'filters' => [
  3328.                         'thumbnail' => [
  3329.                             'size' => [
  3330.                                 => 180,
  3331.                                 => 180,
  3332.                             ],
  3333.                             'mode' => 'inset',
  3334.                         ],
  3335.                     ],
  3336.                     'post_processors' => [
  3337.                     ],
  3338.                 ],
  3339.             ],
  3340.             'liip_imagine.binary.loader.default' => 'default',
  3341.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  3342.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  3343.             'liip_imagine.webp.generate' => false,
  3344.             'liip_imagine.webp.options' => [
  3345.                 'quality' => 100,
  3346.                 'cache' => NULL,
  3347.                 'data_loader' => NULL,
  3348.                 'post_processors' => [
  3349.                 ],
  3350.             ],
  3351.             'nucleos_user.backend_type_orm' => true,
  3352.             'nucleos_user.storage' => 'orm',
  3353.             'nucleos_user.firewall_name' => 'main',
  3354.             'nucleos_user.model_manager_name' => NULL,
  3355.             'nucleos_user.model.user.class' => 'App\\Entity\\User',
  3356.             'nucleos_user.resetting.from_email' => 'no-reply@centrumkrzesel.pl',
  3357.             'nucleos_user.resetting.retry_ttl' => 7200,
  3358.             'nucleos_user.resetting.token_ttl' => 86400,
  3359.             'nucleos_user.loggedin.route' => 'homepage',
  3360.             'data_collector.templates' => [
  3361.                 'data_collector.request' => [
  3362.                     => 'request',
  3363.                     => '@WebProfiler/Collector/request.html.twig',
  3364.                 ],
  3365.                 'data_collector.time' => [
  3366.                     => 'time',
  3367.                     => '@WebProfiler/Collector/time.html.twig',
  3368.                 ],
  3369.                 'data_collector.memory' => [
  3370.                     => 'memory',
  3371.                     => '@WebProfiler/Collector/memory.html.twig',
  3372.                 ],
  3373.                 'data_collector.validator' => [
  3374.                     => 'validator',
  3375.                     => '@WebProfiler/Collector/validator.html.twig',
  3376.                 ],
  3377.                 'data_collector.ajax' => [
  3378.                     => 'ajax',
  3379.                     => '@WebProfiler/Collector/ajax.html.twig',
  3380.                 ],
  3381.                 'data_collector.form' => [
  3382.                     => 'form',
  3383.                     => '@WebProfiler/Collector/form.html.twig',
  3384.                 ],
  3385.                 'data_collector.exception' => [
  3386.                     => 'exception',
  3387.                     => '@WebProfiler/Collector/exception.html.twig',
  3388.                 ],
  3389.                 'data_collector.logger' => [
  3390.                     => 'logger',
  3391.                     => '@WebProfiler/Collector/logger.html.twig',
  3392.                 ],
  3393.                 'data_collector.events' => [
  3394.                     => 'events',
  3395.                     => '@WebProfiler/Collector/events.html.twig',
  3396.                 ],
  3397.                 'data_collector.router' => [
  3398.                     => 'router',
  3399.                     => '@WebProfiler/Collector/router.html.twig',
  3400.                 ],
  3401.                 'data_collector.cache' => [
  3402.                     => 'cache',
  3403.                     => '@WebProfiler/Collector/cache.html.twig',
  3404.                 ],
  3405.                 'data_collector.translation' => [
  3406.                     => 'translation',
  3407.                     => '@WebProfiler/Collector/translation.html.twig',
  3408.                 ],
  3409.                 'data_collector.security' => [
  3410.                     => 'security',
  3411.                     => '@Security/Collector/security.html.twig',
  3412.                 ],
  3413.                 'data_collector.twig' => [
  3414.                     => 'twig',
  3415.                     => '@WebProfiler/Collector/twig.html.twig',
  3416.                 ],
  3417.                 'data_collector.doctrine' => [
  3418.                     => 'db',
  3419.                     => '@Doctrine/Collector/db.html.twig',
  3420.                 ],
  3421.                 'swiftmailer.data_collector' => [
  3422.                     => 'swiftmailer',
  3423.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3424.                 ],
  3425.                 'data_collector.dump' => [
  3426.                     => 'dump',
  3427.                     => '@Debug/Profiler/dump.html.twig',
  3428.                 ],
  3429.                 'mailer.data_collector' => [
  3430.                     => 'mailer',
  3431.                     => '@WebProfiler/Collector/mailer.html.twig',
  3432.                 ],
  3433.                 'data_collector.config' => [
  3434.                     => 'config',
  3435.                     => '@WebProfiler/Collector/config.html.twig',
  3436.                 ],
  3437.             ],
  3438.             'console.command.ids' => [
  3439.                 => 'console.command.public_alias.App\\Command\\ActonaStockCommand',
  3440.                 => 'console.command.public_alias.App\\Command\\AutomaticPriceCommand',
  3441.                 => 'console.command.public_alias.App\\Command\\AvailabilityMultiLanguage',
  3442.                 => 'console.command.public_alias.App\\Command\\CategoryPositionSetCommand',
  3443.                 => 'console.command.public_alias.App\\Command\\CategorySetCommand',
  3444.                 => 'console.command.public_alias.App\\Command\\CeneoGeneratorCommand',
  3445.                 => 'console.command.public_alias.App\\Command\\ClearCacheQueueCommand',
  3446.                 => 'console.command.public_alias.App\\Command\\CommentRequestCommand',
  3447.                 => 'console.command.public_alias.App\\Command\\CrossSellingCommand',
  3448.                 => 'console.command.public_alias.App\\Command\\CustomH1Command',
  3449.                 10 => 'console.command.public_alias.App\\Command\\CzSignUpdaterCommand',
  3450.                 11 => 'console.command.public_alias.App\\Command\\DiabloStockCommand',
  3451.                 12 => 'console.command.public_alias.App\\Command\\FixAvailabilityNameCommand',
  3452.                 13 => 'console.command.public_alias.App\\Command\\FixCompareParameterValueCommand',
  3453.                 14 => 'console.command.public_alias.App\\Command\\FixProductCategoriesOrder',
  3454.                 15 => 'console.command.public_alias.App\\Command\\FixProductDescriptionCommand',
  3455.                 16 => 'console.command.public_alias.App\\Command\\FixProductPhotoLanguageCommand',
  3456.                 17 => 'console.command.public_alias.App\\Command\\FixProductPriceProduct',
  3457.                 18 => 'console.command.public_alias.App\\Command\\FixProductRelationsCommand',
  3458.                 19 => 'console.command.public_alias.App\\Command\\FixXmlImportCommand',
  3459.                 20 => 'console.command.public_alias.App\\Command\\GoogleImageSitemapCommand',
  3460.                 21 => 'console.command.public_alias.App\\Command\\GoogleImageSitemapCzCommand',
  3461.                 22 => 'console.command.public_alias.App\\Command\\GoogleImageSitemapRoCommand',
  3462.                 23 => 'console.command.public_alias.App\\Command\\GoogleImageSitemapSkCommand',
  3463.                 24 => 'console.command.public_alias.App\\Command\\GoogleMerchantGeneratorCommand',
  3464.                 25 => 'console.command.public_alias.App\\Command\\GoogleMerchantGeneratorCzCommand',
  3465.                 26 => 'console.command.public_alias.App\\Command\\GoogleMerchantGeneratorRoCommand',
  3466.                 27 => 'console.command.public_alias.App\\Command\\GoogleMerchantGeneratorSkCommand',
  3467.                 28 => 'console.command.public_alias.App\\Command\\GoogleSitemapCommand',
  3468.                 29 => 'console.command.public_alias.App\\Command\\GoogleSitemapCzCommand',
  3469.                 30 => 'console.command.public_alias.App\\Command\\GoogleSitemapRoCommand',
  3470.                 31 => 'console.command.public_alias.App\\Command\\GoogleSitemapSkCommand',
  3471.                 32 => 'console.command.public_alias.App\\Command\\HalmarStockCommand',
  3472.                 33 => 'console.command.public_alias.App\\Command\\HeurekaGeneratorCzCommand',
  3473.                 34 => 'console.command.public_alias.App\\Command\\HeurekaGeneratorCzHtmlCommand',
  3474.                 35 => 'console.command.public_alias.App\\Command\\HeurekaGeneratorSkCommand',
  3475.                 36 => 'console.command.public_alias.App\\Command\\HeurekaGeneratorSkHtmlCommand',
  3476.                 37 => 'console.command.public_alias.App\\Command\\HeurekaTestCommand',
  3477.                 38 => 'console.command.public_alias.App\\Command\\ImportAvailabilityCommand',
  3478.                 39 => 'console.command.public_alias.App\\Command\\ImportBlogCommand',
  3479.                 40 => 'console.command.public_alias.App\\Command\\ImportCompareParameterCommand',
  3480.                 41 => 'console.command.public_alias.App\\Command\\ImportFixFilterAvailabilityCommand',
  3481.                 42 => 'console.command.public_alias.App\\Command\\ImportParameterCommand',
  3482.                 43 => 'console.command.public_alias.App\\Command\\ImportProduct',
  3483.                 44 => 'console.command.public_alias.App\\Command\\ImportProductFamily',
  3484.                 45 => 'console.command.public_alias.App\\Command\\ImportProductProducer',
  3485.                 46 => 'console.command.public_alias.App\\Command\\JanNowakStockCommand',
  3486.                 47 => 'console.command.public_alias.App\\Command\\ListingMarkersUpdaterCommand',
  3487.                 48 => 'console.command.public_alias.App\\Command\\ParameterValuesTranslationCommand',
  3488.                 49 => 'console.command.public_alias.App\\Command\\PayUCheckerCommand',
  3489.                 50 => 'console.command.public_alias.App\\Command\\ProductEquipmentPriceRecalculate',
  3490.                 51 => 'console.command.public_alias.App\\Command\\ProductPriceEquipmentCheckCommand',
  3491.                 52 => 'console.command.public_alias.App\\Command\\ProductProducerDefaultLanguagesCommand',
  3492.                 53 => 'console.command.public_alias.App\\Command\\ProductXmlUpdaterCommand',
  3493.                 54 => 'console.command.public_alias.App\\Command\\ReadyForPublicationCommand',
  3494.                 55 => 'console.command.public_alias.App\\Command\\RecalculatePriceCommand',
  3495.                 56 => 'console.command.public_alias.App\\Command\\RemoveOldDataCommand',
  3496.                 57 => 'console.command.public_alias.App\\Command\\ReportMissingSlugTranslationsCommand',
  3497.                 58 => 'console.command.public_alias.App\\Command\\RoJudetUploadCommand',
  3498.                 59 => 'console.command.public_alias.App\\Command\\SetAutomaticPriceDefaultCommand',
  3499.                 60 => 'console.command.public_alias.App\\Command\\SetDefaultProductPriceChangeCommand',
  3500.                 61 => 'console.command.public_alias.App\\Command\\SetProductCategoryCounterCommand',
  3501.                 62 => 'console.command.public_alias.App\\Command\\SetProductPhotoPositionsCommand',
  3502.                 63 => 'console.command.public_alias.App\\Command\\SetTempPrices0Command',
  3503.                 64 => 'console.command.public_alias.App\\Command\\SetTempPrices2Command',
  3504.                 65 => 'console.command.public_alias.App\\Command\\SetTempPrices3Command',
  3505.                 66 => 'console.command.public_alias.App\\Command\\SetTempPrices4Command',
  3506.                 67 => 'console.command.public_alias.App\\Command\\SetTempPricesCommand',
  3507.                 68 => 'console.command.public_alias.App\\Command\\SetVisibleValuesCommand',
  3508.                 69 => 'console.command.public_alias.App\\Command\\ShippingCategoryFixCommand',
  3509.                 70 => 'console.command.public_alias.App\\Command\\SignalStockCommand',
  3510.                 71 => 'console.command.public_alias.App\\Command\\SkClearCartCommand',
  3511.                 72 => 'console.command.public_alias.App\\Command\\SkVatChangeCommand',
  3512.                 73 => 'console.command.public_alias.App\\Command\\SlugProductFixCommand',
  3513.                 74 => 'console.command.public_alias.App\\Command\\UniqueStockCommand',
  3514.                 75 => 'console.command.public_alias.App\\Command\\ViewedProductRemoveCommand',
  3515.                 76 => 'console.command.public_alias.Lexik\\Bundle\\TranslationBundle\\Command\\ImportTranslationsCommand',
  3516.                 77 => 'console.command.public_alias.Lexik\\Bundle\\TranslationBundle\\Command\\ExportTranslationsCommand',
  3517.             ],
  3518.         ];
  3519.     }
  3520.     protected function throw($message)
  3521.     {
  3522.         throw new RuntimeException($message);
  3523.     }
  3524. }