var/cache/api/dev/Container5qNOp7u/apiDevDebugProjectContainer.php line 649

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