var/cache/dev/ContainerAwcBPfG/App_KernelDevDebugContainer.php line 1176

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