var/cache/dev/ContainerMvWZ2aE/App_KernelDevDebugContainer.php line 511

Open in your IDE?
  1. <?php
  2. namespace ContainerMvWZ2aE;
  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.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43.             'data_collector.dump' => 'getDataCollector_DumpService',
  44.             'doctrine' => 'getDoctrineService',
  45.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  50.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  51.             'request_stack' => 'getRequestStackService',
  52.             'router' => 'getRouterService',
  53.             'translator' => 'getTranslatorService',
  54.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  55.             'cache_clearer' => 'getCacheClearerService',
  56.             'filesystem' => 'getFilesystemService',
  57.             'serializer' => 'getSerializerService',
  58.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  59.             'form.factory' => 'getForm_FactoryService',
  60.             'form.type.file' => 'getForm_Type_FileService',
  61.             'profiler' => 'getProfilerService',
  62.             'twig' => 'getTwigService',
  63.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  64.             'security.token_storage' => 'getSecurity_TokenStorageService',
  65.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  66.             'session' => 'getSessionService',
  67.             'validator' => 'getValidatorService',
  68.         ];
  69.         $this->fileMap = [
  70.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  71.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  72.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  73.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  74.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  75.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  76.             'App\\Controller\\AccountAddressController' => 'getAccountAddressControllerService',
  77.             'App\\Controller\\AccountController' => 'getAccountControllerService',
  78.             'App\\Controller\\AccountOrderController' => 'getAccountOrderControllerService',
  79.             'App\\Controller\\AccountPasswordController' => 'getAccountPasswordControllerService',
  80.             'App\\Controller\\Admin\\CarrierCrudController' => 'getCarrierCrudControllerService',
  81.             'App\\Controller\\Admin\\CategoryCrudController' => 'getCategoryCrudControllerService',
  82.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  83.             'App\\Controller\\Admin\\OrderCrudController' => 'getOrderCrudControllerService',
  84.             'App\\Controller\\Admin\\ProductCrudController' => 'getProductCrudControllerService',
  85.             'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  86.             'App\\Controller\\CartController' => 'getCartControllerService',
  87.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  88.             'App\\Controller\\OrderCancelController' => 'getOrderCancelControllerService',
  89.             'App\\Controller\\OrderController' => 'getOrderControllerService',
  90.             'App\\Controller\\OrderSuccessController' => 'getOrderSuccessControllerService',
  91.             'App\\Controller\\ProductController' => 'getProductControllerService',
  92.             'App\\Controller\\RegisterController' => 'getRegisterControllerService',
  93.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  94.             'App\\Controller\\StripeController' => 'getStripeControllerService',
  95.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  96.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  97.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  98.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  99.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  100.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  101.             'cache.app_clearer' => 'getCache_AppClearerService',
  102.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  103.             'cache.system_clearer' => 'getCache_SystemClearerService',
  104.             'cache_warmer' => 'getCacheWarmerService',
  105.             'console.command_loader' => 'getConsole_CommandLoaderService',
  106.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  107.             'error_controller' => 'getErrorControllerService',
  108.             'routing.loader' => 'getRouting_LoaderService',
  109.             'services_resetter' => 'getServicesResetterService',
  110.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  111.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  112.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  113.         ];
  114.         $this->aliases = [
  115.             'App\\Kernel' => 'kernel',
  116.             'database_connection' => 'doctrine.dbal.default_connection',
  117.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  118.         ];
  119.         $this->privates['service_container'] = function () {
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  126.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  127.             include_once \dirname(__DIR__4).'/src/Classes/Cart.php';
  128.             include_once \dirname(__DIR__4).'/src/Services/CartService.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  139.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  158.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  165.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  200.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  217.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  218.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  219.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  220.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  323.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  354.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  356.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  357.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  360.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  361.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  362.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  363.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  366.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  367.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  368.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  369.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  370.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  371.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  372.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  373.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  374.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  375.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  376.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  380.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  381.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  396.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  421.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  423.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  425.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  427.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  428.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  429.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  430.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  431.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  432.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  433.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  434.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  435.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  439.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  457.             include_once \dirname(__DIR__4).'/src/Twig/Extension/CartExtension.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  460.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  462.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  464.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  473.         };
  474.     }
  475.     public function compile(): void
  476.     {
  477.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  478.     }
  479.     public function isCompiled(): bool
  480.     {
  481.         return true;
  482.     }
  483.     public function getRemovedIds(): array
  484.     {
  485.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  486.     }
  487.     protected function load($file$lazyLoad true)
  488.     {
  489.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  490.             return $class::do($this$lazyLoad);
  491.         }
  492.         if ('.' === $file[-4]) {
  493.             $class substr($class0, -4);
  494.         } else {
  495.             $file .= '.php';
  496.         }
  497.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  498.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  499.     }
  500.     /**
  501.      * Gets the public '.container.private.profiler' shared service.
  502.      *
  503.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  504.      */
  505.     protected function get_Container_Private_ProfilerService()
  506.     {
  507.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  508.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  509.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  510.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  511.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  512.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  513.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  514.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  515.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  516.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  517.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  518.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  519.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  520.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  521.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  522.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  523.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  524.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  525.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  526.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  527.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  528.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  529.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  530.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  531.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  532.         if ($this->has('kernel')) {
  533.             $g->setKernel($b);
  534.         }
  535.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  536.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  537.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  538.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  539.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  540.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  541.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  542.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  543.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  544.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  545.         $instance->add($d);
  546.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  547.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  548.         $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())));
  549.         $instance->add($e);
  550.         $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([])))));
  551.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  552.         $instance->add($f);
  553.         $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()))));
  554.         $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()))));
  555.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  556.         $instance->add($g);
  557.         return $instance;
  558.     }
  559.     /**
  560.      * Gets the public '.container.private.security.authorization_checker' shared service.
  561.      *
  562.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  563.      */
  564.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  565.     {
  566.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  567.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  568.             return $this->services['.container.private.security.authorization_checker'];
  569.         }
  570.         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);
  571.     }
  572.     /**
  573.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  574.      *
  575.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  576.      */
  577.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  578.     {
  579.         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())));
  580.     }
  581.     /**
  582.      * Gets the public '.container.private.security.token_storage' shared service.
  583.      *
  584.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  585.      */
  586.     protected function get_Container_Private_Security_TokenStorageService()
  587.     {
  588.         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, [
  589.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  590.         ], [
  591.             'request_stack' => '?',
  592.         ]));
  593.     }
  594.     /**
  595.      * Gets the public '.container.private.session' shared service.
  596.      *
  597.      * @return \Symfony\Component\HttpFoundation\Session\Session
  598.      */
  599.     protected function get_Container_Private_SessionService()
  600.     {
  601.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  602.         if (isset($this->services['.container.private.session'])) {
  603.             return $this->services['.container.private.session'];
  604.         }
  605.         return $this->services['.container.private.session'] = $a->createSession();
  606.     }
  607.     /**
  608.      * Gets the public '.container.private.twig' shared service.
  609.      *
  610.      * @return \Twig\Environment
  611.      */
  612.     protected function get_Container_Private_TwigService()
  613.     {
  614.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  615.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  616.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  617.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  618.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  619.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  620.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  621.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  622.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  623.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  624.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  625.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  626.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  627.         $a->addPath((\dirname(__DIR__4).'/templates'));
  628.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  629.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  630.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  631.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  632.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  633.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  634.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  635.         $e = ($this->services['router'] ?? $this->getRouterService());
  636.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  637.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  638.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  639.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  640.         $i = new \Symfony\Bridge\Twig\AppVariable();
  641.         $i->setEnvironment('dev');
  642.         $i->setDebug(true);
  643.         if ($this->has('.container.private.security.token_storage')) {
  644.             $i->setTokenStorage($g);
  645.         }
  646.         if ($this->has('request_stack')) {
  647.             $i->setRequestStack($f);
  648.         }
  649.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  650.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  651.         $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())));
  652.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  653.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  654.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  655.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  656.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  657.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  658.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  659.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  660.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  661.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  662.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  663.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  664.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  665.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  666.         $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)));
  667.         $instance->addExtension(new \App\Twig\CartExtension(($this->privates['App\\Service\\CartService'] ?? $this->getCartServiceService())));
  668.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  669.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  670.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  671.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  672.         ], [
  673.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  674.         ])));
  675.         $instance->addGlobal('app'$i);
  676.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  677.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  678.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  679.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  680.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  681.         ], [
  682.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  683.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  684.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  685.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  686.         ])));
  687.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  688.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  689.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  690.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  691.         return $instance;
  692.     }
  693.     /**
  694.      * Gets the public '.container.private.validator' shared service.
  695.      *
  696.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  697.      */
  698.     protected function get_Container_Private_ValidatorService()
  699.     {
  700.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  701.         if (isset($this->services['.container.private.validator'])) {
  702.             return $this->services['.container.private.validator'];
  703.         }
  704.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  705.     }
  706.     /**
  707.      * Gets the public 'cache.app' shared service.
  708.      *
  709.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  710.      */
  711.     protected function getCache_AppService()
  712.     {
  713.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('2fFVOJ6t8j'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  714.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  715.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  716.     }
  717.     /**
  718.      * Gets the public 'cache.system' shared service.
  719.      *
  720.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  721.      */
  722.     protected function getCache_SystemService()
  723.     {
  724.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Pfcj5bvG0H'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  725.     }
  726.     /**
  727.      * Gets the public 'cache.validator_expression_language' shared service.
  728.      *
  729.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  730.      */
  731.     protected function getCache_ValidatorExpressionLanguageService()
  732.     {
  733.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RoydIyeXWQ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  734.     }
  735.     /**
  736.      * Gets the public 'data_collector.dump' shared service.
  737.      *
  738.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  739.      */
  740.     protected function getDataCollector_DumpService()
  741.     {
  742.         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()));
  743.     }
  744.     /**
  745.      * Gets the public 'doctrine' shared service.
  746.      *
  747.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  748.      */
  749.     protected function getDoctrineService()
  750.     {
  751.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  752.     }
  753.     /**
  754.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  755.      *
  756.      * @return \Doctrine\DBAL\Connection
  757.      */
  758.     protected function getDoctrine_Dbal_DefaultConnectionService()
  759.     {
  760.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  761.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  762.             return $this->services['doctrine.dbal.default_connection'];
  763.         }
  764.         $b = new \Doctrine\DBAL\Configuration();
  765.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  766.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  767.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  768.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  769.         $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))));
  770.         $d->setConnectionName('default');
  771.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  772.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  773.         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(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  774.     }
  775.     /**
  776.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  777.      *
  778.      * @return \Doctrine\ORM\EntityManager
  779.      */
  780.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  781.     {
  782.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  783.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  784.             return $this->services['doctrine.orm.default_entity_manager'];
  785.         }
  786.         $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  787.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  788.             return $this->services['doctrine.orm.default_entity_manager'];
  789.         }
  790.         $c = new \Doctrine\ORM\Configuration();
  791.         $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  792.         $d->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  793.         $c->setEntityNamespaces(['App' => 'App\\Entity']);
  794.         $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  795.         $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  796.         $c->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  797.         $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  798.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  799.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  800.         ], [
  801.             'doctrine.ulid_generator' => '?',
  802.             'doctrine.uuid_generator' => '?',
  803.         ])));
  804.         $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  805.         $c->setProxyNamespace('Proxies');
  806.         $c->setAutoGenerateProxyClasses(true);
  807.         $c->setSchemaIgnoreClasses([]);
  808.         $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  809.         $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  810.         $c->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  811.         $c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  812.         $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  813.         $c->setLazyGhostObjectEnabled(false);
  814.         $c->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  815.             'App\\Repository\\AddressRepository' => ['privates''App\\Repository\\AddressRepository''getAddressRepositoryService'true],
  816.             'App\\Repository\\CarrierRepository' => ['privates''App\\Repository\\CarrierRepository''getCarrierRepositoryService'true],
  817.             'App\\Repository\\CartRepository' => ['privates''App\\Repository\\CartRepository''getCartRepositoryService'true],
  818.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  819.             'App\\Repository\\OrderDetailsRepository' => ['privates''App\\Repository\\OrderDetailsRepository''getOrderDetailsRepositoryService'true],
  820.             'App\\Repository\\OrderRepository' => ['privates''App\\Repository\\OrderRepository''getOrderRepositoryService'true],
  821.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'true],
  822.             'App\\Repository\\ProductWishlistRepository' => ['privates''App\\Repository\\ProductWishlistRepository''getProductWishlistRepositoryService'true],
  823.             'App\\Repository\\ShoppingCartRepository' => ['privates''App\\Repository\\ShoppingCartRepository''getShoppingCartRepositoryService'true],
  824.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  825.             'App\\Repository\\WishlistRepository' => ['privates''App\\Repository\\WishlistRepository''getWishlistRepositoryService'true],
  826.         ], [
  827.             'App\\Repository\\AddressRepository' => '?',
  828.             'App\\Repository\\CarrierRepository' => '?',
  829.             'App\\Repository\\CartRepository' => '?',
  830.             'App\\Repository\\CategoryRepository' => '?',
  831.             'App\\Repository\\OrderDetailsRepository' => '?',
  832.             'App\\Repository\\OrderRepository' => '?',
  833.             'App\\Repository\\ProductRepository' => '?',
  834.             'App\\Repository\\ProductWishlistRepository' => '?',
  835.             'App\\Repository\\ShoppingCartRepository' => '?',
  836.             'App\\Repository\\UserRepository' => '?',
  837.             'App\\Repository\\WishlistRepository' => '?',
  838.         ])));
  839.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$c$b);
  840.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  841.         return $instance;
  842.     }
  843.     /**
  844.      * Gets the public 'event_dispatcher' shared service.
  845.      *
  846.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  847.      */
  848.     protected function getEventDispatcherService()
  849.     {
  850.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  851.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  852.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  853.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  854.         $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())));
  855.         $instance->addListener('kernel.controller', [=> function () {
  856.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  857.         }, => 'onKernelController'], 0);
  858.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  859.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  860.         }, => 'checkPassport'], 1024);
  861.         $instance->addListener('kernel.response', [=> function () {
  862.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  863.         }, => 'onKernelResponse'], 0);
  864.         $instance->addListener('kernel.exception', [=> function () {
  865.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  866.         }, => 'onKernelException'], -64);
  867.         $instance->addListener('kernel.view', [=> function () {
  868.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  869.         }, => 'onKernelView'], 0);
  870.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> function () {
  871.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] = new \App\EventSubscriber\EasyAdminSubscriber(($this->services['kernel'] ?? $this->get('kernel'1)))));
  872.         }, => 'setIllustration'], 0);
  873.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [=> function () {
  874.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] = new \App\EventSubscriber\EasyAdminSubscriber(($this->services['kernel'] ?? $this->get('kernel'1)))));
  875.         }, => 'updateIllustration'], 0);
  876.         $instance->addListener('kernel.response', [=> function () {
  877.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  878.         }, => 'onKernelResponse'], 0);
  879.         $instance->addListener('kernel.response', [=> function () {
  880.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  881.         }, => 'onKernelResponse'], -1024);
  882.         $instance->addListener('kernel.request', [=> function () {
  883.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  884.         }, => 'setDefaultLocale'], 100);
  885.         $instance->addListener('kernel.request', [=> function () {
  886.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  887.         }, => 'onKernelRequest'], 16);
  888.         $instance->addListener('kernel.finish_request', [=> function () {
  889.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  890.         }, => 'onKernelFinishRequest'], 0);
  891.         $instance->addListener('kernel.request', [=> function () {
  892.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  893.         }, => 'onKernelRequest'], 256);
  894.         $instance->addListener('kernel.response', [=> function () {
  895.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  896.         }, => 'onResponse'], -255);
  897.         $instance->addListener('kernel.controller_arguments', [=> function () {
  898.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  899.         }, => 'onControllerArguments'], 0);
  900.         $instance->addListener('kernel.exception', [=> function () {
  901.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  902.         }, => 'logKernelException'], 0);
  903.         $instance->addListener('kernel.exception', [=> function () {
  904.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  905.         }, => 'onKernelException'], -128);
  906.         $instance->addListener('kernel.response', [=> function () {
  907.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  908.         }, => 'removeCspHeader'], -128);
  909.         $instance->addListener('kernel.request', [=> function () {
  910.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  911.         }, => 'onKernelRequest'], 15);
  912.         $instance->addListener('kernel.finish_request', [=> function () {
  913.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  914.         }, => 'onKernelFinishRequest'], -15);
  915.         $instance->addListener('console.error', [=> function () {
  916.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  917.         }, => 'onConsoleError'], -128);
  918.         $instance->addListener('console.terminate', [=> function () {
  919.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  920.         }, => 'onConsoleTerminate'], -128);
  921.         $instance->addListener('console.error', [=> function () {
  922.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  923.         }, => 'onConsoleError'], 0);
  924.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  925.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  926.         }, => 'onMessage'], -255);
  927.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  928.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  929.         }, => 'onMessage'], -255);
  930.         $instance->addListener('kernel.request', [=> function () {
  931.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  932.         }, => 'configure'], 2048);
  933.         $instance->addListener('console.command', [=> function () {
  934.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  935.         }, => 'configure'], 2048);
  936.         $instance->addListener('kernel.request', [=> function () {
  937.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  938.         }, => 'onKernelRequest'], 32);
  939.         $instance->addListener('kernel.finish_request', [=> function () {
  940.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  941.         }, => 'onKernelFinishRequest'], 0);
  942.         $instance->addListener('kernel.exception', [=> function () {
  943.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  944.         }, => 'onKernelException'], -64);
  945.         $instance->addListener('kernel.response', [=> function () {
  946.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  947.         }, => 'onKernelResponse'], 0);
  948.         $instance->addListener('kernel.request', [=> function () {
  949.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  950.         }, => 'onKernelRequest'], 128);
  951.         $instance->addListener('kernel.response', [=> function () {
  952.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  953.         }, => 'onKernelResponse'], -1000);
  954.         $instance->addListener('kernel.finish_request', [=> function () {
  955.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  956.         }, => 'onFinishRequest'], 0);
  957.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  958.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  959.         }, => 'onMessageFailed'], 100);
  960.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  961.             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()));
  962.         }, => 'onMessageFailed'], 200);
  963.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  964.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  965.         }, => 'onMessageFailed'], -100);
  966.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  967.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  968.         }, => 'onWorkerRunning'], 100);
  969.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  970.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  971.         }, => 'onWorkerStarted'], 0);
  972.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  973.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  974.         }, => 'onWorkerRunning'], 0);
  975.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  976.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  977.         }, => 'onWorkerStarted'], 100);
  978.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  979.             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()));
  980.         }, => 'onMessageFailed'], 0);
  981.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  982.             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()));
  983.         }, => 'onWorkerRunning'], 0);
  984.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  985.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  986.         }, => 'onNotification'], -255);
  987.         $instance->addListener('kernel.response', [=> function () {
  988.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  989.         }, => 'onKernelResponse'], -100);
  990.         $instance->addListener('kernel.exception', [=> function () {
  991.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  992.         }, => 'onKernelException'], 0);
  993.         $instance->addListener('kernel.terminate', [=> function () {
  994.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  995.         }, => 'onKernelTerminate'], -1024);
  996.         $instance->addListener('kernel.controller', [=> function () {
  997.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  998.         }, => 'onKernelController'], 0);
  999.         $instance->addListener('kernel.response', [=> function () {
  1000.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1001.         }, => 'onKernelResponse'], 0);
  1002.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1003.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1004.         }, => 'onWorkerMessageHandled'], 0);
  1005.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1006.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1007.         }, => 'onWorkerMessageFailed'], 0);
  1008.         $instance->addListener('console.command', [=> function () {
  1009.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1010.         }, => 'configure'], 1024);
  1011.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1012.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1013.         }, => 'onMessage'], 0);
  1014.         $instance->addListener('kernel.response', [=> function () {
  1015.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1016.         }, => 'onKernelResponse'], -128);
  1017.         $instance->addListener('kernel.response', [=> function () {
  1018.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1019.         }, => 'onKernelResponse'], 0);
  1020.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1021.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1022.         }, => 'checkPassport'], 0);
  1023.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1024.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1025.         }, => 'onLoginSuccess'], 0);
  1026.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1027.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1028.         }, => 'onVoterVote'], 0);
  1029.         $instance->addListener('kernel.request', [=> function () {
  1030.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1031.         }, => 'configureLogoutUrlGenerator'], 8);
  1032.         $instance->addListener('kernel.request', [=> function () {
  1033.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1034.         }, => 'onKernelRequest'], 8);
  1035.         $instance->addListener('kernel.finish_request', [=> function () {
  1036.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1037.         }, => 'onKernelFinishRequest'], 0);
  1038.         $instance->addListener('console.command', [=> function () {
  1039.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1040.         }, => 'onCommand'], 255);
  1041.         $instance->addListener('console.terminate', [=> function () {
  1042.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1043.         }, => 'onTerminate'], -255);
  1044.         $instance->addListener('console.error', [=> function () {
  1045.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1046.         }, => 'onConsoleError'], 0);
  1047.         $instance->addListener('console.terminate', [=> function () {
  1048.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1049.         }, => 'onConsoleTerminate'], 0);
  1050.         $instance->addListener('kernel.request', [=> function () {
  1051.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1052.         }, => 'handleLegacyEaContext'], 10);
  1053.         $instance->addListener('kernel.request', [=> function () {
  1054.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1055.         }, => 'onKernelRequest'], 0);
  1056.         $instance->addListener('kernel.controller', [=> function () {
  1057.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1058.         }, => 'onKernelController'], 128);
  1059.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1060.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1061.         }, => 'checkPassport'], 512);
  1062.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1063.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1064.         }, => 'onLogout'], 0);
  1065.         return $instance;
  1066.     }
  1067.     /**
  1068.      * Gets the public 'http_kernel' shared service.
  1069.      *
  1070.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1071.      */
  1072.     protected function getHttpKernelService()
  1073.     {
  1074.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1075.         if (isset($this->services['http_kernel'])) {
  1076.             return $this->services['http_kernel'];
  1077.         }
  1078.         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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1079.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1080.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1081.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1082.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1083.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1084.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1085.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1086.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1087.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1088.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1089.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1090.     }
  1091.     /**
  1092.      * Gets the public 'messenger.default_bus' shared service.
  1093.      *
  1094.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1095.      */
  1096.     protected function getMessenger_DefaultBusService()
  1097.     {
  1098.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1099.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1100.             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')));
  1101.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1102.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1103.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1104.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1105.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1106.         }, 7)));
  1107.     }
  1108.     /**
  1109.      * Gets the public 'monolog.logger.deprecation' shared service.
  1110.      *
  1111.      * @return \Symfony\Bridge\Monolog\Logger
  1112.      */
  1113.     protected function getMonolog_Logger_DeprecationService()
  1114.     {
  1115.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1116.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1117.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1118.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1119.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1120.         return $instance;
  1121.     }
  1122.     /**
  1123.      * Gets the public 'request_stack' shared service.
  1124.      *
  1125.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1126.      */
  1127.     protected function getRequestStackService()
  1128.     {
  1129.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1130.     }
  1131.     /**
  1132.      * Gets the public 'router' shared service.
  1133.      *
  1134.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1135.      */
  1136.     protected function getRouterService()
  1137.     {
  1138.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1139.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1140.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1141.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1142.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1143.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1144.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1145.         ], [
  1146.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1147.         ]))->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');
  1148.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1149.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1150.         return $instance;
  1151.     }
  1152.     /**
  1153.      * Gets the public 'translator' shared service.
  1154.      *
  1155.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1156.      */
  1157.     protected function getTranslatorService()
  1158.     {
  1159.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1160.     }
  1161.     /**
  1162.      * Gets the public 'var_dumper.cloner' shared service.
  1163.      *
  1164.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1165.      */
  1166.     protected function getVarDumper_ClonerService()
  1167.     {
  1168.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1169.         $instance->setMaxItems(2500);
  1170.         $instance->setMinDepth(1);
  1171.         $instance->setMaxString(-1);
  1172.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1173.         return $instance;
  1174.     }
  1175.     /**
  1176.      * Gets the private '.debug.http_client' shared service.
  1177.      *
  1178.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1179.      */
  1180.     protected function get_Debug_HttpClientService()
  1181.     {
  1182.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1183.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1184.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1185.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1186.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1187.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1188.         $a->setLogger($b);
  1189.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1190.     }
  1191.     /**
  1192.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1193.      *
  1194.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1195.      */
  1196.     protected function get_ServiceLocator_ZJyh7qSService()
  1197.     {
  1198.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1199.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1200.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1201.         ], [
  1202.             'security.firewall.map.context.dev' => '?',
  1203.             'security.firewall.map.context.main' => '?',
  1204.         ]);
  1205.     }
  1206.     /**
  1207.      * Gets the private 'App\Classes\Cart' shared autowired service.
  1208.      *
  1209.      * @return \App\Classes\Cart
  1210.      */
  1211.     protected function getCartService()
  1212.     {
  1213.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1214.         if (isset($this->privates['App\\Classes\\Cart'])) {
  1215.             return $this->privates['App\\Classes\\Cart'];
  1216.         }
  1217.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1218.         if (isset($this->privates['App\\Classes\\Cart'])) {
  1219.             return $this->privates['App\\Classes\\Cart'];
  1220.         }
  1221.         return $this->privates['App\\Classes\\Cart'] = new \App\Classes\Cart($a, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $b);
  1222.     }
  1223.     /**
  1224.      * Gets the private 'App\Service\CartService' shared autowired service.
  1225.      *
  1226.      * @return \App\Service\CartService
  1227.      */
  1228.     protected function getCartServiceService()
  1229.     {
  1230.         $a = ($this->privates['App\\Classes\\Cart'] ?? $this->getCartService());
  1231.         if (isset($this->privates['App\\Service\\CartService'])) {
  1232.             return $this->privates['App\\Service\\CartService'];
  1233.         }
  1234.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1235.         if (isset($this->privates['App\\Service\\CartService'])) {
  1236.             return $this->privates['App\\Service\\CartService'];
  1237.         }
  1238.         return $this->privates['App\\Service\\CartService'] = new \App\Service\CartService($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $b);
  1239.     }
  1240.     /**
  1241.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1242.      *
  1243.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1244.      */
  1245.     protected function getAdminRouterSubscriberService()
  1246.     {
  1247.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  1248.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1249.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1250.         }
  1251.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1252.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1253.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1254.         }
  1255.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1256.         $d = ($this->services['router'] ?? $this->getRouterService());
  1257.         $e = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  1258.         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\\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')))));
  1259.     }
  1260.     /**
  1261.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1262.      *
  1263.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1264.      */
  1265.     protected function getActionFactoryService()
  1266.     {
  1267.         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()));
  1268.     }
  1269.     /**
  1270.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1271.      *
  1272.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1273.      */
  1274.     protected function getControllerFactoryService()
  1275.     {
  1276.         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\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1277.     }
  1278.     /**
  1279.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1280.      *
  1281.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1282.      */
  1283.     protected function getEntityFactoryService()
  1284.     {
  1285.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1286.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1287.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1288.         }
  1289.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1290.         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 () {
  1291.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1292.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1293.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1294.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1295.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1296.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1297.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1298.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1299.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1300.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1301.             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()));
  1302.             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()));
  1303.             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()));
  1304.             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))));
  1305.             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()));
  1306.             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()));
  1307.             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()));
  1308.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1309.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1310.             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()));
  1311.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1312.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  1313.             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()));
  1314.             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()));
  1315.             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()));
  1316.             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()));
  1317.             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()));
  1318.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1319.         }, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  1320.     }
  1321.     /**
  1322.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1323.      *
  1324.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1325.      */
  1326.     protected function getAdminContextProviderService()
  1327.     {
  1328.         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())));
  1329.     }
  1330.     /**
  1331.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  1332.      *
  1333.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  1334.      */
  1335.     protected function getCrudControllerRegistryService()
  1336.     {
  1337.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Controller\\Admin\\CarrierCrudController'=> 'App\\Controller\\Admin\\CategoryCrudController'=> 'App\\Controller\\Admin\\OrderCrudController'=> 'App\\Controller\\Admin\\ProductCrudController'=> 'App\\Controller\\Admin\\UserCrudController']);
  1338.     }
  1339.     /**
  1340.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1341.      *
  1342.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1343.      */
  1344.     protected function getAdminUrlGeneratorService()
  1345.     {
  1346.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1347.             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\\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')))));
  1348.         };
  1349.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1350.     }
  1351.     /**
  1352.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1353.      *
  1354.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1355.      */
  1356.     protected function getAuthorizationCheckerService()
  1357.     {
  1358.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1359.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  1360.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  1361.         }
  1362.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1363.     }
  1364.     /**
  1365.      * Gets the private 'annotations.cache_adapter' shared service.
  1366.      *
  1367.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1368.      */
  1369.     protected function getAnnotations_CacheAdapterService()
  1370.     {
  1371.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1372.     }
  1373.     /**
  1374.      * Gets the private 'annotations.cached_reader' shared service.
  1375.      *
  1376.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1377.      */
  1378.     protected function getAnnotations_CachedReaderService()
  1379.     {
  1380.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1381.     }
  1382.     /**
  1383.      * Gets the private 'annotations.reader' shared service.
  1384.      *
  1385.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1386.      */
  1387.     protected function getAnnotations_ReaderService()
  1388.     {
  1389.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1390.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1391.         $a->registerUniqueLoader('class_exists');
  1392.         $instance->addGlobalIgnoredName('required'$a);
  1393.         return $instance;
  1394.     }
  1395.     /**
  1396.      * Gets the private 'assets.packages' shared service.
  1397.      *
  1398.      * @return \Symfony\Component\Asset\Packages
  1399.      */
  1400.     protected function getAssets_PackagesService()
  1401.     {
  1402.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1403.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1404.             return new \EmptyIterator();
  1405.         }, 0));
  1406.     }
  1407.     /**
  1408.      * Gets the private 'cache.annotations' shared service.
  1409.      *
  1410.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1411.      */
  1412.     protected function getCache_AnnotationsService()
  1413.     {
  1414.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FzaAKOWKzA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1415.     }
  1416.     /**
  1417.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1418.      *
  1419.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1420.      */
  1421.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1422.     {
  1423.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1424.     }
  1425.     /**
  1426.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1427.      *
  1428.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1429.      */
  1430.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1431.     {
  1432.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1433.     }
  1434.     /**
  1435.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1436.      *
  1437.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1438.      */
  1439.     protected function getCache_Messenger_RestartWorkersSignalService()
  1440.     {
  1441.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('EJJIgyZfz6'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1442.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1443.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1444.     }
  1445.     /**
  1446.      * Gets the private 'cache.property_info' shared service.
  1447.      *
  1448.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1449.      */
  1450.     protected function getCache_PropertyInfoService()
  1451.     {
  1452.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hTOCw4j-sT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1453.     }
  1454.     /**
  1455.      * Gets the private 'cache.security_expression_language' shared service.
  1456.      *
  1457.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1458.      */
  1459.     protected function getCache_SecurityExpressionLanguageService()
  1460.     {
  1461.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Kkbu8ErYF2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1462.     }
  1463.     /**
  1464.      * Gets the private 'cache.serializer' shared service.
  1465.      *
  1466.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1467.      */
  1468.     protected function getCache_SerializerService()
  1469.     {
  1470.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vQ9sRHdMzN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1471.     }
  1472.     /**
  1473.      * Gets the private 'cache.validator' shared service.
  1474.      *
  1475.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1476.      */
  1477.     protected function getCache_ValidatorService()
  1478.     {
  1479.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZD6ZYBahO7'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1480.     }
  1481.     /**
  1482.      * Gets the private 'config_cache_factory' shared service.
  1483.      *
  1484.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1485.      */
  1486.     protected function getConfigCacheFactoryService()
  1487.     {
  1488.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1489.             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)));
  1490.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1491.         }, 2));
  1492.     }
  1493.     /**
  1494.      * Gets the private 'data_collector.form' shared service.
  1495.      *
  1496.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1497.      */
  1498.     protected function getDataCollector_FormService()
  1499.     {
  1500.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1501.     }
  1502.     /**
  1503.      * Gets the private 'data_collector.request' shared service.
  1504.      *
  1505.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1506.      */
  1507.     protected function getDataCollector_RequestService()
  1508.     {
  1509.         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())));
  1510.     }
  1511.     /**
  1512.      * Gets the private 'debug.controller_resolver' shared service.
  1513.      *
  1514.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1515.      */
  1516.     protected function getDebug_ControllerResolverService()
  1517.     {
  1518.         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))));
  1519.     }
  1520.     /**
  1521.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1522.      *
  1523.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1524.      */
  1525.     protected function getDebug_DebugHandlersListenerService()
  1526.     {
  1527.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1528.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1529.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1530.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1531.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1532.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  1533.     }
  1534.     /**
  1535.      * Gets the private 'debug.file_link_formatter' shared service.
  1536.      *
  1537.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1538.      */
  1539.     protected function getDebug_FileLinkFormatterService()
  1540.     {
  1541.         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 () {
  1542.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1543.         });
  1544.     }
  1545.     /**
  1546.      * Gets the private 'debug.log_processor' shared service.
  1547.      *
  1548.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1549.      */
  1550.     protected function getDebug_LogProcessorService()
  1551.     {
  1552.         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())));
  1553.     }
  1554.     /**
  1555.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1556.      *
  1557.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1558.      */
  1559.     protected function getDebug_Security_Access_DecisionManagerService()
  1560.     {
  1561.         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 () {
  1562.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1563.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  1564.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1565.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  1566.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1567.     }
  1568.     /**
  1569.      * Gets the private 'debug.security.firewall' shared service.
  1570.      *
  1571.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1572.      */
  1573.     protected function getDebug_Security_FirewallService()
  1574.     {
  1575.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1576.         if (isset($this->privates['debug.security.firewall'])) {
  1577.             return $this->privates['debug.security.firewall'];
  1578.         }
  1579.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $a, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1580.     }
  1581.     /**
  1582.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1583.      *
  1584.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1585.      */
  1586.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1587.     {
  1588.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1589.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1590.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1591.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1592.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1593.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  1594.         ], [
  1595.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1596.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1597.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1598.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1599.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1600.         ]), [=> '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'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  1601.     }
  1602.     /**
  1603.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1604.      *
  1605.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1606.      */
  1607.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1608.     {
  1609.         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/Entity')], false);
  1610.     }
  1611.     /**
  1612.      * Gets the private 'exception_listener' shared service.
  1613.      *
  1614.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1615.      */
  1616.     protected function getExceptionListener2Service()
  1617.     {
  1618.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1619.     }
  1620.     /**
  1621.      * Gets the private 'locale_aware_listener' shared service.
  1622.      *
  1623.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1624.      */
  1625.     protected function getLocaleAwareListenerService()
  1626.     {
  1627.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1628.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  1629.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1630.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1631.     }
  1632.     /**
  1633.      * Gets the private 'locale_listener' shared service.
  1634.      *
  1635.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1636.      */
  1637.     protected function getLocaleListenerService()
  1638.     {
  1639.         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, []);
  1640.     }
  1641.     /**
  1642.      * Gets the private 'monolog.handler.console' shared service.
  1643.      *
  1644.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1645.      */
  1646.     protected function getMonolog_Handler_ConsoleService()
  1647.     {
  1648.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1649.     }
  1650.     /**
  1651.      * Gets the private 'monolog.handler.main' shared service.
  1652.      *
  1653.      * @return \Monolog\Handler\StreamHandler
  1654.      */
  1655.     protected function getMonolog_Handler_MainService()
  1656.     {
  1657.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  1658.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1659.         return $instance;
  1660.     }
  1661.     /**
  1662.      * Gets the private 'monolog.logger.cache' shared service.
  1663.      *
  1664.      * @return \Symfony\Bridge\Monolog\Logger
  1665.      */
  1666.     protected function getMonolog_Logger_CacheService()
  1667.     {
  1668.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1669.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1670.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1671.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1672.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1673.         return $instance;
  1674.     }
  1675.     /**
  1676.      * Gets the private 'monolog.logger.request' shared service.
  1677.      *
  1678.      * @return \Symfony\Bridge\Monolog\Logger
  1679.      */
  1680.     protected function getMonolog_Logger_RequestService()
  1681.     {
  1682.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1683.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1684.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1685.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1686.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1687.         return $instance;
  1688.     }
  1689.     /**
  1690.      * Gets the private 'monolog.logger.security' shared service.
  1691.      *
  1692.      * @return \Symfony\Bridge\Monolog\Logger
  1693.      */
  1694.     protected function getMonolog_Logger_SecurityService()
  1695.     {
  1696.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  1697.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1698.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1699.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1700.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1701.         return $instance;
  1702.     }
  1703.     /**
  1704.      * Gets the private 'parameter_bag' shared service.
  1705.      *
  1706.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1707.      */
  1708.     protected function getParameterBagService()
  1709.     {
  1710.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1711.     }
  1712.     /**
  1713.      * Gets the private 'profiler_listener' shared service.
  1714.      *
  1715.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1716.      */
  1717.     protected function getProfilerListenerService()
  1718.     {
  1719.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1720.         if (isset($this->privates['profiler_listener'])) {
  1721.             return $this->privates['profiler_listener'];
  1722.         }
  1723.         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);
  1724.     }
  1725.     /**
  1726.      * Gets the private 'property_info' shared service.
  1727.      *
  1728.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1729.      */
  1730.     protected function getPropertyInfoService()
  1731.     {
  1732.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1733.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1734.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1735.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1736.         }, 3), new RewindableGenerator(function () {
  1737.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1738.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  1739.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1740.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1741.         }, 4), new RewindableGenerator(function () {
  1742.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1743.         }, 1), new RewindableGenerator(function () {
  1744.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1745.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1746.         }, 2), new RewindableGenerator(function () {
  1747.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1748.         }, 1));
  1749.     }
  1750.     /**
  1751.      * Gets the private 'router.expression_language_provider' shared service.
  1752.      *
  1753.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1754.      */
  1755.     protected function getRouter_ExpressionLanguageProviderService()
  1756.     {
  1757.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1758.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  1759.         ], [
  1760.             'env' => 'Closure',
  1761.         ]));
  1762.     }
  1763.     /**
  1764.      * Gets the private 'router.request_context' shared service.
  1765.      *
  1766.      * @return \Symfony\Component\Routing\RequestContext
  1767.      */
  1768.     protected function getRouter_RequestContextService()
  1769.     {
  1770.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  1771.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1772.         return $instance;
  1773.     }
  1774.     /**
  1775.      * Gets the private 'router_listener' shared service.
  1776.      *
  1777.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1778.      */
  1779.     protected function getRouterListenerService()
  1780.     {
  1781.         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);
  1782.     }
  1783.     /**
  1784.      * Gets the private 'security.context_listener.0' shared service.
  1785.      *
  1786.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1787.      */
  1788.     protected function getSecurity_ContextListener_0Service()
  1789.     {
  1790.         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 () {
  1791.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  1792.         }, 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']);
  1793.     }
  1794.     /**
  1795.      * Gets the private 'security.csrf.token_storage' shared service.
  1796.      *
  1797.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  1798.      */
  1799.     protected function getSecurity_Csrf_TokenStorageService()
  1800.     {
  1801.         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())));
  1802.     }
  1803.     /**
  1804.      * Gets the private 'security.event_dispatcher.main' shared service.
  1805.      *
  1806.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  1807.      */
  1808.     protected function getSecurity_EventDispatcher_MainService()
  1809.     {
  1810.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  1811.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1812.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  1813.         }, => 'checkPassport'], 2048);
  1814.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1815.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  1816.         }, => 'onSuccessfulLogin'], 0);
  1817.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1818.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  1819.         }, => 'onLogout'], 64);
  1820.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1821.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  1822.         }, => 'onLogout'], 0);
  1823.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1824.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1825.         }, => 'preCheckCredentials'], 256);
  1826.         $instance->addListener('security.authentication.success', [=> function () {
  1827.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1828.         }, => 'postCheckCredentials'], 256);
  1829.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1830.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1831.         }, => 'checkPassport'], 1024);
  1832.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1833.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1834.         }, => 'checkPassport'], 0);
  1835.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1836.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1837.         }, => 'onLoginSuccess'], 0);
  1838.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1839.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1840.         }, => 'checkPassport'], 512);
  1841.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1842.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1843.         }, => 'onLogout'], 0);
  1844.         return $instance;
  1845.     }
  1846.     /**
  1847.      * Gets the private 'security.firewall.map' shared service.
  1848.      *
  1849.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1850.      */
  1851.     protected function getSecurity_Firewall_MapService()
  1852.     {
  1853.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  1854.         if (isset($this->privates['security.firewall.map'])) {
  1855.             return $this->privates['security.firewall.map'];
  1856.         }
  1857.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1858.             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)/')));
  1859.             yield 'security.firewall.map.context.main' => NULL;
  1860.         }, 2));
  1861.     }
  1862.     /**
  1863.      * Gets the private 'security.helper' shared service.
  1864.      *
  1865.      * @return \Symfony\Component\Security\Core\Security
  1866.      */
  1867.     protected function getSecurity_HelperService()
  1868.     {
  1869.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1870.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1871.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1872.         ], [
  1873.             'security.authorization_checker' => '?',
  1874.             'security.token_storage' => '?',
  1875.         ]));
  1876.     }
  1877.     /**
  1878.      * Gets the private 'security.logout_url_generator' shared service.
  1879.      *
  1880.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1881.      */
  1882.     protected function getSecurity_LogoutUrlGeneratorService()
  1883.     {
  1884.         $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()));
  1885.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  1886.         return $instance;
  1887.     }
  1888.     /**
  1889.      * Gets the private 'session.factory' shared service.
  1890.      *
  1891.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  1892.      */
  1893.     protected function getSession_FactoryService()
  1894.     {
  1895.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1896.         if (isset($this->privates['session.factory'])) {
  1897.             return $this->privates['session.factory'];
  1898.         }
  1899.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> $a=> 'onSessionUsage']);
  1900.     }
  1901.     /**
  1902.      * Gets the private 'session_listener' shared service.
  1903.      *
  1904.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1905.      */
  1906.     protected function getSessionListenerService()
  1907.     {
  1908.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1909.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  1910.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'true],
  1911.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  1912.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  1913.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  1914.         ], [
  1915.             'initialized_session' => '?',
  1916.             'logger' => '?',
  1917.             'session' => '?',
  1918.             'session_collector' => '?',
  1919.             'session_factory' => '?',
  1920.         ]), true$this->parameters['session.storage.options']);
  1921.     }
  1922.     /**
  1923.      * Gets the private 'translator.default' shared service.
  1924.      *
  1925.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1926.      */
  1927.     protected function getTranslator_DefaultService()
  1928.     {
  1929.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1930.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  1931.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  1932.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  1933.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  1934.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  1935.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  1936.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  1937.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  1938.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  1939.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  1940.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  1941.         ], [
  1942.             'translation.loader.csv' => '?',
  1943.             'translation.loader.dat' => '?',
  1944.             'translation.loader.ini' => '?',
  1945.             'translation.loader.json' => '?',
  1946.             'translation.loader.mo' => '?',
  1947.             'translation.loader.php' => '?',
  1948.             'translation.loader.po' => '?',
  1949.             'translation.loader.qt' => '?',
  1950.             'translation.loader.res' => '?',
  1951.             'translation.loader.xliff' => '?',
  1952.             'translation.loader.yml' => '?',
  1953.         ]), 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')], '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')], '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')], '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')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')]], '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).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/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'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'10 => 'vendor/symfony/web-profiler-bundle/translations'11 => 'vendor/twig/extra-bundle/translations'12 => 'vendor/symfony/security-bundle/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'vendor/symfony/maker-bundle/src/translations'15 => 'vendor/doctrine/doctrine-fixtures-bundle/translations']]], []);
  1954.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1955.         $instance->setFallbackLocales([=> 'en']);
  1956.         return $instance;
  1957.     }
  1958.     /**
  1959.      * Gets the private 'validator.builder' shared service.
  1960.      *
  1961.      * @return \Symfony\Component\Validator\ValidatorBuilder
  1962.      */
  1963.     protected function getValidator_BuilderService()
  1964.     {
  1965.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1966.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1967.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1968.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  1969.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  1970.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  1971.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  1972.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  1973.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  1974.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  1975.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  1976.         ], [
  1977.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1978.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1979.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1980.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1981.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1982.             'doctrine.orm.validator.unique' => '?',
  1983.             'security.validator.user_password' => '?',
  1984.             'validator.expression' => '?',
  1985.         ])));
  1986.         if ($this->has('translator')) {
  1987.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  1988.         }
  1989.         $instance->setTranslationDomain('validators');
  1990.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  1991.         $instance->enableAnnotationMapping(true);
  1992.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1993.         $instance->addMethodMapping('loadValidatorMetadata');
  1994.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  1995.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  1996.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  1997.         return $instance;
  1998.     }
  1999.     /**
  2000.      * Gets the private 'var_dumper.html_dumper' shared service.
  2001.      *
  2002.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2003.      */
  2004.     protected function getVarDumper_HtmlDumperService()
  2005.     {
  2006.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2007.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2008.         return $instance;
  2009.     }
  2010.     /**
  2011.      * Gets the private 'var_dumper.server_connection' shared service.
  2012.      *
  2013.      * @return \Symfony\Component\VarDumper\Server\Connection
  2014.      */
  2015.     protected function getVarDumper_ServerConnectionService()
  2016.     {
  2017.         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()]);
  2018.     }
  2019.     /**
  2020.      * Gets the private 'web_profiler.csp.handler' shared service.
  2021.      *
  2022.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2023.      */
  2024.     protected function getWebProfiler_Csp_HandlerService()
  2025.     {
  2026.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2027.     }
  2028.     /**
  2029.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2030.      *
  2031.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2032.      */
  2033.     protected function getWebProfiler_DebugToolbarService()
  2034.     {
  2035.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2036.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2037.             return $this->privates['web_profiler.debug_toolbar'];
  2038.         }
  2039.         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()));
  2040.     }
  2041.     /**
  2042.      * Gets the public 'cache_clearer' alias.
  2043.      *
  2044.      * @return object The ".container.private.cache_clearer" service.
  2045.      */
  2046.     protected function getCacheClearerService()
  2047.     {
  2048.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2049.         return $this->get('.container.private.cache_clearer');
  2050.     }
  2051.     /**
  2052.      * Gets the public 'filesystem' alias.
  2053.      *
  2054.      * @return object The ".container.private.filesystem" service.
  2055.      */
  2056.     protected function getFilesystemService()
  2057.     {
  2058.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2059.         return $this->get('.container.private.filesystem');
  2060.     }
  2061.     /**
  2062.      * Gets the public 'serializer' alias.
  2063.      *
  2064.      * @return object The ".container.private.serializer" service.
  2065.      */
  2066.     protected function getSerializerService()
  2067.     {
  2068.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2069.         return $this->get('.container.private.serializer');
  2070.     }
  2071.     /**
  2072.      * Gets the public 'security.csrf.token_manager' alias.
  2073.      *
  2074.      * @return object The ".container.private.security.csrf.token_manager" service.
  2075.      */
  2076.     protected function getSecurity_Csrf_TokenManagerService()
  2077.     {
  2078.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2079.         return $this->get('.container.private.security.csrf.token_manager');
  2080.     }
  2081.     /**
  2082.      * Gets the public 'form.factory' alias.
  2083.      *
  2084.      * @return object The ".container.private.form.factory" service.
  2085.      */
  2086.     protected function getForm_FactoryService()
  2087.     {
  2088.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2089.         return $this->get('.container.private.form.factory');
  2090.     }
  2091.     /**
  2092.      * Gets the public 'form.type.file' alias.
  2093.      *
  2094.      * @return object The ".container.private.form.type.file" service.
  2095.      */
  2096.     protected function getForm_Type_FileService()
  2097.     {
  2098.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2099.         return $this->get('.container.private.form.type.file');
  2100.     }
  2101.     /**
  2102.      * Gets the public 'profiler' alias.
  2103.      *
  2104.      * @return object The ".container.private.profiler" service.
  2105.      */
  2106.     protected function getProfilerService()
  2107.     {
  2108.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2109.         return $this->get('.container.private.profiler');
  2110.     }
  2111.     /**
  2112.      * Gets the public 'twig' alias.
  2113.      *
  2114.      * @return object The ".container.private.twig" service.
  2115.      */
  2116.     protected function getTwigService()
  2117.     {
  2118.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2119.         return $this->get('.container.private.twig');
  2120.     }
  2121.     /**
  2122.      * Gets the public 'security.authorization_checker' alias.
  2123.      *
  2124.      * @return object The ".container.private.security.authorization_checker" service.
  2125.      */
  2126.     protected function getSecurity_AuthorizationCheckerService()
  2127.     {
  2128.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2129.         return $this->get('.container.private.security.authorization_checker');
  2130.     }
  2131.     /**
  2132.      * Gets the public 'security.token_storage' alias.
  2133.      *
  2134.      * @return object The ".container.private.security.token_storage" service.
  2135.      */
  2136.     protected function getSecurity_TokenStorageService()
  2137.     {
  2138.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2139.         return $this->get('.container.private.security.token_storage');
  2140.     }
  2141.     /**
  2142.      * Gets the public 'security.password_encoder' alias.
  2143.      *
  2144.      * @return object The ".container.private.security.password_encoder" service.
  2145.      */
  2146.     protected function getSecurity_PasswordEncoderService()
  2147.     {
  2148.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2149.         return $this->get('.container.private.security.password_encoder');
  2150.     }
  2151.     /**
  2152.      * Gets the public 'session' alias.
  2153.      *
  2154.      * @return object The ".container.private.session" service.
  2155.      */
  2156.     protected function getSessionService()
  2157.     {
  2158.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2159.         return $this->get('.container.private.session');
  2160.     }
  2161.     /**
  2162.      * Gets the public 'validator' alias.
  2163.      *
  2164.      * @return object The ".container.private.validator" service.
  2165.      */
  2166.     protected function getValidatorService()
  2167.     {
  2168.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2169.         return $this->get('.container.private.validator');
  2170.     }
  2171.     /**
  2172.      * @return array|bool|float|int|string|\UnitEnum|null
  2173.      */
  2174.     public function getParameter(string $name)
  2175.     {
  2176.         if (isset($this->buildParameters[$name])) {
  2177.             return $this->buildParameters[$name];
  2178.         }
  2179.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2180.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2181.         }
  2182.         if (isset($this->loadedDynamicParameters[$name])) {
  2183.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2184.         }
  2185.         return $this->parameters[$name];
  2186.     }
  2187.     public function hasParameter(string $name): bool
  2188.     {
  2189.         if (isset($this->buildParameters[$name])) {
  2190.             return true;
  2191.         }
  2192.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2193.     }
  2194.     public function setParameter(string $name$value): void
  2195.     {
  2196.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2197.     }
  2198.     public function getParameterBag(): ParameterBagInterface
  2199.     {
  2200.         if (null === $this->parameterBag) {
  2201.             $parameters $this->parameters;
  2202.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2203.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2204.             }
  2205.             foreach ($this->buildParameters as $name => $value) {
  2206.                 $parameters[$name] = $value;
  2207.             }
  2208.             $this->parameterBag = new FrozenParameterBag($parameters);
  2209.         }
  2210.         return $this->parameterBag;
  2211.     }
  2212.     private $loadedDynamicParameters = [
  2213.         'kernel.runtime_environment' => false,
  2214.         'kernel.build_dir' => false,
  2215.         'kernel.cache_dir' => false,
  2216.         'kernel.secret' => false,
  2217.         'debug.container.dump' => false,
  2218.         'serializer.mapping.cache.file' => false,
  2219.         'validator.mapping.cache.file' => false,
  2220.         'profiler.storage.dsn' => false,
  2221.         'doctrine.orm.proxy_dir' => false,
  2222.     ];
  2223.     private $dynamicParameters = [];
  2224.     private function getDynamicParameter(string $name)
  2225.     {
  2226.         switch ($name) {
  2227.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2228.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2229.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2230.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2231.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2232.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2233.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2234.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2235.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2236.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2237.         }
  2238.         $this->loadedDynamicParameters[$name] = true;
  2239.         return $this->dynamicParameters[$name] = $value;
  2240.     }
  2241.     protected function getDefaultParameters(): array
  2242.     {
  2243.         return [
  2244.             'kernel.project_dir' => \dirname(__DIR__4),
  2245.             'kernel.environment' => 'dev',
  2246.             'kernel.debug' => true,
  2247.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2248.             'kernel.bundles' => [
  2249.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2250.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2251.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2252.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2253.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2254.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2255.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2256.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2257.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2258.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2259.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  2260.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2261.             ],
  2262.             'kernel.bundles_metadata' => [
  2263.                 'FrameworkBundle' => [
  2264.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2265.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2266.                 ],
  2267.                 'DoctrineBundle' => [
  2268.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2269.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2270.                 ],
  2271.                 'DoctrineMigrationsBundle' => [
  2272.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2273.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2274.                 ],
  2275.                 'DebugBundle' => [
  2276.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2277.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2278.                 ],
  2279.                 'TwigBundle' => [
  2280.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2281.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2282.                 ],
  2283.                 'WebProfilerBundle' => [
  2284.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2285.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2286.                 ],
  2287.                 'TwigExtraBundle' => [
  2288.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  2289.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2290.                 ],
  2291.                 'SecurityBundle' => [
  2292.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2293.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2294.                 ],
  2295.                 'MonologBundle' => [
  2296.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2297.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2298.                 ],
  2299.                 'MakerBundle' => [
  2300.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2301.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2302.                 ],
  2303.                 'EasyAdminBundle' => [
  2304.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  2305.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  2306.                 ],
  2307.                 'DoctrineFixturesBundle' => [
  2308.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  2309.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2310.                 ],
  2311.             ],
  2312.             'kernel.charset' => 'UTF-8',
  2313.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  2314.             'event_dispatcher.event_aliases' => [
  2315.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2316.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2317.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2318.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2319.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2320.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2321.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2322.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2323.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2324.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2325.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2326.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2327.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2328.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2329.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2330.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2331.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2332.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2333.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2334.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2335.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2336.             ],
  2337.             'fragment.renderer.hinclude.global_template' => NULL,
  2338.             'fragment.path' => '/_fragment',
  2339.             'kernel.http_method_override' => false,
  2340.             'kernel.trusted_hosts' => [
  2341.             ],
  2342.             'kernel.default_locale' => 'fr',
  2343.             'kernel.enabled_locales' => [
  2344.             ],
  2345.             'kernel.error_controller' => 'error_controller',
  2346.             'debug.file_link_format' => NULL,
  2347.             'asset.request_context.base_path' => NULL,
  2348.             'asset.request_context.secure' => NULL,
  2349.             'translator.logging' => false,
  2350.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2351.             'debug.error_handler.throw_at' => -1,
  2352.             'router.request_context.host' => 'localhost',
  2353.             'router.request_context.scheme' => 'http',
  2354.             'router.request_context.base_url' => '',
  2355.             'router.resource' => 'kernel::loadRoutes',
  2356.             'request_listener.http_port' => 80,
  2357.             'request_listener.https_port' => 443,
  2358.             'session.metadata.storage_key' => '_sf2_meta',
  2359.             'session.storage.options' => [
  2360.                 'cache_limiter' => '0',
  2361.                 'cookie_secure' => 'auto',
  2362.                 'cookie_httponly' => true,
  2363.                 'cookie_samesite' => 'lax',
  2364.                 'gc_probability' => 1,
  2365.             ],
  2366.             'session.save_path' => NULL,
  2367.             'session.metadata.update_threshold' => 0,
  2368.             'form.type_extension.csrf.enabled' => true,
  2369.             'form.type_extension.csrf.field_name' => '_token',
  2370.             'validator.translation_domain' => 'validators',
  2371.             'profiler_listener.only_exceptions' => false,
  2372.             'profiler_listener.only_main_requests' => false,
  2373.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2374.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2375.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2376.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2377.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2378.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2379.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2380.             'doctrine.entity_managers' => [
  2381.                 'default' => 'doctrine.orm.default_entity_manager',
  2382.             ],
  2383.             'doctrine.default_entity_manager' => 'default',
  2384.             'doctrine.dbal.connection_factory.types' => [
  2385.                 'uuid' => [
  2386.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  2387.                 ],
  2388.                 'ulid' => [
  2389.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  2390.                 ],
  2391.             ],
  2392.             'doctrine.connections' => [
  2393.                 'default' => 'doctrine.dbal.default_connection',
  2394.             ],
  2395.             'doctrine.default_connection' => 'default',
  2396.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2397.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2398.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2399.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2400.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2401.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2402.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2403.             'doctrine.orm.cache.memcache_port' => 11211,
  2404.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2405.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2406.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2407.             'doctrine.orm.cache.memcached_port' => 11211,
  2408.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2409.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2410.             'doctrine.orm.cache.redis_host' => 'localhost',
  2411.             'doctrine.orm.cache.redis_port' => 6379,
  2412.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2413.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2414.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2415.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2416.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2417.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2418.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2419.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2420.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2421.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2422.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2423.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2424.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2425.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2426.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2427.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2428.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2429.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2430.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2431.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2432.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2433.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2434.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2435.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2436.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2437.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2438.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2439.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2440.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2441.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2442.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2443.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  2444.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2445.             'doctrine.migrations.preferred_em' => NULL,
  2446.             'doctrine.migrations.preferred_connection' => NULL,
  2447.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2448.             'twig.form.resources' => [
  2449.                 => 'form_div_layout.html.twig',
  2450.                 => 'bootstrap_5_layout.html.twig',
  2451.             ],
  2452.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2453.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2454.             'web_profiler.debug_toolbar.mode' => 2,
  2455.             'security.role_hierarchy.roles' => [
  2456.             ],
  2457.             'security.access.denied_url' => NULL,
  2458.             'security.authentication.manager.erase_credentials' => true,
  2459.             'security.authentication.session_strategy.strategy' => 'migrate',
  2460.             'security.access.always_authenticate_before_granting' => false,
  2461.             'security.authentication.hide_user_not_found' => true,
  2462.             'security.firewalls' => [
  2463.                 => 'dev',
  2464.                 => 'main',
  2465.             ],
  2466.             'monolog.use_microseconds' => true,
  2467.             'monolog.swift_mailer.handlers' => [
  2468.             ],
  2469.             'monolog.handlers_to_channels' => [
  2470.                 'monolog.handler.console' => [
  2471.                     'type' => 'exclusive',
  2472.                     'elements' => [
  2473.                         => 'event',
  2474.                         => 'doctrine',
  2475.                         => 'console',
  2476.                     ],
  2477.                 ],
  2478.                 'monolog.handler.main' => [
  2479.                     'type' => 'exclusive',
  2480.                     'elements' => [
  2481.                         => 'event',
  2482.                     ],
  2483.                 ],
  2484.             ],
  2485.             'easyadmin.config' => [
  2486.             ],
  2487.             'data_collector.templates' => [
  2488.                 'data_collector.request' => [
  2489.                     => 'request',
  2490.                     => '@WebProfiler/Collector/request.html.twig',
  2491.                 ],
  2492.                 'data_collector.time' => [
  2493.                     => 'time',
  2494.                     => '@WebProfiler/Collector/time.html.twig',
  2495.                 ],
  2496.                 'data_collector.memory' => [
  2497.                     => 'memory',
  2498.                     => '@WebProfiler/Collector/memory.html.twig',
  2499.                 ],
  2500.                 'data_collector.validator' => [
  2501.                     => 'validator',
  2502.                     => '@WebProfiler/Collector/validator.html.twig',
  2503.                 ],
  2504.                 'data_collector.ajax' => [
  2505.                     => 'ajax',
  2506.                     => '@WebProfiler/Collector/ajax.html.twig',
  2507.                 ],
  2508.                 'data_collector.form' => [
  2509.                     => 'form',
  2510.                     => '@WebProfiler/Collector/form.html.twig',
  2511.                 ],
  2512.                 'data_collector.exception' => [
  2513.                     => 'exception',
  2514.                     => '@WebProfiler/Collector/exception.html.twig',
  2515.                 ],
  2516.                 'data_collector.logger' => [
  2517.                     => 'logger',
  2518.                     => '@WebProfiler/Collector/logger.html.twig',
  2519.                 ],
  2520.                 'data_collector.events' => [
  2521.                     => 'events',
  2522.                     => '@WebProfiler/Collector/events.html.twig',
  2523.                 ],
  2524.                 'data_collector.router' => [
  2525.                     => 'router',
  2526.                     => '@WebProfiler/Collector/router.html.twig',
  2527.                 ],
  2528.                 'data_collector.cache' => [
  2529.                     => 'cache',
  2530.                     => '@WebProfiler/Collector/cache.html.twig',
  2531.                 ],
  2532.                 'data_collector.translation' => [
  2533.                     => 'translation',
  2534.                     => '@WebProfiler/Collector/translation.html.twig',
  2535.                 ],
  2536.                 'data_collector.security' => [
  2537.                     => 'security',
  2538.                     => '@Security/Collector/security.html.twig',
  2539.                 ],
  2540.                 'data_collector.twig' => [
  2541.                     => 'twig',
  2542.                     => '@WebProfiler/Collector/twig.html.twig',
  2543.                 ],
  2544.                 'data_collector.http_client' => [
  2545.                     => 'http_client',
  2546.                     => '@WebProfiler/Collector/http_client.html.twig',
  2547.                 ],
  2548.                 'data_collector.doctrine' => [
  2549.                     => 'db',
  2550.                     => '@Doctrine/Collector/db.html.twig',
  2551.                 ],
  2552.                 'data_collector.dump' => [
  2553.                     => 'dump',
  2554.                     => '@Debug/Profiler/dump.html.twig',
  2555.                 ],
  2556.                 'data_collector.messenger' => [
  2557.                     => 'messenger',
  2558.                     => '@WebProfiler/Collector/messenger.html.twig',
  2559.                 ],
  2560.                 'mailer.data_collector' => [
  2561.                     => 'mailer',
  2562.                     => '@WebProfiler/Collector/mailer.html.twig',
  2563.                 ],
  2564.                 'notifier.data_collector' => [
  2565.                     => 'notifier',
  2566.                     => '@WebProfiler/Collector/notifier.html.twig',
  2567.                 ],
  2568.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  2569.                     => 'easyadmin',
  2570.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  2571.                 ],
  2572.                 'data_collector.config' => [
  2573.                     => 'config',
  2574.                     => '@WebProfiler/Collector/config.html.twig',
  2575.                 ],
  2576.             ],
  2577.             'console.command.ids' => [
  2578.             ],
  2579.         ];
  2580.     }
  2581.     protected function throw($message)
  2582.     {
  2583.         throw new RuntimeException($message);
  2584.     }
  2585. }