var/cache/dev/ContainerDAs8c2c/App_KernelDevDebugContainer.php line 803

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