var/cache/dev/ContainerLueizyx/App_KernelDevDebugContainer.php line 443

Open in your IDE?
  1. <?php
  2. namespace ContainerLueizyx;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  46.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  50.             'request_stack' => 'getRequestStackService',
  51.             'router' => 'getRouterService',
  52.             'translator' => 'getTranslatorService',
  53.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  54.             'cache_clearer' => 'getCacheClearerService',
  55.             'filesystem' => 'getFilesystemService',
  56.             'serializer' => 'getSerializerService',
  57.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  58.             'form.factory' => 'getForm_FactoryService',
  59.             'form.type.file' => 'getForm_Type_FileService',
  60.             'profiler' => 'getProfilerService',
  61.             'twig' => 'getTwigService',
  62.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  63.             'security.token_storage' => 'getSecurity_TokenStorageService',
  64.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  65.             'session' => 'getSessionService',
  66.             'validator' => 'getValidatorService',
  67.         ];
  68.         $this->fileMap = [
  69.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  70.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  71.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  72.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  73.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  74.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  75.             '.container.private.session' => 'get_Container_Private_SessionService',
  76.             'App\\Infrastructure\\Controller\\Account\\ActionController' => 'getActionControllerService',
  77.             'App\\Infrastructure\\Controller\\Account\\DetailsController' => 'getDetailsControllerService',
  78.             'App\\Infrastructure\\Controller\\Account\\ListingController' => 'getListingControllerService',
  79.             'App\\Infrastructure\\Controller\\Admin\\Crud\\AgentCrudController' => 'getAgentCrudControllerService',
  80.             'App\\Infrastructure\\Controller\\Admin\\Crud\\CatalogCrudController' => 'getCatalogCrudControllerService',
  81.             'App\\Infrastructure\\Controller\\Admin\\Crud\\ClientCrudController' => 'getClientCrudControllerService',
  82.             'App\\Infrastructure\\Controller\\Admin\\Crud\\CmsCrudController' => 'getCmsCrudControllerService',
  83.             'App\\Infrastructure\\Controller\\Admin\\Crud\\ColorsCrudController' => 'getColorsCrudControllerService',
  84.             'App\\Infrastructure\\Controller\\Admin\\Crud\\ColorsFamilyCrudController' => 'getColorsFamilyCrudControllerService',
  85.             'App\\Infrastructure\\Controller\\Admin\\Crud\\CommunicationBlockCrudController' => 'getCommunicationBlockCrudControllerService',
  86.             'App\\Infrastructure\\Controller\\Admin\\Crud\\ContactCrudController' => 'getContactCrudControllerService',
  87.             'App\\Infrastructure\\Controller\\Admin\\Crud\\OrderCrudController' => 'getOrderCrudControllerService',
  88.             'App\\Infrastructure\\Controller\\Admin\\Crud\\SalesBlockCrudController' => 'getSalesBlockCrudControllerService',
  89.             'App\\Infrastructure\\Controller\\Admin\\Crud\\UniverseCrudController' => 'getUniverseCrudControllerService',
  90.             'App\\Infrastructure\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  91.             'App\\Infrastructure\\Controller\\Admin\\Page\\DiscountPageController' => 'getDiscountPageControllerService',
  92.             'App\\Infrastructure\\Controller\\Cart\\ActionController' => 'getActionController2Service',
  93.             'App\\Infrastructure\\Controller\\Cart\\DetailsController' => 'getDetailsController2Service',
  94.             'App\\Infrastructure\\Controller\\Cms\\DetailsController' => 'getDetailsController3Service',
  95.             'App\\Infrastructure\\Controller\\Common\\BaseController' => 'getBaseControllerService',
  96.             'App\\Infrastructure\\Controller\\Contact\\ContactController' => 'getContactControllerService',
  97.             'App\\Infrastructure\\Controller\\DefaultController' => 'getDefaultControllerService',
  98.             'App\\Infrastructure\\Controller\\Dev\\InteController' => 'getInteControllerService',
  99.             'App\\Infrastructure\\Controller\\Product\\BaseSearchController' => 'getBaseSearchControllerService',
  100.             'App\\Infrastructure\\Controller\\Product\\CollectionController' => 'getCollectionControllerService',
  101.             'App\\Infrastructure\\Controller\\Product\\DetailsController' => 'getDetailsController4Service',
  102.             'App\\Infrastructure\\Controller\\Product\\ListingController' => 'getListingController2Service',
  103.             'App\\Infrastructure\\Controller\\Security\\LoginController' => 'getLoginControllerService',
  104.             'App\\Infrastructure\\Controller\\Security\\ResetPasswordController' => 'getResetPasswordControllerService',
  105.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  106.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  107.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  108.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  109.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  110.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  111.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  112.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  113.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  114.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  115.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  116.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  117.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  118.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  119.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.universes' => 'getSmartUniqueNamer_UniversesService',
  120.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  121.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  122.             'cache.app_clearer' => 'getCache_AppClearerService',
  123.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  124.             'cache.system_clearer' => 'getCache_SystemClearerService',
  125.             'cache_warmer' => 'getCacheWarmerService',
  126.             'console.command.public_alias.App\\Infrastructure\\Command\\Import\\SyncClientCommand' => 'getSyncClientCommandService',
  127.             'console.command.public_alias.App\\Infrastructure\\Command\\Import\\SyncOrderStatusCommand' => 'getSyncOrderStatusCommandService',
  128.             'console.command.public_alias.App\\Infrastructure\\Command\\Import\\SyncParameterCommand' => 'getSyncParameterCommandService',
  129.             'console.command.public_alias.App\\Infrastructure\\Command\\Import\\SyncPriceCommand' => 'getSyncPriceCommandService',
  130.             'console.command.public_alias.App\\Infrastructure\\Command\\Import\\SyncProductCommand' => 'getSyncProductCommandService',
  131.             'console.command_loader' => 'getConsole_CommandLoaderService',
  132.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  133.             'error_controller' => 'getErrorControllerService',
  134.             'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  135.             'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  136.             'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  137.             'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  138.             'knp_paginator' => 'getKnpPaginatorService',
  139.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  140.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  141.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  142.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  143.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  144.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  145.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  146.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  147.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  148.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  149.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  150.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  151.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  152.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  153.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  154.             'monolog.logger.mail' => 'getMonolog_Logger_MailService',
  155.             'novaway_mailer.logger' => 'getNovawayMailer_LoggerService',
  156.             'routing.loader' => 'getRouting_LoaderService',
  157.             'services_resetter' => 'getServicesResetterService',
  158.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  159.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  160.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService',
  161.             'swiftmailer.mailer.log_mailer' => 'getSwiftmailer_Mailer_LogMailerService',
  162.             'swiftmailer.mailer.log_mailer.plugin.messagelogger' => 'getSwiftmailer_Mailer_LogMailer_Plugin_MessageloggerService',
  163.             'swiftmailer.mailer.log_mailer.transport' => 'getSwiftmailer_Mailer_LogMailer_TransportService',
  164.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  165.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  166.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  167.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  168.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  169.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  170.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  171.         ];
  172.         $this->aliases = [
  173.             'App\\Kernel' => 'kernel',
  174.             'database_connection' => 'doctrine.dbal.default_connection',
  175.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  176.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  177.             'mailer' => 'swiftmailer.mailer.default',
  178.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  179.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  180.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  181.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  182.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  183.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  184.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  185.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  186.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  187.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  188.         ];
  189.         $this->privates['service_container'] = function () {
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  196.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  197.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Mapping/RepositoryMapping.php';
  198.             include_once \dirname(__DIR__4).'/src/Domain/Common/Mapping/RepositoryMapping.php';
  199.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  200.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  201.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  202.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  204.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  205.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Behaviors/Common/Declinable.php';
  206.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Behaviors/Repository/SimpleRepository.php';
  207.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Behaviors/Repository/BaseRepository.php';
  208.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Traits/Common/DeclinableTrait.php';
  209.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Doctrine/Repository/Traits/SimpleRepositoryTrait.php';
  210.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Doctrine/Repository/DoctrineBaseRepository.php';
  211.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/Behaviors/BaseRepository.php';
  212.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineBaseRepository.php';
  213.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/BaseUserRepository.php';
  214.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineBaseUserRepository.php';
  215.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/BlockRepository.php';
  216.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineBlockRepository.php';
  217.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/CartRepository.php';
  218.             include_once \dirname(__DIR__4).'/src/Domain/Common/Traits/UserAwareTrait.php';
  219.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineCartRepository.php';
  220.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/CatalogRepository.php';
  221.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineCatalogRepository.php';
  222.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/CmsRepository.php';
  223.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineCmsRepository.php';
  224.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/ColorFamilyRepository.php';
  225.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineColorFamilyRepository.php';
  226.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/ContactRepository.php';
  227.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineContactRepository.php';
  228.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/IzOrderClientContactRepository.php';
  229.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineIzOrderClientContactRepository.php';
  230.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/IzOrderClientPriceRepository.php';
  231.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineIzOrderClientPriceRepository.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  233.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/IzOrderClientRepository.php';
  234.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineIzOrderClientRepository.php';
  235.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/IzOrderColorRepository.php';
  236.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineIzOrderColorRepository.php';
  237.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/IzOrderOrderLineRepository.php';
  238.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineIzOrderOrderLineRepository.php';
  239.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/IzOrderOrderRepository.php';
  240.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineIzOrderOrderRepository.php';
  241.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/IzOrderParameterRepository.php';
  242.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineIzOrderParameterRepository.php';
  243.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/IzOrderPriceParameterRepository.php';
  244.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineIzOrderPriceParameterRepository.php';
  245.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/Behaviors/DeletableRepository.php';
  246.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/IzOrderPriceRepository.php';
  247.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/Traits/DeletableRepositoryTrait.php';
  248.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineIzOrderPriceRepository.php';
  249.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/IzOrderProductDivisionRepository.php';
  250.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineIzOrderProductDivisionRepository.php';
  251.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/IzOrderProductRangeRepository.php';
  252.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineIzOrderProductRangeRepository.php';
  253.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/Behaviors/IteratorRepository.php';
  254.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/IzOrderProductRepository.php';
  255.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/Traits/IteratorRepositoryTrait.php';
  256.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineIzOrderProductRepository.php';
  257.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/IzOrderRepresentativeRepository.php';
  258.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineIzOrderRepresentativeRepository.php';
  259.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/IzOrderTvaParameterRepository.php';
  260.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineIzOrderTvaParameterRepository.php';
  261.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/UniverseRepository.php';
  262.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineUniverseRepository.php';
  263.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/UserAdminRepository.php';
  264.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineUserAdminRepository.php';
  265.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/UserAgentRepository.php';
  266.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineUserAgentRepository.php';
  267.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  294.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  317.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Assets/Strategy/AbstractCachedNumberStrategy.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Assets/Strategy/CachedNumberStrategy.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  357.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  396.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  397.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  398.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  399.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  402.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  403.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/ParamConverter/DomainInterfaceParamConverter.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  406.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  407.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  408.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  410.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  411.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  412.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  413.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  417.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  419.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  421.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  422.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  425.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  426.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  427.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  428.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  430.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  431.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
  433.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php';
  434.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  435.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/MailHandler.php';
  436.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/SwiftMailerHandler.php';
  438.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
  440.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  455.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  456.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  462.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  465.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  466.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  467.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  468.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  469.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  470.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  472.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  474.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  476.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  478.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  479.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  480.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  481.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  482.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  483.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  484.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  486.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  493.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  494.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  495.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  497.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  517.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  526.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  527.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  528.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  529.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  530.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  531.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  532.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  533.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  534.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  535.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  537.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  538.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  539.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  540.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  542.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  543.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  546.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  549.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  550.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  551.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  555.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  556.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  557.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  558.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  559.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  562.             include_once \dirname(__DIR__4).'/vendor/novaway/elasticsearch-bundle/src/DataCollector/ElasticsearchDataCollector.php';
  563.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  564.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  566.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  568.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  570.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  571.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  572.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
  574.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  575.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  577.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  579.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  580.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  582.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  584.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  585.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  586.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  587.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  588.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  589.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  590.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  593.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  594.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  596.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  597.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  599.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  600.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  634.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  635.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsCollector.php';
  636.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsFlattener.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  641.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  642.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  644.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  647.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  650.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  651.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  652.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  653.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  654.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  655.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  656.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  657.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  658.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  661.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  680.             include_once \dirname(__DIR__4).'/src/Infrastructure/Twig/CartExtension.php';
  681.             include_once \dirname(__DIR__4).'/src/Infrastructure/Twig/CatalogExtension.php';
  682.             include_once \dirname(__DIR__4).'/src/Infrastructure/Twig/ProductExtension.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  684.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  685.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  686.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/LazyFilterExtension.php';
  687.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Twig/Extension/DateExtension.php';
  688.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Formatter/LocalizedDateFormatter.php';
  689.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  690.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  691.             include_once \dirname(__DIR__4).'/vendor/twig/inky-extra/InkyExtension.php';
  692.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  693.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  694.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  695.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  697.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  699.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  706.         };
  707.     }
  708.     public function compile(): void
  709.     {
  710.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  711.     }
  712.     public function isCompiled(): bool
  713.     {
  714.         return true;
  715.     }
  716.     public function getRemovedIds(): array
  717.     {
  718.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  719.     }
  720.     protected function load($file$lazyLoad true)
  721.     {
  722.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  723.             return $class::do($this$lazyLoad);
  724.         }
  725.         if ('.' === $file[-4]) {
  726.             $class substr($class0, -4);
  727.         } else {
  728.             $file .= '.php';
  729.         }
  730.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  731.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  732.     }
  733.     protected function createProxy($class\Closure $factory)
  734.     {
  735.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  736.         return $factory();
  737.     }
  738.     /**
  739.      * Gets the public '.container.private.profiler' shared service.
  740.      *
  741.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  742.      */
  743.     protected function get_Container_Private_ProfilerService()
  744.     {
  745.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  746.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  747.         $a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  748.         $a->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  749.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  750.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  751.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  752.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  753.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  754.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  755.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  756.         $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  757.         $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  758.         $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  759.         $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  760.         $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  761.         $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  762.         $d->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  763.         $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  764.         $d->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  765.         $d->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  766.         $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  767.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  768.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  769.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  770.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  771.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  772.         if ($this->has('kernel')) {
  773.             $g->setKernel($b);
  774.         }
  775.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  776.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  777.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  778.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  779.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  780.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  781.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  782.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  783.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  784.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  785.         $instance->add($d);
  786.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  787.         $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()), true));
  788.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  789.         $instance->add($e);
  790.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  791.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  792.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  793.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  794.         $instance->add($f);
  795.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  796.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  797.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  798.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  799.         $instance->add(($this->privates['Novaway\\ElasticsearchBundle\\DataCollector\\ElasticsearchDataCollector'] ?? ($this->privates['Novaway\\ElasticsearchBundle\\DataCollector\\ElasticsearchDataCollector'] = new \Novaway\ElasticsearchBundle\DataCollector\ElasticsearchDataCollector())));
  800.         $instance->add($g);
  801.         return $instance;
  802.     }
  803.     /**
  804.      * Gets the public '.container.private.security.authorization_checker' shared service.
  805.      *
  806.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  807.      */
  808.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  809.     {
  810.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  811.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  812.             return $this->services['.container.private.security.authorization_checker'];
  813.         }
  814.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  815.     }
  816.     /**
  817.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  818.      *
  819.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  820.      */
  821.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  822.     {
  823.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  824.     }
  825.     /**
  826.      * Gets the public '.container.private.security.token_storage' shared service.
  827.      *
  828.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  829.      */
  830.     protected function get_Container_Private_Security_TokenStorageService()
  831.     {
  832.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  833.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  834.         ], [
  835.             'request_stack' => '?',
  836.         ]));
  837.     }
  838.     /**
  839.      * Gets the public '.container.private.twig' shared service.
  840.      *
  841.      * @return \Twig\Environment
  842.      */
  843.     protected function get_Container_Private_TwigService()
  844.     {
  845.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  846.         $a->addPath((\dirname(__DIR__4).'/templates'));
  847.         $a->addPath((\dirname(__DIR__4).'/public'), 'public');
  848.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  849.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  850.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  851.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  852.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  853.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  854.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  855.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  856.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  857.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  858.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  859.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  860.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  861.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  862.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  863.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  864.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  865.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  866.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  867.         $a->addPath((\dirname(__DIR__4).'/vendor/novaway/elasticsearch-bundle/src/Resources/views'), 'NovawayElasticsearch');
  868.         $a->addPath((\dirname(__DIR__4).'/vendor/novaway/elasticsearch-bundle/src/Resources/views'), '!NovawayElasticsearch');
  869.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  870.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  871.         $a->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  872.         $a->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  873.         $a->addPath((\dirname(__DIR__4).'/templates'));
  874.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  875.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  876.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  877.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  878.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  879.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  880.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  881.         $e = ($this->services['router'] ?? $this->getRouterService());
  882.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  883.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  884.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  885.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  886.         $i = new \Symfony\Bridge\Twig\AppVariable();
  887.         $i->setEnvironment('dev');
  888.         $i->setDebug(true);
  889.         if ($this->has('.container.private.security.token_storage')) {
  890.             $i->setTokenStorage($g);
  891.         }
  892.         if ($this->has('request_stack')) {
  893.             $i->setRequestStack($f);
  894.         }
  895.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  896.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  897.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  898.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  899.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  900.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  901.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  902.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  903.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  904.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  905.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  906.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  907.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  908.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  909.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  910.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  911.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  912.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  913.         $instance->addExtension(new \App\Infrastructure\Twig\CartExtension());
  914.         $instance->addExtension(new \App\Infrastructure\Twig\CatalogExtension());
  915.         $instance->addExtension(new \App\Infrastructure\Twig\ProductExtension());
  916.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  917.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  918.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  919.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  920.         ], [
  921.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  922.         ])));
  923.         $instance->addExtension(new \Liip\ImagineBundle\Templating\LazyFilterExtension());
  924.         $instance->addExtension(new \Novaway\CoreBundle\Twig\Extension\DateExtension(new \Novaway\CoreBundle\Formatter\LocalizedDateFormatter($f'fr')));
  925.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  926.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  927.         $instance->addExtension(new \Twig\Extra\Inky\InkyExtension());
  928.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  929.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  930.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  931.         $instance->addGlobal('app'$i);
  932.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  933.             'App\\Infrastructure\\Twig\\Runtime\\CartRuntime' => ['privates''App\\Infrastructure\\Twig\\Runtime\\CartRuntime''getCartRuntimeService'true],
  934.             'App\\Infrastructure\\Twig\\Runtime\\CatalogRuntime' => ['privates''App\\Infrastructure\\Twig\\Runtime\\CatalogRuntime''getCatalogRuntimeService'true],
  935.             'App\\Infrastructure\\Twig\\Runtime\\ProductRuntime' => ['privates''App\\Infrastructure\\Twig\\Runtime\\ProductRuntime''getProductRuntimeService'true],
  936.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  937.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  938.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  939.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  940.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => ['privates''liip_imagine.templating.filter_runtime''getLiipImagine_Templating_FilterRuntimeService'true],
  941.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  942.         ], [
  943.             'App\\Infrastructure\\Twig\\Runtime\\CartRuntime' => '?',
  944.             'App\\Infrastructure\\Twig\\Runtime\\CatalogRuntime' => '?',
  945.             'App\\Infrastructure\\Twig\\Runtime\\ProductRuntime' => '?',
  946.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  947.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  948.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  949.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  950.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => '?',
  951.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  952.         ])));
  953.         $instance->addGlobal('app_var', ['localizeddate_format' => 'd MMMM y''site_name' => 'decostars''static' => $this->parameters['static']]);
  954.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  955.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  956.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  957.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  958.         return $instance;
  959.     }
  960.     /**
  961.      * Gets the public '.container.private.validator' shared service.
  962.      *
  963.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  964.      */
  965.     protected function get_Container_Private_ValidatorService()
  966.     {
  967.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  968.         if (isset($this->services['.container.private.validator'])) {
  969.             return $this->services['.container.private.validator'];
  970.         }
  971.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  972.     }
  973.     /**
  974.      * Gets the public 'cache.app' shared service.
  975.      *
  976.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  977.      */
  978.     protected function getCache_AppService()
  979.     {
  980.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('t568z7Z-od'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  981.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  982.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  983.     }
  984.     /**
  985.      * Gets the public 'cache.system' shared service.
  986.      *
  987.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  988.      */
  989.     protected function getCache_SystemService()
  990.     {
  991.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZaGkqV-wFi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  992.     }
  993.     /**
  994.      * Gets the public 'cache.validator_expression_language' shared service.
  995.      *
  996.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  997.      */
  998.     protected function getCache_ValidatorExpressionLanguageService()
  999.     {
  1000.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('g9KcYsaBMP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1001.     }
  1002.     /**
  1003.      * Gets the public 'data_collector.dump' shared service.
  1004.      *
  1005.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1006.      */
  1007.     protected function getDataCollector_DumpService()
  1008.     {
  1009.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1010.     }
  1011.     /**
  1012.      * Gets the public 'doctrine' shared service.
  1013.      *
  1014.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1015.      */
  1016.     protected function getDoctrineService()
  1017.     {
  1018.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1019.     }
  1020.     /**
  1021.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1022.      *
  1023.      * @return \Doctrine\DBAL\Connection
  1024.      */
  1025.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1026.     {
  1027.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1028.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1029.             return $this->services['doctrine.dbal.default_connection'];
  1030.         }
  1031.         $b = new \Doctrine\DBAL\Configuration();
  1032.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1033.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1034.         $c->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  1035.         $c->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  1036.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1037.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1038.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1039.         $d->setConnectionName('default');
  1040.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1041.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  1042.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d=> new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())))]);
  1043.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['dbname' => $this->getEnv('MYSQL_DB'), 'host' => $this->getEnv('MYSQL_HOST'), 'port' => $this->getEnv('MYSQL_PORT'), 'user' => $this->getEnv('MYSQL_USER'), 'password' => $this->getEnv('MYSQL_PWD'), 'driver' => 'pdo_mysql''charset' => 'utf8mb4''idle_connection_ttl' => 600'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode, "ONLY_FULL_GROUP_BY", ""))'], 'serverVersion' => $this->getEnv('MYSQL_SERVER_VERSION'), 'defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $b$a, []);
  1044.     }
  1045.     /**
  1046.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1047.      *
  1048.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1049.      */
  1050.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1051.     {
  1052.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1053.             'App\\Infrastructure\\Doctrine\\Event\\Reindexation\\ReindexProductsAfterModificationEvent' => ['privates''App\\Infrastructure\\Doctrine\\Event\\Reindexation\\ReindexProductsAfterModificationEvent''getReindexProductsAfterModificationEventService'true],
  1054.             'App\\Infrastructure\\Doctrine\\Event\\SendEmailAfterActivationEvent' => ['privates''App\\Infrastructure\\Doctrine\\Event\\SendEmailAfterActivationEvent''getSendEmailAfterActivationEventService'true],
  1055.         ], [
  1056.             'App\\Infrastructure\\Doctrine\\Event\\Reindexation\\ReindexProductsAfterModificationEvent' => '?',
  1057.             'App\\Infrastructure\\Doctrine\\Event\\SendEmailAfterActivationEvent' => '?',
  1058.         ]));
  1059.         $instance->registerService('App\\Infrastructure\\Doctrine\\Event\\Reindexation\\ReindexProductsAfterModificationEvent''App\\Infrastructure\\Doctrine\\Event\\Reindexation\\ReindexProductsAfterModificationEvent');
  1060.         $instance->registerService('App\\Infrastructure\\Doctrine\\Event\\Reindexation\\ReindexProductsAfterModificationEvent''App\\Infrastructure\\Doctrine\\Event\\Reindexation\\ReindexProductsAfterModificationEvent');
  1061.         $instance->registerService('App\\Infrastructure\\Doctrine\\Event\\Reindexation\\ReindexProductsAfterModificationEvent''App\\Infrastructure\\Doctrine\\Event\\Reindexation\\ReindexProductsAfterModificationEvent');
  1062.         $instance->registerService('App\\Infrastructure\\Doctrine\\Event\\SendEmailAfterActivationEvent''App\\Infrastructure\\Doctrine\\Event\\SendEmailAfterActivationEvent');
  1063.         $instance->registerService('App\\Infrastructure\\Doctrine\\Event\\SendEmailAfterActivationEvent''App\\Infrastructure\\Doctrine\\Event\\SendEmailAfterActivationEvent');
  1064.         return $instance;
  1065.     }
  1066.     /**
  1067.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1068.      *
  1069.      * @return \Doctrine\ORM\EntityManager
  1070.      */
  1071.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1072.     {
  1073.         if ($lazyLoad) {
  1074.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1075.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1076.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1077.                     $proxy->setProxyInitializer(null);
  1078.                     return true;
  1079.                 });
  1080.             });
  1081.         }
  1082.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1083.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1084.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1085.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1086.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1087.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1088.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1089.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1090.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1091.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1092.         include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Doctrine/ORM/Mapping/RemovePrefixNamingStrategy.php';
  1093.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1094.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1095.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1096.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1097.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1098.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1099.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1100.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1101.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1102.         $a = new \Doctrine\ORM\Configuration();
  1103.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1104.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Infrastructure\\Doctrine\\Entity');
  1105.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  1106.         $a->setEntityNamespaces(['Infrastructure_Doctrine' => 'App\\Infrastructure\\Doctrine\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1107.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1108.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1109.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1110.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1111.             'App\\Infrastructure\\Doctrine\\IdGenerator\\OrderIdGenerator' => ['privates''App\\Infrastructure\\Doctrine\\IdGenerator\\OrderIdGenerator''getOrderIdGeneratorService'true],
  1112.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1113.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1114.         ], [
  1115.             'App\\Infrastructure\\Doctrine\\IdGenerator\\OrderIdGenerator' => '?',
  1116.             'doctrine.ulid_generator' => '?',
  1117.             'doctrine.uuid_generator' => '?',
  1118.         ])));
  1119.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1120.         $a->setProxyNamespace('Proxies');
  1121.         $a->setAutoGenerateProxyClasses(true);
  1122.         $a->setSchemaIgnoreClasses([]);
  1123.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1124.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1125.         $a->setNamingStrategy(new \Novaway\CoreBundle\Doctrine\ORM\Mapping\RemovePrefixNamingStrategy());
  1126.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1127.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1128.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1129.         $a->setLazyGhostObjectEnabled(false);
  1130.         $a->setIdentityGenerationPreferences([]);
  1131.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1132.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineBaseUserRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineBaseUserRepository''getDoctrineBaseUserRepositoryService'true],
  1133.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineBlockRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineBlockRepository''getDoctrineBlockRepositoryService'true],
  1134.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCartRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineCartRepository''getDoctrineCartRepositoryService'true],
  1135.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCatalogRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineCatalogRepository''getDoctrineCatalogRepositoryService'true],
  1136.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCmsRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineCmsRepository''getDoctrineCmsRepositoryService'true],
  1137.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineColorFamilyRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineColorFamilyRepository''getDoctrineColorFamilyRepositoryService'true],
  1138.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineContactRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineContactRepository''getDoctrineContactRepositoryService'true],
  1139.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderClientContactRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderClientContactRepository''getDoctrineIzOrderClientContactRepositoryService'true],
  1140.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderClientPriceRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderClientPriceRepository''getDoctrineIzOrderClientPriceRepositoryService'true],
  1141.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderClientRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderClientRepository''getDoctrineIzOrderClientRepositoryService'true],
  1142.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderColorRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderColorRepository''getDoctrineIzOrderColorRepositoryService'true],
  1143.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderOrderLineRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderOrderLineRepository''getDoctrineIzOrderOrderLineRepositoryService'true],
  1144.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderOrderRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderOrderRepository''getDoctrineIzOrderOrderRepositoryService'true],
  1145.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderParameterRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderParameterRepository''getDoctrineIzOrderParameterRepositoryService'true],
  1146.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderPriceParameterRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderPriceParameterRepository''getDoctrineIzOrderPriceParameterRepositoryService'true],
  1147.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderPriceRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderPriceRepository''getDoctrineIzOrderPriceRepositoryService'true],
  1148.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderProductDivisionRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderProductDivisionRepository''getDoctrineIzOrderProductDivisionRepositoryService'true],
  1149.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderProductRangeRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderProductRangeRepository''getDoctrineIzOrderProductRangeRepositoryService'true],
  1150.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderProductRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderProductRepository''getDoctrineIzOrderProductRepositoryService'true],
  1151.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderRepresentativeRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderRepresentativeRepository''getDoctrineIzOrderRepresentativeRepositoryService'true],
  1152.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderTvaParameterRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderTvaParameterRepository''getDoctrineIzOrderTvaParameterRepositoryService'true],
  1153.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineUniverseRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineUniverseRepository''getDoctrineUniverseRepositoryService'true],
  1154.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineUserAdminRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineUserAdminRepository''getDoctrineUserAdminRepositoryService'true],
  1155.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineUserAgentRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineUserAgentRepository''getDoctrineUserAgentRepositoryService'true],
  1156.         ], [
  1157.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineBaseUserRepository' => '?',
  1158.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineBlockRepository' => '?',
  1159.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCartRepository' => '?',
  1160.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCatalogRepository' => '?',
  1161.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCmsRepository' => '?',
  1162.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineColorFamilyRepository' => '?',
  1163.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineContactRepository' => '?',
  1164.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderClientContactRepository' => '?',
  1165.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderClientPriceRepository' => '?',
  1166.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderClientRepository' => '?',
  1167.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderColorRepository' => '?',
  1168.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderOrderLineRepository' => '?',
  1169.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderOrderRepository' => '?',
  1170.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderParameterRepository' => '?',
  1171.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderPriceParameterRepository' => '?',
  1172.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderPriceRepository' => '?',
  1173.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderProductDivisionRepository' => '?',
  1174.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderProductRangeRepository' => '?',
  1175.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderProductRepository' => '?',
  1176.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderRepresentativeRepository' => '?',
  1177.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineIzOrderTvaParameterRepository' => '?',
  1178.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineUniverseRepository' => '?',
  1179.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineUserAdminRepository' => '?',
  1180.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineUserAgentRepository' => '?',
  1181.         ])));
  1182.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  1183.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1184.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  1185.         return $instance;
  1186.     }
  1187.     /**
  1188.      * Gets the public 'event_dispatcher' shared service.
  1189.      *
  1190.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1191.      */
  1192.     protected function getEventDispatcherService()
  1193.     {
  1194.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1195.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1196.         $a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  1197.         $a->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  1198.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1199.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1200.         $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())));
  1201.         $instance->addListener('kernel.controller', [=> function () {
  1202.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1203.         }, => 'onKernelController'], 0);
  1204.         $instance->addListener('kernel.terminate', [=> function () {
  1205.             return ($this->privates['monolog.handler.swift_critical'] ?? $this->getMonolog_Handler_SwiftCriticalService());
  1206.         }, => 'onKernelTerminate'], 0);
  1207.         $instance->addListener('console.terminate', [=> function () {
  1208.             return ($this->privates['monolog.handler.swift_critical'] ?? $this->getMonolog_Handler_SwiftCriticalService());
  1209.         }, => 'onCliTerminate'], 0);
  1210.         $instance->addListener('console.command', [=> function () {
  1211.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1212.         }, => 'onConsoleCommand'], 0);
  1213.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1214.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1215.         }, => 'checkPassport'], 1024);
  1216.         $instance->addListener('kernel.response', [=> function () {
  1217.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1218.         }, => 'onKernelResponse'], 0);
  1219.         $instance->addListener('kernel.exception', [=> function () {
  1220.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1221.         }, => 'onKernelException'], -64);
  1222.         $instance->addListener('kernel.view', [=> function () {
  1223.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1224.         }, => 'onKernelView'], 0);
  1225.         $instance->addListener('kernel.request', [=> function () {
  1226.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1227.         }, => 'onKernelRequest'], 0);
  1228.         $instance->addListener('console.command', [=> function () {
  1229.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1230.         }, => 'handleConsoleCommandEvent'], 128);
  1231.         $instance->addListener('console.terminate', [=> function () {
  1232.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1233.         }, => 'handleConsoleTerminateEvent'], -64);
  1234.         $instance->addListener('console.error', [=> function () {
  1235.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1236.         }, => 'handleConsoleErrorEvent'], -64);
  1237.         $instance->addListener('kernel.exception', [=> function () {
  1238.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->load('getErrorListenerService'));
  1239.         }, => 'handleExceptionEvent'], 128);
  1240.         $instance->addListener('kernel.request', [=> function () {
  1241.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1242.         }, => 'handleKernelRequestEvent'], 5);
  1243.         $instance->addListener('kernel.controller', [=> function () {
  1244.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1245.         }, => 'handleKernelControllerEvent'], 10);
  1246.         $instance->addListener('kernel.request', [=> function () {
  1247.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1248.         }, => 'handleKernelRequestEvent'], 3);
  1249.         $instance->addListener('kernel.finish_request', [=> function () {
  1250.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1251.         }, => 'handleKernelFinishRequestEvent'], 5);
  1252.         $instance->addListener('kernel.request', [=> function () {
  1253.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1254.         }, => 'handleKernelRequestEvent'], 4);
  1255.         $instance->addListener('kernel.response', [=> function () {
  1256.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1257.         }, => 'handleKernelResponseEvent'], 15);
  1258.         $instance->addListener('kernel.terminate', [=> function () {
  1259.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1260.         }, => 'handleKernelTerminateEvent'], 5);
  1261.         $instance->addListener('kernel.request', [=> function () {
  1262.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1263.         }, => 'handleKernelRequestEvent'], 2);
  1264.         $instance->addListener('kernel.finish_request', [=> function () {
  1265.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1266.         }, => 'handleKernelFinishRequestEvent'], 10);
  1267.         $instance->addListener('kernel.response', [=> function () {
  1268.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1269.         }, => 'handleKernelResponseEvent'], 15);
  1270.         $instance->addListener('console.command', [=> function () {
  1271.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1272.         }, => 'handleConsoleCommandEvent'], 118);
  1273.         $instance->addListener('console.terminate', [=> function () {
  1274.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1275.         }, => 'handleConsoleTerminateEvent'], -54);
  1276.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1277.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1278.         }, => 'handleWorkerMessageFailedEvent'], 50);
  1279.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1280.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1281.         }, => 'handleWorkerMessageHandledEvent'], 50);
  1282.         $instance->addListener('kernel.request', [=> function () {
  1283.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1284.         }, => 'handleKernelRequestEvent'], 0);
  1285.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1286.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1287.         }, => 'handleLoginSuccessEvent'], 0);
  1288.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityUpdatedEvent', [=> function () {
  1289.             return ($this->privates['App\\Infrastructure\\Event\\Subscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  1290.         }, => 'afterUpdate'], 0);
  1291.         $instance->addListener('kernel.response', [=> function () {
  1292.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1293.         }, => 'onKernelResponse'], 0);
  1294.         $instance->addListener('kernel.response', [=> function () {
  1295.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1296.         }, => 'onKernelResponse'], -1024);
  1297.         $instance->addListener('kernel.request', [=> function () {
  1298.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1299.         }, => 'setDefaultLocale'], 100);
  1300.         $instance->addListener('kernel.request', [=> function () {
  1301.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1302.         }, => 'onKernelRequest'], 16);
  1303.         $instance->addListener('kernel.finish_request', [=> function () {
  1304.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1305.         }, => 'onKernelFinishRequest'], 0);
  1306.         $instance->addListener('kernel.request', [=> function () {
  1307.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1308.         }, => 'onKernelRequest'], 256);
  1309.         $instance->addListener('kernel.response', [=> function () {
  1310.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1311.         }, => 'onResponse'], -255);
  1312.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1313.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1314.         }, => 'onControllerArguments'], 0);
  1315.         $instance->addListener('kernel.exception', [=> function () {
  1316.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1317.         }, => 'logKernelException'], 0);
  1318.         $instance->addListener('kernel.exception', [=> function () {
  1319.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1320.         }, => 'onKernelException'], -128);
  1321.         $instance->addListener('kernel.response', [=> function () {
  1322.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1323.         }, => 'removeCspHeader'], -128);
  1324.         $instance->addListener('kernel.request', [=> function () {
  1325.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1326.         }, => 'onKernelRequest'], 15);
  1327.         $instance->addListener('kernel.finish_request', [=> function () {
  1328.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1329.         }, => 'onKernelFinishRequest'], -15);
  1330.         $instance->addListener('console.error', [=> function () {
  1331.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1332.         }, => 'onConsoleError'], -128);
  1333.         $instance->addListener('console.terminate', [=> function () {
  1334.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1335.         }, => 'onConsoleTerminate'], -128);
  1336.         $instance->addListener('console.error', [=> function () {
  1337.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1338.         }, => 'onConsoleError'], 0);
  1339.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1340.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1341.         }, => 'onMessage'], -255);
  1342.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1343.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1344.         }, => 'onMessage'], -255);
  1345.         $instance->addListener('kernel.request', [=> function () {
  1346.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1347.         }, => 'configure'], 2048);
  1348.         $instance->addListener('console.command', [=> function () {
  1349.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1350.         }, => 'configure'], 2048);
  1351.         $instance->addListener('kernel.request', [=> function () {
  1352.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1353.         }, => 'onKernelRequest'], 32);
  1354.         $instance->addListener('kernel.finish_request', [=> function () {
  1355.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1356.         }, => 'onKernelFinishRequest'], 0);
  1357.         $instance->addListener('kernel.exception', [=> function () {
  1358.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1359.         }, => 'onKernelException'], -64);
  1360.         $instance->addListener('kernel.response', [=> function () {
  1361.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1362.         }, => 'onKernelResponse'], 0);
  1363.         $instance->addListener('kernel.request', [=> function () {
  1364.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1365.         }, => 'onKernelRequest'], 128);
  1366.         $instance->addListener('kernel.response', [=> function () {
  1367.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1368.         }, => 'onKernelResponse'], -1000);
  1369.         $instance->addListener('kernel.finish_request', [=> function () {
  1370.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1371.         }, => 'onFinishRequest'], 0);
  1372.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1373.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1374.         }, => 'onMessageFailed'], 100);
  1375.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1376.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1377.         }, => 'onMessageFailed'], 200);
  1378.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1379.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  1380.         }, => 'onWorkerRunning'], 100);
  1381.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1382.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1383.         }, => 'onWorkerStarted'], 0);
  1384.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1385.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1386.         }, => 'onWorkerRunning'], 0);
  1387.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1388.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  1389.         }, => 'onWorkerStarted'], 100);
  1390.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1391.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1392.         }, => 'onMessageFailed'], 0);
  1393.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1394.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1395.         }, => 'onWorkerRunning'], 0);
  1396.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1397.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1398.         }, => 'onNotification'], -255);
  1399.         $instance->addListener('kernel.response', [=> function () {
  1400.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1401.         }, => 'onKernelResponse'], -100);
  1402.         $instance->addListener('kernel.exception', [=> function () {
  1403.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1404.         }, => 'onKernelException'], 0);
  1405.         $instance->addListener('kernel.terminate', [=> function () {
  1406.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1407.         }, => 'onKernelTerminate'], -1024);
  1408.         $instance->addListener('kernel.controller', [=> function () {
  1409.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1410.         }, => 'onKernelController'], 0);
  1411.         $instance->addListener('kernel.response', [=> function () {
  1412.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1413.         }, => 'onKernelResponse'], 0);
  1414.         $instance->addListener('kernel.controller', [=> function () {
  1415.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1416.         }, => 'onKernelController'], 0);
  1417.         $instance->addListener('kernel.controller', [=> function () {
  1418.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1419.         }, => 'onKernelController'], 0);
  1420.         $instance->addListener('kernel.controller', [=> function () {
  1421.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1422.         }, => 'onKernelController'], -128);
  1423.         $instance->addListener('kernel.view', [=> function () {
  1424.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1425.         }, => 'onKernelView'], 0);
  1426.         $instance->addListener('kernel.controller', [=> function () {
  1427.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1428.         }, => 'onKernelController'], 0);
  1429.         $instance->addListener('kernel.response', [=> function () {
  1430.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1431.         }, => 'onKernelResponse'], 0);
  1432.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1433.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1434.         }, => 'onKernelControllerArguments'], 0);
  1435.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1436.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1437.         }, => 'onKernelControllerArguments'], 0);
  1438.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1439.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1440.         }, => 'onMessage'], 0);
  1441.         $instance->addListener('kernel.response', [=> function () {
  1442.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1443.         }, => 'onKernelResponse'], -128);
  1444.         $instance->addListener('console.command', [=> function () {
  1445.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1446.         }, => 'onCommand'], 255);
  1447.         $instance->addListener('console.terminate', [=> function () {
  1448.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1449.         }, => 'onTerminate'], -255);
  1450.         $instance->addListener('console.command', [=> function () {
  1451.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1452.         }, => 'configure'], 1024);
  1453.         $instance->addListener('console.error', [=> function () {
  1454.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1455.         }, => 'onConsoleError'], 0);
  1456.         $instance->addListener('console.terminate', [=> function () {
  1457.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1458.         }, => 'onConsoleTerminate'], 0);
  1459.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1460.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1461.         }, => 'onWorkerMessageHandled'], 0);
  1462.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1463.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1464.         }, => 'onWorkerMessageFailed'], 0);
  1465.         $instance->addListener('kernel.response', [=> function () {
  1466.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1467.         }, => 'onKernelResponse'], 0);
  1468.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1469.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1470.         }, => 'checkPassport'], 0);
  1471.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1472.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1473.         }, => 'onLoginSuccess'], 0);
  1474.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1475.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1476.         }, => 'onVoterVote'], 0);
  1477.         $instance->addListener('kernel.request', [=> function () {
  1478.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1479.         }, => 'configureLogoutUrlGenerator'], 8);
  1480.         $instance->addListener('kernel.request', [=> function () {
  1481.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1482.         }, => 'onKernelRequest'], 8);
  1483.         $instance->addListener('kernel.finish_request', [=> function () {
  1484.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1485.         }, => 'onKernelFinishRequest'], 0);
  1486.         $instance->addListener('kernel.request', [=> function () {
  1487.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1488.         }, => 'handleLegacyEaContext'], 10);
  1489.         $instance->addListener('kernel.request', [=> function () {
  1490.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1491.         }, => 'onKernelRequest'], 0);
  1492.         $instance->addListener('kernel.controller', [=> function () {
  1493.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1494.         }, => 'onKernelController'], 128);
  1495.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1496.             return ($this->privates['Novaway\\CoreBundle\\Messenger\\Subscriber\\MailerResetterSubscriber'] ?? $this->load('getMailerResetterSubscriberService'));
  1497.         }, => 'resetServices'], 10);
  1498.         $instance->addListener('kernel.request', [=> function () {
  1499.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  1500.         }, => 'onKernelRequest'], 0);
  1501.         $instance->addListener('kernel.exception', [=> function () {
  1502.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1503.         }, => 'onException'], 0);
  1504.         $instance->addListener('kernel.terminate', [=> function () {
  1505.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1506.         }, => 'onTerminate'], 0);
  1507.         $instance->addListener('console.error', [=> function () {
  1508.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1509.         }, => 'onException'], 0);
  1510.         $instance->addListener('console.terminate', [=> function () {
  1511.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1512.         }, => 'onTerminate'], 0);
  1513.         $instance->addListener('novaway_elasticsearch.search_query', [=> function () {
  1514.             return ($this->privates['Novaway\\ElasticsearchBundle\\DataCollector\\ElasticsearchDataCollector'] ?? ($this->privates['Novaway\\ElasticsearchBundle\\DataCollector\\ElasticsearchDataCollector'] = new \Novaway\ElasticsearchBundle\DataCollector\ElasticsearchDataCollector()));
  1515.         }, => 'onSearchQuery'], 0);
  1516.         $instance->addListener('novaway_elasticsearch.search_result', [=> function () {
  1517.             return ($this->privates['Novaway\\ElasticsearchBundle\\DataCollector\\ElasticsearchDataCollector'] ?? ($this->privates['Novaway\\ElasticsearchBundle\\DataCollector\\ElasticsearchDataCollector'] = new \Novaway\ElasticsearchBundle\DataCollector\ElasticsearchDataCollector()));
  1518.         }, => 'onSearchResult'], 0);
  1519.         $instance->addListener('novaway_elasticsearch.exception_event', [=> function () {
  1520.             return ($this->privates['Novaway\\ElasticsearchBundle\\Logger\\ExceptionEventLogger'] ?? $this->load('getExceptionEventLoggerService'));
  1521.         }, => 'logException'], 0);
  1522.         $instance->addListener('kernel.exception', [=> function () {
  1523.             return ($this->privates['Novaway\\ElasticsearchBundle\\EventSubscriber\\ResponseExceptionSubscriber'] ?? ($this->privates['Novaway\\ElasticsearchBundle\\EventSubscriber\\ResponseExceptionSubscriber'] = new \Novaway\ElasticsearchBundle\EventSubscriber\ResponseExceptionSubscriber()));
  1524.         }, => 'process'], 0);
  1525.         $instance->addListener('knp_pager.before', [=> function () {
  1526.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1527.         }, => 'before'], 0);
  1528.         $instance->addListener('knp_pager.pagination', [=> function () {
  1529.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1530.         }, => 'pagination'], 0);
  1531.         $instance->addListener('knp_pager.before', [=> function () {
  1532.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1533.         }, => 'before'], 1);
  1534.         $instance->addListener('knp_pager.before', [=> function () {
  1535.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1536.         }, => 'before'], 1);
  1537.         $instance->addListener('knp_pager.pagination', [=> function () {
  1538.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1539.         }, => 'pagination'], 1);
  1540.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1541.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1542.         }, => 'checkPassport'], 512);
  1543.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1544.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1545.         }, => 'onLogout'], 0);
  1546.         return $instance;
  1547.     }
  1548.     /**
  1549.      * Gets the public 'http_kernel' shared service.
  1550.      *
  1551.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1552.      */
  1553.     protected function getHttpKernelService()
  1554.     {
  1555.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1556.         if (isset($this->services['http_kernel'])) {
  1557.             return $this->services['http_kernel'];
  1558.         }
  1559.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1560.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1561.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1562.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1563.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1564.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1565.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1566.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1567.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1568.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1569.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1570.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1571.     }
  1572.     /**
  1573.      * Gets the public 'messenger.default_bus' shared service.
  1574.      *
  1575.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1576.      */
  1577.     protected function getMessenger_DefaultBusService()
  1578.     {
  1579.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1580.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1581.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1582.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1583.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1584.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1585.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1586.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1587.         }, 7)));
  1588.     }
  1589.     /**
  1590.      * Gets the public 'request_stack' shared service.
  1591.      *
  1592.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1593.      */
  1594.     protected function getRequestStackService()
  1595.     {
  1596.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1597.     }
  1598.     /**
  1599.      * Gets the public 'router' shared service.
  1600.      *
  1601.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1602.      */
  1603.     protected function getRouterService()
  1604.     {
  1605.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1606.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1607.         $a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  1608.         $a->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  1609.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1610.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1611.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1612.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1613.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1614.         ], [
  1615.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1616.         ]))->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'fr');
  1617.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1618.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1619.         return $instance;
  1620.     }
  1621.     /**
  1622.      * Gets the public 'translator' shared service.
  1623.      *
  1624.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1625.      */
  1626.     protected function getTranslatorService()
  1627.     {
  1628.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1629.     }
  1630.     /**
  1631.      * Gets the public 'var_dumper.cloner' shared service.
  1632.      *
  1633.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1634.      */
  1635.     protected function getVarDumper_ClonerService()
  1636.     {
  1637.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1638.         $instance->setMaxItems(2500);
  1639.         $instance->setMinDepth(1);
  1640.         $instance->setMaxString(-1);
  1641.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1642.         return $instance;
  1643.     }
  1644.     /**
  1645.      * Gets the private '.debug.http_client' shared service.
  1646.      *
  1647.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1648.      */
  1649.     protected function get_Debug_HttpClientService()
  1650.     {
  1651.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1652.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1653.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1654.         $b->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  1655.         $b->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  1656.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1657.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1658.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1659.         $a->setLogger($b);
  1660.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(new \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient($a, ($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1661.     }
  1662.     /**
  1663.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1664.      *
  1665.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1666.      */
  1667.     protected function get_ServiceLocator_ZJyh7qSService()
  1668.     {
  1669.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1670.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1671.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1672.         ], [
  1673.             'security.firewall.map.context.dev' => '?',
  1674.             'security.firewall.map.context.main' => '?',
  1675.         ]);
  1676.     }
  1677.     /**
  1678.      * Gets the private 'App\Domain\Common\Mapping\RepositoryMapping' shared autowired service.
  1679.      *
  1680.      * @return \App\Domain\Common\Mapping\RepositoryMapping
  1681.      */
  1682.     protected function getRepositoryMappingService()
  1683.     {
  1684.         $this->privates['App\\Domain\\Common\\Mapping\\RepositoryMapping'] = $instance = new \App\Domain\Common\Mapping\RepositoryMapping();
  1685.         $a = ($this->services['doctrine'] ?? $this->getDoctrineService());
  1686.         $b = new \App\Infrastructure\Doctrine\Repository\DoctrineBaseUserRepository($a);
  1687.         $c = new \App\Infrastructure\Doctrine\Repository\DoctrineBlockRepository($a);
  1688.         $d = new \App\Infrastructure\Doctrine\Repository\DoctrineCartRepository($a);
  1689.         $e = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1690.         $d->storage $e;
  1691.         $f = new \App\Infrastructure\Doctrine\Repository\DoctrineCatalogRepository($a);
  1692.         $g = new \App\Infrastructure\Doctrine\Repository\DoctrineCmsRepository($a);
  1693.         $h = new \App\Infrastructure\Doctrine\Repository\DoctrineColorFamilyRepository($a);
  1694.         $i = new \App\Infrastructure\Doctrine\Repository\DoctrineContactRepository($a);
  1695.         $j = new \App\Infrastructure\Doctrine\Repository\DoctrineIzOrderClientContactRepository($a);
  1696.         $k = new \App\Infrastructure\Doctrine\Repository\DoctrineIzOrderClientPriceRepository($a);
  1697.         $l = new \App\Infrastructure\Doctrine\Repository\DoctrineIzOrderClientRepository($a);
  1698.         $m = new \App\Infrastructure\Doctrine\Repository\DoctrineIzOrderColorRepository($a);
  1699.         $n = new \App\Infrastructure\Doctrine\Repository\DoctrineIzOrderOrderLineRepository($a);
  1700.         $o = new \App\Infrastructure\Doctrine\Repository\DoctrineIzOrderOrderRepository($a);
  1701.         $o->storage $e;
  1702.         $p = new \App\Infrastructure\Doctrine\Repository\DoctrineIzOrderParameterRepository($a);
  1703.         $q = new \App\Infrastructure\Doctrine\Repository\DoctrineIzOrderPriceParameterRepository($a);
  1704.         $r = new \App\Infrastructure\Doctrine\Repository\DoctrineIzOrderPriceRepository($a);
  1705.         $r->storage $e;
  1706.         $s = new \App\Infrastructure\Doctrine\Repository\DoctrineIzOrderProductDivisionRepository($a);
  1707.         $t = new \App\Infrastructure\Doctrine\Repository\DoctrineIzOrderProductRangeRepository($a);
  1708.         $u = new \App\Infrastructure\Doctrine\Repository\DoctrineIzOrderProductRepository($a);
  1709.         $v = new \App\Infrastructure\Doctrine\Repository\DoctrineIzOrderRepresentativeRepository($a);
  1710.         $w = new \App\Infrastructure\Doctrine\Repository\DoctrineIzOrderTvaParameterRepository($a);
  1711.         $x = new \App\Infrastructure\Doctrine\Repository\DoctrineUniverseRepository($a);
  1712.         $y = new \App\Infrastructure\Doctrine\Repository\DoctrineUserAdminRepository($a);
  1713.         $z = new \App\Infrastructure\Doctrine\Repository\DoctrineUserAgentRepository($a);
  1714.         $instance->setMapping(['BaseUser' => $b'Block' => $c'Cart' => $d'Catalog' => $f'Cms' => $g'ColorFamily' => $h'Contact' => $i'IzOrderClientContact' => $j'IzOrderClientPrice' => $k'IzOrderClient' => $l'IzOrderColor' => $m'IzOrderOrderLine' => $n'IzOrderOrder' => $o'IzOrderParameter' => $p'IzOrderPriceParameter' => $q'IzOrderPrice' => $r'IzOrderProductDivision' => $s'IzOrderProductRange' => $t'IzOrderProduct' => $u'IzOrderRepresentative' => $v'IzOrderTvaParameter' => $w'Universe' => $x'UserAdmin' => $y'UserAgent' => $z], ['App\\Domain\\Common\\Entity\\BaseUser' => $b'App\\Domain\\Common\\Entity\\Block' => $c'App\\Domain\\Common\\Entity\\Cart' => $d'App\\Domain\\Common\\Entity\\Catalog' => $f'App\\Domain\\Common\\Entity\\Cms' => $g'App\\Domain\\Common\\Entity\\ColorFamily' => $h'App\\Domain\\Common\\Entity\\Contact' => $i'App\\Domain\\Common\\Entity\\IzOrderClientContact' => $j'App\\Domain\\Common\\Entity\\IzOrderClientPrice' => $k'App\\Domain\\Common\\Entity\\IzOrderClient' => $l'App\\Domain\\Common\\Entity\\IzOrderColor' => $m'App\\Domain\\Common\\Entity\\IzOrderOrderLine' => $n'App\\Domain\\Common\\Entity\\IzOrderOrder' => $o'App\\Domain\\Common\\Entity\\IzOrderParameter' => $p'App\\Domain\\Common\\Entity\\IzOrderPriceParameter' => $q'App\\Domain\\Common\\Entity\\IzOrderPrice' => $r'App\\Domain\\Common\\Entity\\IzOrderProductDivision' => $s'App\\Domain\\Common\\Entity\\IzOrderProductRange' => $t'App\\Domain\\Common\\Entity\\IzOrderProduct' => $u'App\\Domain\\Common\\Entity\\IzOrderRepresentative' => $v'App\\Domain\\Common\\Entity\\IzOrderTvaParameter' => $w'App\\Domain\\Common\\Entity\\Universe' => $x'App\\Domain\\Common\\Entity\\UserAdmin' => $y'App\\Domain\\Common\\Entity\\UserAgent' => $z], [=> $b=> $c=> $d=> $f=> $g=> $h=> $i=> $j=> $k=> $l10 => $m11 => $n12 => $o13 => $p14 => $q15 => $r16 => $s17 => $t18 => $u19 => $v20 => $w21 => $x22 => $y23 => $z]);
  1715.         return $instance;
  1716.     }
  1717.     /**
  1718.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1719.      *
  1720.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1721.      */
  1722.     protected function getAdminRouterSubscriberService()
  1723.     {
  1724.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  1725.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1726.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1727.         }
  1728.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1729.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1730.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1731.         }
  1732.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1733.         $d = ($this->services['router'] ?? $this->getRouterService());
  1734.         $e = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  1735.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.''$c, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $c$d, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $e$a), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Infrastructure\\Controller\\Admin\\DashboardController']))), $e, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $d$d$b, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1736.     }
  1737.     /**
  1738.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1739.      *
  1740.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1741.      */
  1742.     protected function getActionFactoryService()
  1743.     {
  1744.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1745.     }
  1746.     /**
  1747.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1748.      *
  1749.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1750.      */
  1751.     protected function getControllerFactoryService()
  1752.     {
  1753.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Infrastructure\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1754.     }
  1755.     /**
  1756.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1757.      *
  1758.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1759.      */
  1760.     protected function getEntityFactoryService()
  1761.     {
  1762.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1763.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1764.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1765.         }
  1766.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1767.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $b, new RewindableGenerator(function () {
  1768.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1769.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1770.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1771.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1772.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1773.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1774.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1775.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1776.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1777.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1778.             yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  1779.             yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  1780.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  1781.             yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__4))));
  1782.             yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  1783.             yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  1784.             yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  1785.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1786.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1787.             yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  1788.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1789.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  1790.             yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  1791.             yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  1792.             yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  1793.             yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  1794.             yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  1795.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1796.         }, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  1797.     }
  1798.     /**
  1799.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1800.      *
  1801.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1802.      */
  1803.     protected function getAdminContextProviderService()
  1804.     {
  1805.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1806.     }
  1807.     /**
  1808.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  1809.      *
  1810.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  1811.      */
  1812.     protected function getCrudControllerRegistryService()
  1813.     {
  1814.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Infrastructure\\Controller\\Admin\\Crud\\AgentCrudController'=> 'App\\Infrastructure\\Controller\\Admin\\Crud\\CatalogCrudController'=> 'App\\Infrastructure\\Controller\\Admin\\Crud\\ClientCrudController'=> 'App\\Infrastructure\\Controller\\Admin\\Crud\\CmsCrudController'=> 'App\\Infrastructure\\Controller\\Admin\\Crud\\ColorsCrudController'=> 'App\\Infrastructure\\Controller\\Admin\\Crud\\ColorsFamilyCrudController'=> 'App\\Infrastructure\\Controller\\Admin\\Crud\\CommunicationBlockCrudController'=> 'App\\Infrastructure\\Controller\\Admin\\Crud\\ContactCrudController'=> 'App\\Infrastructure\\Controller\\Admin\\Crud\\OrderCrudController'=> 'App\\Infrastructure\\Controller\\Admin\\Crud\\SalesBlockCrudController'10 => 'App\\Infrastructure\\Controller\\Admin\\Crud\\UniverseCrudController']);
  1815.     }
  1816.     /**
  1817.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1818.      *
  1819.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1820.      */
  1821.     protected function getAdminUrlGeneratorService()
  1822.     {
  1823.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1824.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Infrastructure\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1825.         };
  1826.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1827.     }
  1828.     /**
  1829.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1830.      *
  1831.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1832.      */
  1833.     protected function getAuthorizationCheckerService()
  1834.     {
  1835.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1836.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  1837.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  1838.         }
  1839.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1840.     }
  1841.     /**
  1842.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  1843.      *
  1844.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  1845.      */
  1846.     protected function getLoginListenerService()
  1847.     {
  1848.         return $this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] = new \Sentry\SentryBundle\EventListener\LoginListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1849.     }
  1850.     /**
  1851.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  1852.      *
  1853.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  1854.      */
  1855.     protected function getRequestListenerService()
  1856.     {
  1857.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1858.     }
  1859.     /**
  1860.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  1861.      *
  1862.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  1863.      */
  1864.     protected function getSubRequestListenerService()
  1865.     {
  1866.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1867.     }
  1868.     /**
  1869.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  1870.      *
  1871.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  1872.      */
  1873.     protected function getTracingRequestListenerService()
  1874.     {
  1875.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1876.     }
  1877.     /**
  1878.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  1879.      *
  1880.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  1881.      */
  1882.     protected function getTracingSubRequestListenerService()
  1883.     {
  1884.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1885.     }
  1886.     /**
  1887.      * Gets the private 'Sentry\State\HubInterface' shared service.
  1888.      *
  1889.      * @return \Sentry\State\HubInterface
  1890.      */
  1891.     protected function getHubInterfaceService()
  1892.     {
  1893.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  1894.         $a = new \Sentry\Options(['environment' => $this->getEnv('SENTRY_ENV'), 'integrations' => new \Sentry\SentryBundle\Integration\IntegrationConfigurator([=> new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [=> 'Symfony\\Component\\ErrorHandler\\Error\\FatalError'=> 'Symfony\\Component\\Debug\\Exception\\FatalErrorException']]), => new \Sentry\Integration\RequestIntegration(new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL))], true), 'prefixes' => [=> \dirname(__DIR__4), => '.'=> '/opt/php8.1/lib/php'=> (\dirname(__DIR__4).'/vendor/deployer/recipes')], 'release' => $this->getEnv('default::SENTRY_RELEASE'), 'tags' => [], 'in_app_exclude' => [=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor'), => $this->targetDir.''], 'in_app_include' => [], 'class_serializers' => [], 'ignore_exceptions' => [], 'ignore_transactions' => [], 'dsn' => $this->getEnv('SENTRY_DSN')]);
  1895.         $b = new \Sentry\ClientBuilder($a);
  1896.         $b->setSdkIdentifier('sentry.php.symfony');
  1897.         $b->setSdkVersion('4.14.0');
  1898.         $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory(NULLNULLNULLNULLNULLNULL));
  1899.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  1900.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  1901.         if ($this->has('Psr\\Log\\NullLogger')) {
  1902.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  1903.         }
  1904.         $instance->bindClient($b->getClient());
  1905.         return $instance;
  1906.     }
  1907.     /**
  1908.      * Gets the private 'annotations.cache_adapter' shared service.
  1909.      *
  1910.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1911.      */
  1912.     protected function getAnnotations_CacheAdapterService()
  1913.     {
  1914.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  1915.     }
  1916.     /**
  1917.      * Gets the private 'annotations.cached_reader' shared service.
  1918.      *
  1919.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1920.      */
  1921.     protected function getAnnotations_CachedReaderService()
  1922.     {
  1923.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1924.     }
  1925.     /**
  1926.      * Gets the private 'annotations.reader' shared service.
  1927.      *
  1928.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1929.      */
  1930.     protected function getAnnotations_ReaderService()
  1931.     {
  1932.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1933.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1934.         $a->registerUniqueLoader('class_exists');
  1935.         $instance->addGlobalIgnoredName('required'$a);
  1936.         return $instance;
  1937.     }
  1938.     /**
  1939.      * Gets the private 'assets.packages' shared service.
  1940.      *
  1941.      * @return \Symfony\Component\Asset\Packages
  1942.      */
  1943.     protected function getAssets_PackagesService()
  1944.     {
  1945.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Novaway\CoreBundle\Assets\Strategy\CachedNumberStrategy(($this->privates['simple_cache'] ?? $this->getSimpleCacheService()), '%s?v=%s'), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''true)), new RewindableGenerator(function () {
  1946.             return new \EmptyIterator();
  1947.         }, 0));
  1948.     }
  1949.     /**
  1950.      * Gets the private 'cache.annotations.traceable' shared service.
  1951.      *
  1952.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1953.      */
  1954.     protected function getCache_Annotations_TraceableService()
  1955.     {
  1956.         return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EageG8ht4s'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1957.     }
  1958.     /**
  1959.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  1960.      *
  1961.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1962.      */
  1963.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  1964.     {
  1965.         return $this->privates['cache.doctrine.orm.default.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  1966.     }
  1967.     /**
  1968.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  1969.      *
  1970.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1971.      */
  1972.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  1973.     {
  1974.         return $this->privates['cache.doctrine.orm.default.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  1975.     }
  1976.     /**
  1977.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  1978.      *
  1979.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1980.      */
  1981.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  1982.     {
  1983.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('J2fzyMSCT9'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1984.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1985.         return $this->privates['cache.messenger.restart_workers_signal.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  1986.     }
  1987.     /**
  1988.      * Gets the private 'cache.property_info.traceable' shared service.
  1989.      *
  1990.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1991.      */
  1992.     protected function getCache_PropertyInfo_TraceableService()
  1993.     {
  1994.         return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('eFknk2uVwp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1995.     }
  1996.     /**
  1997.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  1998.      *
  1999.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2000.      */
  2001.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  2002.     {
  2003.         return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-Uc7WyC6pS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2004.     }
  2005.     /**
  2006.      * Gets the private 'cache.serializer.traceable' shared service.
  2007.      *
  2008.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2009.      */
  2010.     protected function getCache_Serializer_TraceableService()
  2011.     {
  2012.         return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1MUy4A+HTf'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2013.     }
  2014.     /**
  2015.      * Gets the private 'cache.validator.traceable' shared service.
  2016.      *
  2017.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2018.      */
  2019.     protected function getCache_Validator_TraceableService()
  2020.     {
  2021.         return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('80miuDVu0h'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2022.     }
  2023.     /**
  2024.      * Gets the private 'config_cache_factory' shared service.
  2025.      *
  2026.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2027.      */
  2028.     protected function getConfigCacheFactoryService()
  2029.     {
  2030.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2031.             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)));
  2032.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2033.         }, 2));
  2034.     }
  2035.     /**
  2036.      * Gets the private 'data_collector.form' shared service.
  2037.      *
  2038.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2039.      */
  2040.     protected function getDataCollector_FormService()
  2041.     {
  2042.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2043.     }
  2044.     /**
  2045.      * Gets the private 'data_collector.request' shared service.
  2046.      *
  2047.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2048.      */
  2049.     protected function getDataCollector_RequestService()
  2050.     {
  2051.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2052.     }
  2053.     /**
  2054.      * Gets the private 'debug.controller_resolver' shared service.
  2055.      *
  2056.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2057.      */
  2058.     protected function getDebug_ControllerResolverService()
  2059.     {
  2060.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2061.     }
  2062.     /**
  2063.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2064.      *
  2065.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2066.      */
  2067.     protected function getDebug_DebugHandlersListenerService()
  2068.     {
  2069.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2070.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2071.         $a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  2072.         $a->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2073.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2074.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2075.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2076.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2077.     }
  2078.     /**
  2079.      * Gets the private 'debug.file_link_formatter' shared service.
  2080.      *
  2081.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2082.      */
  2083.     protected function getDebug_FileLinkFormatterService()
  2084.     {
  2085.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  2086.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2087.         });
  2088.     }
  2089.     /**
  2090.      * Gets the private 'debug.log_processor' shared service.
  2091.      *
  2092.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2093.      */
  2094.     protected function getDebug_LogProcessorService()
  2095.     {
  2096.         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())));
  2097.     }
  2098.     /**
  2099.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2100.      *
  2101.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2102.      */
  2103.     protected function getDebug_Security_Access_DecisionManagerService()
  2104.     {
  2105.         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 () {
  2106.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2107.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2108.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2109.             yield => ($this->privates['debug.security.voter.App\\Infrastructure\\Security\\Voter\\OrderVoter'] ?? $this->load('getOrderVoterService'));
  2110.             yield => ($this->privates['debug.security.voter.App\\Infrastructure\\Security\\Voter\\ProductVoter'] ?? $this->load('getProductVoterService'));
  2111.             yield => ($this->privates['debug.security.voter.App\\Infrastructure\\Security\\Voter\\SwitchToClientVoter'] ?? $this->load('getSwitchToClientVoterService'));
  2112.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  2113.         }, 7), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2114.     }
  2115.     /**
  2116.      * Gets the private 'debug.security.firewall' shared service.
  2117.      *
  2118.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2119.      */
  2120.     protected function getDebug_Security_FirewallService()
  2121.     {
  2122.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2123.         if (isset($this->privates['debug.security.firewall'])) {
  2124.             return $this->privates['debug.security.firewall'];
  2125.         }
  2126.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2127.         if (isset($this->privates['debug.security.firewall'])) {
  2128.             return $this->privates['debug.security.firewall'];
  2129.         }
  2130.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2131.     }
  2132.     /**
  2133.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2134.      *
  2135.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2136.      */
  2137.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2138.     {
  2139.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2140.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2141.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2142.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2143.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2144.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  2145.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  2146.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'true],
  2147.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'true],
  2148.             'stof_doctrine_extensions.listener.sortable' => ['privates''stof_doctrine_extensions.listener.sortable''getStofDoctrineExtensions_Listener_SortableService'true],
  2149.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  2150.             'vich_uploader.listener.clean.catalog' => ['privates''vich_uploader.listener.clean.catalog''getVichUploader_Listener_Clean_CatalogService'true],
  2151.             'vich_uploader.listener.clean.universes' => ['privates''vich_uploader.listener.clean.universes''getVichUploader_Listener_Clean_UniversesService'true],
  2152.             'vich_uploader.listener.remove.catalog' => ['privates''vich_uploader.listener.remove.catalog''getVichUploader_Listener_Remove_CatalogService'true],
  2153.             'vich_uploader.listener.remove.universes' => ['privates''vich_uploader.listener.remove.universes''getVichUploader_Listener_Remove_UniversesService'true],
  2154.             'vich_uploader.listener.upload.catalog' => ['privates''vich_uploader.listener.upload.catalog''getVichUploader_Listener_Upload_CatalogService'true],
  2155.             'vich_uploader.listener.upload.universes' => ['privates''vich_uploader.listener.upload.universes''getVichUploader_Listener_Upload_UniversesService'true],
  2156.         ], [
  2157.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2158.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2159.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2160.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2161.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2162.             'stof_doctrine_extensions.listener.blameable' => '?',
  2163.             'stof_doctrine_extensions.listener.sluggable' => '?',
  2164.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  2165.             'stof_doctrine_extensions.listener.sortable' => '?',
  2166.             'stof_doctrine_extensions.listener.timestampable' => '?',
  2167.             'vich_uploader.listener.clean.catalog' => '?',
  2168.             'vich_uploader.listener.clean.universes' => '?',
  2169.             'vich_uploader.listener.remove.catalog' => '?',
  2170.             'vich_uploader.listener.remove.universes' => '?',
  2171.             'vich_uploader.listener.upload.catalog' => '?',
  2172.             'vich_uploader.listener.upload.universes' => '?',
  2173.         ]), [=> 'vich_uploader.listener.clean.universes'=> 'vich_uploader.listener.clean.catalog'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'vich_uploader.listener.remove.universes'=> 'vich_uploader.listener.upload.universes'=> 'vich_uploader.listener.remove.catalog'=> 'vich_uploader.listener.upload.catalog'10 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 11 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.sluggable'], 12 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.sluggable'], 13 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.sluggable'], 14 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.sortable'], 15 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.sortable'], 16 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.sortable'], 17 => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.sortable'], 18 => [=> [=> 'preUpdate'], => 'stof_doctrine_extensions.listener.sortable'], 19 => [=> [=> 'postRemove'], => 'stof_doctrine_extensions.listener.sortable'], 20 => [=> [=> 'postFlush'], => 'stof_doctrine_extensions.listener.sortable'], 21 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.timestampable'], 22 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.timestampable'], 23 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.timestampable'], 24 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.blameable'], 25 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.blameable'], 26 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.blameable'], 27 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.softdeleteable'], 28 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.softdeleteable']]);
  2174.     }
  2175.     /**
  2176.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2177.      *
  2178.      * @return \Doctrine\Migrations\DependencyFactory
  2179.      */
  2180.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2181.     {
  2182.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2183.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/config/database/migrations'));
  2184.         $a->setAllOrNothing(false);
  2185.         $a->setCheckDatabasePlatform(true);
  2186.         $a->setTransactional(true);
  2187.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2188.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2189.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2190.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2191.         });
  2192.         return $instance;
  2193.     }
  2194.     /**
  2195.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2196.      *
  2197.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2198.      */
  2199.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2200.     {
  2201.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Infrastructure/Doctrine/Entity')], false);
  2202.     }
  2203.     /**
  2204.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2205.      *
  2206.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2207.      */
  2208.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2209.     {
  2210.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml'false);
  2211.         $instance->setGlobalBasename('mapping');
  2212.         return $instance;
  2213.     }
  2214.     /**
  2215.      * Gets the private 'exception_listener' shared service.
  2216.      *
  2217.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2218.      */
  2219.     protected function getExceptionListener2Service()
  2220.     {
  2221.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2222.     }
  2223.     /**
  2224.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2225.      *
  2226.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2227.      */
  2228.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2229.     {
  2230.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  2231.     }
  2232.     /**
  2233.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2234.      *
  2235.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2236.      */
  2237.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2238.     {
  2239.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2240.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2241.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2242.         }
  2243.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  2244.     }
  2245.     /**
  2246.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2247.      *
  2248.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2249.      */
  2250.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2251.     {
  2252.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/foundation_v6_pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  2253.     }
  2254.     /**
  2255.      * Gets the private 'locale_aware_listener' shared service.
  2256.      *
  2257.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2258.      */
  2259.     protected function getLocaleAwareListenerService()
  2260.     {
  2261.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2262.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  2263.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2264.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2265.     }
  2266.     /**
  2267.      * Gets the private 'locale_listener' shared service.
  2268.      *
  2269.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2270.      */
  2271.     protected function getLocaleListenerService()
  2272.     {
  2273.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2274.     }
  2275.     /**
  2276.      * Gets the private 'monolog.handler.console' shared service.
  2277.      *
  2278.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2279.      */
  2280.     protected function getMonolog_Handler_ConsoleService()
  2281.     {
  2282.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2283.     }
  2284.     /**
  2285.      * Gets the private 'monolog.handler.main' shared service.
  2286.      *
  2287.      * @return \Monolog\Handler\RotatingFileHandler
  2288.      */
  2289.     protected function getMonolog_Handler_MainService()
  2290.     {
  2291.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.all.log'), 3'info'trueNULLfalse);
  2292.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2293.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  2294.         return $instance;
  2295.     }
  2296.     /**
  2297.      * Gets the private 'monolog.handler.main_critical' shared service.
  2298.      *
  2299.      * @return \Monolog\Handler\FingersCrossedHandler
  2300.      */
  2301.     protected function getMonolog_Handler_MainCriticalService()
  2302.     {
  2303.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.critical.log'), 15'info'trueNULLfalse);
  2304.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2305.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  2306.         return $this->privates['monolog.handler.main_critical'] = new \Monolog\Handler\FingersCrossedHandler(new \Monolog\Handler\GroupHandler([=> $a=> new \Monolog\Handler\BufferHandler(($this->privates['monolog.handler.swift_critical'] ?? $this->getMonolog_Handler_SwiftCriticalService()), 0'DEBUG'truefalse)], true), new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy('critical'), 0truetrueNULL);
  2307.     }
  2308.     /**
  2309.      * Gets the private 'monolog.handler.main_error' shared service.
  2310.      *
  2311.      * @return \Monolog\Handler\FingersCrossedHandler
  2312.      */
  2313.     protected function getMonolog_Handler_MainErrorService()
  2314.     {
  2315.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.error.log'), 15'info'trueNULLfalse);
  2316.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2317.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  2318.         return $this->privates['monolog.handler.main_error'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy('error'), 0truetrueNULL);
  2319.     }
  2320.     /**
  2321.      * Gets the private 'monolog.handler.swift_critical' shared service.
  2322.      *
  2323.      * @return \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler
  2324.      */
  2325.     protected function getMonolog_Handler_SwiftCriticalService()
  2326.     {
  2327.         $this->privates['monolog.handler.swift_critical'] = $instance = new \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler(($this->services['swiftmailer.mailer.log_mailer'] ?? $this->load('getSwiftmailer_Mailer_LogMailerService')), [=> ($this->privates['monolog.handler.swift_critical.mail_message_factory'] ?? $this->getMonolog_Handler_SwiftCritical_MailMessageFactoryService()), => 'createMessage'], 'info'true);
  2328.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2329.         $instance->setFormatter(new \Monolog\Formatter\HtmlFormatter());
  2330.         $instance->setTransport(($this->services['swiftmailer.mailer.log_mailer.transport'] ?? $this->load('getSwiftmailer_Mailer_LogMailer_TransportService')));
  2331.         return $instance;
  2332.     }
  2333.     /**
  2334.      * Gets the private 'monolog.handler.swift_critical.mail_message_factory' shared service.
  2335.      *
  2336.      * @return \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory
  2337.      */
  2338.     protected function getMonolog_Handler_SwiftCritical_MailMessageFactoryService($lazyLoad true)
  2339.     {
  2340.         if ($lazyLoad) {
  2341.             return $this->privates['monolog.handler.swift_critical.mail_message_factory'] = $this->createProxy('MessageFactory_a340b0b', function () {
  2342.                 return \MessageFactory_a340b0b::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2343.                     $wrappedInstance $this->getMonolog_Handler_SwiftCritical_MailMessageFactoryService(false);
  2344.                     $proxy->setProxyInitializer(null);
  2345.                     return true;
  2346.                 });
  2347.             });
  2348.         }
  2349.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bundle/SwiftMailer/MessageFactory.php';
  2350.         return new \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory(($this->services['swiftmailer.mailer.log_mailer'] ?? $this->load('getSwiftmailer_Mailer_LogMailerService')), 'sender@novaway.fr', [=> 'developer@novaway.fr'], '[ dev decostars ] - Erreur : %message%'."\n".'''text/html');
  2351.     }
  2352.     /**
  2353.      * Gets the private 'monolog.logger' shared service.
  2354.      *
  2355.      * @return \Symfony\Bridge\Monolog\Logger
  2356.      */
  2357.     protected function getMonolog_LoggerService()
  2358.     {
  2359.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2360.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2361.         $instance->useMicrosecondTimestamps(true);
  2362.         $instance->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  2363.         $instance->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2364.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2365.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2366.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2367.         return $instance;
  2368.     }
  2369.     /**
  2370.      * Gets the private 'monolog.logger.cache' shared service.
  2371.      *
  2372.      * @return \Symfony\Bridge\Monolog\Logger
  2373.      */
  2374.     protected function getMonolog_Logger_CacheService()
  2375.     {
  2376.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2377.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2378.         $instance->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  2379.         $instance->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2380.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2381.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2382.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2383.         return $instance;
  2384.     }
  2385.     /**
  2386.      * Gets the private 'monolog.logger.request' shared service.
  2387.      *
  2388.      * @return \Symfony\Bridge\Monolog\Logger
  2389.      */
  2390.     protected function getMonolog_Logger_RequestService()
  2391.     {
  2392.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2393.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2394.         $instance->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  2395.         $instance->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2396.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2397.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2398.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2399.         return $instance;
  2400.     }
  2401.     /**
  2402.      * Gets the private 'monolog.logger.security' shared service.
  2403.      *
  2404.      * @return \Symfony\Bridge\Monolog\Logger
  2405.      */
  2406.     protected function getMonolog_Logger_SecurityService()
  2407.     {
  2408.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2409.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2410.         $instance->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  2411.         $instance->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2412.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2413.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2414.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2415.         return $instance;
  2416.     }
  2417.     /**
  2418.      * Gets the private 'parameter_bag' shared service.
  2419.      *
  2420.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2421.      */
  2422.     protected function getParameterBagService()
  2423.     {
  2424.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2425.     }
  2426.     /**
  2427.      * Gets the private 'profiler_listener' shared service.
  2428.      *
  2429.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2430.      */
  2431.     protected function getProfilerListenerService()
  2432.     {
  2433.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2434.         if (isset($this->privates['profiler_listener'])) {
  2435.             return $this->privates['profiler_listener'];
  2436.         }
  2437.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2438.     }
  2439.     /**
  2440.      * Gets the private 'property_info' shared service.
  2441.      *
  2442.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2443.      */
  2444.     protected function getPropertyInfoService()
  2445.     {
  2446.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2447.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2448.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2449.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2450.         }, 3), new RewindableGenerator(function () {
  2451.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2452.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2453.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2454.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2455.         }, 4), new RewindableGenerator(function () {
  2456.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2457.         }, 1), new RewindableGenerator(function () {
  2458.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2459.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2460.         }, 2), new RewindableGenerator(function () {
  2461.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2462.         }, 1));
  2463.     }
  2464.     /**
  2465.      * Gets the private 'router.expression_language_provider' shared service.
  2466.      *
  2467.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2468.      */
  2469.     protected function getRouter_ExpressionLanguageProviderService()
  2470.     {
  2471.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2472.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2473.         ], [
  2474.             'env' => 'Closure',
  2475.         ]));
  2476.     }
  2477.     /**
  2478.      * Gets the private 'router.request_context' shared service.
  2479.      *
  2480.      * @return \Symfony\Component\Routing\RequestContext
  2481.      */
  2482.     protected function getRouter_RequestContextService()
  2483.     {
  2484.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''decostars.s2asolution.net''https'80443);
  2485.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2486.         return $instance;
  2487.     }
  2488.     /**
  2489.      * Gets the private 'router_listener' shared service.
  2490.      *
  2491.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2492.      */
  2493.     protected function getRouterListenerService()
  2494.     {
  2495.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  2496.     }
  2497.     /**
  2498.      * Gets the private 'security.context_listener.0' shared service.
  2499.      *
  2500.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2501.      */
  2502.     protected function getSecurity_ContextListener_0Service()
  2503.     {
  2504.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2505.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2506.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2507.     }
  2508.     /**
  2509.      * Gets the private 'security.csrf.token_storage' shared service.
  2510.      *
  2511.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2512.      */
  2513.     protected function getSecurity_Csrf_TokenStorageService()
  2514.     {
  2515.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2516.     }
  2517.     /**
  2518.      * Gets the private 'security.event_dispatcher.main' shared service.
  2519.      *
  2520.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2521.      */
  2522.     protected function getSecurity_EventDispatcher_MainService()
  2523.     {
  2524.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2525.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2526.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2527.         }, => 'checkPassport'], 2048);
  2528.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2529.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2530.         }, => 'onSuccessfulLogin'], 0);
  2531.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2532.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2533.         }, => 'onLogout'], 64);
  2534.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2535.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2536.         }, => 'onLogout'], 0);
  2537.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2538.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2539.         }, => 'preCheckCredentials'], 256);
  2540.         $instance->addListener('security.authentication.success', [=> function () {
  2541.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2542.         }, => 'postCheckCredentials'], 256);
  2543.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2544.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2545.         }, => 'checkPassport'], 1024);
  2546.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2547.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  2548.         }, => 'handleLoginSuccessEvent'], 0);
  2549.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2550.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2551.         }, => 'checkPassport'], 0);
  2552.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2553.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2554.         }, => 'onLoginSuccess'], 0);
  2555.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2556.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2557.         }, => 'checkPassport'], 512);
  2558.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2559.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2560.         }, => 'onLogout'], 0);
  2561.         return $instance;
  2562.     }
  2563.     /**
  2564.      * Gets the private 'security.firewall.map' shared service.
  2565.      *
  2566.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2567.      */
  2568.     protected function getSecurity_Firewall_MapService()
  2569.     {
  2570.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  2571.         if (isset($this->privates['security.firewall.map'])) {
  2572.             return $this->privates['security.firewall.map'];
  2573.         }
  2574.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2575.             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)/')));
  2576.             yield 'security.firewall.map.context.main' => NULL;
  2577.         }, 2));
  2578.     }
  2579.     /**
  2580.      * Gets the private 'security.logout_url_generator' shared service.
  2581.      *
  2582.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2583.      */
  2584.     protected function getSecurity_LogoutUrlGeneratorService()
  2585.     {
  2586.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2587.         $instance->registerListener('main''app_security_logout''logout''_csrf_token'NULLNULL);
  2588.         return $instance;
  2589.     }
  2590.     /**
  2591.      * Gets the private 'security.role_hierarchy' shared service.
  2592.      *
  2593.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2594.      */
  2595.     protected function getSecurity_RoleHierarchyService()
  2596.     {
  2597.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2598.     }
  2599.     /**
  2600.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2601.      *
  2602.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2603.      */
  2604.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2605.     {
  2606.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2607.     }
  2608.     /**
  2609.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2610.      *
  2611.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2612.      */
  2613.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2614.     {
  2615.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2616.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage());
  2617.         $a->add($b0'doctrine.orm');
  2618.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2619.         $a->add(new \Novaway\CoreBundle\ParamConverter\DomainInterfaceParamConverter(($this->privates['App\\Domain\\Common\\Mapping\\RepositoryMapping'] ?? $this->getRepositoryMappingService()), $b), 0NULL);
  2620.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2621.     }
  2622.     /**
  2623.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2624.      *
  2625.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2626.      */
  2627.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2628.     {
  2629.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2630.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2631.             return $this->privates['sensio_framework_extra.security.listener'];
  2632.         }
  2633.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2634.     }
  2635.     /**
  2636.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2637.      *
  2638.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2639.      */
  2640.     protected function getSensioFrameworkExtra_View_ListenerService()
  2641.     {
  2642.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  2643.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2644.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2645.         ], [
  2646.             'twig' => '?',
  2647.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2648.         return $instance;
  2649.     }
  2650.     /**
  2651.      * Gets the private 'session_listener' shared service.
  2652.      *
  2653.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2654.      */
  2655.     protected function getSessionListenerService()
  2656.     {
  2657.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2658.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2659.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2660.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2661.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2662.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2663.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2664.         ], [
  2665.             'initialized_session' => '?',
  2666.             'logger' => '?',
  2667.             'request_stack' => '?',
  2668.             'session' => '?',
  2669.             'session_collector' => '?',
  2670.             'session_factory' => '?',
  2671.         ]), true$this->parameters['session.storage.options']);
  2672.     }
  2673.     /**
  2674.      * Gets the private 'simple_cache' shared autowired service.
  2675.      *
  2676.      * @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
  2677.      */
  2678.     protected function getSimpleCacheService()
  2679.     {
  2680.         $this->privates['simple_cache'] = $instance = new \Symfony\Component\Cache\Adapter\FilesystemAdapter(''0$this->targetDir.'');
  2681.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2682.         return $instance;
  2683.     }
  2684.     /**
  2685.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  2686.      *
  2687.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  2688.      */
  2689.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  2690.     {
  2691.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2692.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  2693.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  2694.         }
  2695.         return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  2696.     }
  2697.     /**
  2698.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  2699.      *
  2700.      * @return \Gedmo\Blameable\BlameableListener
  2701.      */
  2702.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  2703.     {
  2704.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  2705.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  2706.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2707.         return $instance;
  2708.     }
  2709.     /**
  2710.      * Gets the private 'translator.default' shared service.
  2711.      *
  2712.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2713.      */
  2714.     protected function getTranslator_DefaultService()
  2715.     {
  2716.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2717.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2718.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2719.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2720.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2721.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2722.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2723.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2724.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2725.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2726.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2727.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2728.         ], [
  2729.             'translation.loader.csv' => '?',
  2730.             'translation.loader.dat' => '?',
  2731.             'translation.loader.ini' => '?',
  2732.             'translation.loader.json' => '?',
  2733.             'translation.loader.mo' => '?',
  2734.             'translation.loader.php' => '?',
  2735.             'translation.loader.po' => '?',
  2736.             'translation.loader.qt' => '?',
  2737.             'translation.loader.res' => '?',
  2738.             'translation.loader.xliff' => '?',
  2739.             'translation.loader.yml' => '?',
  2740.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['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__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/translations/enum.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/maxwellmc/doctrine-fixtures-autonumber-reset-bundle/MaxwellMc/DoctrineFixturesAutonumberResetBundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/novaway/core-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/novaway/mailer-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/novaway/test-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/novaway/elasticsearch-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'10 => 'vendor/symfony/twig-bundle/translations'11 => 'vendor/symfony/web-profiler-bundle/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'vendor/symfony/debug-bundle/translations'14 => 'vendor/symfony/maker-bundle/src/translations'15 => 'vendor/doctrine/doctrine-bundle/translations'16 => 'vendor/doctrine/doctrine-migrations-bundle/translations'17 => 'vendor/symfony/security-bundle/translations'18 => 'vendor/liip/imagine-bundle/translations'19 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'20 => 'vendor/maxwellmc/doctrine-fixtures-autonumber-reset-bundle/MaxwellMc/DoctrineFixturesAutonumberResetBundle/translations'21 => 'vendor/novaway/core-bundle/src/translations'22 => 'vendor/novaway/mailer-bundle/src/translations'23 => 'vendor/novaway/test-bundle/src/translations'24 => 'vendor/stof/doctrine-extensions-bundle/src/translations'25 => 'vendor/symfony/swiftmailer-bundle/translations'26 => 'vendor/twig/extra-bundle/translations'27 => 'vendor/novaway/elasticsearch-bundle/src/translations'28 => 'vendor/sentry/sentry-symfony/src/translations']]], []);
  2741.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2742.         $instance->setFallbackLocales([=> 'en']);
  2743.         return $instance;
  2744.     }
  2745.     /**
  2746.      * Gets the private 'validator.builder' shared service.
  2747.      *
  2748.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2749.      */
  2750.     protected function getValidator_BuilderService()
  2751.     {
  2752.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2753.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2754.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2755.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  2756.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  2757.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2758.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2759.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2760.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2761.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2762.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2763.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  2764.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  2765.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2766.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2767.         ], [
  2768.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  2769.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  2770.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2771.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2772.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2773.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2774.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2775.             'doctrine.orm.validator.unique' => '?',
  2776.             'ewz_recaptcha.true' => '?',
  2777.             'ewz_recaptcha.v3.true' => '?',
  2778.             'security.validator.user_password' => '?',
  2779.             'validator.expression' => '?',
  2780.         ])));
  2781.         if ($this->has('translator')) {
  2782.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2783.         }
  2784.         $instance->setTranslationDomain('validators');
  2785.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2786.         $instance->enableAnnotationMapping(true);
  2787.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2788.         $instance->addMethodMapping('loadValidatorMetadata');
  2789.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2790.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2791.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2792.         return $instance;
  2793.     }
  2794.     /**
  2795.      * Gets the private 'var_dumper.html_dumper' shared service.
  2796.      *
  2797.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2798.      */
  2799.     protected function getVarDumper_HtmlDumperService()
  2800.     {
  2801.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2802.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2803.         return $instance;
  2804.     }
  2805.     /**
  2806.      * Gets the private 'var_dumper.server_connection' shared service.
  2807.      *
  2808.      * @return \Symfony\Component\VarDumper\Server\Connection
  2809.      */
  2810.     protected function getVarDumper_ServerConnectionService()
  2811.     {
  2812.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2813.     }
  2814.     /**
  2815.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  2816.      *
  2817.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2818.      */
  2819.     protected function getVichUploader_MetadataReaderService()
  2820.     {
  2821.         $a = new \Metadata\Driver\FileLocator([]);
  2822.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  2823.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2824.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2825.     }
  2826.     /**
  2827.      * Gets the private 'web_profiler.csp.handler' shared service.
  2828.      *
  2829.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2830.      */
  2831.     protected function getWebProfiler_Csp_HandlerService()
  2832.     {
  2833.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2834.     }
  2835.     /**
  2836.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2837.      *
  2838.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2839.      */
  2840.     protected function getWebProfiler_DebugToolbarService()
  2841.     {
  2842.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2843.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2844.             return $this->privates['web_profiler.debug_toolbar'];
  2845.         }
  2846.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2847.     }
  2848.     /**
  2849.      * Gets the public 'cache_clearer' alias.
  2850.      *
  2851.      * @return object The ".container.private.cache_clearer" service.
  2852.      */
  2853.     protected function getCacheClearerService()
  2854.     {
  2855.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2856.         return $this->get('.container.private.cache_clearer');
  2857.     }
  2858.     /**
  2859.      * Gets the public 'filesystem' alias.
  2860.      *
  2861.      * @return object The ".container.private.filesystem" service.
  2862.      */
  2863.     protected function getFilesystemService()
  2864.     {
  2865.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2866.         return $this->get('.container.private.filesystem');
  2867.     }
  2868.     /**
  2869.      * Gets the public 'serializer' alias.
  2870.      *
  2871.      * @return object The ".container.private.serializer" service.
  2872.      */
  2873.     protected function getSerializerService()
  2874.     {
  2875.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2876.         return $this->get('.container.private.serializer');
  2877.     }
  2878.     /**
  2879.      * Gets the public 'security.csrf.token_manager' alias.
  2880.      *
  2881.      * @return object The ".container.private.security.csrf.token_manager" service.
  2882.      */
  2883.     protected function getSecurity_Csrf_TokenManagerService()
  2884.     {
  2885.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2886.         return $this->get('.container.private.security.csrf.token_manager');
  2887.     }
  2888.     /**
  2889.      * Gets the public 'form.factory' alias.
  2890.      *
  2891.      * @return object The ".container.private.form.factory" service.
  2892.      */
  2893.     protected function getForm_FactoryService()
  2894.     {
  2895.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2896.         return $this->get('.container.private.form.factory');
  2897.     }
  2898.     /**
  2899.      * Gets the public 'form.type.file' alias.
  2900.      *
  2901.      * @return object The ".container.private.form.type.file" service.
  2902.      */
  2903.     protected function getForm_Type_FileService()
  2904.     {
  2905.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2906.         return $this->get('.container.private.form.type.file');
  2907.     }
  2908.     /**
  2909.      * Gets the public 'profiler' alias.
  2910.      *
  2911.      * @return object The ".container.private.profiler" service.
  2912.      */
  2913.     protected function getProfilerService()
  2914.     {
  2915.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2916.         return $this->get('.container.private.profiler');
  2917.     }
  2918.     /**
  2919.      * Gets the public 'twig' alias.
  2920.      *
  2921.      * @return object The ".container.private.twig" service.
  2922.      */
  2923.     protected function getTwigService()
  2924.     {
  2925.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2926.         return $this->get('.container.private.twig');
  2927.     }
  2928.     /**
  2929.      * Gets the public 'security.authorization_checker' alias.
  2930.      *
  2931.      * @return object The ".container.private.security.authorization_checker" service.
  2932.      */
  2933.     protected function getSecurity_AuthorizationCheckerService()
  2934.     {
  2935.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2936.         return $this->get('.container.private.security.authorization_checker');
  2937.     }
  2938.     /**
  2939.      * Gets the public 'security.token_storage' alias.
  2940.      *
  2941.      * @return object The ".container.private.security.token_storage" service.
  2942.      */
  2943.     protected function getSecurity_TokenStorageService()
  2944.     {
  2945.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2946.         return $this->get('.container.private.security.token_storage');
  2947.     }
  2948.     /**
  2949.      * Gets the public 'security.password_encoder' alias.
  2950.      *
  2951.      * @return object The ".container.private.security.password_encoder" service.
  2952.      */
  2953.     protected function getSecurity_PasswordEncoderService()
  2954.     {
  2955.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2956.         return $this->get('.container.private.security.password_encoder');
  2957.     }
  2958.     /**
  2959.      * Gets the public 'session' alias.
  2960.      *
  2961.      * @return object The ".container.private.session" service.
  2962.      */
  2963.     protected function getSessionService()
  2964.     {
  2965.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2966.         return $this->get('.container.private.session');
  2967.     }
  2968.     /**
  2969.      * Gets the public 'validator' alias.
  2970.      *
  2971.      * @return object The ".container.private.validator" service.
  2972.      */
  2973.     protected function getValidatorService()
  2974.     {
  2975.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2976.         return $this->get('.container.private.validator');
  2977.     }
  2978.     /**
  2979.      * @return array|bool|float|int|string|\UnitEnum|null
  2980.      */
  2981.     public function getParameter(string $name)
  2982.     {
  2983.         if (isset($this->buildParameters[$name])) {
  2984.             return $this->buildParameters[$name];
  2985.         }
  2986.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2987.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2988.         }
  2989.         if (isset($this->loadedDynamicParameters[$name])) {
  2990.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2991.         }
  2992.         return $this->parameters[$name];
  2993.     }
  2994.     public function hasParameter(string $name): bool
  2995.     {
  2996.         if (isset($this->buildParameters[$name])) {
  2997.             return true;
  2998.         }
  2999.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3000.     }
  3001.     public function setParameter(string $name$value): void
  3002.     {
  3003.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3004.     }
  3005.     public function getParameterBag(): ParameterBagInterface
  3006.     {
  3007.         if (null === $this->parameterBag) {
  3008.             $parameters $this->parameters;
  3009.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3010.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3011.             }
  3012.             foreach ($this->buildParameters as $name => $value) {
  3013.                 $parameters[$name] = $value;
  3014.             }
  3015.             $this->parameterBag = new FrozenParameterBag($parameters);
  3016.         }
  3017.         return $this->parameterBag;
  3018.     }
  3019.     private $loadedDynamicParameters = [
  3020.         'kernel.runtime_environment' => false,
  3021.         'kernel.build_dir' => false,
  3022.         'kernel.cache_dir' => false,
  3023.         'database_dbname' => false,
  3024.         'database_host' => false,
  3025.         'database_port' => false,
  3026.         'database_user' => false,
  3027.         'database_password' => false,
  3028.         'database_version' => false,
  3029.         'elastic_host' => false,
  3030.         'elastic_port' => false,
  3031.         'elastic_index_prefix' => false,
  3032.         'sftp_host' => false,
  3033.         'sftp_login' => false,
  3034.         'sftp_password' => false,
  3035.         'kernel.secret' => false,
  3036.         'debug.container.dump' => false,
  3037.         'serializer.mapping.cache.file' => false,
  3038.         'validator.mapping.cache.file' => false,
  3039.         'profiler.storage.dsn' => false,
  3040.         'doctrine.orm.proxy_dir' => false,
  3041.         'ewz_recaptcha.public_key' => false,
  3042.         'ewz_recaptcha.private_key' => false,
  3043.     ];
  3044.     private $dynamicParameters = [];
  3045.     private function getDynamicParameter(string $name)
  3046.     {
  3047.         switch ($name) {
  3048.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3049.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3050.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3051.             case 'database_dbname'$value $this->getEnv('MYSQL_DB'); break;
  3052.             case 'database_host'$value $this->getEnv('MYSQL_HOST'); break;
  3053.             case 'database_port'$value $this->getEnv('MYSQL_PORT'); break;
  3054.             case 'database_user'$value $this->getEnv('MYSQL_USER'); break;
  3055.             case 'database_password'$value $this->getEnv('MYSQL_PWD'); break;
  3056.             case 'database_version'$value $this->getEnv('MYSQL_SERVER_VERSION'); break;
  3057.             case 'elastic_host'$value $this->getEnv('ELASTIC_HOST'); break;
  3058.             case 'elastic_port'$value $this->getEnv('ELASTIC_PORT'); break;
  3059.             case 'elastic_index_prefix'$value $this->getEnv('ELASTIC_INDEX_PREFIX'); break;
  3060.             case 'sftp_host'$value $this->getEnv('SFTP_HOST'); break;
  3061.             case 'sftp_login'$value $this->getEnv('SFTP_LOGIN'); break;
  3062.             case 'sftp_password'$value $this->getEnv('SFTP_PASSWORD'); break;
  3063.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3064.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3065.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3066.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3067.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3068.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3069.             case 'ewz_recaptcha.public_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  3070.             case 'ewz_recaptcha.private_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SECRET'); break;
  3071.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3072.         }
  3073.         $this->loadedDynamicParameters[$name] = true;
  3074.         return $this->dynamicParameters[$name] = $value;
  3075.     }
  3076.     protected function getDefaultParameters(): array
  3077.     {
  3078.         return [
  3079.             'kernel.project_dir' => \dirname(__DIR__4),
  3080.             'kernel.environment' => 'dev',
  3081.             'kernel.debug' => true,
  3082.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3083.             'kernel.bundles' => [
  3084.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3085.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3086.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3087.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3088.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3089.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3090.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3091.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3092.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3093.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3094.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  3095.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  3096.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3097.                 'DoctrineFixturesAutonumberResetBundle' => 'MaxwellMc\\DoctrineFixturesAutonumberResetBundle\\DoctrineFixturesAutonumberResetBundle',
  3098.                 'NovawayCoreBundle' => 'Novaway\\CoreBundle\\NovawayCoreBundle',
  3099.                 'NovawayMailerBundle' => 'Novaway\\MailerBundle\\NovawayMailerBundle',
  3100.                 'NovawayTestBundle' => 'Novaway\\TestBundle\\NovawayTestBundle',
  3101.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3102.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  3103.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  3104.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3105.                 'NovawayElasticsearchBundle' => 'Novaway\\ElasticsearchBundle\\NovawayElasticsearchBundle',
  3106.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3107.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  3108.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  3109.             ],
  3110.             'kernel.bundles_metadata' => [
  3111.                 'FrameworkBundle' => [
  3112.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3113.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3114.                 ],
  3115.                 'SensioFrameworkExtraBundle' => [
  3116.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3117.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3118.                 ],
  3119.                 'TwigBundle' => [
  3120.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3121.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3122.                 ],
  3123.                 'WebProfilerBundle' => [
  3124.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3125.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3126.                 ],
  3127.                 'MonologBundle' => [
  3128.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3129.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3130.                 ],
  3131.                 'DebugBundle' => [
  3132.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3133.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3134.                 ],
  3135.                 'MakerBundle' => [
  3136.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3137.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3138.                 ],
  3139.                 'DoctrineBundle' => [
  3140.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3141.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3142.                 ],
  3143.                 'DoctrineMigrationsBundle' => [
  3144.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3145.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3146.                 ],
  3147.                 'SecurityBundle' => [
  3148.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3149.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3150.                 ],
  3151.                 'EasyAdminBundle' => [
  3152.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  3153.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  3154.                 ],
  3155.                 'LiipImagineBundle' => [
  3156.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  3157.                     'namespace' => 'Liip\\ImagineBundle',
  3158.                 ],
  3159.                 'DoctrineFixturesBundle' => [
  3160.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3161.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3162.                 ],
  3163.                 'DoctrineFixturesAutonumberResetBundle' => [
  3164.                     'path' => (\dirname(__DIR__4).'/vendor/maxwellmc/doctrine-fixtures-autonumber-reset-bundle/MaxwellMc/DoctrineFixturesAutonumberResetBundle'),
  3165.                     'namespace' => 'MaxwellMc\\DoctrineFixturesAutonumberResetBundle',
  3166.                 ],
  3167.                 'NovawayCoreBundle' => [
  3168.                     'path' => (\dirname(__DIR__4).'/vendor/novaway/core-bundle/src'),
  3169.                     'namespace' => 'Novaway\\CoreBundle',
  3170.                 ],
  3171.                 'NovawayMailerBundle' => [
  3172.                     'path' => (\dirname(__DIR__4).'/vendor/novaway/mailer-bundle/src'),
  3173.                     'namespace' => 'Novaway\\MailerBundle',
  3174.                 ],
  3175.                 'NovawayTestBundle' => [
  3176.                     'path' => (\dirname(__DIR__4).'/vendor/novaway/test-bundle/src'),
  3177.                     'namespace' => 'Novaway\\TestBundle',
  3178.                 ],
  3179.                 'StofDoctrineExtensionsBundle' => [
  3180.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3181.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3182.                 ],
  3183.                 'SwiftmailerBundle' => [
  3184.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  3185.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  3186.                 ],
  3187.                 'VichUploaderBundle' => [
  3188.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  3189.                     'namespace' => 'Vich\\UploaderBundle',
  3190.                 ],
  3191.                 'TwigExtraBundle' => [
  3192.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3193.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3194.                 ],
  3195.                 'NovawayElasticsearchBundle' => [
  3196.                     'path' => (\dirname(__DIR__4).'/vendor/novaway/elasticsearch-bundle/src'),
  3197.                     'namespace' => 'Novaway\\ElasticsearchBundle',
  3198.                 ],
  3199.                 'KnpPaginatorBundle' => [
  3200.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3201.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3202.                 ],
  3203.                 'EWZRecaptchaBundle' => [
  3204.                     'path' => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  3205.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  3206.                 ],
  3207.                 'SentryBundle' => [
  3208.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  3209.                     'namespace' => 'Sentry\\SentryBundle',
  3210.                 ],
  3211.             ],
  3212.             'kernel.charset' => 'UTF-8',
  3213.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3214.             'app.search.products.config' => [
  3215.                 'settings' => [
  3216.                     'number_of_shards' => 1,
  3217.                     'number_of_replicas' => 1,
  3218.                     'analysis' => [
  3219.                         'analyzer' => [
  3220.                             'default' => [
  3221.                                 'type' => 'custom',
  3222.                                 'tokenizer' => 'standard',
  3223.                                 'filter' => [
  3224.                                     => 'asciifolding',
  3225.                                     => 'elision',
  3226.                                     => 'uppercase',
  3227.                                     => 'worddelimiter',
  3228.                                     => 'snowball',
  3229.                                     => 'french_stemmer',
  3230.                                     => 'nGram_filter',
  3231.                                 ],
  3232.                                 'char_filter' => [
  3233.                                     => 'ampersand_replace',
  3234.                                     => 'custom_char_filter',
  3235.                                 ],
  3236.                             ],
  3237.                             'default_search' => [
  3238.                                 'type' => 'custom',
  3239.                                 'tokenizer' => 'standard',
  3240.                                 'filter' => [
  3241.                                     => 'asciifolding',
  3242.                                     => 'elision',
  3243.                                     => 'uppercase',
  3244.                                     => 'worddelimiter',
  3245.                                     => 'snowball',
  3246.                                     => 'french_stemmer',
  3247.                                 ],
  3248.                                 'char_filter' => [
  3249.                                     => 'ampersand_replace',
  3250.                                 ],
  3251.                             ],
  3252.                         ],
  3253.                         'filter' => [
  3254.                             'snowball' => [
  3255.                                 'type' => 'snowball',
  3256.                                 'language' => 'French',
  3257.                             ],
  3258.                             'worddelimiter' => [
  3259.                                 'type' => 'word_delimiter_graph',
  3260.                                 'preserve_original' => true,
  3261.                             ],
  3262.                             'elision' => [
  3263.                                 'type' => 'elision',
  3264.                                 'articles' => [
  3265.                                     => 'l',
  3266.                                     => 'm',
  3267.                                     => 't',
  3268.                                     => 'qu',
  3269.                                     => 'n',
  3270.                                     => 's',
  3271.                                     => 'j',
  3272.                                     => 'd',
  3273.                                     => 'c',
  3274.                                     => 'jusqu',
  3275.                                     10 => 'quoiqu',
  3276.                                     11 => 'lorsqu',
  3277.                                     12 => 'puisqu',
  3278.                                 ],
  3279.                             ],
  3280.                             'french_stemmer' => [
  3281.                                 'type' => 'stemmer',
  3282.                                 'language' => 'light_french',
  3283.                             ],
  3284.                             'nGram_filter' => [
  3285.                                 'type' => 'edge_ngram',
  3286.                                 'min_gram' => 1,
  3287.                                 'max_gram' => 20,
  3288.                                 'token_chars' => [
  3289.                                     => 'letter',
  3290.                                     => 'digit',
  3291.                                     => 'punctuation',
  3292.                                     => 'symbol',
  3293.                                 ],
  3294.                             ],
  3295.                             'french_stop' => [
  3296.                                 'type' => 'stop',
  3297.                                 'stopwords' => '_french_',
  3298.                             ],
  3299.                         ],
  3300.                         'char_filter' => [
  3301.                             'custom_char_filter' => [
  3302.                                 'type' => 'html_strip',
  3303.                             ],
  3304.                             'ampersand_replace' => [
  3305.                                 'type' => 'pattern_replace',
  3306.                                 'pattern' => '(.*)&(.*)',
  3307.                                 'replacement' => '$1ET$2',
  3308.                             ],
  3309.                         ],
  3310.                         'normalizer' => [
  3311.                             'keyword_normalizer' => [
  3312.                                 'type' => 'custom',
  3313.                                 'char_filter' => [
  3314.                                 ],
  3315.                                 'filter' => [
  3316.                                     => 'uppercase',
  3317.                                     => 'asciifolding',
  3318.                                 ],
  3319.                             ],
  3320.                         ],
  3321.                     ],
  3322.                 ],
  3323.                 'mappings' => [
  3324.                     '_doc' => [
  3325.                         '_source' => [
  3326.                             'enabled' => true,
  3327.                         ],
  3328.                         'dynamic' => false,
  3329.                         'properties' => [
  3330.                             'id' => [
  3331.                                 'type' => 'keyword',
  3332.                                 'normalizer' => 'keyword_normalizer',
  3333.                             ],
  3334.                             'sortId' => [
  3335.                                 'type' => 'long',
  3336.                             ],
  3337.                             'picture' => [
  3338.                                 'type' => 'keyword',
  3339.                                 'normalizer' => 'keyword_normalizer',
  3340.                             ],
  3341.                             'titleLabel' => [
  3342.                                 'type' => 'keyword',
  3343.                                 'normalizer' => 'keyword_normalizer',
  3344.                             ],
  3345.                             'referenceLabel' => [
  3346.                                 'type' => 'keyword',
  3347.                                 'normalizer' => 'keyword_normalizer',
  3348.                             ],
  3349.                             'statusLabel' => [
  3350.                                 'type' => 'keyword',
  3351.                                 'normalizer' => 'keyword_normalizer',
  3352.                             ],
  3353.                             'statusClassName' => [
  3354.                                 'type' => 'keyword',
  3355.                                 'normalizer' => 'keyword_normalizer',
  3356.                             ],
  3357.                             'tags' => [
  3358.                                 'properties' => [
  3359.                                     'tagLabel' => [
  3360.                                         'type' => 'keyword',
  3361.                                         'normalizer' => 'keyword_normalizer',
  3362.                                     ],
  3363.                                     'color' => [
  3364.                                         'type' => 'boolean',
  3365.                                     ],
  3366.                                     'colorClassName' => [
  3367.                                         'type' => 'keyword',
  3368.                                         'normalizer' => 'keyword_normalizer',
  3369.                                     ],
  3370.                                 ],
  3371.                             ],
  3372.                             'productUrl' => [
  3373.                                 'type' => 'keyword',
  3374.                                 'normalizer' => 'keyword_normalizer',
  3375.                             ],
  3376.                             'descriptionCourte' => [
  3377.                                 'type' => 'text',
  3378.                             ],
  3379.                             'codeGen' => [
  3380.                                 'type' => 'keyword',
  3381.                                 'normalizer' => 'keyword_normalizer',
  3382.                             ],
  3383.                             'codeDivision' => [
  3384.                                 'type' => 'keyword',
  3385.                                 'normalizer' => 'keyword_normalizer',
  3386.                             ],
  3387.                             'codeGamme' => [
  3388.                                 'type' => 'keyword',
  3389.                                 'normalizer' => 'keyword_normalizer',
  3390.                             ],
  3391.                             'hasStock' => [
  3392.                                 'type' => 'boolean',
  3393.                             ],
  3394.                             'colorCode' => [
  3395.                                 'type' => 'keyword',
  3396.                                 'normalizer' => 'keyword_normalizer',
  3397.                             ],
  3398.                             'codeDeGestion' => [
  3399.                                 'type' => 'integer',
  3400.                             ],
  3401.                             'prices' => [
  3402.                                 'properties' => [
  3403.                                     'codeLabel' => [
  3404.                                         'type' => 'keyword',
  3405.                                         'normalizer' => 'keyword_normalizer',
  3406.                                     ],
  3407.                                     'codeGroupement' => [
  3408.                                         'type' => 'keyword',
  3409.                                         'normalizer' => 'keyword_normalizer',
  3410.                                     ],
  3411.                                     'value' => [
  3412.                                         'type' => 'scaled_float',
  3413.                                         'scaling_factor' => 100,
  3414.                                     ],
  3415.                                 ],
  3416.                             ],
  3417.                             'discountPrices' => [
  3418.                                 'properties' => [
  3419.                                     'codeLabel' => [
  3420.                                         'type' => 'keyword',
  3421.                                         'normalizer' => 'keyword_normalizer',
  3422.                                     ],
  3423.                                     'codeGroupement' => [
  3424.                                         'type' => 'keyword',
  3425.                                         'normalizer' => 'keyword_normalizer',
  3426.                                     ],
  3427.                                     'value' => [
  3428.                                         'type' => 'scaled_float',
  3429.                                         'scaling_factor' => 100,
  3430.                                     ],
  3431.                                 ],
  3432.                             ],
  3433.                             'hasDiscount' => [
  3434.                                 'type' => 'boolean',
  3435.                             ],
  3436.                             'productHeight' => [
  3437.                                 'type' => 'float',
  3438.                             ],
  3439.                             'productWidth' => [
  3440.                                 'type' => 'float',
  3441.                             ],
  3442.                             'dimensions' => [
  3443.                                 'type' => 'keyword',
  3444.                                 'normalizer' => 'keyword_normalizer',
  3445.                             ],
  3446.                             'codeTva' => [
  3447.                                 'type' => 'keyword',
  3448.                                 'normalizer' => 'keyword_normalizer',
  3449.                             ],
  3450.                             'colisage' => [
  3451.                                 'type' => 'integer',
  3452.                             ],
  3453.                             'cleDeRecherche' => [
  3454.                                 'type' => 'keyword',
  3455.                                 'normalizer' => 'keyword_normalizer',
  3456.                             ],
  3457.                         ],
  3458.                     ],
  3459.                 ],
  3460.             ],
  3461.             'static' => [
  3462.                 'hello' => 'world',
  3463.             ],
  3464.             'log_mailer_config' => [
  3465.                 'url' => 'smtp://service.mailcatcher:1025',
  3466.                 'delivery_addresses' => [
  3467.                     => 'monito.decostars@novaway.fr',
  3468.                 ],
  3469.                 'delivery_whitelist' => [
  3470.                     => '/@novaway\\.fr$/',
  3471.                 ],
  3472.             ],
  3473.             'request_context.host' => 'decostars.s2asolution.net',
  3474.             'request_context.scheme' => 'https',
  3475.             'request_context.base_url' => '',
  3476.             'request_context.base_path' => '',
  3477.             'request_context.secure' => true,
  3478.             'mail_environment' => 'dev',
  3479.             'mailer_dsn' => 'smtp://service.mailcatcher:1025',
  3480.             'mailer_default_address' => 'decostars@decostars.fr',
  3481.             'mailer_default_name' => 'Decostars',
  3482.             'log_mailer_dsn' => 'smtp://service.mailcatcher:1025',
  3483.             'imagine.file_system_root' => (\dirname(__DIR__4).'/public'),
  3484.             'imagine.file_system_shared_root' => (\dirname(__DIR__4).'/public'),
  3485.             'sender_mail' => 'sender@novaway.fr',
  3486.             'sender_name' => 'novaway',
  3487.             'log_receiver_mail' => 'developer@novaway.fr',
  3488.             'log_sender_mail' => 'sender@novaway.fr',
  3489.             'sftp_import_path' => (\dirname(__DIR__4).'/sftp'),
  3490.             'locale' => 'fr',
  3491.             'site_name' => 'decostars',
  3492.             'router.request_context.host' => 'decostars.s2asolution.net',
  3493.             'router.request_context.scheme' => 'https',
  3494.             'router.request_context.base_url' => '',
  3495.             'asset.request_context.base_path' => '',
  3496.             'asset.request_context.secure' => true,
  3497.             'site_url_no_scheme' => 'decostars.s2asolution.net',
  3498.             'site_url' => 'https://decostars.s2asolution.net',
  3499.             'event_dispatcher.event_aliases' => [
  3500.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3501.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3502.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3503.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3504.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3505.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3506.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3507.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3508.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3509.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3510.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3511.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3512.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3513.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3514.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3515.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3516.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3517.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3518.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3519.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3520.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3521.             ],
  3522.             'fragment.renderer.hinclude.global_template' => NULL,
  3523.             'fragment.path' => '/_fragment',
  3524.             'kernel.http_method_override' => false,
  3525.             'kernel.trusted_hosts' => [
  3526.             ],
  3527.             'kernel.default_locale' => 'fr',
  3528.             'kernel.enabled_locales' => [
  3529.             ],
  3530.             'kernel.error_controller' => 'error_controller',
  3531.             'debug.file_link_format' => NULL,
  3532.             'translator.logging' => false,
  3533.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3534.             'debug.error_handler.throw_at' => -1,
  3535.             'router.resource' => 'kernel::loadRoutes',
  3536.             'request_listener.http_port' => 80,
  3537.             'request_listener.https_port' => 443,
  3538.             'session.metadata.storage_key' => '_sf2_meta',
  3539.             'session.storage.options' => [
  3540.                 'cache_limiter' => '0',
  3541.                 'cookie_secure' => 'auto',
  3542.                 'cookie_httponly' => true,
  3543.                 'cookie_samesite' => 'lax',
  3544.                 'gc_probability' => 1,
  3545.             ],
  3546.             'session.save_path' => NULL,
  3547.             'session.metadata.update_threshold' => 0,
  3548.             'form.type_extension.csrf.enabled' => true,
  3549.             'form.type_extension.csrf.field_name' => '_token',
  3550.             'validator.translation_domain' => 'validators',
  3551.             'profiler_listener.only_exceptions' => false,
  3552.             'profiler_listener.only_main_requests' => false,
  3553.             'twig.form.resources' => [
  3554.                 => '@VichUploader/Form/fields.html.twig',
  3555.                 => 'form_div_layout.html.twig',
  3556.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  3557.                 => 'Form/base_theme.html.twig',
  3558.                 => 'Form/widget_specific_class_theme.html.twig',
  3559.                 => '@EWZRecaptcha/Form/v3/ewz_recaptcha_widget.html.twig',
  3560.             ],
  3561.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3562.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3563.             'web_profiler.debug_toolbar.mode' => 2,
  3564.             'monolog.use_microseconds' => true,
  3565.             'monolog.swift_mailer.handlers' => [
  3566.                 => 'monolog.handler.swift_critical',
  3567.             ],
  3568.             'monolog.handlers_to_channels' => [
  3569.                 'monolog.handler.main_critical' => NULL,
  3570.                 'monolog.handler.main_error' => NULL,
  3571.                 'monolog.handler.mail' => [
  3572.                     'type' => 'inclusive',
  3573.                     'elements' => [
  3574.                         => 'mail',
  3575.                     ],
  3576.                 ],
  3577.                 'monolog.handler.console' => [
  3578.                     'type' => 'exclusive',
  3579.                     'elements' => [
  3580.                         => 'event',
  3581.                         => 'doctrine',
  3582.                         => 'console',
  3583.                         => 'mail',
  3584.                     ],
  3585.                 ],
  3586.                 'monolog.handler.main' => NULL,
  3587.             ],
  3588.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3589.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3590.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3591.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3592.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3593.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3594.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3595.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3596.             'doctrine.entity_managers' => [
  3597.                 'default' => 'doctrine.orm.default_entity_manager',
  3598.             ],
  3599.             'doctrine.default_entity_manager' => 'default',
  3600.             'doctrine.dbal.connection_factory.types' => [
  3601.                 'uuid' => [
  3602.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  3603.                 ],
  3604.                 'ulid' => [
  3605.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3606.                 ],
  3607.             ],
  3608.             'doctrine.connections' => [
  3609.                 'default' => 'doctrine.dbal.default_connection',
  3610.             ],
  3611.             'doctrine.default_connection' => 'default',
  3612.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3613.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3614.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3615.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3616.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3617.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3618.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3619.             'doctrine.orm.cache.memcache_port' => 11211,
  3620.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3621.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3622.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3623.             'doctrine.orm.cache.memcached_port' => 11211,
  3624.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3625.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3626.             'doctrine.orm.cache.redis_host' => 'localhost',
  3627.             'doctrine.orm.cache.redis_port' => 6379,
  3628.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3629.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3630.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3631.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3632.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3633.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3634.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3635.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3636.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3637.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3638.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3639.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3640.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3641.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3642.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3643.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3644.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3645.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3646.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3647.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3648.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3649.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3650.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  3651.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3652.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3653.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3654.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3655.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3656.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3657.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3658.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3659.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3660.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  3661.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3662.             'doctrine.migrations.preferred_em' => NULL,
  3663.             'doctrine.migrations.preferred_connection' => NULL,
  3664.             'security.role_hierarchy.roles' => [
  3665.                 'ROLE_ADMIN' => [
  3666.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3667.                 ],
  3668.                 'ROLE_AGENT' => [
  3669.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3670.                 ],
  3671.             ],
  3672.             'security.access.denied_url' => NULL,
  3673.             'security.authentication.manager.erase_credentials' => true,
  3674.             'security.authentication.session_strategy.strategy' => 'migrate',
  3675.             'security.access.always_authenticate_before_granting' => false,
  3676.             'security.authentication.hide_user_not_found' => true,
  3677.             'security.firewalls' => [
  3678.                 => 'dev',
  3679.                 => 'main',
  3680.             ],
  3681.             'easyadmin.config' => [
  3682.             ],
  3683.             'liip_imagine.resolvers' => [
  3684.                 'default' => [
  3685.                     'web_path' => [
  3686.                         'web_root' => (\dirname(__DIR__4).'/public'),
  3687.                         'cache_prefix' => 'media/cache',
  3688.                     ],
  3689.                 ],
  3690.             ],
  3691.             'liip_imagine.loaders' => [
  3692.                 'default' => [
  3693.                     'filesystem' => [
  3694.                         'data_root' => [
  3695.                             => (\dirname(__DIR__4).'/public'),
  3696.                             => (\dirname(__DIR__4).'/public'),
  3697.                         ],
  3698.                         'locator' => 'filesystem',
  3699.                         'allow_unresolvable_data_roots' => false,
  3700.                         'bundle_resources' => [
  3701.                             'enabled' => false,
  3702.                             'access_control_type' => 'blacklist',
  3703.                             'access_control_list' => [
  3704.                             ],
  3705.                         ],
  3706.                     ],
  3707.                 ],
  3708.             ],
  3709.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  3710.             'liip_imagine.jpegoptim.stripAll' => true,
  3711.             'liip_imagine.jpegoptim.max' => NULL,
  3712.             'liip_imagine.jpegoptim.progressive' => true,
  3713.             'liip_imagine.jpegoptim.tempDir' => NULL,
  3714.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  3715.             'liip_imagine.optipng.level' => 7,
  3716.             'liip_imagine.optipng.stripAll' => true,
  3717.             'liip_imagine.optipng.tempDir' => NULL,
  3718.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  3719.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  3720.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  3721.             'liip_imagine.cwebp.tempDir' => NULL,
  3722.             'liip_imagine.cwebp.q' => 75,
  3723.             'liip_imagine.cwebp.alphaQ' => 100,
  3724.             'liip_imagine.cwebp.m' => 4,
  3725.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  3726.             'liip_imagine.cwebp.alphaMethod' => 1,
  3727.             'liip_imagine.cwebp.exact' => false,
  3728.             'liip_imagine.cwebp.metadata' => [
  3729.                 => 'none',
  3730.             ],
  3731.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  3732.             'liip_imagine.cache.resolver.default' => 'default',
  3733.             'liip_imagine.default_image' => NULL,
  3734.             'liip_imagine.filter_sets' => [
  3735.                 'cache' => [
  3736.                     'quality' => 100,
  3737.                     'jpeg_quality' => NULL,
  3738.                     'png_compression_level' => NULL,
  3739.                     'png_compression_filter' => NULL,
  3740.                     'format' => NULL,
  3741.                     'animated' => false,
  3742.                     'cache' => NULL,
  3743.                     'data_loader' => NULL,
  3744.                     'default_image' => NULL,
  3745.                     'filters' => [
  3746.                     ],
  3747.                     'post_processors' => [
  3748.                     ],
  3749.                 ],
  3750.                 'homepage_mobile_default' => [
  3751.                     'quality' => 85,
  3752.                     'jpeg_quality' => NULL,
  3753.                     'png_compression_level' => NULL,
  3754.                     'png_compression_filter' => NULL,
  3755.                     'format' => NULL,
  3756.                     'animated' => false,
  3757.                     'cache' => NULL,
  3758.                     'data_loader' => NULL,
  3759.                     'default_image' => NULL,
  3760.                     'filters' => [
  3761.                         'thumbnail' => [
  3762.                             'size' => [
  3763.                                 => 720,
  3764.                                 => 400,
  3765.                             ],
  3766.                             'mode' => 'outbound',
  3767.                             'allow_upscale' => true,
  3768.                         ],
  3769.                     ],
  3770.                     'post_processors' => [
  3771.                     ],
  3772.                 ],
  3773.                 'universe_desktop_1' => [
  3774.                     'quality' => 85,
  3775.                     'jpeg_quality' => NULL,
  3776.                     'png_compression_level' => NULL,
  3777.                     'png_compression_filter' => NULL,
  3778.                     'format' => NULL,
  3779.                     'animated' => false,
  3780.                     'cache' => NULL,
  3781.                     'data_loader' => NULL,
  3782.                     'default_image' => NULL,
  3783.                     'filters' => [
  3784.                         'thumbnail' => [
  3785.                             'size' => [
  3786.                                 => 740,
  3787.                                 => 1140,
  3788.                             ],
  3789.                             'mode' => 'outbound',
  3790.                             'allow_upscale' => true,
  3791.                         ],
  3792.                     ],
  3793.                     'post_processors' => [
  3794.                     ],
  3795.                 ],
  3796.                 'universe_desktop_2' => [
  3797.                     'quality' => 85,
  3798.                     'jpeg_quality' => NULL,
  3799.                     'png_compression_level' => NULL,
  3800.                     'png_compression_filter' => NULL,
  3801.                     'format' => NULL,
  3802.                     'animated' => false,
  3803.                     'cache' => NULL,
  3804.                     'data_loader' => NULL,
  3805.                     'default_image' => NULL,
  3806.                     'filters' => [
  3807.                         'thumbnail' => [
  3808.                             'size' => [
  3809.                                 => 540,
  3810.                                 => 540,
  3811.                             ],
  3812.                             'mode' => 'outbound',
  3813.                             'allow_upscale' => true,
  3814.                         ],
  3815.                     ],
  3816.                     'post_processors' => [
  3817.                     ],
  3818.                 ],
  3819.                 'universe_desktop_3' => [
  3820.                     'quality' => 85,
  3821.                     'jpeg_quality' => NULL,
  3822.                     'png_compression_level' => NULL,
  3823.                     'png_compression_filter' => NULL,
  3824.                     'format' => NULL,
  3825.                     'animated' => false,
  3826.                     'cache' => NULL,
  3827.                     'data_loader' => NULL,
  3828.                     'default_image' => NULL,
  3829.                     'filters' => [
  3830.                         'thumbnail' => [
  3831.                             'size' => [
  3832.                                 => 940,
  3833.                                 => 540,
  3834.                             ],
  3835.                             'mode' => 'outbound',
  3836.                             'allow_upscale' => true,
  3837.                         ],
  3838.                     ],
  3839.                     'post_processors' => [
  3840.                     ],
  3841.                 ],
  3842.                 'universe_desktop_4' => [
  3843.                     'quality' => 85,
  3844.                     'jpeg_quality' => NULL,
  3845.                     'png_compression_level' => NULL,
  3846.                     'png_compression_filter' => NULL,
  3847.                     'format' => NULL,
  3848.                     'animated' => false,
  3849.                     'cache' => NULL,
  3850.                     'data_loader' => NULL,
  3851.                     'default_image' => NULL,
  3852.                     'filters' => [
  3853.                         'thumbnail' => [
  3854.                             'size' => [
  3855.                                 => 940,
  3856.                                 => 540,
  3857.                             ],
  3858.                             'mode' => 'outbound',
  3859.                             'allow_upscale' => true,
  3860.                         ],
  3861.                     ],
  3862.                     'post_processors' => [
  3863.                     ],
  3864.                 ],
  3865.                 'universe_desktop_5' => [
  3866.                     'quality' => 85,
  3867.                     'jpeg_quality' => NULL,
  3868.                     'png_compression_level' => NULL,
  3869.                     'png_compression_filter' => NULL,
  3870.                     'format' => NULL,
  3871.                     'animated' => false,
  3872.                     'cache' => NULL,
  3873.                     'data_loader' => NULL,
  3874.                     'default_image' => NULL,
  3875.                     'filters' => [
  3876.                         'thumbnail' => [
  3877.                             'size' => [
  3878.                                 => 540,
  3879.                                 => 540,
  3880.                             ],
  3881.                             'mode' => 'outbound',
  3882.                             'allow_upscale' => true,
  3883.                         ],
  3884.                     ],
  3885.                     'post_processors' => [
  3886.                     ],
  3887.                 ],
  3888.                 'communication_desktop' => [
  3889.                     'quality' => 85,
  3890.                     'jpeg_quality' => NULL,
  3891.                     'png_compression_level' => NULL,
  3892.                     'png_compression_filter' => NULL,
  3893.                     'format' => NULL,
  3894.                     'animated' => false,
  3895.                     'cache' => NULL,
  3896.                     'data_loader' => NULL,
  3897.                     'default_image' => NULL,
  3898.                     'filters' => [
  3899.                         'thumbnail' => [
  3900.                             'size' => [
  3901.                                 => 2340,
  3902.                                 => 800,
  3903.                             ],
  3904.                             'mode' => 'outbound',
  3905.                             'allow_upscale' => true,
  3906.                         ],
  3907.                     ],
  3908.                     'post_processors' => [
  3909.                     ],
  3910.                 ],
  3911.                 'sales_desktop' => [
  3912.                     'quality' => 85,
  3913.                     'jpeg_quality' => NULL,
  3914.                     'png_compression_level' => NULL,
  3915.                     'png_compression_filter' => NULL,
  3916.                     'format' => NULL,
  3917.                     'animated' => false,
  3918.                     'cache' => NULL,
  3919.                     'data_loader' => NULL,
  3920.                     'default_image' => NULL,
  3921.                     'filters' => [
  3922.                         'thumbnail' => [
  3923.                             'size' => [
  3924.                                 => 540,
  3925.                                 => 800,
  3926.                             ],
  3927.                             'mode' => 'outbound',
  3928.                             'allow_upscale' => true,
  3929.                         ],
  3930.                     ],
  3931.                     'post_processors' => [
  3932.                     ],
  3933.                 ],
  3934.                 'product' => [
  3935.                     'quality' => 85,
  3936.                     'jpeg_quality' => NULL,
  3937.                     'png_compression_level' => NULL,
  3938.                     'png_compression_filter' => NULL,
  3939.                     'format' => NULL,
  3940.                     'animated' => false,
  3941.                     'cache' => NULL,
  3942.                     'data_loader' => NULL,
  3943.                     'default_image' => NULL,
  3944.                     'filters' => [
  3945.                         'fixed' => [
  3946.                             'width' => 470,
  3947.                             'height' => 470,
  3948.                         ],
  3949.                     ],
  3950.                     'post_processors' => [
  3951.                     ],
  3952.                 ],
  3953.             ],
  3954.             'liip_imagine.binary.loader.default' => 'default',
  3955.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  3956.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  3957.             'liip_imagine.webp.generate' => false,
  3958.             'liip_imagine.webp.options' => [
  3959.                 'quality' => 100,
  3960.                 'cache' => NULL,
  3961.                 'data_loader' => NULL,
  3962.                 'post_processors' => [
  3963.                 ],
  3964.             ],
  3965.             'novaway_mailer.delivery_addresses' => [
  3966.                 => 'developer@novaway.fr',
  3967.                 => 'project.manager@novaway.fr',
  3968.             ],
  3969.             'novaway_mailer.default_email_from' => 'sender@novaway.fr',
  3970.             'novaway_mailer.default_email_from_name' => 'novaway',
  3971.             'novaway_mailer.delivery_whitelist' => [
  3972.             ],
  3973.             'novaway_mailer.bcc_list' => [
  3974.             ],
  3975.             'novaway_mailer.force_default_email' => false,
  3976.             'novaway_mailer.silence_exceptions' => false,
  3977.             'novaway_mailer.logger' => '@monolog.logger.mail',
  3978.             'novaway_mailer.transport' => 'symfony',
  3979.             'novaway_mailer.transports' => [
  3980.                 => 'symfony',
  3981.             ],
  3982.             'novaway_mailer.mailjet_params' => [
  3983.             ],
  3984.             'novaway_mailer.sendinblue_params' => [
  3985.             ],
  3986.             'novaway_test.site_url' => 'https://decostars.s2asolution.net',
  3987.             'novaway_test.dump_dir' => 'test',
  3988.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3989.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3990.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  3991.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3992.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  3993.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3994.             'stof_doctrine_extensions.default_locale' => 'fr',
  3995.             'stof_doctrine_extensions.translation_fallback' => false,
  3996.             'stof_doctrine_extensions.persist_default_translation' => false,
  3997.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3998.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3999.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  4000.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  4001.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  4002.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  4003.             'swiftmailer.mailer.log_mailer.transport.name' => 'smtp',
  4004.             'swiftmailer.mailer.log_mailer.transport.smtp.encryption' => NULL,
  4005.             'swiftmailer.mailer.log_mailer.transport.smtp.port' => 1025,
  4006.             'swiftmailer.mailer.log_mailer.transport.smtp.host' => 'service.mailcatcher',
  4007.             'swiftmailer.mailer.log_mailer.transport.smtp.username' => NULL,
  4008.             'swiftmailer.mailer.log_mailer.transport.smtp.password' => NULL,
  4009.             'swiftmailer.mailer.log_mailer.transport.smtp.auth_mode' => NULL,
  4010.             'swiftmailer.mailer.log_mailer.transport.smtp.timeout' => 30,
  4011.             'swiftmailer.mailer.log_mailer.transport.smtp.source_ip' => NULL,
  4012.             'swiftmailer.mailer.log_mailer.transport.smtp.local_domain' => NULL,
  4013.             'swiftmailer.mailer.log_mailer.transport.smtp.stream_options' => [
  4014.             ],
  4015.             'swiftmailer.mailer.log_mailer.spool.enabled' => false,
  4016.             'swiftmailer.mailer.log_mailer.plugin.impersonate' => NULL,
  4017.             'swiftmailer.mailer.log_mailer.single_address' => 'monito.decostars@novaway.fr',
  4018.             'swiftmailer.mailer.log_mailer.delivery_addresses' => [
  4019.                 => 'monito.decostars@novaway.fr',
  4020.             ],
  4021.             'swiftmailer.mailer.log_mailer.delivery_whitelist' => [
  4022.                 => '/@novaway\\.fr$/',
  4023.             ],
  4024.             'swiftmailer.mailer.log_mailer.delivery.enabled' => true,
  4025.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  4026.             'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
  4027.             'swiftmailer.mailer.default.transport.smtp.port' => 25,
  4028.             'swiftmailer.mailer.default.transport.smtp.host' => 'localhost',
  4029.             'swiftmailer.mailer.default.transport.smtp.username' => NULL,
  4030.             'swiftmailer.mailer.default.transport.smtp.password' => NULL,
  4031.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  4032.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  4033.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  4034.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  4035.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  4036.             ],
  4037.             'swiftmailer.mailer.default.spool.enabled' => false,
  4038.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  4039.             'swiftmailer.mailer.default.single_address' => NULL,
  4040.             'swiftmailer.mailer.default.delivery.enabled' => true,
  4041.             'swiftmailer.spool.enabled' => false,
  4042.             'swiftmailer.delivery.enabled' => true,
  4043.             'swiftmailer.single_address' => NULL,
  4044.             'swiftmailer.mailers' => [
  4045.                 'default' => 'swiftmailer.mailer.default',
  4046.                 'log_mailer' => 'swiftmailer.mailer.log_mailer',
  4047.             ],
  4048.             'swiftmailer.default_mailer' => 'default',
  4049.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  4050.             'vich_uploader.mappings' => [
  4051.                 'universes' => [
  4052.                     'uri_prefix' => '/uploads/univers',
  4053.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/univers'),
  4054.                     'namer' => [
  4055.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.universes',
  4056.                         'options' => [
  4057.                         ],
  4058.                     ],
  4059.                     'directory_namer' => [
  4060.                         'service' => NULL,
  4061.                         'options' => NULL,
  4062.                     ],
  4063.                     'delete_on_remove' => true,
  4064.                     'delete_on_update' => true,
  4065.                     'inject_on_load' => false,
  4066.                     'db_driver' => 'orm',
  4067.                 ],
  4068.                 'catalog' => [
  4069.                     'uri_prefix' => '/uploads/catalogue',
  4070.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/catalogue'),
  4071.                     'namer' => [
  4072.                         'service' => NULL,
  4073.                         'options' => NULL,
  4074.                     ],
  4075.                     'directory_namer' => [
  4076.                         'service' => NULL,
  4077.                         'options' => NULL,
  4078.                     ],
  4079.                     'delete_on_remove' => true,
  4080.                     'delete_on_update' => true,
  4081.                     'inject_on_load' => false,
  4082.                     'db_driver' => 'orm',
  4083.                 ],
  4084.             ],
  4085.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  4086.             'novaway_elasticsearch.logging' => [
  4087.                 'enabled' => false,
  4088.                 'logger' => 'logger',
  4089.             ],
  4090.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/foundation_v6_pagination.html.twig',
  4091.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4092.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  4093.             'knp_paginator.page_range' => 5,
  4094.             'knp_paginator.page_limit' => NULL,
  4095.             'ewz_recaptcha.version' => 3,
  4096.             'ewz_recaptcha.ajax' => true,
  4097.             'ewz_recaptcha.enabled' => false,
  4098.             'ewz_recaptcha.verify_host' => false,
  4099.             'ewz_recaptcha.locale_key' => 'fr',
  4100.             'ewz_recaptcha.api_host' => 'www.google.com',
  4101.             'ewz_recaptcha.locale_from_request' => false,
  4102.             'ewz_recaptcha.hide_badge' => false,
  4103.             'ewz_recaptcha.score_threshold' => 0.5,
  4104.             'ewz_recaptcha.timeout' => NULL,
  4105.             'ewz_recaptcha.trusted_roles' => [
  4106.             ],
  4107.             'ewz_recaptcha.http_proxy' => [
  4108.                 'host' => NULL,
  4109.                 'port' => NULL,
  4110.                 'auth' => NULL,
  4111.             ],
  4112.             'ewz_recaptcha.service_definition' => [
  4113.             ],
  4114.             'env(SENTRY_RELEASE)' => '1.0.0+no-version-set',
  4115.             'sentry.tracing.enabled' => true,
  4116.             'sentry.tracing.dbal.enabled' => true,
  4117.             'sentry.tracing.dbal.connections' => [
  4118.             ],
  4119.             'sentry.tracing.cache.enabled' => true,
  4120.             'sentry.tracing.http_client.enabled' => true,
  4121.             'data_collector.templates' => [
  4122.                 'data_collector.request' => [
  4123.                     => 'request',
  4124.                     => '@WebProfiler/Collector/request.html.twig',
  4125.                 ],
  4126.                 'data_collector.time' => [
  4127.                     => 'time',
  4128.                     => '@WebProfiler/Collector/time.html.twig',
  4129.                 ],
  4130.                 'data_collector.memory' => [
  4131.                     => 'memory',
  4132.                     => '@WebProfiler/Collector/memory.html.twig',
  4133.                 ],
  4134.                 'data_collector.validator' => [
  4135.                     => 'validator',
  4136.                     => '@WebProfiler/Collector/validator.html.twig',
  4137.                 ],
  4138.                 'data_collector.ajax' => [
  4139.                     => 'ajax',
  4140.                     => '@WebProfiler/Collector/ajax.html.twig',
  4141.                 ],
  4142.                 'data_collector.form' => [
  4143.                     => 'form',
  4144.                     => '@WebProfiler/Collector/form.html.twig',
  4145.                 ],
  4146.                 'data_collector.exception' => [
  4147.                     => 'exception',
  4148.                     => '@WebProfiler/Collector/exception.html.twig',
  4149.                 ],
  4150.                 'data_collector.logger' => [
  4151.                     => 'logger',
  4152.                     => '@WebProfiler/Collector/logger.html.twig',
  4153.                 ],
  4154.                 'data_collector.events' => [
  4155.                     => 'events',
  4156.                     => '@WebProfiler/Collector/events.html.twig',
  4157.                 ],
  4158.                 'data_collector.router' => [
  4159.                     => 'router',
  4160.                     => '@WebProfiler/Collector/router.html.twig',
  4161.                 ],
  4162.                 'data_collector.cache' => [
  4163.                     => 'cache',
  4164.                     => '@WebProfiler/Collector/cache.html.twig',
  4165.                 ],
  4166.                 'data_collector.translation' => [
  4167.                     => 'translation',
  4168.                     => '@WebProfiler/Collector/translation.html.twig',
  4169.                 ],
  4170.                 'data_collector.security' => [
  4171.                     => 'security',
  4172.                     => '@Security/Collector/security.html.twig',
  4173.                 ],
  4174.                 'data_collector.twig' => [
  4175.                     => 'twig',
  4176.                     => '@WebProfiler/Collector/twig.html.twig',
  4177.                 ],
  4178.                 'data_collector.http_client' => [
  4179.                     => 'http_client',
  4180.                     => '@WebProfiler/Collector/http_client.html.twig',
  4181.                 ],
  4182.                 'data_collector.doctrine' => [
  4183.                     => 'db',
  4184.                     => '@Doctrine/Collector/db.html.twig',
  4185.                 ],
  4186.                 'doctrine_migrations.migrations_collector' => [
  4187.                     => 'doctrine_migrations',
  4188.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  4189.                 ],
  4190.                 'swiftmailer.data_collector' => [
  4191.                     => 'swiftmailer',
  4192.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  4193.                 ],
  4194.                 'data_collector.dump' => [
  4195.                     => 'dump',
  4196.                     => '@Debug/Profiler/dump.html.twig',
  4197.                 ],
  4198.                 'data_collector.messenger' => [
  4199.                     => 'messenger',
  4200.                     => '@WebProfiler/Collector/messenger.html.twig',
  4201.                 ],
  4202.                 'mailer.data_collector' => [
  4203.                     => 'mailer',
  4204.                     => '@WebProfiler/Collector/mailer.html.twig',
  4205.                 ],
  4206.                 'notifier.data_collector' => [
  4207.                     => 'notifier',
  4208.                     => '@WebProfiler/Collector/notifier.html.twig',
  4209.                 ],
  4210.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  4211.                     => 'easyadmin',
  4212.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  4213.                 ],
  4214.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  4215.                     => 'vich_uploader.mapping_collector',
  4216.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  4217.                 ],
  4218.                 'Novaway\\ElasticsearchBundle\\DataCollector\\ElasticsearchDataCollector' => [
  4219.                     => 'novaway_elasticsearch.data_collector',
  4220.                     => '@NovawayElasticsearch/data_collector/template.html.twig',
  4221.                 ],
  4222.                 'data_collector.config' => [
  4223.                     => 'config',
  4224.                     => '@WebProfiler/Collector/config.html.twig',
  4225.                 ],
  4226.             ],
  4227.             'console.command.ids' => [
  4228.                 => 'console.command.public_alias.App\\Infrastructure\\Command\\Import\\SyncClientCommand',
  4229.                 => 'console.command.public_alias.App\\Infrastructure\\Command\\Import\\SyncOrderStatusCommand',
  4230.                 => 'console.command.public_alias.App\\Infrastructure\\Command\\Import\\SyncParameterCommand',
  4231.                 => 'console.command.public_alias.App\\Infrastructure\\Command\\Import\\SyncPriceCommand',
  4232.                 => 'console.command.public_alias.App\\Infrastructure\\Command\\Import\\SyncProductCommand',
  4233.             ],
  4234.         ];
  4235.     }
  4236.     protected function throw($message)
  4237.     {
  4238.         throw new RuntimeException($message);
  4239.     }
  4240. }