var/cache/dev/Container5Vo6bN6/App_KernelDevDebugContainer.php line 487

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