var/cache/fresh/dev/ContainerUE0pJn1/freshDevDebugProjectContainer.php line 1614

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