var/cache/client/dev/Container7MDRDDq/clientDevDebugProjectContainer.php line 1008

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