var/cache/labas/dev/ContainerTkxE1O7/labasDevDebugProjectContainer.php line 888

Open in your IDE?
  1. <?php
  2. namespace ContainerTkxE1O7;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class labasDevDebugProjectContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Service\\AppManager' => 'getAppManagerService',
  37.             'App\\Service\\Context' => 'getContextService',
  38.             'App\\Service\\DomainManager' => 'getDomainManagerService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'data_collector.dump' => 'getDataCollector_DumpService',
  42.             'doctrine' => 'getDoctrineService',
  43.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  44.             'doctrine.dbal.labas_connection' => 'getDoctrine_Dbal_LabasConnectionService',
  45.             'doctrine.orm.entity_manager' => 'getDoctrine_Orm_EntityManagerService',
  46.             'doctrine.orm.labas_entity_manager' => 'getDoctrine_Orm_LabasEntityManagerService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  50.             'profiler' => 'getProfilerService',
  51.             'request_stack' => 'getRequestStackService',
  52.             'router' => 'getRouterService',
  53.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  54.             'security.token_storage' => 'getSecurity_TokenStorageService',
  55.             'session' => 'getSessionService',
  56.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  57.             'translator' => 'getTranslatorService',
  58.             'twig' => 'getTwigService',
  59.             'validator' => 'getValidatorService',
  60.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  61.         ];
  62.         $this->fileMap = [
  63.             'Labas\\Controller\\ApiController' => 'getApiControllerService.php',
  64.             'Labas\\Controller\\ClientController' => 'getClientControllerService.php',
  65.             'Labas\\Controller\\HomepageController' => 'getHomepageControllerService.php',
  66.             'Labas\\Controller\\KasoController' => 'getKasoControllerService.php',
  67.             'Labas\\Controller\\NewsletterController' => 'getNewsletterControllerService.php',
  68.             'Labas\\Controller\\PartnerShop\\PartnerShopController' => 'getPartnerShopControllerService.php',
  69.             'Labas\\Controller\\SecurityController' => 'getSecurityControllerService.php',
  70.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  71.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  72.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  73.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  74.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  75.             'cache_clearer' => 'getCacheClearerService.php',
  76.             'cache_warmer' => 'getCacheWarmerService.php',
  77.             'console.command.public_alias.App\\Command\\Central\\Brandbank\\FullProcessCommand' => 'getFullProcessCommandService.php',
  78.             'console.command.public_alias.App\\Command\\Central\\Brandbank\\ImportCommand' => 'getImportCommandService.php',
  79.             'console.command.public_alias.App\\Command\\Central\\Brandbank\\ProcessCommand' => 'getProcessCommandService.php',
  80.             'console.command.public_alias.App\\Command\\Central\\Import\\ReceiptMetroCommand' => 'getReceiptMetroCommandService.php',
  81.             'console.command.public_alias.App\\Command\\Central\\Product\\ProductClearCommand' => 'getProductClearCommandService.php',
  82.             'console.command.public_alias.App\\Command\\Central\\Product\\ProductCreateCommand' => 'getProductCreateCommandService.php',
  83.             'console.command.public_alias.App\\Command\\Client\\Category\\CategoryCommand' => 'getCategoryCommandService.php',
  84.             'console.command.public_alias.App\\Command\\Client\\Import\\ProductImportCSVCommand' => 'getProductImportCSVCommandService.php',
  85.             'console.command.public_alias.App\\Command\\Client\\Import\\ReceiptLabasCommand' => 'getReceiptLabasCommandService.php',
  86.             'console.command.public_alias.App\\Command\\Client\\Import\\ReceiptMetroCommand' => 'getReceiptMetroCommand2Service.php',
  87.             'console.command.public_alias.App\\Command\\Client\\Importer\\ImporterCreateProductCommand' => 'getImporterCreateProductCommandService.php',
  88.             'console.command.public_alias.App\\Command\\Client\\PaymentMethod\\PaymentMethodCommand' => 'getPaymentMethodCommandService.php',
  89.             'console.command.public_alias.App\\Command\\Client\\SellPrice\\SellPriceCommand' => 'getSellPriceCommandService.php',
  90.             'console.command.public_alias.App\\Command\\Client\\StoreStock\\AllControlCommand' => 'getAllControlCommandService.php',
  91.             'console.command.public_alias.App\\Command\\Client\\StoreStock\\AllRecalculateCommand' => 'getAllRecalculateCommandService.php',
  92.             'console.command.public_alias.App\\Command\\Client\\StoreStock\\ClearStockCommand' => 'getClearStockCommandService.php',
  93.             'console.command.public_alias.App\\Command\\Client\\StoreStock\\ControlCommand' => 'getControlCommandService.php',
  94.             'console.command.public_alias.App\\Command\\Client\\StoreStock\\HistoryCommand' => 'getHistoryCommandService.php',
  95.             'console.command.public_alias.App\\Command\\Client\\StoreStock\\InventoryCommand' => 'getInventoryCommandService.php',
  96.             'console.command.public_alias.App\\Command\\Client\\StoreStock\\InventoryMissingCommand' => 'getInventoryMissingCommandService.php',
  97.             'console.command.public_alias.App\\Command\\Client\\StoreStock\\RecalculateCommand' => 'getRecalculateCommandService.php',
  98.             'console.command.public_alias.App\\Command\\Client\\StoreStock\\StoreStockGroupSellPriceCommand' => 'getStoreStockGroupSellPriceCommandService.php',
  99.             'console.command.public_alias.App\\Command\\Client\\Store\\StoreCentralUnsentTotalCommand' => 'getStoreCentralUnsentTotalCommandService.php',
  100.             'console.command.public_alias.App\\Command\\Client\\Store\\StoreClearPriceOutOfStockCommand' => 'getStoreClearPriceOutOfStockCommandService.php',
  101.             'console.command.public_alias.App\\Command\\Client\\Store\\StoreCopyMissingPriceCommand' => 'getStoreCopyMissingPriceCommandService.php',
  102.             'console.command.public_alias.App\\Command\\Client\\Store\\StoreCopyPriceCommand' => 'getStoreCopyPriceCommandService.php',
  103.             'console.command.public_alias.App\\Command\\Client\\Store\\StoreStockSellPriceCommand' => 'getStoreStockSellPriceCommandService.php',
  104.             'console.command.public_alias.App\\Command\\Client\\Store\\StoreStockSellPriceHistoryCommand' => 'getStoreStockSellPriceHistoryCommandService.php',
  105.             'console.command.public_alias.App\\Command\\Czech\\GetClientsEmailCommand' => 'getGetClientsEmailCommandService.php',
  106.             'console.command.public_alias.App\\Command\\DatabaseCleanerCommand' => 'getDatabaseCleanerCommandService.php',
  107.             'console.command.public_alias.App\\Command\\Doctrine\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService.php',
  108.             'console.command.public_alias.App\\Command\\Doctrine\\UpdateSchemasDoctrineCommand' => 'getUpdateSchemasDoctrineCommandService.php',
  109.             'console.command.public_alias.App\\Command\\InstallCommand' => 'getInstallCommandService.php',
  110.             'console.command.public_alias.App\\Command\\LoggerCleanerCommand' => 'getLoggerCleanerCommandService.php',
  111.             'console.command.public_alias.App\\Command\\Main\\Client\\ClientDatabaseCommand' => 'getClientDatabaseCommandService.php',
  112.             'console.command.public_alias.App\\Command\\Main\\Cron\\CronCommand' => 'getCronCommandService.php',
  113.             'console.command.public_alias.App\\Command\\Main\\ProductMergeCommand' => 'getProductMergeCommandService.php',
  114.             'console.command.public_alias.App\\Command\\Main\\Token\\TokenInvalidCommand' => 'getTokenInvalidCommandService.php',
  115.             'console.command.public_alias.App\\Command\\Main\\Weather\\WeatherCommand' => 'getWeatherCommandService.php',
  116.             'console.command.public_alias.App\\Command\\Migration\\StoreGroupCommand' => 'getStoreGroupCommandService.php',
  117.             'console.command.public_alias.App\\Command\\Migration\\StoreStockGroupCommand' => 'getStoreStockGroupCommandService.php',
  118.             'console.command.public_alias.App\\Command\\TestCommand' => 'getTestCommandService.php',
  119.             'console.command.public_alias.App\\Command\\UpdateDatabaseClientUserCommand' => 'getUpdateDatabaseClientUserCommandService.php',
  120.             'console.command.public_alias.Labas\\Command\\ActionCommand' => 'getActionCommandService.php',
  121.             'console.command.public_alias.Labas\\Command\\Client\\CustomerDiscountCommand' => 'getCustomerDiscountCommandService.php',
  122.             'console.command.public_alias.Labas\\Command\\CustomerLoginCommand' => 'getCustomerLoginCommandService.php',
  123.             'console.command.public_alias.Labas\\Command\\Database\\CustomerImportCommand' => 'getCustomerImportCommandService.php',
  124.             'console.command.public_alias.Labas\\Command\\Database\\ExportDataCommand' => 'getExportDataCommandService.php',
  125.             'console.command.public_alias.Labas\\Command\\Eshop\\EmailCustomerOrderCommand' => 'getEmailCustomerOrderCommandService.php',
  126.             'console.command.public_alias.Labas\\Command\\Eshop\\FirebaseCustomerOrderCommand' => 'getFirebaseCustomerOrderCommandService.php',
  127.             'console.command.public_alias.Labas\\Command\\Eshop\\FirebaseNewsletterCommand' => 'getFirebaseNewsletterCommandService.php',
  128.             'console.command.public_alias.Labas\\Command\\Eshop\\OrderCompleteCommand' => 'getOrderCompleteCommandService.php',
  129.             'console.command.public_alias.Labas\\Command\\ExportEshopOrderCommand' => 'getExportEshopOrderCommandService.php',
  130.             'console.command.public_alias.Labas\\Command\\ExportOrderByDayCommand' => 'getExportOrderByDayCommandService.php',
  131.             'console.command.public_alias.Labas\\Command\\ExportOrderCommand' => 'getExportOrderCommandService.php',
  132.             'console.command.public_alias.Labas\\Command\\ExportOrderReviewCommand' => 'getExportOrderReviewCommandService.php',
  133.             'console.command.public_alias.Labas\\Command\\ExportParagonByDayCommand' => 'getExportParagonByDayCommandService.php',
  134.             'console.command.public_alias.Labas\\Command\\ExportParagonCommand' => 'getExportParagonCommandService.php',
  135.             'console.command.public_alias.Labas\\Command\\ExportPointOfSaleByDayCommand' => 'getExportPointOfSaleByDayCommandService.php',
  136.             'console.command.public_alias.Labas\\Command\\ExportPointOfSaleMoveCommand' => 'getExportPointOfSaleMoveCommandService.php',
  137.             'console.command.public_alias.Labas\\Command\\ImportArticleCommand' => 'getImportArticleCommandService.php',
  138.             'console.command.public_alias.Labas\\Command\\ImportArticleGroupCommand' => 'getImportArticleGroupCommandService.php',
  139.             'console.command.public_alias.Labas\\Command\\ImportAssortmentCommand' => 'getImportAssortmentCommandService.php',
  140.             'console.command.public_alias.Labas\\Command\\ImportCategoryCSVCommand' => 'getImportCategoryCSVCommandService.php',
  141.             'console.command.public_alias.Labas\\Command\\ImportCategoryCommand' => 'getImportCategoryCommandService.php',
  142.             'console.command.public_alias.Labas\\Command\\ImportCentralParagonFastCommand' => 'getImportCentralParagonFastCommandService.php',
  143.             'console.command.public_alias.Labas\\Command\\ImportCentralStockAssortmentCommand' => 'getImportCentralStockAssortmentCommandService.php',
  144.             'console.command.public_alias.Labas\\Command\\ImportCronCommand' => 'getImportCronCommandService.php',
  145.             'console.command.public_alias.Labas\\Command\\ImportCustomerCommand' => 'getImportCustomerCommandService.php',
  146.             'console.command.public_alias.Labas\\Command\\ImportDiscountCommand' => 'getImportDiscountCommandService.php',
  147.             'console.command.public_alias.Labas\\Command\\ImportEshopCommand' => 'getImportEshopCommandService.php',
  148.             'console.command.public_alias.Labas\\Command\\ImportFullParagonCommand' => 'getImportFullParagonCommandService.php',
  149.             'console.command.public_alias.Labas\\Command\\ImportInventoryCommand' => 'getImportInventoryCommandService.php',
  150.             'console.command.public_alias.Labas\\Command\\ImportParagonCommand' => 'getImportParagonCommandService.php',
  151.             'console.command.public_alias.Labas\\Command\\ImportParagonFastCommand' => 'getImportParagonFastCommandService.php',
  152.             'console.command.public_alias.Labas\\Command\\ImportPaymentMethodCommand' => 'getImportPaymentMethodCommandService.php',
  153.             'console.command.public_alias.Labas\\Command\\ImportPriceCommand' => 'getImportPriceCommandService.php',
  154.             'console.command.public_alias.Labas\\Command\\ImportProductCommand' => 'getImportProductCommandService.php',
  155.             'console.command.public_alias.Labas\\Command\\ImportProductMostSellCommand' => 'getImportProductMostSellCommandService.php',
  156.             'console.command.public_alias.Labas\\Command\\ImportStoreCommand' => 'getImportStoreCommandService.php',
  157.             'console.command.public_alias.Labas\\Command\\ImportSupplierCommand' => 'getImportSupplierCommandService.php',
  158.             'console.command.public_alias.Labas\\Command\\NewsletterCommand' => 'getNewsletterCommandService.php',
  159.             'console.command.public_alias.Labas\\Command\\OrderGenerateCommand' => 'getOrderGenerateCommandService.php',
  160.             'console.command.public_alias.Labas\\Command\\RemovePercentageDiscountCommand' => 'getRemovePercentageDiscountCommandService.php',
  161.             'console.command.public_alias.Labas\\Command\\RemoveTemporaryWarehouseCommand' => 'getRemoveTemporaryWarehouseCommandService.php',
  162.             'console.command.public_alias.Labas\\Command\\RemoveUnPostedMoveIDsCommand' => 'getRemoveUnPostedMoveIDsCommandService.php',
  163.             'console.command.public_alias.Labas\\Command\\StoreStockSellPriceHistoryCommand' => 'getStoreStockSellPriceHistoryCommand2Service.php',
  164.             'console.command.public_alias.Labas\\Command\\UpdateCommand' => 'getUpdateCommandService.php',
  165.             'console.command.public_alias.Labas\\Command\\UpdateEshopCommand' => 'getUpdateEshopCommandService.php',
  166.             'console.command.public_alias.Labas\\Command\\UpdateFastCommand' => 'getUpdateFastCommandService.php',
  167.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  168.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  169.             'customer_manager' => 'getCustomerManagerService.php',
  170.             'error_controller' => 'getErrorControllerService.php',
  171.             'filesystem' => 'getFilesystemService.php',
  172.             'form.factory' => 'getForm_FactoryService.php',
  173.             'form.type.file' => 'getForm_Type_FileService.php',
  174.             'gaufrette.app_file_filesystem' => 'getGaufrette_AppFileFilesystemService.php',
  175.             'knp_gaufrette.filesystem_map' => 'getKnpGaufrette_FilesystemMapService.php',
  176.             'knp_menu.factory' => 'getKnpMenu_FactoryService.php',
  177.             'knp_paginator' => 'getKnpPaginatorService.php',
  178.             'routing.loader' => 'getRouting_LoaderService.php',
  179.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  180.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  181.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  182.             'services_resetter' => 'getServicesResetterService.php',
  183.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  184.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  185.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  186.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  187.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  188.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  189.         ];
  190.         $this->aliases = [
  191.             'database_connection' => 'doctrine.dbal.default_connection',
  192.             'doctrine.orm.default_entity_manager' => 'doctrine.orm.entity_manager',
  193.             'mailer' => 'swiftmailer.mailer.default',
  194.         ];
  195.         $this->privates['service_container'] = function () {
  196.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  197.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/KernelInterface.php';
  198.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/RebootableInterface.php';
  199.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/TerminableInterface.php';
  200.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Kernel.php';
  201.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  202.             include_once \dirname(__DIR__5).'/src/VirtualKernel.php';
  203.             include_once \dirname(__DIR__5).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  204.             include_once \dirname(__DIR__5).'/src/App/EventSubscriber/LoadClassMetadataSubscriber.php';
  205.             include_once \dirname(__DIR__5).'/src/App/Service/AppManager.php';
  206.             include_once \dirname(__DIR__5).'/src/App/Service/Context.php';
  207.             include_once \dirname(__DIR__5).'/src/App/Service/DomainManager.php';
  208.             include_once \dirname(__DIR__5).'/src/App/Translation/Provider/TranslationLocaleProviderInterface.php';
  209.             include_once \dirname(__DIR__5).'/src/App/Translation/Provider/ImmutableTranslationLocaleProvider.php';
  210.             include_once \dirname(__DIR__5).'/src/Labas/EventListener/ContextListener.php';
  211.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  212.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php';
  213.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Session/Flash/FlashBag.php';
  214.             include_once \dirname(__DIR__5).'/src/Labas/EventListener/SecurityListener.php';
  215.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  216.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  217.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  218.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  219.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  220.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  221.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  222.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  223.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  224.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  225.             include_once \dirname(__DIR__5).'/vendor/psr/container/src/ContainerInterface.php';
  226.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  227.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  228.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernel.php';
  229.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  230.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  231.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  232.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  233.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  234.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  235.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  236.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  237.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  238.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  239.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestStack.php';
  240.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  241.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  242.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  243.             include_once \dirname(__DIR__5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  244.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  245.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheInterface.php';
  246.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/PruneableInterface.php';
  247.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ResetInterface.php';
  248.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/ResettableInterface.php';
  249.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  250.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  251.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  252.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  253.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheTrait.php';
  254.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  255.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  256.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  257.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  258.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  259.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  260.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  261.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  262.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Session/Session.php';
  263.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  264.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  265.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  266.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  267.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  268.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  269.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  270.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  271.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Packages.php';
  272.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PackageInterface.php';
  273.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Package.php';
  274.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PathPackage.php';
  275.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  276.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  277.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/ContextInterface.php';
  278.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/RequestStackContext.php';
  279.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ValidatorBuilder.php';
  280.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validation.php';
  281.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  282.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  283.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  284.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  285.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  286.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  287.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  288.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  289.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/TranslatorBagInterface.php';
  290.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  291.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Translator.php';
  292.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  293.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  294.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  295.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  296.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  297.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  298.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/IdentityTranslator.php';
  299.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  300.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  301.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  302.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  303.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  304.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  305.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  306.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Logger.php';
  307.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  308.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  309.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  310.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  311.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  312.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  313.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  314.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  315.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  316.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  317.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  318.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  319.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  320.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  321.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  322.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  323.             include_once \dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  324.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  325.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  326.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  327.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  328.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  329.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  330.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  331.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  332.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  333.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  334.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  335.             include_once \dirname(__DIR__5).'/vendor/symfony/stopwatch/Stopwatch.php';
  336.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  337.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContext.php';
  338.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  339.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  340.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  341.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  342.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  343.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  344.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  345.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  346.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  347.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  348.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  349.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Registry.php';
  350.             include_once \dirname(__DIR__5).'/src/App/Doctrine/Registry.php';
  351.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  352.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  353.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  354.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  355.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  356.             include_once \dirname(__DIR__5).'/vendor/doctrine/event-manager/src/EventManager.php';
  357.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  358.             include_once \dirname(__DIR__5).'/src/App/EventListener/ORMTranslatableListener.php';
  359.             include_once \dirname(__DIR__5).'/src/App/Translation/TranslatableEntityLocaleAssignerInterface.php';
  360.             include_once \dirname(__DIR__5).'/src/App/Translation/TranslatableEntityLocaleAssigner.php';
  361.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  362.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  363.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  364.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  365.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  366.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  367.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  368.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  369.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  370.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  371.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Environment.php';
  372.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  373.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  374.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  375.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  376.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  377.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  378.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  379.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  380.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  381.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  382.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  383.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  384.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  385.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  386.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  387.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  388.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/UrlHelper.php';
  389.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  390.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  391.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  392.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  393.             include_once \dirname(__DIR__5).'/src/Labas/Twig/LocaleExtension.php';
  394.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  395.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  396.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  397.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  398.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  399.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  400.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  401.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  402.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  403.             include_once \dirname(__DIR__5).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  404.             include_once \dirname(__DIR__5).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  405.             include_once \dirname(__DIR__5).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  406.             include_once \dirname(__DIR__5).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  407.             include_once \dirname(__DIR__5).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  408.             include_once \dirname(__DIR__5).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  409.             include_once \dirname(__DIR__5).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  410.             include_once \dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  411.             include_once \dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  412.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/AppVariable.php';
  413.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  414.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  415.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  416.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Profiler/Profile.php';
  417.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  418.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  419.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  420.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  421.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  422.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  423.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php';
  424.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  425.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  426.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  427.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  428.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  429.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  430.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php';
  431.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  432.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  433.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bundle/SwiftMailer/MessageFactory.php';
  434.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/MailHandler.php';
  435.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php';
  436.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Handler/SwiftMailerHandler.php';
  437.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
  438.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
  439.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php';
  440.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  441.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  442.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  443.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  444.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  445.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  446.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  447.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  448.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  449.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  450.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  451.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  452.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  453.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  454.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/FirewallMapInterface.php';
  455.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  456.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  457.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  458.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  459.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  460.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  461.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall.php';
  462.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  463.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  464.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  465.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  466.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  467.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  468.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  469.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  470.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  471.             include_once \dirname(__DIR__5).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  472.             include_once \dirname(__DIR__5).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  473.             include_once \dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  474.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  475.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  476.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  477.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  478.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  479.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  480.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  481.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  482.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  483.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  484.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  485.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  486.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/DoctrineProvider.php';
  487.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  488.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  489.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  490.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  491.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  492.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  493.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  494.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php';
  495.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollectorTranslator.php';
  496.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  497.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  498.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  499.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouterInterface.php';
  500.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  501.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Router.php';
  502.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Routing/Router.php';
  503.             include_once \dirname(__DIR__5).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  504.             include_once \dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  505.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectManagerDecorator.php';
  506.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Decorator/EntityManagerDecorator.php';
  507.             include_once \dirname(__DIR__5).'/src/App/EntityManager/AppEntityManager.php';
  508.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  509.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  510.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  511.             include_once \dirname(__DIR__5).'/src/Labas/EntityManager/LabasEntityManager.php';
  512.             include_once \dirname(__DIR__5).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  513.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  514.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  515.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  516.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  517.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  518.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  519.         };
  520.     }
  521.     public function compile(): void
  522.     {
  523.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  524.     }
  525.     public function isCompiled(): bool
  526.     {
  527.         return true;
  528.     }
  529.     public function getRemovedIds(): array
  530.     {
  531.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  532.     }
  533.     protected function load($file$lazyLoad true)
  534.     {
  535.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  536.     }
  537.     /**
  538.      * Gets the public 'App\Service\AppManager' shared autowired service.
  539.      *
  540.      * @return \App\Service\AppManager
  541.      */
  542.     protected function getAppManagerService()
  543.     {
  544.         return $this->services['App\\Service\\AppManager'] = new \App\Service\AppManager(($this->services['doctrine.orm.entity_manager'] ?? $this->getDoctrine_Orm_EntityManagerService()), ($this->services['App\\Service\\Context'] ?? ($this->services['App\\Service\\Context'] = new \App\Service\Context())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  545.     }
  546.     /**
  547.      * Gets the public 'App\Service\Context' shared autowired service.
  548.      *
  549.      * @return \App\Service\Context
  550.      */
  551.     protected function getContextService()
  552.     {
  553.         return $this->services['App\\Service\\Context'] = new \App\Service\Context();
  554.     }
  555.     /**
  556.      * Gets the public 'App\Service\DomainManager' shared autowired service.
  557.      *
  558.      * @return \App\Service\DomainManager
  559.      */
  560.     protected function getDomainManagerService()
  561.     {
  562.         return $this->services['App\\Service\\DomainManager'] = new \App\Service\DomainManager($this->getEnv('PROJECT_DOMAIN'), $this->getEnv('PROJECT_SSL'));
  563.     }
  564.     /**
  565.      * Gets the public 'cache.app' shared service.
  566.      *
  567.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  568.      */
  569.     protected function getCache_AppService()
  570.     {
  571.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('CCmXOKDg6Z'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  572.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  573.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  574.     }
  575.     /**
  576.      * Gets the public 'cache.system' shared service.
  577.      *
  578.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  579.      */
  580.     protected function getCache_SystemService()
  581.     {
  582.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XFn09ptr7p'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  583.     }
  584.     /**
  585.      * Gets the public 'data_collector.dump' shared service.
  586.      *
  587.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  588.      */
  589.     protected function getDataCollector_DumpService()
  590.     {
  591.         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())), NULL);
  592.     }
  593.     /**
  594.      * Gets the public 'doctrine' shared service.
  595.      *
  596.      * @return \App\Doctrine\Registry
  597.      */
  598.     protected function getDoctrineService()
  599.     {
  600.         return $this->services['doctrine'] = new \App\Doctrine\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  601.     }
  602.     /**
  603.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  604.      *
  605.      * @return \Doctrine\DBAL\Connection
  606.      */
  607.     protected function getDoctrine_Dbal_DefaultConnectionService()
  608.     {
  609.         $a = new \Doctrine\DBAL\Configuration();
  610.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  611.         $b = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  612.             'App\\EventListener\\ORMEntityListener' => ['privates''App\\EventListener\\ORMEntityListener''getORMEntityListenerService.php'true],
  613.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  614.         ], [
  615.             'App\\EventListener\\ORMEntityListener' => '?',
  616.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  617.         ]));
  618.         $b->addEventSubscriber(new \App\EventListener\ORMTranslatableListener(new \App\Translation\TranslatableEntityLocaleAssigner(($this->privates['App\\Translation\\Provider\\ImmutableTranslationLocaleProvider'] ?? ($this->privates['App\\Translation\\Provider\\ImmutableTranslationLocaleProvider'] = new \App\Translation\Provider\ImmutableTranslationLocaleProvider('sk_SK'))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())))));
  619.         $b->addEventSubscriber(($this->privates['App\\EventSubscriber\\LoadClassMetadataSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LoadClassMetadataSubscriber'] = new \App\EventSubscriber\LoadClassMetadataSubscriber(($this->services['kernel'] ?? $this->get('kernel'1))))));
  620.         $b->addEventListener([=> 'prePersist'], 'App\\EventListener\\ORMEntityListener');
  621.         $b->addEventListener([=> 'preUpdate'], 'App\\EventListener\\ORMEntityListener');
  622.         $b->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  623.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['connection_override_options' => [], 'url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$b, []);
  624.     }
  625.     /**
  626.      * Gets the public 'doctrine.dbal.labas_connection' shared service.
  627.      *
  628.      * @return \Doctrine\DBAL\Connection
  629.      */
  630.     protected function getDoctrine_Dbal_LabasConnectionService()
  631.     {
  632.         $a = new \Doctrine\DBAL\Configuration();
  633.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), => ($this->privates['doctrine.dbal.logger.profiling.labas'] ?? ($this->privates['doctrine.dbal.logger.profiling.labas'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  634.         $b = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  635.             'App\\EventListener\\ORMEntityListener' => ['privates''App\\EventListener\\ORMEntityListener''getORMEntityListenerService.php'true],
  636.             'doctrine.orm.labas_listeners.attach_entity_listeners' => ['privates''doctrine.orm.labas_listeners.attach_entity_listeners''getDoctrine_Orm_LabasListeners_AttachEntityListenersService.php'true],
  637.         ], [
  638.             'App\\EventListener\\ORMEntityListener' => '?',
  639.             'doctrine.orm.labas_listeners.attach_entity_listeners' => '?',
  640.         ]));
  641.         $b->addEventSubscriber(($this->privates['App\\EventSubscriber\\LoadClassMetadataSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LoadClassMetadataSubscriber'] = new \App\EventSubscriber\LoadClassMetadataSubscriber(($this->services['kernel'] ?? $this->get('kernel'1))))));
  642.         $b->addEventListener([=> 'prePersist'], 'App\\EventListener\\ORMEntityListener');
  643.         $b->addEventListener([=> 'preUpdate'], 'App\\EventListener\\ORMEntityListener');
  644.         $b->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.labas_listeners.attach_entity_listeners');
  645.         return $this->services['doctrine.dbal.labas_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['connection_override_options' => [], 'url' => $this->getEnv('resolve:DATABASE_LABAS_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$b, []);
  646.     }
  647.     /**
  648.      * Gets the public 'doctrine.orm.entity_manager' shared autowired service.
  649.      *
  650.      * @return \App\EntityManager\AppEntityManager
  651.      */
  652.     protected function getDoctrine_Orm_EntityManagerService()
  653.     {
  654.         return $this->services['doctrine.orm.entity_manager'] = new \App\EntityManager\AppEntityManager($this->getAppEntityManager_InnerService());
  655.     }
  656.     /**
  657.      * Gets the public 'doctrine.orm.labas_entity_manager' shared autowired service.
  658.      *
  659.      * @return \Labas\EntityManager\LabasEntityManager
  660.      */
  661.     protected function getDoctrine_Orm_LabasEntityManagerService()
  662.     {
  663.         return $this->services['doctrine.orm.labas_entity_manager'] = new \Labas\EntityManager\LabasEntityManager($this->getLabasEntityManager_InnerService());
  664.     }
  665.     /**
  666.      * Gets the public 'event_dispatcher' shared service.
  667.      *
  668.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  669.      */
  670.     protected function getEventDispatcherService()
  671.     {
  672.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  673.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  674.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  675.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  676.         $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())));
  677.         $instance->addListener('central.client.post_create', [=> function () {
  678.             return ($this->privates['App\\EventListener\\Central\\ClientPostListener'] ?? $this->load('getClientPostListenerService.php'));
  679.         }, => 'post'], 0);
  680.         $instance->addListener('central.client.post_update', [=> function () {
  681.             return ($this->privates['App\\EventListener\\Central\\ClientPostListener'] ?? $this->load('getClientPostListenerService.php'));
  682.         }, => 'update'], 0);
  683.         $instance->addListener('central.product.pre_create', [=> function () {
  684.             return ($this->privates['App\\EventListener\\Central\\ProductListener'] ?? $this->load('getProductListenerService.php'));
  685.         }, => 'europeanArticleNumber'], 0);
  686.         $instance->addListener('central.product.pre_update', [=> function () {
  687.             return ($this->privates['App\\EventListener\\Central\\ProductListener'] ?? $this->load('getProductListenerService.php'));
  688.         }, => 'europeanArticleNumber'], 0);
  689.         $instance->addListener('client.customer.pre_create', [=> function () {
  690.             return ($this->privates['App\\EventListener\\Client\\Customer\\CustomerListener'] ?? $this->load('getCustomerListenerService.php'));
  691.         }, => 'register'], 0);
  692.         $instance->addListener('client.customer.pre_update', [=> function () {
  693.             return ($this->privates['App\\EventListener\\Client\\Customer\\CustomerListener'] ?? $this->load('getCustomerListenerService.php'));
  694.         }, => 'update'], 0);
  695.         $instance->addListener('client.importer_product.pre_create', [=> function () {
  696.             return ($this->privates['App\\EventListener\\Client\\Importer\\ImporterProductListener'] ?? ($this->privates['App\\EventListener\\Client\\Importer\\ImporterProductListener'] = new \App\EventListener\Client\Importer\ImporterProductListener()));
  697.         }, => 'pre'], 0);
  698.         $instance->addListener('client.importer_product.pre_update', [=> function () {
  699.             return ($this->privates['App\\EventListener\\Client\\Importer\\ImporterProductListener'] ?? ($this->privates['App\\EventListener\\Client\\Importer\\ImporterProductListener'] = new \App\EventListener\Client\Importer\ImporterProductListener()));
  700.         }, => 'pre'], 0);
  701.         $instance->addListener('client.order.pre_create.confirm', [=> function () {
  702.             return ($this->privates['App\\EventListener\\Client\\Order\\OrderListener'] ?? $this->load('getOrderListenerService.php'));
  703.         }, => 'confirm'], 0);
  704.         $instance->addListener('client.order.pre_update.confirm', [=> function () {
  705.             return ($this->privates['App\\EventListener\\Client\\Order\\OrderListener'] ?? $this->load('getOrderListenerService.php'));
  706.         }, => 'confirm'], 0);
  707.         $instance->addListener('client.point_of_sale_move.pre_create', [=> function () {
  708.             return ($this->privates['App\\EventListener\\Client\\PointOfSale\\PointOfSaleMoveListener'] ?? $this->load('getPointOfSaleMoveListenerService.php'));
  709.         }, => 'pre'], 0);
  710.         $instance->addListener('client.sell_price.pre_create', [=> function () {
  711.             return ($this->privates['App\\EventListener\\Client\\SellPrice\\SellPriceListener'] ?? $this->load('getSellPriceListenerService.php'));
  712.         }, => 'pre'], 0);
  713.         $instance->addListener('client.sell_price.post_create', [=> function () {
  714.             return ($this->privates['App\\EventListener\\Client\\SellPrice\\SellPriceListener'] ?? $this->load('getSellPriceListenerService.php'));
  715.         }, => 'post'], 0);
  716.         $instance->addListener('client.store_alert.pre_delete', [=> function () {
  717.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreAlertDeleteListener'] ?? $this->load('getStoreAlertDeleteListenerService.php'));
  718.         }, => 'delete'], 0);
  719.         $instance->addListener('client.store_central.pre_create', [=> function () {
  720.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreCentralListener'] ?? $this->load('getStoreCentralListenerService.php'));
  721.         }, => 'pre'], 0);
  722.         $instance->addListener('client.store_central.post_create', [=> function () {
  723.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreCentralListener'] ?? $this->load('getStoreCentralListenerService.php'));
  724.         }, => 'post'], 0);
  725.         $instance->addListener('client.store_group.post_create', [=> function () {
  726.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreGroupListener'] ?? $this->load('getStoreGroupListenerService.php'));
  727.         }, => 'copyAssortment'], 0);
  728.         $instance->addListener('client.store_header.pre_create', [=> function () {
  729.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
  730.         }, => 'pre'], 0);
  731.         $instance->addListener('client.store_header.post_create', [=> function () {
  732.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
  733.         }, => 'post'], 0);
  734.         $instance->addListener('client.store_header.pre_update', [=> function () {
  735.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
  736.         }, => 'pre'], 0);
  737.         $instance->addListener('client.store_header.post_update', [=> function () {
  738.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
  739.         }, => 'post'], 0);
  740.         $instance->addListener('client.store_header.pre_update.confirm', [=> function () {
  741.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
  742.         }, => 'confirm'], 0);
  743.         $instance->addListener('client.store_header.pre_update.move_add', [=> function () {
  744.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
  745.         }, => 'pre'], 0);
  746.         $instance->addListener('client.store_header.pre_update.move_delete', [=> function () {
  747.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
  748.         }, => 'pre'], 0);
  749.         $instance->addListener('client.store_header.pre_delete', [=> function () {
  750.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
  751.         }, => 'delete'], 0);
  752.         $instance->addListener('client.store.post_create', [=> function () {
  753.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreListener'] ?? $this->load('getStoreListenerService.php'));
  754.         }, => 'post'], 0);
  755.         $instance->addListener('client.store.post_update', [=> function () {
  756.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreListener'] ?? $this->load('getStoreListenerService.php'));
  757.         }, => 'post'], 0);
  758.         $instance->addListener('client.store_move.pre_create.inventory', [=> function () {
  759.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreMoveInventoryListener'] ?? $this->load('getStoreMoveInventoryListenerService.php'));
  760.         }, => 'process'], 0);
  761.         $instance->addListener('client.store_move.pre_create.add', [=> function () {
  762.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreMoveListener'] ?? $this->load('getStoreMoveListenerService.php'));
  763.         }, => 'addMove'], 0);
  764.         $instance->addListener('client.store_move.pre_delete.delete', [=> function () {
  765.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreMoveListener'] ?? $this->load('getStoreMoveListenerService.php'));
  766.         }, => 'removeMove'], 0);
  767.         $instance->addListener('client.store_stock_group.pre_create', [=> function () {
  768.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreStockGroupListener'] ?? $this->load('getStoreStockGroupListenerService.php'));
  769.         }, => 'change'], 0);
  770.         $instance->addListener('client.store_stock_group.pre_update', [=> function () {
  771.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreStockGroupListener'] ?? $this->load('getStoreStockGroupListenerService.php'));
  772.         }, => 'change'], 0);
  773.         $instance->addListener('client.store_stock.pre_update', [=> function () {
  774.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreStockListener'] ?? $this->load('getStoreStockListenerService.php'));
  775.         }, => 'pre'], 0);
  776.         $instance->addListener('client.supplier_order.pre_create', [=> function () {
  777.             return ($this->privates['App\\EventListener\\Client\\Supplier\\SupplierOrderListener'] ?? $this->load('getSupplierOrderListenerService.php'));
  778.         }, => 'supplierOrderProducts'], 0);
  779.         $instance->addListener('client.supplier_order.pre_update', [=> function () {
  780.             return ($this->privates['App\\EventListener\\Client\\Supplier\\SupplierOrderListener'] ?? $this->load('getSupplierOrderListenerService.php'));
  781.         }, => 'supplierOrderProducts'], 0);
  782.         $instance->addListener('client.supplier_order_product.pre_create', [=> function () {
  783.             return ($this->privates['App\\EventListener\\Client\\Supplier\\SupplierOrderProductListener'] ?? $this->load('getSupplierOrderProductListenerService.php'));
  784.         }, => 'preCreate'], 0);
  785.         $instance->addListener('cupiky.client.store_header.post_create', [=> function () {
  786.             return ($this->privates['App\\EventListener\\Custom\\Cyprian\\PostListener'] ?? $this->load('getPostListenerService.php'));
  787.         }, => 'postStoreHeaderCreate'], 0);
  788.         $instance->addListener('cupiky.client.point_of_sale_move.post_create', [=> function () {
  789.             return ($this->privates['App\\EventListener\\Custom\\Cyprian\\PostListener'] ?? $this->load('getPostListenerService.php'));
  790.         }, => 'postPointOfSaleMoveCreate'], 0);
  791.         $instance->addListener('cupiky.client.store_move.post_create.inventory', [=> function () {
  792.             return ($this->privates['App\\EventListener\\Custom\\Cyprian\\PostListener'] ?? $this->load('getPostListenerService.php'));
  793.         }, => 'postInventoryCreate'], 0);
  794.         $instance->addListener('cupiky.client.store_central.post_create', [=> function () {
  795.             return ($this->privates['App\\EventListener\\Custom\\Cyprian\\PostListener'] ?? $this->load('getPostListenerService.php'));
  796.         }, => 'postStoreCentralCreate'], 0);
  797.         $instance->addListener('eshop.customer_order.pre_update.confirm_customer_order', [=> function () {
  798.             return ($this->privates['App\\EventListener\\Custom\\Eshop\\PostListener'] ?? $this->load('getPostListener2Service.php'));
  799.         }, => 'sendConfirmedOrderEmail'], 0);
  800.         $instance->addListener('gonarex.client.store_header.post_update.confirm', [=> function () {
  801.             return ($this->privates['App\\EventListener\\Custom\\Gonarex\\StoreWarehouseDuplicityListener'] ?? $this->load('getStoreWarehouseDuplicityListenerService.php'));
  802.         }, => 'confirm'], -10);
  803.         $instance->addListener('ilas.client.store_header.post_create', [=> function () {
  804.             return ($this->privates['App\\EventListener\\Custom\\Ilas\\PostListener'] ?? $this->load('getPostListener3Service.php'));
  805.         }, => 'postStoreHeaderCreate'], 0);
  806.         $instance->addListener('ilas.client.point_of_sale_move.post_create', [=> function () {
  807.             return ($this->privates['App\\EventListener\\Custom\\Ilas\\PostListener'] ?? $this->load('getPostListener3Service.php'));
  808.         }, => 'postPointOfSaleMoveCreate'], 0);
  809.         $instance->addListener('ilas.client.store_move.post_create.inventory', [=> function () {
  810.             return ($this->privates['App\\EventListener\\Custom\\Ilas\\PostListener'] ?? $this->load('getPostListener3Service.php'));
  811.         }, => 'postInventoryCreate'], 0);
  812.         $instance->addListener('ilas.client.store_central.post_create', [=> function () {
  813.             return ($this->privates['App\\EventListener\\Custom\\Ilas\\PostListener'] ?? $this->load('getPostListener3Service.php'));
  814.         }, => 'postStoreCentralCreate'], 0);
  815.         $instance->addListener('labas.client.store_header.post_create', [=> function () {
  816.             return ($this->privates['App\\EventListener\\Custom\\Labas\\PostListener'] ?? $this->load('getPostListener4Service.php'));
  817.         }, => 'postStoreHeaderCreate'], 0);
  818.         $instance->addListener('labas.client.point_of_sale_move.post_create', [=> function () {
  819.             return ($this->privates['App\\EventListener\\Custom\\Labas\\PostListener'] ?? $this->load('getPostListener4Service.php'));
  820.         }, => 'postPointOfSaleMoveCreate'], 0);
  821.         $instance->addListener('labas.eshop.customer_order.pre_update.confirm_customer_order', [=> function () {
  822.             return ($this->privates['App\\EventListener\\Custom\\Labas\\PostListener'] ?? $this->load('getPostListener4Service.php'));
  823.         }, => 'postEshopCustomerOrder'], 0);
  824.         $instance->addListener('labas.eshop.customer_order.post_update.edit_customer_order_state', [=> function () {
  825.             return ($this->privates['App\\EventListener\\Custom\\Labas\\PostListener'] ?? $this->load('getPostListener4Service.php'));
  826.         }, => 'changeCustomerOrderState'], 0);
  827.         $instance->addListener('vinolevice.client.store_central.post_create', [=> function () {
  828.             return ($this->privates['App\\EventListener\\Custom\\VinoLevice\\PostListener'] ?? $this->load('getPostListener5Service.php'));
  829.         }, => 'postStoreCentralCreate'], 0);
  830.         $instance->addListener('eshop.article_competition.pre_create', [=> function () {
  831.             return ($this->privates['App\\EventListener\\FilesUploadListener'] ?? $this->load('getFilesUploadListenerService.php'));
  832.         }, => 'uploadFile'], 0);
  833.         $instance->addListener('eshop.article_blog.pre_create', [=> function () {
  834.             return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
  835.         }, => 'uploadImages'], 0);
  836.         $instance->addListener('eshop.article_recipe.pre_create', [=> function () {
  837.             return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
  838.         }, => 'uploadImages'], 0);
  839.         $instance->addListener('eshop.article_competition.pre_create', [=> function () {
  840.             return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
  841.         }, => 'uploadImages'], 0);
  842.         $instance->addListener('central.product.pre_create', [=> function () {
  843.             return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
  844.         }, => 'uploadImages'], 0);
  845.         $instance->addListener('central.product.pre_update', [=> function () {
  846.             return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
  847.         }, => 'uploadImages'], 0);
  848.         $instance->addListener('central.category.pre_create', [=> function () {
  849.             return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
  850.         }, => 'uploadImages'], 0);
  851.         $instance->addListener('central.category.pre_update', [=> function () {
  852.             return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
  853.         }, => 'uploadImages'], 0);
  854.         $instance->addListener('client.category.pre_create', [=> function () {
  855.             return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
  856.         }, => 'uploadImages'], 0);
  857.         $instance->addListener('client.category.pre_update', [=> function () {
  858.             return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
  859.         }, => 'uploadImages'], 0);
  860.         $instance->addListener('kernel.request', [=> function () {
  861.             return ($this->privates['Labas\\EventListener\\ContextListener'] ?? $this->getContextListenerService());
  862.         }, => 'setClient'], 0);
  863.         $instance->addListener('kernel.request', [=> function () {
  864.             return ($this->privates['Labas\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService());
  865.         }, => 'security'], 0);
  866.         $instance->addListener('kernel.controller', [=> function () {
  867.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  868.         }, => 'onKernelController'], 0);
  869.         $instance->addListener('kernel.terminate', [=> function () {
  870.             return ($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService());
  871.         }, => 'onKernelTerminate'], 0);
  872.         $instance->addListener('console.terminate', [=> function () {
  873.             return ($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService());
  874.         }, => 'onCliTerminate'], 0);
  875.         $instance->addListener('kernel.exception', [=> function () {
  876.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService.php'));
  877.         }, => 'onKernelException'], 0);
  878.         $instance->addListener('kernel.request', [=> function () {
  879.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  880.         }, => 'onKernelRequest'], 0);
  881.         $instance->addListener('console.command', [=> function () {
  882.             return ($this->privates['App\\EventListener\\CommandListener'] ?? $this->load('getCommandListenerService.php'));
  883.         }, => 'onConsoleCommand'], 0);
  884.         $instance->addListener('console.error', [=> function () {
  885.             return ($this->privates['App\\EventListener\\CommandListener'] ?? $this->load('getCommandListenerService.php'));
  886.         }, => 'onConsoleError'], -128);
  887.         $instance->addListener('console.terminate', [=> function () {
  888.             return ($this->privates['App\\EventListener\\CommandListener'] ?? $this->load('getCommandListenerService.php'));
  889.         }, => 'onConsoleTerminate'], -128);
  890.         $instance->addListener('form.pre_set_data', [=> function () {
  891.             return ($this->privates['App\\Form\\EventListener\\Central\\Client\\ClientCategoryListener'] ?? $this->load('getClientCategoryListenerService.php'));
  892.         }, => 'onPreSetData'], 0);
  893.         $instance->addListener('form.post_submit', [=> function () {
  894.             return ($this->privates['App\\Form\\EventListener\\Central\\Client\\ClientCategoryListener'] ?? $this->load('getClientCategoryListenerService.php'));
  895.         }, => 'onPostSubmit'], 0);
  896.         $instance->addListener('kernel.response', [=> function () {
  897.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  898.         }, => 'onKernelResponse'], 0);
  899.         $instance->addListener('kernel.response', [=> function () {
  900.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  901.         }, => 'onKernelResponse'], -1024);
  902.         $instance->addListener('kernel.request', [=> function () {
  903.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  904.         }, => 'setDefaultLocale'], 100);
  905.         $instance->addListener('kernel.request', [=> function () {
  906.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  907.         }, => 'onKernelRequest'], 16);
  908.         $instance->addListener('kernel.finish_request', [=> function () {
  909.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  910.         }, => 'onKernelFinishRequest'], 0);
  911.         $instance->addListener('kernel.request', [=> function () {
  912.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  913.         }, => 'onKernelRequest'], 256);
  914.         $instance->addListener('kernel.response', [=> function () {
  915.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  916.         }, => 'onResponse'], -255);
  917.         $instance->addListener('kernel.controller_arguments', [=> function () {
  918.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  919.         }, => 'onControllerArguments'], 0);
  920.         $instance->addListener('kernel.exception', [=> function () {
  921.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  922.         }, => 'logKernelException'], 0);
  923.         $instance->addListener('kernel.exception', [=> function () {
  924.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  925.         }, => 'onKernelException'], -128);
  926.         $instance->addListener('kernel.request', [=> function () {
  927.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  928.         }, => 'onKernelRequest'], 15);
  929.         $instance->addListener('kernel.finish_request', [=> function () {
  930.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  931.         }, => 'onKernelFinishRequest'], -15);
  932.         $instance->addListener('console.error', [=> function () {
  933.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  934.         }, => 'onConsoleError'], -128);
  935.         $instance->addListener('console.terminate', [=> function () {
  936.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  937.         }, => 'onConsoleTerminate'], -128);
  938.         $instance->addListener('console.error', [=> function () {
  939.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  940.         }, => 'onConsoleError'], 0);
  941.         $instance->addListener('kernel.request', [=> function () {
  942.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  943.         }, => 'onKernelRequest'], 128);
  944.         $instance->addListener('kernel.response', [=> function () {
  945.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  946.         }, => 'onKernelResponse'], -1000);
  947.         $instance->addListener('kernel.finish_request', [=> function () {
  948.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  949.         }, => 'onFinishRequest'], 0);
  950.         $instance->addListener('kernel.response', [=> function () {
  951.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  952.         }, => 'onKernelResponse'], -100);
  953.         $instance->addListener('kernel.exception', [=> function () {
  954.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  955.         }, => 'onKernelException'], 0);
  956.         $instance->addListener('kernel.terminate', [=> function () {
  957.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  958.         }, => 'onKernelTerminate'], -1024);
  959.         $instance->addListener('kernel.controller', [=> function () {
  960.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  961.         }, => 'onKernelController'], 0);
  962.         $instance->addListener('kernel.response', [=> function () {
  963.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  964.         }, => 'onKernelResponse'], 0);
  965.         $instance->addListener('kernel.request', [=> function () {
  966.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  967.         }, => 'configure'], 2048);
  968.         $instance->addListener('console.command', [=> function () {
  969.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  970.         }, => 'configure'], 2048);
  971.         $instance->addListener('kernel.request', [=> function () {
  972.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  973.         }, => 'onKernelRequest'], 32);
  974.         $instance->addListener('kernel.finish_request', [=> function () {
  975.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  976.         }, => 'onKernelFinishRequest'], 0);
  977.         $instance->addListener('kernel.exception', [=> function () {
  978.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  979.         }, => 'onKernelException'], -64);
  980.         $instance->addListener('kernel.exception', [=> function () {
  981.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  982.         }, => 'onException'], 0);
  983.         $instance->addListener('kernel.terminate', [=> function () {
  984.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  985.         }, => 'onTerminate'], 0);
  986.         $instance->addListener('console.error', [=> function () {
  987.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  988.         }, => 'onException'], 0);
  989.         $instance->addListener('console.terminate', [=> function () {
  990.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  991.         }, => 'onTerminate'], 0);
  992.         $instance->addListener('console.command', [=> function () {
  993.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  994.         }, => 'onCommand'], 255);
  995.         $instance->addListener('console.terminate', [=> function () {
  996.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  997.         }, => 'onTerminate'], -255);
  998.         $instance->addListener('console.error', [=> function () {
  999.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1000.         }, => 'onConsoleError'], 0);
  1001.         $instance->addListener('console.terminate', [=> function () {
  1002.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1003.         }, => 'onConsoleTerminate'], 0);
  1004.         $instance->addListener('kernel.finish_request', [=> function () {
  1005.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1006.         }, => 'resetAssets'], 0);
  1007.         $instance->addListener('kernel.response', [=> function () {
  1008.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1009.         }, => 'onKernelResponse'], 0);
  1010.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1011.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1012.         }, => 'onVoterVote'], 0);
  1013.         $instance->addListener('kernel.request', [=> function () {
  1014.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1015.         }, => 'configureLogoutUrlGenerator'], 8);
  1016.         $instance->addListener('kernel.request', [=> function () {
  1017.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1018.         }, => 'onKernelRequest'], 8);
  1019.         $instance->addListener('kernel.finish_request', [=> function () {
  1020.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1021.         }, => 'onKernelFinishRequest'], 0);
  1022.         $instance->addListener('kernel.response', [=> function () {
  1023.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1024.         }, => 'onKernelResponse'], -128);
  1025.         $instance->addListener('console.command', [=> function () {
  1026.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  1027.         }, => 'configure'], 1024);
  1028.         $instance->addListener('knp_pager.before', [=> function () {
  1029.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1030.         }, => 'before'], 0);
  1031.         $instance->addListener('knp_pager.pagination', [=> function () {
  1032.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1033.         }, => 'pagination'], 0);
  1034.         $instance->addListener('knp_pager.before', [=> function () {
  1035.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1036.         }, => 'before'], 1);
  1037.         $instance->addListener('knp_pager.before', [=> function () {
  1038.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1039.         }, => 'before'], 1);
  1040.         $instance->addListener('knp_pager.pagination', [=> function () {
  1041.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1042.         }, => 'pagination'], 1);
  1043.         return $instance;
  1044.     }
  1045.     /**
  1046.      * Gets the public 'http_kernel' shared service.
  1047.      *
  1048.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1049.      */
  1050.     protected function getHttpKernelService()
  1051.     {
  1052.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1053.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1054.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1055.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1056.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1057.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1058.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1059.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1060.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1061.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1062.         }, 8)), $a));
  1063.     }
  1064.     /**
  1065.      * Gets the public 'knp_menu.matcher' shared service.
  1066.      *
  1067.      * @return \Knp\Menu\Matcher\Matcher
  1068.      */
  1069.     protected function getKnpMenu_MatcherService()
  1070.     {
  1071.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1072.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService.php'));
  1073.         }, 1));
  1074.     }
  1075.     /**
  1076.      * Gets the public 'profiler' shared service.
  1077.      *
  1078.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1079.      */
  1080.     protected function getProfilerService()
  1081.     {
  1082.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1083.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1084.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1085.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1086.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1087.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1088.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1089.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1090.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1091.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1092.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1093.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1094.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1095.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1096.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1097.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1098.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1099.         $d->addInstance('cache.doctrine.orm.labas.metadata', ($this->privates['cache.doctrine.orm.labas.metadata'] ?? $this->getCache_Doctrine_Orm_Labas_MetadataService()));
  1100.         $d->addInstance('cache.doctrine.orm.labas.result', ($this->privates['cache.doctrine.orm.labas.result'] ?? $this->getCache_Doctrine_Orm_Labas_ResultService()));
  1101.         $d->addInstance('cache.doctrine.orm.labas.query', ($this->privates['cache.doctrine.orm.labas.query'] ?? $this->getCache_Doctrine_Orm_Labas_QueryService()));
  1102.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1103.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1104.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1105.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1106.         $e->addLogger('labas', ($this->privates['doctrine.dbal.logger.profiling.labas'] ?? ($this->privates['doctrine.dbal.logger.profiling.labas'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1107.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1108.         if ($this->has('kernel')) {
  1109.             $f->setKernel($b);
  1110.         }
  1111.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1112.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1113.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1114.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1115.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1116.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1117.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1118.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/labasDevDebugProjectContainer'), $c));
  1119.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1120.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1121.         $instance->add($d);
  1122.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1123.         $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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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())));
  1124.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1125.         $instance->add($e);
  1126.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1127.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1128.         $instance->add($f);
  1129.         return $instance;
  1130.     }
  1131.     /**
  1132.      * Gets the public 'request_stack' shared service.
  1133.      *
  1134.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1135.      */
  1136.     protected function getRequestStackService()
  1137.     {
  1138.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1139.     }
  1140.     /**
  1141.      * Gets the public 'router' shared service.
  1142.      *
  1143.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1144.      */
  1145.     protected function getRouterService()
  1146.     {
  1147.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1148.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1149.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1150.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1151.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1152.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1153.         ], [
  1154.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1155.         ]))->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' => NULL'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'sk_SK');
  1156.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1157.         return $instance;
  1158.     }
  1159.     /**
  1160.      * Gets the public 'security.authorization_checker' shared service.
  1161.      *
  1162.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1163.      */
  1164.     protected function getSecurity_AuthorizationCheckerService()
  1165.     {
  1166.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1167.     }
  1168.     /**
  1169.      * Gets the public 'security.token_storage' shared service.
  1170.      *
  1171.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1172.      */
  1173.     protected function getSecurity_TokenStorageService()
  1174.     {
  1175.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1176.             'session' => ['services''session''getSessionService'false],
  1177.         ], [
  1178.             'session' => '?',
  1179.         ]));
  1180.     }
  1181.     /**
  1182.      * Gets the public 'session' shared service.
  1183.      *
  1184.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1185.      */
  1186.     protected function getSessionService()
  1187.     {
  1188.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  1189.     }
  1190.     /**
  1191.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  1192.      *
  1193.      * @return \Swift_Transport
  1194.      */
  1195.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  1196.     {
  1197.         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())));
  1198.     }
  1199.     /**
  1200.      * Gets the public 'translator' shared service.
  1201.      *
  1202.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1203.      */
  1204.     protected function getTranslatorService()
  1205.     {
  1206.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1207.     }
  1208.     /**
  1209.      * Gets the public 'twig' shared service.
  1210.      *
  1211.      * @return \Twig\Environment
  1212.      */
  1213.     protected function getTwigService()
  1214.     {
  1215.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__5));
  1216.         $a->addPath((\dirname(__DIR__5).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1217.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1218.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1219.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1220.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1221.         $a->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1222.         $a->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1223.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1224.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1225.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1226.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1227.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1228.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1229.         $a->addPath((\dirname(__DIR__5).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1230.         $a->addPath((\dirname(__DIR__5).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1231.         $a->addPath((\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1232.         $a->addPath((\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1233.         $a->addPath((\dirname(__DIR__5).'/templates'));
  1234.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1235.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1236.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1237.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1238.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1239.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1240.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1241.         $e = ($this->services['router'] ?? $this->getRouterService());
  1242.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1243.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1244.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1245.         $h = new \Knp\Menu\Util\MenuManipulator();
  1246.         $i = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1247.         $j = new \Symfony\Bridge\Twig\AppVariable();
  1248.         $j->setEnvironment('dev');
  1249.         $j->setDebug(true);
  1250.         if ($this->has('security.token_storage')) {
  1251.             $j->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1252.         }
  1253.         if ($this->has('request_stack')) {
  1254.             $j->setRequestStack($f);
  1255.         }
  1256.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1257.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1258.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1259.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1260.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__5), 'UTF-8'));
  1261.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  1262.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1263.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1264.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1265.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1266.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1267.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1268.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1269.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1270.         $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())));
  1271.         $instance->addExtension(new \Labas\Twig\LocaleExtension());
  1272.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1273.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1274.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1275.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService.php'true],
  1276.         ], [
  1277.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1278.             'webpack_encore.tag_renderer' => '?',
  1279.         ])));
  1280.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1281.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  1282.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1283.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService.php'true],
  1284.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService.php'true],
  1285.         ], [
  1286.             'list' => '?',
  1287.             'twig' => '?',
  1288.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1289.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService.php'));
  1290.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService.php'));
  1291.         }, 2)), $h$i), $i$h));
  1292.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  1293.         $instance->addGlobal('app'$j);
  1294.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1295.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1296.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1297.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1298.         ], [
  1299.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1300.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1301.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1302.         ])));
  1303.         $instance->addGlobal('domainManager', ($this->services['App\\Service\\DomainManager'] ?? ($this->services['App\\Service\\DomainManager'] = new \App\Service\DomainManager($this->getEnv('PROJECT_DOMAIN'), $this->getEnv('PROJECT_SSL')))));
  1304.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('Y-m-d H:i:s''%d days'NULL0'.'','))->configure($instance);
  1305.         return $instance;
  1306.     }
  1307.     /**
  1308.      * Gets the public 'validator' shared service.
  1309.      *
  1310.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1311.      */
  1312.     protected function getValidatorService()
  1313.     {
  1314.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1315.     }
  1316.     /**
  1317.      * Gets the public 'var_dumper.cloner' shared service.
  1318.      *
  1319.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1320.      */
  1321.     protected function getVarDumper_ClonerService()
  1322.     {
  1323.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1324.         $instance->setMaxItems(2500);
  1325.         $instance->setMinDepth(1);
  1326.         $instance->setMaxString(-1);
  1327.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1328.         return $instance;
  1329.     }
  1330.     /**
  1331.      * Gets the private 'App\EntityManager\AppEntityManager.inner' shared service.
  1332.      *
  1333.      * @return \Doctrine\ORM\EntityManager
  1334.      */
  1335.     protected function getAppEntityManager_InnerService($lazyLoad true)
  1336.     {
  1337.         $a = new \Doctrine\ORM\Configuration();
  1338.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1339.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1340.         $b->addDriver($c'App\\Entity');
  1341.         $b->addDriver($c'Eshop\\Entity');
  1342.         $a->setEntityNamespaces(['App' => 'App\\Entity''Eshop' => 'Eshop\\Entity']);
  1343.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1344.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1345.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1346.         $a->setMetadataDriverImpl($b);
  1347.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1348.         $a->setProxyNamespace('Proxies');
  1349.         $a->setAutoGenerateProxyClasses(true);
  1350.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1351.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1352.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1353.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1354.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1355.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1356.         $a->addCustomStringFunction('lower_unaccent''App\\Doctrine\\DQL\\LowerUnaccent');
  1357.         $a->addCustomDatetimeFunction('date''App\\Doctrine\\DQL\\Date');
  1358.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1359.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1360.         return $instance;
  1361.     }
  1362.     /**
  1363.      * Gets the private 'Labas\EntityManager\LabasEntityManager.inner' shared service.
  1364.      *
  1365.      * @return \Doctrine\ORM\EntityManager
  1366.      */
  1367.     protected function getLabasEntityManager_InnerService($lazyLoad true)
  1368.     {
  1369.         $a = new \Doctrine\ORM\Configuration();
  1370.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1371.         $b->addDriver(($this->privates['doctrine.orm.labas_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_LabasAnnotationMetadataDriverService()), 'Labas\\Entity');
  1372.         $a->setEntityNamespaces(['Labas' => 'Labas\\Entity']);
  1373.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.labas.metadata'] ?? $this->getCache_Doctrine_Orm_Labas_MetadataService())));
  1374.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.labas.query'] ?? $this->getCache_Doctrine_Orm_Labas_QueryService())));
  1375.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.labas.result'] ?? $this->getCache_Doctrine_Orm_Labas_ResultService())));
  1376.         $a->setMetadataDriverImpl($b);
  1377.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1378.         $a->setProxyNamespace('Proxies');
  1379.         $a->setAutoGenerateProxyClasses(true);
  1380.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1381.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1382.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
  1383.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1384.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1385.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1386.         $a->addCustomStringFunction('lower_unaccent''App\\Doctrine\\DQL\\LowerUnaccent');
  1387.         $a->addCustomDatetimeFunction('date''App\\Doctrine\\DQL\\Date');
  1388.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.labas_connection'] ?? $this->getDoctrine_Dbal_LabasConnectionService()), $a);
  1389.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1390.         return $instance;
  1391.     }
  1392.     /**
  1393.      * Gets the private 'Labas\EventListener\ContextListener' shared autowired service.
  1394.      *
  1395.      * @return \Labas\EventListener\ContextListener
  1396.      */
  1397.     protected function getContextListenerService()
  1398.     {
  1399.         return $this->privates['Labas\\EventListener\\ContextListener'] = new \Labas\EventListener\ContextListener(($this->services['App\\Service\\AppManager'] ?? $this->getAppManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService())->getFlashBag());
  1400.     }
  1401.     /**
  1402.      * Gets the private 'Labas\EventListener\SecurityListener' shared autowired service.
  1403.      *
  1404.      * @return \Labas\EventListener\SecurityListener
  1405.      */
  1406.     protected function getSecurityListenerService()
  1407.     {
  1408.         return $this->privates['Labas\\EventListener\\SecurityListener'] = new \Labas\EventListener\SecurityListener(($this->services['App\\Service\\AppManager'] ?? $this->getAppManagerService()));
  1409.     }
  1410.     /**
  1411.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1412.      *
  1413.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1414.      */
  1415.     protected function getResetAssetsEventListenerService()
  1416.     {
  1417.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1418.     }
  1419.     /**
  1420.      * Gets the private 'annotations.cached_reader' shared service.
  1421.      *
  1422.      * @return \Doctrine\Common\Annotations\CachedReader
  1423.      */
  1424.     protected function getAnnotations_CachedReaderService()
  1425.     {
  1426.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  1427.     }
  1428.     /**
  1429.      * Gets the private 'annotations.reader' shared service.
  1430.      *
  1431.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1432.      */
  1433.     protected function getAnnotations_ReaderService()
  1434.     {
  1435.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1436.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1437.         $a->registerUniqueLoader('class_exists');
  1438.         $instance->addGlobalIgnoredName('required'$a);
  1439.         return $instance;
  1440.     }
  1441.     /**
  1442.      * Gets the private 'assets.packages' shared service.
  1443.      *
  1444.      * @return \Symfony\Component\Asset\Packages
  1445.      */
  1446.     protected function getAssets_PackagesService()
  1447.     {
  1448.         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())), ''false)), []);
  1449.     }
  1450.     /**
  1451.      * Gets the private 'cache.annotations' shared service.
  1452.      *
  1453.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1454.      */
  1455.     protected function getCache_AnnotationsService()
  1456.     {
  1457.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6aiZHq6kuk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1458.     }
  1459.     /**
  1460.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  1461.      *
  1462.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1463.      */
  1464.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  1465.     {
  1466.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1467.     }
  1468.     /**
  1469.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1470.      *
  1471.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1472.      */
  1473.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1474.     {
  1475.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1476.     }
  1477.     /**
  1478.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1479.      *
  1480.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1481.      */
  1482.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1483.     {
  1484.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1485.     }
  1486.     /**
  1487.      * Gets the private 'cache.doctrine.orm.labas.metadata' shared service.
  1488.      *
  1489.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1490.      */
  1491.     protected function getCache_Doctrine_Orm_Labas_MetadataService()
  1492.     {
  1493.         return $this->privates['cache.doctrine.orm.labas.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1494.     }
  1495.     /**
  1496.      * Gets the private 'cache.doctrine.orm.labas.query' shared service.
  1497.      *
  1498.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1499.      */
  1500.     protected function getCache_Doctrine_Orm_Labas_QueryService()
  1501.     {
  1502.         return $this->privates['cache.doctrine.orm.labas.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1503.     }
  1504.     /**
  1505.      * Gets the private 'cache.doctrine.orm.labas.result' shared service.
  1506.      *
  1507.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1508.      */
  1509.     protected function getCache_Doctrine_Orm_Labas_ResultService()
  1510.     {
  1511.         return $this->privates['cache.doctrine.orm.labas.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1512.     }
  1513.     /**
  1514.      * Gets the private 'cache.property_info' shared service.
  1515.      *
  1516.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1517.      */
  1518.     protected function getCache_PropertyInfoService()
  1519.     {
  1520.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('j6rmq58j9C'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1521.     }
  1522.     /**
  1523.      * Gets the private 'cache.security_expression_language' shared service.
  1524.      *
  1525.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1526.      */
  1527.     protected function getCache_SecurityExpressionLanguageService()
  1528.     {
  1529.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gP+XU+Rkze'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1530.     }
  1531.     /**
  1532.      * Gets the private 'cache.serializer' shared service.
  1533.      *
  1534.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1535.      */
  1536.     protected function getCache_SerializerService()
  1537.     {
  1538.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CawTO18Dnj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1539.     }
  1540.     /**
  1541.      * Gets the private 'cache.validator' shared service.
  1542.      *
  1543.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1544.      */
  1545.     protected function getCache_ValidatorService()
  1546.     {
  1547.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('L2L4W6e-Zh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1548.     }
  1549.     /**
  1550.      * Gets the private 'cache.webpack_encore' shared service.
  1551.      *
  1552.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1553.      */
  1554.     protected function getCache_WebpackEncoreService()
  1555.     {
  1556.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tPR138fpHc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1557.     }
  1558.     /**
  1559.      * Gets the private 'config_cache_factory' shared service.
  1560.      *
  1561.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1562.      */
  1563.     protected function getConfigCacheFactoryService()
  1564.     {
  1565.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1566.             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)));
  1567.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1568.         }, 2));
  1569.     }
  1570.     /**
  1571.      * Gets the private 'data_collector.form' shared service.
  1572.      *
  1573.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1574.      */
  1575.     protected function getDataCollector_FormService()
  1576.     {
  1577.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1578.     }
  1579.     /**
  1580.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1581.      *
  1582.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1583.      */
  1584.     protected function getDebug_DebugHandlersListenerService()
  1585.     {
  1586.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1587.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1588.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1589.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1590.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  1591.     }
  1592.     /**
  1593.      * Gets the private 'debug.file_link_formatter' shared service.
  1594.      *
  1595.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1596.      */
  1597.     protected function getDebug_FileLinkFormatterService()
  1598.     {
  1599.         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__5), function () {
  1600.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1601.         });
  1602.     }
  1603.     /**
  1604.      * Gets the private 'debug.log_processor' shared service.
  1605.      *
  1606.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1607.      */
  1608.     protected function getDebug_LogProcessorService()
  1609.     {
  1610.         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())));
  1611.     }
  1612.     /**
  1613.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1614.      *
  1615.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1616.      */
  1617.     protected function getDebug_Security_Access_DecisionManagerService()
  1618.     {
  1619.         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 () {
  1620.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  1621.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService.php'));
  1622.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  1623.         }, 3), 'affirmative'falsetrue));
  1624.     }
  1625.     /**
  1626.      * Gets the private 'debug.security.firewall' shared service.
  1627.      *
  1628.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1629.      */
  1630.     protected function getDebug_Security_FirewallService()
  1631.     {
  1632.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1633.     }
  1634.     /**
  1635.      * Gets the private 'doctrine.dbal.logger' shared service.
  1636.      *
  1637.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  1638.      */
  1639.     protected function getDoctrine_Dbal_LoggerService()
  1640.     {
  1641.         $a = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1642.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1643.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1644.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1645.         return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1646.     }
  1647.     /**
  1648.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  1649.      *
  1650.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  1651.      */
  1652.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  1653.     {
  1654.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1655.             'Labas\\Repository\\PartnerShop\\PartnerShopRepository' => ['privates''Labas\\Repository\\PartnerShop\\PartnerShopRepository''getPartnerShopRepositoryService.php'true],
  1656.         ], [
  1657.             'Labas\\Repository\\PartnerShop\\PartnerShopRepository' => '?',
  1658.         ]));
  1659.     }
  1660.     /**
  1661.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1662.      *
  1663.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1664.      */
  1665.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1666.     {
  1667.         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__5).'/src/App/Entity'), => (\dirname(__DIR__5).'/src/Eshop/Entity')]);
  1668.     }
  1669.     /**
  1670.      * Gets the private 'doctrine.orm.labas_annotation_metadata_driver' shared service.
  1671.      *
  1672.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1673.      */
  1674.     protected function getDoctrine_Orm_LabasAnnotationMetadataDriverService()
  1675.     {
  1676.         return $this->privates['doctrine.orm.labas_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__5).'/src/Labas/Entity')]);
  1677.     }
  1678.     /**
  1679.      * Gets the private 'exception_listener' shared service.
  1680.      *
  1681.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1682.      */
  1683.     protected function getExceptionListenerService()
  1684.     {
  1685.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  1686.     }
  1687.     /**
  1688.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  1689.      *
  1690.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  1691.      */
  1692.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  1693.     {
  1694.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig''defaultSortableTemplate' => 'admin/base/paginator/twitter_bootstrap_v4_font_awesome_sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  1695.     }
  1696.     /**
  1697.      * Gets the private 'locale_aware_listener' shared service.
  1698.      *
  1699.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1700.      */
  1701.     protected function getLocaleAwareListenerService()
  1702.     {
  1703.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1704.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1705.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1706.     }
  1707.     /**
  1708.      * Gets the private 'locale_listener' shared service.
  1709.      *
  1710.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1711.      */
  1712.     protected function getLocaleListenerService()
  1713.     {
  1714.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'sk_SK', ($this->services['router'] ?? $this->getRouterService()));
  1715.     }
  1716.     /**
  1717.      * Gets the private 'monolog.handler.console' shared service.
  1718.      *
  1719.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1720.      */
  1721.     protected function getMonolog_Handler_ConsoleService()
  1722.     {
  1723.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1724.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1725.         return $instance;
  1726.     }
  1727.     /**
  1728.      * Gets the private 'monolog.handler.main' shared service.
  1729.      *
  1730.      * @return \Monolog\Handler\FingersCrossedHandler
  1731.      */
  1732.     protected function getMonolog_Handler_MainService()
  1733.     {
  1734.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__4).'/log/labas/dev.log'), 0100trueNULLfalse);
  1735.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1736.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  1737.         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), => ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService())], true), 5000truetrueNULL);
  1738.     }
  1739.     /**
  1740.      * Gets the private 'monolog.handler.swift' shared service.
  1741.      *
  1742.      * @return \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler
  1743.      */
  1744.     protected function getMonolog_Handler_SwiftService()
  1745.     {
  1746.         $this->privates['monolog.handler.swift'] = $instance = new \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), [=> $this->getMonolog_Handler_Swift_MailMessageFactoryService(), => 'createMessage'], 100true);
  1747.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1748.         $instance->setFormatter(new \Monolog\Formatter\HtmlFormatter());
  1749.         $instance->setTransport(($this->services['swiftmailer.mailer.default.transport.real'] ?? $this->getSwiftmailer_Mailer_Default_Transport_RealService()));
  1750.         return $instance;
  1751.     }
  1752.     /**
  1753.      * Gets the private 'monolog.handler.swift.mail_message_factory' shared service.
  1754.      *
  1755.      * @return \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory
  1756.      */
  1757.     protected function getMonolog_Handler_Swift_MailMessageFactoryService($lazyLoad true)
  1758.     {
  1759.         return new \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), $this->getEnv('FROM_EMAIL'), [=> $this->getEnv('DEFAULT_EMAIL_RECIPIENT'), => 'richard@labas.sk'], $this->getEnv('string:PROJECT_DOMAIN').' - labas - %message%''text/html');
  1760.     }
  1761.     /**
  1762.      * Gets the private 'monolog.logger.cache' shared service.
  1763.      *
  1764.      * @return \Symfony\Bridge\Monolog\Logger
  1765.      */
  1766.     protected function getMonolog_Logger_CacheService()
  1767.     {
  1768.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1769.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1770.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1771.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1772.         return $instance;
  1773.     }
  1774.     /**
  1775.      * Gets the private 'monolog.logger.request' shared service.
  1776.      *
  1777.      * @return \Symfony\Bridge\Monolog\Logger
  1778.      */
  1779.     protected function getMonolog_Logger_RequestService()
  1780.     {
  1781.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1782.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1783.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1784.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1785.         return $instance;
  1786.     }
  1787.     /**
  1788.      * Gets the private 'parameter_bag' shared service.
  1789.      *
  1790.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1791.      */
  1792.     protected function getParameterBagService()
  1793.     {
  1794.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1795.     }
  1796.     /**
  1797.      * Gets the private 'profiler_listener' shared service.
  1798.      *
  1799.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1800.      */
  1801.     protected function getProfilerListenerService()
  1802.     {
  1803.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  1804.     }
  1805.     /**
  1806.      * Gets the private 'router.request_context' shared service.
  1807.      *
  1808.      * @return \Symfony\Component\Routing\RequestContext
  1809.      */
  1810.     protected function getRouter_RequestContextService()
  1811.     {
  1812.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  1813.     }
  1814.     /**
  1815.      * Gets the private 'router_listener' shared service.
  1816.      *
  1817.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1818.      */
  1819.     protected function getRouterListenerService()
  1820.     {
  1821.         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__5), true);
  1822.     }
  1823.     /**
  1824.      * Gets the private 'security.authentication.manager' shared service.
  1825.      *
  1826.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  1827.      */
  1828.     protected function getSecurity_Authentication_ManagerService()
  1829.     {
  1830.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  1831.             yield => ($this->privates['security.authentication.provider.guard.labas_api'] ?? $this->load('getSecurity_Authentication_Provider_Guard_LabasApiService.php'));
  1832.             yield => ($this->privates['security.authentication.provider.anonymous.labas_api'] ?? ($this->privates['security.authentication.provider.anonymous.labas_api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  1833.             yield => ($this->privates['security.authentication.provider.dao.labas'] ?? $this->load('getSecurity_Authentication_Provider_Dao_LabasService.php'));
  1834.             yield => ($this->privates['security.authentication.provider.anonymous.labas'] ?? ($this->privates['security.authentication.provider.anonymous.labas'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  1835.         }, 4), true);
  1836.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1837.         return $instance;
  1838.     }
  1839.     /**
  1840.      * Gets the private 'security.firewall.map' shared service.
  1841.      *
  1842.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1843.      */
  1844.     protected function getSecurity_Firewall_MapService()
  1845.     {
  1846.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1847.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  1848.             'security.firewall.map.context.labas' => ['privates''security.firewall.map.context.labas''getSecurity_Firewall_Map_Context_LabasService.php'true],
  1849.             'security.firewall.map.context.labas_api' => ['privates''security.firewall.map.context.labas_api''getSecurity_Firewall_Map_Context_LabasApiService.php'true],
  1850.         ], [
  1851.             'security.firewall.map.context.dev' => '?',
  1852.             'security.firewall.map.context.labas' => '?',
  1853.             'security.firewall.map.context.labas_api' => '?',
  1854.         ]), new RewindableGenerator(function () {
  1855.             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)/')));
  1856.             yield 'security.firewall.map.context.labas_api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  1857.             yield 'security.firewall.map.context.labas' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  1858.         }, 3));
  1859.     }
  1860.     /**
  1861.      * Gets the private 'security.logout_url_generator' shared service.
  1862.      *
  1863.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1864.      */
  1865.     protected function getSecurity_LogoutUrlGeneratorService()
  1866.     {
  1867.         $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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1868.         $instance->registerListener('labas''labas_logout''logout''_csrf_token'NULLNULL);
  1869.         return $instance;
  1870.     }
  1871.     /**
  1872.      * Gets the private 'session.storage.native' shared service.
  1873.      *
  1874.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  1875.      */
  1876.     protected function getSession_Storage_NativeService()
  1877.     {
  1878.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  1879.     }
  1880.     /**
  1881.      * Gets the private 'session_listener' shared service.
  1882.      *
  1883.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1884.      */
  1885.     protected function getSessionListenerService()
  1886.     {
  1887.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1888.             'initialized_session' => ['services''session'NULLfalse],
  1889.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1890.             'session' => ['services''session''getSessionService'false],
  1891.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  1892.         ], [
  1893.             'initialized_session' => '?',
  1894.             'request_stack' => '?',
  1895.             'session' => '?',
  1896.             'session_storage' => '?',
  1897.         ]));
  1898.     }
  1899.     /**
  1900.      * Gets the private 'translator.default' shared service.
  1901.      *
  1902.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1903.      */
  1904.     protected function getTranslator_DefaultService()
  1905.     {
  1906.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1907.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  1908.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  1909.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  1910.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  1911.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  1912.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  1913.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  1914.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  1915.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  1916.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  1917.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  1918.         ], [
  1919.             'translation.loader.csv' => '?',
  1920.             'translation.loader.dat' => '?',
  1921.             'translation.loader.ini' => '?',
  1922.             'translation.loader.json' => '?',
  1923.             'translation.loader.mo' => '?',
  1924.             'translation.loader.php' => '?',
  1925.             'translation.loader.po' => '?',
  1926.             'translation.loader.qt' => '?',
  1927.             'translation.loader.res' => '?',
  1928.             'translation.loader.xliff' => '?',
  1929.             'translation.loader.yml' => '?',
  1930.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'sk_SK', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.af.xlf')], 'ar' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'ca' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff')], 'es' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.et.xlf')], 'eu' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'vi' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [=> (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'ky' => [=> (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'sk_SK' => [=> (\dirname(__DIR__5).'/translations/KnpPaginatorBundle.sk_SK.yaml'), => (\dirname(__DIR__5).'/translations/flashes.sk_SK.yaml'), => (\dirname(__DIR__5).'/translations/messages.sk_SK.yaml'), => (\dirname(__DIR__5).'/translations/validators.sk_SK.yaml')], 'cs_CZ' => [=> (\dirname(__DIR__5).'/translations/messages.cs_CZ.yaml'), => (\dirname(__DIR__5).'/translations/validators.cs_CZ.yaml')]], 'scanned_directories' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__5).'/translations'), => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/translations'), => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle/translations'), 10 => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src/translations'), 11 => (\dirname(__DIR__5).'/vendor/knplabs/knp-gaufrette-bundle/translations'), 12 => (\dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/translations'), 13 => (\dirname(__DIR__5).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/translations'), 15 => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle/translations'), 16 => (\dirname(__DIR__5).'/vendor/knplabs/knp-menu-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/swiftmailer-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'10 => 'vendor/symfony/maker-bundle/src/translations'11 => 'vendor/knplabs/knp-gaufrette-bundle/translations'12 => 'vendor/symfony/webpack-encore-bundle/src/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'vendor/symfony/web-profiler-bundle/translations'15 => 'vendor/symfony/debug-bundle/translations'16 => 'vendor/knplabs/knp-menu-bundle/src/translations']]]);
  1931.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1932.         $instance->setFallbackLocales([=> 'sk_SK']);
  1933.         return $instance;
  1934.     }
  1935.     /**
  1936.      * Gets the private 'validator.builder' shared service.
  1937.      *
  1938.      * @return \Symfony\Component\Validator\ValidatorBuilder
  1939.      */
  1940.     protected function getValidator_BuilderService()
  1941.     {
  1942.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1943.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1944.             'App\\Validator\\Central\\ProductTranslationsValidator' => ['privates''App\\Validator\\Central\\ProductTranslationsValidator''getProductTranslationsValidatorService.php'true],
  1945.             'App\\Validator\\Central\\SupplierBusinessIDValidator' => ['privates''App\\Validator\\Central\\SupplierBusinessIDValidator''getSupplierBusinessIDValidatorService.php'true],
  1946.             'App\\Validator\\Central\\SupplierTaxIDValidator' => ['privates''App\\Validator\\Central\\SupplierTaxIDValidator''getSupplierTaxIDValidatorService.php'true],
  1947.             'App\\Validator\\Central\\SupplierVATValidator' => ['privates''App\\Validator\\Central\\SupplierVATValidator''getSupplierVATValidatorService.php'true],
  1948.             'App\\Validator\\Central\\TaxUniqueValidator' => ['privates''App\\Validator\\Central\\TaxUniqueValidator''getTaxUniqueValidatorService.php'true],
  1949.             'App\\Validator\\Client\\CategoryTranslationsValidator' => ['privates''App\\Validator\\Client\\CategoryTranslationsValidator''getCategoryTranslationsValidatorService.php'true],
  1950.             'App\\Validator\\Client\\CustomerCodeValidator' => ['privates''App\\Validator\\Client\\CustomerCodeValidator''getCustomerCodeValidatorService.php'true],
  1951.             'App\\Validator\\Client\\PaymentMethodTranslationsValidator' => ['privates''App\\Validator\\Client\\PaymentMethodTranslationsValidator''getPaymentMethodTranslationsValidatorService.php'true],
  1952.             'App\\Validator\\Client\\StoreGroupUniqueLocaleValidator' => ['privates''App\\Validator\\Client\\StoreGroupUniqueLocaleValidator''getStoreGroupUniqueLocaleValidatorService.php'true],
  1953.             'App\\Validator\\Client\\StoreHeaderStoreTransferValidator' => ['privates''App\\Validator\\Client\\StoreHeaderStoreTransferValidator''getStoreHeaderStoreTransferValidatorService.php'true],
  1954.             'App\\Validator\\PhoneNumberRegexValidator' => ['privates''App\\Validator\\PhoneNumberRegexValidator''getPhoneNumberRegexValidatorService.php'true],
  1955.             'App\\Validator\\StringRegexValidator' => ['privates''App\\Validator\\StringRegexValidator''getStringRegexValidatorService.php'true],
  1956.             'App\\Validator\\ZipCodeRegexValidator' => ['privates''App\\Validator\\ZipCodeRegexValidator''getZipCodeRegexValidatorService.php'true],
  1957.             'Labas\\Validator\\Constraints\\ProductValidator' => ['privates''Labas\\Validator\\Constraints\\ProductValidator''getProductValidatorService.php'true],
  1958.             'Labas\\Validator\\Constraints\\StoreValidator' => ['privates''Labas\\Validator\\Constraints\\StoreValidator''getStoreValidatorService.php'true],
  1959.             'Labas\\Validator\\Newsletter\\NewsletterNameUniqueValidator' => ['privates''Labas\\Validator\\Newsletter\\NewsletterNameUniqueValidator''getNewsletterNameUniqueValidatorService.php'true],
  1960.             'Labas\\Validator\\Newsletter\\NewsletterNameValidator' => ['privates''Labas\\Validator\\Newsletter\\NewsletterNameValidator''getNewsletterNameValidatorService.php'true],
  1961.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1962.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1963.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  1964.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1965.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  1966.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1967.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1968.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1969.         ], [
  1970.             'App\\Validator\\Central\\ProductTranslationsValidator' => '?',
  1971.             'App\\Validator\\Central\\SupplierBusinessIDValidator' => '?',
  1972.             'App\\Validator\\Central\\SupplierTaxIDValidator' => '?',
  1973.             'App\\Validator\\Central\\SupplierVATValidator' => '?',
  1974.             'App\\Validator\\Central\\TaxUniqueValidator' => '?',
  1975.             'App\\Validator\\Client\\CategoryTranslationsValidator' => '?',
  1976.             'App\\Validator\\Client\\CustomerCodeValidator' => '?',
  1977.             'App\\Validator\\Client\\PaymentMethodTranslationsValidator' => '?',
  1978.             'App\\Validator\\Client\\StoreGroupUniqueLocaleValidator' => '?',
  1979.             'App\\Validator\\Client\\StoreHeaderStoreTransferValidator' => '?',
  1980.             'App\\Validator\\PhoneNumberRegexValidator' => '?',
  1981.             'App\\Validator\\StringRegexValidator' => '?',
  1982.             'App\\Validator\\ZipCodeRegexValidator' => '?',
  1983.             'Labas\\Validator\\Constraints\\ProductValidator' => '?',
  1984.             'Labas\\Validator\\Constraints\\StoreValidator' => '?',
  1985.             'Labas\\Validator\\Newsletter\\NewsletterNameUniqueValidator' => '?',
  1986.             'Labas\\Validator\\Newsletter\\NewsletterNameValidator' => '?',
  1987.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1988.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1989.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1990.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1991.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1992.             'doctrine.orm.validator.unique' => '?',
  1993.             'security.validator.user_password' => '?',
  1994.             'validator.expression' => '?',
  1995.         ])));
  1996.         if ($this->has('translator')) {
  1997.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  1998.         }
  1999.         $instance->setTranslationDomain('validators');
  2000.         $instance->addXmlMappings([=> (\dirname(__DIR__5).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2001.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2002.         $instance->addMethodMapping('loadValidatorMetadata');
  2003.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2004.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.entity_manager'] ?? $this->getDoctrine_Orm_EntityManagerService()), NULL));
  2005.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.labas_entity_manager'] ?? $this->getDoctrine_Orm_LabasEntityManagerService()), NULL));
  2006.         return $instance;
  2007.     }
  2008.     /**
  2009.      * Gets the private 'var_dumper.html_dumper' shared service.
  2010.      *
  2011.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2012.      */
  2013.     protected function getVarDumper_HtmlDumperService()
  2014.     {
  2015.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2016.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2017.         return $instance;
  2018.     }
  2019.     /**
  2020.      * Gets the private 'web_profiler.csp.handler' shared service.
  2021.      *
  2022.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2023.      */
  2024.     protected function getWebProfiler_Csp_HandlerService()
  2025.     {
  2026.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2027.     }
  2028.     /**
  2029.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2030.      *
  2031.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2032.      */
  2033.     protected function getWebProfiler_DebugToolbarService()
  2034.     {
  2035.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  2036.     }
  2037.     /**
  2038.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2039.      *
  2040.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2041.      */
  2042.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2043.     {
  2044.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2045.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService.php'true],
  2046.         ], [
  2047.             '_default' => '?',
  2048.         ]), '_default');
  2049.     }
  2050.     public function getParameter(string $name)
  2051.     {
  2052.         if (isset($this->buildParameters[$name])) {
  2053.             return $this->buildParameters[$name];
  2054.         }
  2055.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2056.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2057.         }
  2058.         if (isset($this->loadedDynamicParameters[$name])) {
  2059.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2060.         }
  2061.         return $this->parameters[$name];
  2062.     }
  2063.     public function hasParameter(string $name): bool
  2064.     {
  2065.         if (isset($this->buildParameters[$name])) {
  2066.             return true;
  2067.         }
  2068.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2069.     }
  2070.     public function setParameter(string $name$value): void
  2071.     {
  2072.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2073.     }
  2074.     public function getParameterBag(): ParameterBagInterface
  2075.     {
  2076.         if (null === $this->parameterBag) {
  2077.             $parameters $this->parameters;
  2078.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2079.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2080.             }
  2081.             foreach ($this->buildParameters as $name => $value) {
  2082.                 $parameters[$name] = $value;
  2083.             }
  2084.             $this->parameterBag = new FrozenParameterBag($parameters);
  2085.         }
  2086.         return $this->parameterBag;
  2087.     }
  2088.     private $loadedDynamicParameters = [
  2089.         'kernel.cache_dir' => false,
  2090.         'from_email' => false,
  2091.         'default_email_recipient' => false,
  2092.         'project_domain' => false,
  2093.         'project_ssl' => false,
  2094.         'labas_customer_url' => false,
  2095.         'kernel.secret' => false,
  2096.         'session.save_path' => false,
  2097.         'validator.mapping.cache.file' => false,
  2098.         'profiler.storage.dsn' => false,
  2099.         'debug.container.dump' => false,
  2100.         'doctrine.orm.proxy_dir' => false,
  2101.     ];
  2102.     private $dynamicParameters = [];
  2103.     private function getDynamicParameter(string $name)
  2104.     {
  2105.         switch ($name) {
  2106.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2107.             case 'from_email'$value $this->getEnv('FROM_EMAIL'); break;
  2108.             case 'default_email_recipient'$value $this->getEnv('DEFAULT_EMAIL_RECIPIENT'); break;
  2109.             case 'project_domain'$value $this->getEnv('PROJECT_DOMAIN'); break;
  2110.             case 'project_ssl'$value $this->getEnv('PROJECT_SSL'); break;
  2111.             case 'labas_customer_url'$value $this->getEnv('LABAS_CUSTOMER_URL'); break;
  2112.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2113.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2114.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2115.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2116.             case 'debug.container.dump'$value = ($this->targetDir.''.'/labasDevDebugProjectContainer.xml'); break;
  2117.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2118.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2119.         }
  2120.         $this->loadedDynamicParameters[$name] = true;
  2121.         return $this->dynamicParameters[$name] = $value;
  2122.     }
  2123.     protected function getDefaultParameters(): array
  2124.     {
  2125.         return [
  2126.             'kernel.project_dir' => \dirname(__DIR__5),
  2127.             'kernel.environment' => 'dev',
  2128.             'kernel.debug' => true,
  2129.             'kernel.logs_dir' => (\dirname(__DIR__4).'/log/labas'),
  2130.             'kernel.bundles' => [
  2131.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2132.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2133.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2134.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2135.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2136.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2137.                 'KnpGaufretteBundle' => 'Knp\\Bundle\\GaufretteBundle\\KnpGaufretteBundle',
  2138.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2139.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2140.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2141.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2142.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  2143.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  2144.             ],
  2145.             'kernel.bundles_metadata' => [
  2146.                 'FrameworkBundle' => [
  2147.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle'),
  2148.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2149.                 ],
  2150.                 'SwiftmailerBundle' => [
  2151.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle'),
  2152.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2153.                 ],
  2154.                 'DoctrineBundle' => [
  2155.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle'),
  2156.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2157.                 ],
  2158.                 'TwigBundle' => [
  2159.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle'),
  2160.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2161.                 ],
  2162.                 'MonologBundle' => [
  2163.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle'),
  2164.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2165.                 ],
  2166.                 'MakerBundle' => [
  2167.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src'),
  2168.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2169.                 ],
  2170.                 'KnpGaufretteBundle' => [
  2171.                     'path' => (\dirname(__DIR__5).'/vendor/knplabs/knp-gaufrette-bundle'),
  2172.                     'namespace' => 'Knp\\Bundle\\GaufretteBundle',
  2173.                 ],
  2174.                 'WebpackEncoreBundle' => [
  2175.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src'),
  2176.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  2177.                 ],
  2178.                 'SecurityBundle' => [
  2179.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/security-bundle'),
  2180.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2181.                 ],
  2182.                 'WebProfilerBundle' => [
  2183.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle'),
  2184.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2185.                 ],
  2186.                 'DebugBundle' => [
  2187.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle'),
  2188.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2189.                 ],
  2190.                 'KnpMenuBundle' => [
  2191.                     'path' => (\dirname(__DIR__5).'/vendor/knplabs/knp-menu-bundle/src'),
  2192.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  2193.                 ],
  2194.                 'KnpPaginatorBundle' => [
  2195.                     'path' => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle'),
  2196.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  2197.                 ],
  2198.             ],
  2199.             'kernel.charset' => 'UTF-8',
  2200.             'kernel.container_class' => 'labasDevDebugProjectContainer',
  2201.             'container.dumper.inline_class_loader' => true,
  2202.             'kernel.name' => 'labas',
  2203.             'doctrine.class' => 'App\\Doctrine\\Registry',
  2204.             'locale' => 'sk_SK',
  2205.             'storage_dir' => (\dirname(__DIR__5).'/storage'),
  2206.             'storage_image_dir' => (\dirname(__DIR__5).'/storage/image'),
  2207.             'storage_custom_dir' => (\dirname(__DIR__5).'/storage/custom'),
  2208.             'logger_dir' => (\dirname(__DIR__5).'/logger'),
  2209.             'machine_learning_dir' => (\dirname(__DIR__5).'/machine_learning'),
  2210.             'import_dir' => (\dirname(__DIR__5).'/import'),
  2211.             'brandbank_dir' => (\dirname(__DIR__5).'/brandbank'),
  2212.             'azure_futuresales' => 'u5gHh20eeVdpnAfux4GqPsW4qNCSSBAA',
  2213.             'python_dir' => (\dirname(__DIR__5).'/python'),
  2214.             'keys_dir' => (\dirname(__DIR__5).'/keys'),
  2215.             'labas_dir' => (\dirname(__DIR__5).'/import/labas'),
  2216.             'event_dispatcher.event_aliases' => [
  2217.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2218.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2219.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2220.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2221.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2222.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2223.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2224.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2225.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2226.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2227.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2228.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2229.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2230.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2231.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2232.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2233.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  2234.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  2235.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  2236.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  2237.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  2238.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  2239.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  2240.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2241.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2242.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2243.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2244.             ],
  2245.             'fragment.renderer.hinclude.global_template' => '',
  2246.             'fragment.path' => '/_fragment',
  2247.             'kernel.http_method_override' => true,
  2248.             'kernel.trusted_hosts' => [
  2249.             ],
  2250.             'kernel.default_locale' => 'sk_SK',
  2251.             'kernel.error_controller' => 'error_controller',
  2252.             'debug.file_link_format' => NULL,
  2253.             'session.metadata.storage_key' => '_sf2_meta',
  2254.             'session.storage.options' => [
  2255.                 'cache_limiter' => '0',
  2256.                 'cookie_secure' => 'auto',
  2257.                 'cookie_httponly' => true,
  2258.                 'cookie_samesite' => 'lax',
  2259.                 'gc_probability' => 1,
  2260.             ],
  2261.             'session.metadata.update_threshold' => 0,
  2262.             'form.type_extension.csrf.enabled' => true,
  2263.             'form.type_extension.csrf.field_name' => '_token',
  2264.             'asset.request_context.base_path' => '',
  2265.             'asset.request_context.secure' => false,
  2266.             'validator.translation_domain' => 'validators',
  2267.             'translator.logging' => false,
  2268.             'translator.default_path' => (\dirname(__DIR__5).'/translations'),
  2269.             'profiler_listener.only_exceptions' => false,
  2270.             'profiler_listener.only_master_requests' => false,
  2271.             'debug.error_handler.throw_at' => -1,
  2272.             'router.request_context.host' => 'localhost',
  2273.             'router.request_context.scheme' => 'http',
  2274.             'router.request_context.base_url' => '',
  2275.             'router.resource' => 'kernel::loadRoutes',
  2276.             'request_listener.http_port' => 80,
  2277.             'request_listener.https_port' => 443,
  2278.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2279.             'swiftmailer.spool.default.file.path' => (\dirname(__DIR__4).'/spool/default'),
  2280.             'swiftmailer.mailer.default.spool.enabled' => true,
  2281.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2282.             'swiftmailer.mailer.default.single_address' => NULL,
  2283.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2284.             'swiftmailer.spool.enabled' => true,
  2285.             'swiftmailer.delivery.enabled' => true,
  2286.             'swiftmailer.single_address' => NULL,
  2287.             'swiftmailer.mailers' => [
  2288.                 'default' => 'swiftmailer.mailer.default',
  2289.             ],
  2290.             'swiftmailer.default_mailer' => 'default',
  2291.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2292.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2293.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2294.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2295.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2296.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2297.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2298.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2299.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2300.             'doctrine.entity_managers' => [
  2301.                 'default' => 'doctrine.orm.default_entity_manager',
  2302.                 'labas' => 'doctrine.orm.labas_entity_manager',
  2303.             ],
  2304.             'doctrine.default_entity_manager' => 'default',
  2305.             'doctrine.dbal.connection_factory.types' => [
  2306.             ],
  2307.             'doctrine.connections' => [
  2308.                 'default' => 'doctrine.dbal.default_connection',
  2309.                 'labas' => 'doctrine.dbal.labas_connection',
  2310.             ],
  2311.             'doctrine.default_connection' => 'default',
  2312.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2313.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2314.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2315.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2316.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2317.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2318.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2319.             'doctrine.orm.cache.memcache_port' => 11211,
  2320.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2321.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2322.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2323.             'doctrine.orm.cache.memcached_port' => 11211,
  2324.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2325.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2326.             'doctrine.orm.cache.redis_host' => 'localhost',
  2327.             'doctrine.orm.cache.redis_port' => 6379,
  2328.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2329.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2330.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2331.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2332.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2333.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2334.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2335.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2336.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2337.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2338.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2339.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2340.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2341.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2342.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2343.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2344.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2345.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2346.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2347.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2348.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2349.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2350.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2351.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2352.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2353.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2354.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2355.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2356.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2357.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2358.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2359.             'twig.form.resources' => [
  2360.                 => 'form_div_layout.html.twig',
  2361.                 => 'labas/base/_form.html.twig',
  2362.             ],
  2363.             'twig.default_path' => (\dirname(__DIR__5).'/templates'),
  2364.             'monolog.use_microseconds' => true,
  2365.             'monolog.swift_mailer.handlers' => [
  2366.                 => 'monolog.handler.swift',
  2367.             ],
  2368.             'monolog.handlers_to_channels' => [
  2369.                 'monolog.handler.main' => NULL,
  2370.             ],
  2371.             'knp_gaufrette.filesystem_map.class' => 'Knp\\Bundle\\GaufretteBundle\\FilesystemMap',
  2372.             'security.role_hierarchy.roles' => [
  2373.             ],
  2374.             'security.access.denied_url' => NULL,
  2375.             'security.authentication.manager.erase_credentials' => true,
  2376.             'security.authentication.session_strategy.strategy' => 'migrate',
  2377.             'security.access.always_authenticate_before_granting' => false,
  2378.             'security.authentication.hide_user_not_found' => true,
  2379.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2380.             'web_profiler.debug_toolbar.mode' => 2,
  2381.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2382.             'knp_menu.renderer.list.options' => [
  2383.             ],
  2384.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  2385.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  2386.             'knp_menu.renderer.twig.options' => [
  2387.             ],
  2388.             'knp_menu.renderer.twig.template' => 'labas/menu/sidebar.html.twig',
  2389.             'knp_menu.default_renderer' => 'twig',
  2390.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig',
  2391.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  2392.             'knp_paginator.template.sortable' => 'admin/base/paginator/twitter_bootstrap_v4_font_awesome_sortable_link.html.twig',
  2393.             'knp_paginator.page_range' => 5,
  2394.             'knp_paginator.page_limit' => NULL,
  2395.             'maker.compatible_check.doctrine.supports_attributes' => false,
  2396.             'data_collector.templates' => [
  2397.                 'data_collector.request' => [
  2398.                     => 'request',
  2399.                     => '@WebProfiler/Collector/request.html.twig',
  2400.                 ],
  2401.                 'data_collector.time' => [
  2402.                     => 'time',
  2403.                     => '@WebProfiler/Collector/time.html.twig',
  2404.                 ],
  2405.                 'data_collector.memory' => [
  2406.                     => 'memory',
  2407.                     => '@WebProfiler/Collector/memory.html.twig',
  2408.                 ],
  2409.                 'data_collector.validator' => [
  2410.                     => 'validator',
  2411.                     => '@WebProfiler/Collector/validator.html.twig',
  2412.                 ],
  2413.                 'data_collector.ajax' => [
  2414.                     => 'ajax',
  2415.                     => '@WebProfiler/Collector/ajax.html.twig',
  2416.                 ],
  2417.                 'data_collector.form' => [
  2418.                     => 'form',
  2419.                     => '@WebProfiler/Collector/form.html.twig',
  2420.                 ],
  2421.                 'data_collector.exception' => [
  2422.                     => 'exception',
  2423.                     => '@WebProfiler/Collector/exception.html.twig',
  2424.                 ],
  2425.                 'data_collector.logger' => [
  2426.                     => 'logger',
  2427.                     => '@WebProfiler/Collector/logger.html.twig',
  2428.                 ],
  2429.                 'data_collector.events' => [
  2430.                     => 'events',
  2431.                     => '@WebProfiler/Collector/events.html.twig',
  2432.                 ],
  2433.                 'data_collector.router' => [
  2434.                     => 'router',
  2435.                     => '@WebProfiler/Collector/router.html.twig',
  2436.                 ],
  2437.                 'data_collector.cache' => [
  2438.                     => 'cache',
  2439.                     => '@WebProfiler/Collector/cache.html.twig',
  2440.                 ],
  2441.                 'data_collector.translation' => [
  2442.                     => 'translation',
  2443.                     => '@WebProfiler/Collector/translation.html.twig',
  2444.                 ],
  2445.                 'data_collector.security' => [
  2446.                     => 'security',
  2447.                     => '@Security/Collector/security.html.twig',
  2448.                 ],
  2449.                 'data_collector.twig' => [
  2450.                     => 'twig',
  2451.                     => '@WebProfiler/Collector/twig.html.twig',
  2452.                 ],
  2453.                 'data_collector.doctrine' => [
  2454.                     => 'db',
  2455.                     => '@Doctrine/Collector/db.html.twig',
  2456.                 ],
  2457.                 'swiftmailer.data_collector' => [
  2458.                     => 'swiftmailer',
  2459.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  2460.                 ],
  2461.                 'data_collector.dump' => [
  2462.                     => 'dump',
  2463.                     => '@Debug/Profiler/dump.html.twig',
  2464.                 ],
  2465.                 'data_collector.config' => [
  2466.                     => 'config',
  2467.                     => '@WebProfiler/Collector/config.html.twig',
  2468.                 ],
  2469.             ],
  2470.             'console.command.ids' => [
  2471.                 => 'console.command.public_alias.App\\Command\\Central\\Brandbank\\FullProcessCommand',
  2472.                 => 'console.command.public_alias.App\\Command\\Central\\Brandbank\\ImportCommand',
  2473.                 => 'console.command.public_alias.App\\Command\\Central\\Brandbank\\ProcessCommand',
  2474.                 => 'console.command.public_alias.App\\Command\\Central\\Import\\ReceiptMetroCommand',
  2475.                 => 'console.command.public_alias.App\\Command\\Central\\Product\\ProductClearCommand',
  2476.                 => 'console.command.public_alias.App\\Command\\Central\\Product\\ProductCreateCommand',
  2477.                 => 'console.command.public_alias.App\\Command\\Client\\Category\\CategoryCommand',
  2478.                 => 'console.command.public_alias.App\\Command\\Client\\Import\\ProductImportCSVCommand',
  2479.                 => 'console.command.public_alias.App\\Command\\Client\\Import\\ReceiptLabasCommand',
  2480.                 => 'console.command.public_alias.App\\Command\\Client\\Import\\ReceiptMetroCommand',
  2481.                 10 => 'console.command.public_alias.App\\Command\\Client\\Importer\\ImporterCreateProductCommand',
  2482.                 11 => 'console.command.public_alias.App\\Command\\Client\\PaymentMethod\\PaymentMethodCommand',
  2483.                 12 => 'console.command.public_alias.App\\Command\\Client\\SellPrice\\SellPriceCommand',
  2484.                 13 => 'console.command.public_alias.App\\Command\\Client\\Store\\StoreCentralUnsentTotalCommand',
  2485.                 14 => 'console.command.public_alias.App\\Command\\Client\\Store\\StoreClearPriceOutOfStockCommand',
  2486.                 15 => 'console.command.public_alias.App\\Command\\Client\\Store\\StoreCopyMissingPriceCommand',
  2487.                 16 => 'console.command.public_alias.App\\Command\\Client\\Store\\StoreCopyPriceCommand',
  2488.                 17 => 'console.command.public_alias.App\\Command\\Client\\Store\\StoreStockSellPriceCommand',
  2489.                 18 => 'console.command.public_alias.App\\Command\\Client\\Store\\StoreStockSellPriceHistoryCommand',
  2490.                 19 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\AllControlCommand',
  2491.                 20 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\AllRecalculateCommand',
  2492.                 21 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\ClearStockCommand',
  2493.                 22 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\ControlCommand',
  2494.                 23 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\HistoryCommand',
  2495.                 24 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\InventoryCommand',
  2496.                 25 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\InventoryMissingCommand',
  2497.                 26 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\RecalculateCommand',
  2498.                 27 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\StoreStockGroupSellPriceCommand',
  2499.                 28 => 'console.command.public_alias.App\\Command\\Czech\\GetClientsEmailCommand',
  2500.                 29 => 'console.command.public_alias.App\\Command\\DatabaseCleanerCommand',
  2501.                 30 => 'console.command.public_alias.App\\Command\\Doctrine\\UpdateSchemaDoctrineCommand',
  2502.                 31 => 'console.command.public_alias.App\\Command\\Doctrine\\UpdateSchemasDoctrineCommand',
  2503.                 32 => 'console.command.public_alias.App\\Command\\InstallCommand',
  2504.                 33 => 'console.command.public_alias.App\\Command\\LoggerCleanerCommand',
  2505.                 34 => 'console.command.public_alias.App\\Command\\Main\\Client\\ClientDatabaseCommand',
  2506.                 35 => 'console.command.public_alias.App\\Command\\Main\\Cron\\CronCommand',
  2507.                 36 => 'console.command.public_alias.App\\Command\\Main\\ProductMergeCommand',
  2508.                 37 => 'console.command.public_alias.App\\Command\\Main\\Token\\TokenInvalidCommand',
  2509.                 38 => 'console.command.public_alias.App\\Command\\Main\\Weather\\WeatherCommand',
  2510.                 39 => 'console.command.public_alias.App\\Command\\Migration\\StoreGroupCommand',
  2511.                 40 => 'console.command.public_alias.App\\Command\\Migration\\StoreStockGroupCommand',
  2512.                 41 => 'console.command.public_alias.App\\Command\\TestCommand',
  2513.                 42 => 'console.command.public_alias.App\\Command\\UpdateDatabaseClientUserCommand',
  2514.                 43 => 'console.command.public_alias.Labas\\Command\\ActionCommand',
  2515.                 44 => 'console.command.public_alias.Labas\\Command\\Client\\CustomerDiscountCommand',
  2516.                 45 => 'console.command.public_alias.Labas\\Command\\CustomerLoginCommand',
  2517.                 46 => 'console.command.public_alias.Labas\\Command\\Database\\CustomerImportCommand',
  2518.                 47 => 'console.command.public_alias.Labas\\Command\\Database\\ExportDataCommand',
  2519.                 48 => 'console.command.public_alias.Labas\\Command\\Eshop\\EmailCustomerOrderCommand',
  2520.                 49 => 'console.command.public_alias.Labas\\Command\\Eshop\\FirebaseCustomerOrderCommand',
  2521.                 50 => 'console.command.public_alias.Labas\\Command\\Eshop\\FirebaseNewsletterCommand',
  2522.                 51 => 'console.command.public_alias.Labas\\Command\\Eshop\\OrderCompleteCommand',
  2523.                 52 => 'console.command.public_alias.Labas\\Command\\ExportEshopOrderCommand',
  2524.                 53 => 'console.command.public_alias.Labas\\Command\\ExportOrderByDayCommand',
  2525.                 54 => 'console.command.public_alias.Labas\\Command\\ExportOrderCommand',
  2526.                 55 => 'console.command.public_alias.Labas\\Command\\ExportOrderReviewCommand',
  2527.                 56 => 'console.command.public_alias.Labas\\Command\\ExportParagonByDayCommand',
  2528.                 57 => 'console.command.public_alias.Labas\\Command\\ExportParagonCommand',
  2529.                 58 => 'console.command.public_alias.Labas\\Command\\ExportPointOfSaleByDayCommand',
  2530.                 59 => 'console.command.public_alias.Labas\\Command\\ExportPointOfSaleMoveCommand',
  2531.                 60 => 'console.command.public_alias.Labas\\Command\\ImportArticleCommand',
  2532.                 61 => 'console.command.public_alias.Labas\\Command\\ImportArticleGroupCommand',
  2533.                 62 => 'console.command.public_alias.Labas\\Command\\ImportAssortmentCommand',
  2534.                 63 => 'console.command.public_alias.Labas\\Command\\ImportCategoryCSVCommand',
  2535.                 64 => 'console.command.public_alias.Labas\\Command\\ImportCategoryCommand',
  2536.                 65 => 'console.command.public_alias.Labas\\Command\\ImportCentralParagonFastCommand',
  2537.                 66 => 'console.command.public_alias.Labas\\Command\\ImportCentralStockAssortmentCommand',
  2538.                 67 => 'console.command.public_alias.Labas\\Command\\ImportCronCommand',
  2539.                 68 => 'console.command.public_alias.Labas\\Command\\ImportCustomerCommand',
  2540.                 69 => 'console.command.public_alias.Labas\\Command\\ImportDiscountCommand',
  2541.                 70 => 'console.command.public_alias.Labas\\Command\\ImportEshopCommand',
  2542.                 71 => 'console.command.public_alias.Labas\\Command\\ImportFullParagonCommand',
  2543.                 72 => 'console.command.public_alias.Labas\\Command\\ImportInventoryCommand',
  2544.                 73 => 'console.command.public_alias.Labas\\Command\\ImportParagonCommand',
  2545.                 74 => 'console.command.public_alias.Labas\\Command\\ImportParagonFastCommand',
  2546.                 75 => 'console.command.public_alias.Labas\\Command\\ImportPaymentMethodCommand',
  2547.                 76 => 'console.command.public_alias.Labas\\Command\\ImportPriceCommand',
  2548.                 77 => 'console.command.public_alias.Labas\\Command\\ImportProductCommand',
  2549.                 78 => 'console.command.public_alias.Labas\\Command\\ImportProductMostSellCommand',
  2550.                 79 => 'console.command.public_alias.Labas\\Command\\ImportStoreCommand',
  2551.                 80 => 'console.command.public_alias.Labas\\Command\\ImportSupplierCommand',
  2552.                 81 => 'console.command.public_alias.Labas\\Command\\NewsletterCommand',
  2553.                 82 => 'console.command.public_alias.Labas\\Command\\OrderGenerateCommand',
  2554.                 83 => 'console.command.public_alias.Labas\\Command\\RemovePercentageDiscountCommand',
  2555.                 84 => 'console.command.public_alias.Labas\\Command\\RemoveTemporaryWarehouseCommand',
  2556.                 85 => 'console.command.public_alias.Labas\\Command\\RemoveUnPostedMoveIDsCommand',
  2557.                 86 => 'console.command.public_alias.Labas\\Command\\StoreStockSellPriceHistoryCommand',
  2558.                 87 => 'console.command.public_alias.Labas\\Command\\UpdateCommand',
  2559.                 88 => 'console.command.public_alias.Labas\\Command\\UpdateEshopCommand',
  2560.                 89 => 'console.command.public_alias.Labas\\Command\\UpdateFastCommand',
  2561.             ],
  2562.         ];
  2563.     }
  2564.     protected function throw($message)
  2565.     {
  2566.         throw new RuntimeException($message);
  2567.     }
  2568. }