var/cache/dev/ContainerOgDCa6x/App_KernelDevDebugContainer.php line 2419

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