var/cache/dev/ContainerAcIvraF/App_KernelDevDebugContainer.php line 1845

Open in your IDE?
  1. <?php
  2. namespace ContainerAcIvraF;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'App\\EventListener\\KeycloakRefreshAccessTokenListener' => 'getKeycloakRefreshAccessTokenListenerService',
  41.             'App\\EventListener\\KeycloakRefreshTokenListener' => 'getKeycloakRefreshTokenListenerService',
  42.             'App\\EventListener\\RequestListener' => 'getRequestListenerService',
  43.             'App\\EventListener\\SimmtRedirectionListener' => 'getSimmtRedirectionListenerService',
  44.             'App\\EventSubscriber\\SecurityHeadersSubscriber' => 'getSecurityHeadersSubscriberService',
  45.             'App\\Security\\UserProvider' => 'getUserProviderService',
  46.             'App\\Service\\BubbleBackend' => 'getBubbleBackendService',
  47.             'App\\Service\\KeycloakApiService' => 'getKeycloakApiServiceService',
  48.             'App\\Service\\UserBackend' => 'getUserBackendService',
  49.             'App\\Twig\\ExtractStrExtension' => 'getExtractStrExtensionService',
  50.             'App\\Twig\\FileExtension' => 'getFileExtensionService',
  51.             'App\\Twig\\UrlEncodeExtension' => 'getUrlEncodeExtensionService',
  52.             'Jose\\Bundle\\JoseFramework\\Services\\ClaimCheckerManagerFactory' => 'getClaimCheckerManagerFactoryService',
  53.             'Jose\\Bundle\\JoseFramework\\Services\\HeaderCheckerManagerFactory' => 'getHeaderCheckerManagerFactoryService',
  54.             'Jose\\Component\\Core\\AlgorithmManagerFactory' => 'getAlgorithmManagerFactoryService',
  55.             'Jose\\Component\\Encryption\\Serializer\\JWESerializerManagerFactory' => 'getJWESerializerManagerFactoryService',
  56.             'Jose\\Component\\KeyManagement\\Analyzer\\KeyAnalyzerManager' => 'getKeyAnalyzerManagerService',
  57.             'Jose\\Component\\KeyManagement\\Analyzer\\KeysetAnalyzerManager' => 'getKeysetAnalyzerManagerService',
  58.             'Jose\\Component\\Signature\\Serializer\\JWSSerializerManagerFactory' => 'getJWSSerializerManagerFactoryService',
  59.             'cache.app' => 'getCache_AppService',
  60.             'cache.system' => 'getCache_SystemService',
  61.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  62.             'data_collector.dump' => 'getDataCollector_DumpService',
  63.             'doctrine' => 'getDoctrineService',
  64.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  65.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  66.             'event_dispatcher' => 'getEventDispatcherService',
  67.             'http_kernel' => 'getHttpKernelService',
  68.             'request_stack' => 'getRequestStackService',
  69.             'router' => 'getRouterService',
  70.             'translator' => 'getTranslatorService',
  71.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  72.             'cache_clearer' => 'getCacheClearerService',
  73.             'filesystem' => 'getFilesystemService',
  74.             'serializer' => 'getSerializerService',
  75.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  76.             'form.factory' => 'getForm_FactoryService',
  77.             'form.type.file' => 'getForm_Type_FileService',
  78.             'profiler' => 'getProfilerService',
  79.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  80.             'security.token_storage' => 'getSecurity_TokenStorageService',
  81.             'twig' => 'getTwigService',
  82.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  83.             'session' => 'getSessionService',
  84.             'validator' => 'getValidatorService',
  85.         ];
  86.         $this->fileMap = [
  87.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  88.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  89.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  90.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  91.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  92.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  93.             'App\\Controller\\AjaxController' => 'getAjaxControllerService',
  94.             'App\\Controller\\ApiController' => 'getApiControllerService',
  95.             'App\\Controller\\BaseController' => 'getBaseControllerService',
  96.             'App\\Controller\\BillController' => 'getBillControllerService',
  97.             'App\\Controller\\BubbleController' => 'getBubbleControllerService',
  98.             'App\\Controller\\ErrorsController' => 'getErrorsControllerService',
  99.             'App\\Controller\\FormationController' => 'getFormationControllerService',
  100.             'App\\Controller\\IndustrialController' => 'getIndustrialControllerService',
  101.             'App\\Controller\\JobController' => 'getJobControllerService',
  102.             'App\\Controller\\NonCatalogFileController' => 'getNonCatalogFileControllerService',
  103.             'App\\Controller\\OrganizationsController' => 'getOrganizationsControllerService',
  104.             'App\\Controller\\PlanController' => 'getPlanControllerService',
  105.             'App\\Controller\\PlanningController' => 'getPlanningControllerService',
  106.             'App\\Controller\\PrintJobController' => 'getPrintJobControllerService',
  107.             'App\\Controller\\PrinterController' => 'getPrinterControllerService',
  108.             'App\\Controller\\ProductionOrderController' => 'getProductionOrderControllerService',
  109.             'App\\Controller\\QualityControlController' => 'getQualityControlControllerService',
  110.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  111.             'App\\Controller\\SiteController' => 'getSiteControllerService',
  112.             'App\\Controller\\UserController' => 'getUserControllerService',
  113.             'App\\EventListener\\KeycloakLogoutListener' => 'getKeycloakLogoutListenerService',
  114.             'App\\Form\\BubbleAddUserType' => 'getBubbleAddUserTypeService',
  115.             'App\\Form\\BubbleEditType' => 'getBubbleEditTypeService',
  116.             'App\\Form\\BubbleShareProdType' => 'getBubbleShareProdTypeService',
  117.             'App\\Form\\BubbleShareTempType' => 'getBubbleShareTempTypeService',
  118.             'App\\Form\\BubbleType' => 'getBubbleTypeService',
  119.             'App\\Form\\ContactFormType' => 'getContactFormTypeService',
  120.             'App\\Form\\EcoModelType' => 'getEcoModelTypeService',
  121.             'App\\Form\\FormationAddType' => 'getFormationAddTypeService',
  122.             'App\\Form\\IndustrialType' => 'getIndustrialTypeService',
  123.             'App\\Form\\JobOrderType' => 'getJobOrderTypeService',
  124.             'App\\Form\\JobPieceType' => 'getJobPieceTypeService',
  125.             'App\\Form\\LoginType' => 'getLoginTypeService',
  126.             'App\\Form\\OrganizationsAddType' => 'getOrganizationsAddTypeService',
  127.             'App\\Form\\PlanType' => 'getPlanTypeService',
  128.             'App\\Form\\PlanTypeStep1' => 'getPlanTypeStep1Service',
  129.             'App\\Form\\PlanType_' => 'getPlanType2Service',
  130.             'App\\Form\\PrintExecType' => 'getPrintExecTypeService',
  131.             'App\\Form\\PrintJobType' => 'getPrintJobTypeService',
  132.             'App\\Form\\PrinterType' => 'getPrinterTypeService',
  133.             'App\\Form\\ProductionOrderType' => 'getProductionOrderTypeService',
  134.             'App\\Form\\ProductionToInitiateType' => 'getProductionToInitiateTypeService',
  135.             'App\\Form\\QualityControlType' => 'getQualityControlTypeService',
  136.             'App\\Form\\RegisterConfirmType' => 'getRegisterConfirmTypeService',
  137.             'App\\Form\\SiteAddUserType' => 'getSiteAddUserTypeService',
  138.             'App\\Form\\SiteType' => 'getSiteTypeService',
  139.             'App\\Form\\UserType' => 'getUserTypeService',
  140.             'App\\Model\\Bill' => 'getBillService',
  141.             'App\\Model\\BillDetails' => 'getBillDetailsService',
  142.             'App\\Model\\Bubble' => 'getBubbleService',
  143.             'App\\Model\\EcoModel' => 'getEcoModelService',
  144.             'App\\Model\\Formation' => 'getFormationService',
  145.             'App\\Model\\Industrial' => 'getIndustrialService',
  146.             'App\\Model\\JobOrder' => 'getJobOrderService',
  147.             'App\\Model\\JobPiece' => 'getJobPieceService',
  148.             'App\\Model\\Organizations' => 'getOrganizationsService',
  149.             'App\\Model\\Piece' => 'getPieceService',
  150.             'App\\Model\\Plan' => 'getPlanService',
  151.             'App\\Model\\PlanningProduction' => 'getPlanningProductionService',
  152.             'App\\Model\\PrintJob' => 'getPrintJobService',
  153.             'App\\Model\\PrintRequest' => 'getPrintRequestService',
  154.             'App\\Model\\Printer' => 'getPrinterService',
  155.             'App\\Model\\ProductionOrder' => 'getProductionOrderService',
  156.             'App\\Model\\Profile' => 'getProfileService',
  157.             'App\\Model\\QualityControl' => 'getQualityControlService',
  158.             'App\\Model\\Site' => 'getSiteService',
  159.             'App\\Model\\Structure' => 'getStructureService',
  160.             'App\\Model\\Tranche' => 'getTrancheService',
  161.             'App\\Model\\TransactionHistory' => 'getTransactionHistoryService',
  162.             'App\\Model\\User' => 'getUserService',
  163.             'App\\Security\\ApiAuthenticator' => 'getApiAuthenticatorService',
  164.             'App\\Security\\Dto\\TokensBag' => 'getTokensBagService',
  165.             'App\\Security\\Exception\\InvalidStateException' => 'getInvalidStateExceptionService',
  166.             'App\\Security\\Exception\\OpenIdServerException' => 'getOpenIdServerExceptionService',
  167.             'App\\Security\\KeycloakAuthenticator' => 'getKeycloakAuthenticatorService',
  168.             'App\\Service\\ApiBackend' => 'getApiBackendService',
  169.             'App\\Service\\Backend' => 'getBackendService',
  170.             'App\\Service\\BillBackend' => 'getBillBackendService',
  171.             'App\\Service\\ContactBackend' => 'getContactBackendService',
  172.             'App\\Service\\IndustrialBackend' => 'getIndustrialBackendService',
  173.             'App\\Service\\JobOrderBackend' => 'getJobOrderBackendService',
  174.             'App\\Service\\NonCatalogueFileBackend' => 'getNonCatalogueFileBackendService',
  175.             'App\\Service\\PlanBackend' => 'getPlanBackendService',
  176.             'App\\Service\\PlanningBackend' => 'getPlanningBackendService',
  177.             'App\\Service\\PrintJobBackend' => 'getPrintJobBackendService',
  178.             'App\\Service\\PrinterBackend' => 'getPrinterBackendService',
  179.             'App\\Service\\ProductionOrderBackend' => 'getProductionOrderBackendService',
  180.             'App\\Service\\QualityControlBackend' => 'getQualityControlBackendService',
  181.             'App\\Service\\QualityControlCrmBackend' => 'getQualityControlCrmBackendService',
  182.             'App\\Service\\SiteBackend' => 'getSiteBackendService',
  183.             'App\\Service\\StructureBackend' => 'getStructureBackendService',
  184.             'App\\Specification\\KeycloakModeUsed' => 'getKeycloakModeUsedService',
  185.             'App\\Specification\\SimmtLoginPageModeUsed' => 'getSimmtLoginPageModeUsedService',
  186.             'App\\Utils\\BubbleUtils' => 'getBubbleUtilsService',
  187.             'App\\Utils\\CtrlUtils' => 'getCtrlUtilsService',
  188.             'App\\Utils\\DateUtils' => 'getDateUtilsService',
  189.             'App\\Utils\\DefaultRights' => 'getDefaultRightsService',
  190.             'App\\Utils\\FileUtils' => 'getFileUtilsService',
  191.             'App\\Utils\\PiecesUtils' => 'getPiecesUtilsService',
  192.             'App\\Utils\\PrintersUtils' => 'getPrintersUtilsService',
  193.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  194.             'Jose\\Bundle\\JoseFramework\\Services\\JWEBuilderFactory' => 'getJWEBuilderFactoryService',
  195.             'Jose\\Bundle\\JoseFramework\\Services\\JWEDecrypterFactory' => 'getJWEDecrypterFactoryService',
  196.             'Jose\\Bundle\\JoseFramework\\Services\\JWELoaderFactory' => 'getJWELoaderFactoryService',
  197.             'Jose\\Bundle\\JoseFramework\\Services\\JWSBuilderFactory' => 'getJWSBuilderFactoryService',
  198.             'Jose\\Bundle\\JoseFramework\\Services\\JWSLoaderFactory' => 'getJWSLoaderFactoryService',
  199.             'Jose\\Bundle\\JoseFramework\\Services\\JWSVerifierFactory' => 'getJWSVerifierFactoryService',
  200.             'Jose\\Bundle\\JoseFramework\\Services\\NestedTokenBuilderFactory' => 'getNestedTokenBuilderFactoryService',
  201.             'Jose\\Bundle\\JoseFramework\\Services\\NestedTokenLoaderFactory' => 'getNestedTokenLoaderFactoryService',
  202.             'Jose\\Component\\Encryption\\Compression\\CompressionMethodManagerFactory' => 'getCompressionMethodManagerFactoryService',
  203.             'Jose\\Component\\KeyManagement\\JWKFactory' => 'getJWKFactoryService',
  204.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  205.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  206.             'cache.app_clearer' => 'getCache_AppClearerService',
  207.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  208.             'cache.system_clearer' => 'getCache_SystemClearerService',
  209.             'cache_warmer' => 'getCacheWarmerService',
  210.             'console.command_loader' => 'getConsole_CommandLoaderService',
  211.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  212.             'error_controller' => 'getErrorControllerService',
  213.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  214.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  215.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  216.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  217.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  218.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  219.             'routing.loader' => 'getRouting_LoaderService',
  220.             'services_resetter' => 'getServicesResetterService',
  221.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  222.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  223.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  224.         ];
  225.         $this->aliases = [
  226.             'App\\Kernel' => 'kernel',
  227.             'database_connection' => 'doctrine.dbal.default_connection',
  228.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  229.         ];
  230.         $this->privates['service_container'] = function () {
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  237.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  239.             include_once \dirname(__DIR__4).'/src/EventListener/KeycloakRefreshAccessTokenListener.php';
  240.             include_once \dirname(__DIR__4).'/src/EventListener/KeycloakRefreshTokenListener.php';
  241.             include_once \dirname(__DIR__4).'/src/EventListener/RequestListener.php';
  242.             include_once \dirname(__DIR__4).'/src/EventListener/SimmtRedirectionListener.php';
  243.             include_once \dirname(__DIR__4).'/src/EventSubscriber/SecurityHeadersSubscriber.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  245.             include_once \dirname(__DIR__4).'/src/Security/UserProvider.php';
  246.             include_once \dirname(__DIR__4).'/src/Utils/JwtUtils.php';
  247.             include_once \dirname(__DIR__4).'/src/Service/Backend.php';
  248.             include_once \dirname(__DIR__4).'/src/Service/BubbleBackend.php';
  249.             include_once \dirname(__DIR__4).'/src/Service/KeycloakApiService.php';
  250.             include_once \dirname(__DIR__4).'/src/Service/UserBackend.php';
  251.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  253.             include_once \dirname(__DIR__4).'/src/Twig/ExtractStrExtension.php';
  254.             include_once \dirname(__DIR__4).'/src/Twig/FileExtension.php';
  255.             include_once \dirname(__DIR__4).'/src/Twig/UrlEncodeExtension.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  267.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  296.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  323.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  415.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  422.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  423.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  424.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  430.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  431.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  432.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  433.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  434.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  435.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  436.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  437.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  443.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  445.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  446.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  464.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  466.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  467.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  470.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  471.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  472.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  473.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  474.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  476.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  477.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  478.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  479.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  482.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  485.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  486.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  487.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  489.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  490.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  491.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  492.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Core/AlgorithmManagerFactory.php';
  493.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Core/Algorithm.php';
  494.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/SignatureAlgorithm.php';
  495.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/ECDSA.php';
  496.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/ES256.php';
  497.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/ES384.php';
  498.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/ES512.php';
  499.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/MacAlgorithm.php';
  500.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/HMAC.php';
  501.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/HS256.php';
  502.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/HS384.php';
  503.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/HS512.php';
  504.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/None.php';
  505.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/RSAPKCS1.php';
  506.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/RS256.php';
  507.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/RS384.php';
  508.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/RS512.php';
  509.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/RSAPSS.php';
  510.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/PS256.php';
  511.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/PS384.php';
  512.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/PS512.php';
  513.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Algorithm/EdDSA.php';
  514.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/ContentEncryptionAlgorithm.php';
  515.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/ContentEncryption/AESCBCHS.php';
  516.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/ContentEncryption/A128CBCHS256.php';
  517.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/ContentEncryption/A192CBCHS384.php';
  518.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/ContentEncryption/A256CBCHS512.php';
  519.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/ContentEncryption/AESGCM.php';
  520.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/ContentEncryption/A128GCM.php';
  521.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/ContentEncryption/A192GCM.php';
  522.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/ContentEncryption/A256GCM.php';
  523.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/KeyEncryptionAlgorithm.php';
  524.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/KeyEncryption/DirectEncryption.php';
  525.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/KeyEncryption/Dir.php';
  526.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/KeyEncryption/KeyAgreement.php';
  527.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/KeyEncryption/AbstractECDH.php';
  528.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/KeyEncryption/ECDHES.php';
  529.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/KeyEncryption/ECDHSS.php';
  530.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/KeyEncryption/KeyEncryption.php';
  531.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/KeyEncryption/RSA.php';
  532.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/KeyEncryption/RSA15.php';
  533.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/KeyEncryption/RSAOAEP.php';
  534.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Algorithm/KeyEncryption/RSAOAEP256.php';
  535.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-bundle/DataCollector/JoseCollector.php';
  536.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-bundle/DataCollector/Collector.php';
  537.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-bundle/DataCollector/AlgorithmCollector.php';
  538.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-bundle/DataCollector/KeyCollector.php';
  539.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-bundle/DataCollector/CheckerCollector.php';
  540.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-bundle/DataCollector/JWECollector.php';
  541.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-bundle/DataCollector/JWSCollector.php';
  542.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-bundle/Services/HeaderCheckerManagerFactory.php';
  543.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Checker/TokenTypeSupport.php';
  544.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/JWSTokenSupport.php';
  545.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/JWETokenSupport.php';
  546.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-bundle/Services/ClaimCheckerManagerFactory.php';
  547.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Checker/ClaimChecker.php';
  548.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Checker/HeaderChecker.php';
  549.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Checker/ExpirationTimeChecker.php';
  550.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Checker/IssuedAtChecker.php';
  551.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Checker/NotBeforeChecker.php';
  552.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Serializer/JWSSerializerManagerFactory.php';
  553.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Serializer/JWSSerializer.php';
  554.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Serializer/Serializer.php';
  555.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Serializer/CompactSerializer.php';
  556.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Serializer/JSONFlattenedSerializer.php';
  557.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Signature/Serializer/JSONGeneralSerializer.php';
  558.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Serializer/JWESerializerManagerFactory.php';
  559.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Serializer/JWESerializer.php';
  560.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Serializer/CompactSerializer.php';
  561.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Serializer/JSONFlattenedSerializer.php';
  562.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/Encryption/Serializer/JSONGeneralSerializer.php';
  563.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/KeyAnalyzerManager.php';
  564.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/KeyAnalyzer.php';
  565.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/AlgorithmAnalyzer.php';
  566.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/UsageAnalyzer.php';
  567.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/KeyIdentifierAnalyzer.php';
  568.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/NoneAnalyzer.php';
  569.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/OctAnalyzer.php';
  570.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/HSKeyAnalyzer.php';
  571.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/HS256KeyAnalyzer.php';
  572.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/HS384KeyAnalyzer.php';
  573.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/HS512KeyAnalyzer.php';
  574.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/ESKeyAnalyzer.php';
  575.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/ES256KeyAnalyzer.php';
  576.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/ES384KeyAnalyzer.php';
  577.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/ES512KeyAnalyzer.php';
  578.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/KeysetAnalyzerManager.php';
  579.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/KeysetAnalyzer.php';
  580.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/MixedKeyTypes.php';
  581.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-library/KeyManagement/Analyzer/MixedPublicAndPrivateKeys.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  609.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-bundle/Serializer/JWSSerializer.php';
  610.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-bundle/Serializer/JWESerializer.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  641.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-bundle/Serializer/JWSEncoder.php';
  642.             include_once \dirname(__DIR__4).'/vendor/web-token/jwt-bundle/Serializer/JWEEncoder.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  659.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  666.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  668.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  669.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  670.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  671.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  672.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  673.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  674.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  675.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  676.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  682.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  706.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  709.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  711.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  718.         };
  719.     }
  720.     public function compile(): void
  721.     {
  722.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  723.     }
  724.     public function isCompiled(): bool
  725.     {
  726.         return true;
  727.     }
  728.     public function getRemovedIds(): array
  729.     {
  730.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  731.     }
  732.     protected function load($file$lazyLoad true)
  733.     {
  734.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  735.             return $class::do($this$lazyLoad);
  736.         }
  737.         if ('.' === $file[-4]) {
  738.             $class substr($class0, -4);
  739.         } else {
  740.             $file .= '.php';
  741.         }
  742.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  743.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  744.     }
  745.     protected function createProxy($class\Closure $factory)
  746.     {
  747.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  748.         return $factory();
  749.     }
  750.     /**
  751.      * Gets the public '.container.private.profiler' shared service.
  752.      *
  753.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  754.      */
  755.     protected function get_Container_Private_ProfilerService()
  756.     {
  757.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  758.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  759.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  760.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  761.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  762.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  763.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  764.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  765.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  766.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  767.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  768.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  769.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  770.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  771.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  772.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  773.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  774.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  775.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  776.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  777.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  778.         if ($this->has('kernel')) {
  779.             $f->setKernel($b);
  780.         }
  781.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  782.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  783.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  784.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  785.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  786.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  787.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  788.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  789.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  790.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  791.         $instance->add($d);
  792.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  793.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  794.         $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())));
  795.         $instance->add($e);
  796.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  797.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  798.         $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()))));
  799.         $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()))));
  800.         $instance->add(($this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JoseCollector'] ?? $this->getJoseCollectorService()));
  801.         $instance->add($f);
  802.         return $instance;
  803.     }
  804.     /**
  805.      * Gets the public '.container.private.security.authorization_checker' shared service.
  806.      *
  807.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  808.      */
  809.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  810.     {
  811.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  812.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  813.             return $this->services['.container.private.security.authorization_checker'];
  814.         }
  815.         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);
  816.     }
  817.     /**
  818.      * Gets the public '.container.private.security.token_storage' shared service.
  819.      *
  820.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  821.      */
  822.     protected function get_Container_Private_Security_TokenStorageService()
  823.     {
  824.         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, [
  825.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  826.         ], [
  827.             'request_stack' => '?',
  828.         ]));
  829.     }
  830.     /**
  831.      * Gets the public '.container.private.serializer' shared service.
  832.      *
  833.      * @return \Symfony\Component\Serializer\Serializer
  834.      */
  835.     protected function get_Container_Private_SerializerService()
  836.     {
  837.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  838.         $b = ($this->services['Jose\\Component\\Signature\\Serializer\\JWSSerializerManagerFactory'] ?? $this->getJWSSerializerManagerFactoryService());
  839.         $c = ($this->services['Jose\\Component\\Encryption\\Serializer\\JWESerializerManagerFactory'] ?? $this->getJWESerializerManagerFactoryService());
  840.         $d = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  841.         $e = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($d, new \Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter());
  842.         $f = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  843.         $g = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($d);
  844.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Jose\Bundle\JoseFramework\Serializer\JWSSerializer($b), => new \Jose\Bundle\JoseFramework\Serializer\JWESerializer($c), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $e), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($d$e$f$gNULL, [])), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 13 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 14 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 15 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($d$e$a$f$gNULL, [], $f)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \Jose\Bundle\JoseFramework\Serializer\JWSEncoder($b), => new \Jose\Bundle\JoseFramework\Serializer\JWEEncoder($c)]);
  845.     }
  846.     /**
  847.      * Gets the public '.container.private.session' shared service.
  848.      *
  849.      * @return \Symfony\Component\HttpFoundation\Session\Session
  850.      */
  851.     protected function get_Container_Private_SessionService()
  852.     {
  853.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  854.         if (isset($this->services['.container.private.session'])) {
  855.             return $this->services['.container.private.session'];
  856.         }
  857.         return $this->services['.container.private.session'] = $a->createSession();
  858.     }
  859.     /**
  860.      * Gets the public '.container.private.twig' shared service.
  861.      *
  862.      * @return \Twig\Environment
  863.      */
  864.     protected function get_Container_Private_TwigService()
  865.     {
  866.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  867.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  868.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  869.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  870.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  871.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  872.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  873.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  874.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  875.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  876.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  877.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  878.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  879.         $a->addPath((\dirname(__DIR__4).'/vendor/web-token/jwt-bundle/Resources/views'), 'JoseFramework');
  880.         $a->addPath((\dirname(__DIR__4).'/vendor/web-token/jwt-bundle/Resources/views'), '!JoseFramework');
  881.         $a->addPath((\dirname(__DIR__4).'/templates'));
  882.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  883.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  884.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  885.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  886.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  887.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  888.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  889.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  890.         $f = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  891.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  892.         $h = ($this->services['router'] ?? $this->getRouterService());
  893.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  894.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  895.         $j = new \Symfony\Bridge\Twig\AppVariable();
  896.         $j->setEnvironment('dev');
  897.         $j->setDebug(true);
  898.         if ($this->has('.container.private.security.token_storage')) {
  899.             $j->setTokenStorage($c);
  900.         }
  901.         if ($this->has('request_stack')) {
  902.             $j->setRequestStack($b);
  903.         }
  904.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  905.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  906.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  907.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  908.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  909.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  910.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($b$f->getBaseUrl(), $f->isSecure())), new RewindableGenerator(function () {
  911.             return new \EmptyIterator();
  912.         }, 0))));
  913.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  914.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  915.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  916.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  917.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  918.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  919.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$h)));
  920.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  921.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  922.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  923.         $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())));
  924.         $instance->addExtension(($this->services['App\\Twig\\ExtractStrExtension'] ?? ($this->services['App\\Twig\\ExtractStrExtension'] = new \App\Twig\ExtractStrExtension())));
  925.         $instance->addExtension(($this->services['App\\Twig\\FileExtension'] ?? ($this->services['App\\Twig\\FileExtension'] = new \App\Twig\FileExtension())));
  926.         $instance->addExtension(($this->services['App\\Twig\\UrlEncodeExtension'] ?? ($this->services['App\\Twig\\UrlEncodeExtension'] = new \App\Twig\UrlEncodeExtension())));
  927.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  928.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  929.         $instance->addGlobal('app'$j);
  930.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  931.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  932.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  933.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  934.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  935.         ], [
  936.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  937.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  938.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  939.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  940.         ])));
  941.         $instance->addGlobal('MC_VERSION'$this->getEnv('MC_VERSION'));
  942.         $instance->addGlobal('locales'$this->parameters['app.locales']);
  943.         $instance->addGlobal('api_url'$this->getEnv('API_URL'));
  944.         $instance->addGlobal('is_keycloak_service'$this->getEnv('IS_KEYCLOAK_SIMMT'));
  945.         $instance->addGlobal('simmt_login_page_service'$this->getEnv('SIMMT_LOGIN_PAGE'));
  946.         $instance->addGlobal('mcot_portail_domain_name'$this->getEnv('MCOT_PORTAIL_DOMAIN_NAME'));
  947.         $instance->addGlobal('bubble_service', ($this->services['App\\Service\\BubbleBackend'] ?? $this->getBubbleBackendService()));
  948.         $instance->addGlobal('vistory_redirect'$this->getEnv('VISTORY_REDIRECT'));
  949.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  950.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  951.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  952.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  953.         return $instance;
  954.     }
  955.     /**
  956.      * Gets the public '.container.private.validator' shared service.
  957.      *
  958.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  959.      */
  960.     protected function get_Container_Private_ValidatorService()
  961.     {
  962.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  963.     }
  964.     /**
  965.      * Gets the public 'App\EventListener\KeycloakRefreshAccessTokenListener' shared autowired service.
  966.      *
  967.      * @return \App\EventListener\KeycloakRefreshAccessTokenListener
  968.      */
  969.     protected function getKeycloakRefreshAccessTokenListenerService()
  970.     {
  971.         return $this->services['App\\EventListener\\KeycloakRefreshAccessTokenListener'] = new \App\EventListener\KeycloakRefreshAccessTokenListener(($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()), ($this->services['App\\Service\\KeycloakApiService'] ?? $this->getKeycloakApiServiceService()));
  972.     }
  973.     /**
  974.      * Gets the public 'App\EventListener\KeycloakRefreshTokenListener' shared autowired service.
  975.      *
  976.      * @return \App\EventListener\KeycloakRefreshTokenListener
  977.      */
  978.     protected function getKeycloakRefreshTokenListenerService()
  979.     {
  980.         return $this->services['App\\EventListener\\KeycloakRefreshTokenListener'] = new \App\EventListener\KeycloakRefreshTokenListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['App\\Security\\UserProvider'] ?? $this->getUserProviderService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['App\\Service\\KeycloakApiService'] ?? $this->getKeycloakApiServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  981.     }
  982.     /**
  983.      * Gets the public 'App\EventListener\RequestListener' shared autowired service.
  984.      *
  985.      * @return \App\EventListener\RequestListener
  986.      */
  987.     protected function getRequestListenerService()
  988.     {
  989.         return $this->services['App\\EventListener\\RequestListener'] = new \App\EventListener\RequestListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  990.     }
  991.     /**
  992.      * Gets the public 'App\EventListener\SimmtRedirectionListener' shared autowired service.
  993.      *
  994.      * @return \App\EventListener\SimmtRedirectionListener
  995.      */
  996.     protected function getSimmtRedirectionListenerService()
  997.     {
  998.         return $this->services['App\\EventListener\\SimmtRedirectionListener'] = new \App\EventListener\SimmtRedirectionListener(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()));
  999.     }
  1000.     /**
  1001.      * Gets the public 'App\EventSubscriber\SecurityHeadersSubscriber' shared autowired service.
  1002.      *
  1003.      * @return \App\EventSubscriber\SecurityHeadersSubscriber
  1004.      */
  1005.     protected function getSecurityHeadersSubscriberService()
  1006.     {
  1007.         return $this->services['App\\EventSubscriber\\SecurityHeadersSubscriber'] = new \App\EventSubscriber\SecurityHeadersSubscriber();
  1008.     }
  1009.     /**
  1010.      * Gets the public 'App\Security\UserProvider' shared autowired service.
  1011.      *
  1012.      * @return \App\Security\UserProvider
  1013.      */
  1014.     protected function getUserProviderService()
  1015.     {
  1016.         return $this->services['App\\Security\\UserProvider'] = new \App\Security\UserProvider(($this->services['App\\Service\\UserBackend'] ?? $this->getUserBackendService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1017.     }
  1018.     /**
  1019.      * Gets the public 'App\Service\BubbleBackend' shared autowired service.
  1020.      *
  1021.      * @return \App\Service\BubbleBackend
  1022.      */
  1023.     protected function getBubbleBackendService()
  1024.     {
  1025.         return $this->services['App\\Service\\BubbleBackend'] = new \App\Service\BubbleBackend(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1026.     }
  1027.     /**
  1028.      * Gets the public 'App\Service\KeycloakApiService' shared autowired service.
  1029.      *
  1030.      * @return \App\Service\KeycloakApiService
  1031.      */
  1032.     protected function getKeycloakApiServiceService()
  1033.     {
  1034.         return $this->services['App\\Service\\KeycloakApiService'] = new \App\Service\KeycloakApiService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1035.     }
  1036.     /**
  1037.      * Gets the public 'App\Service\UserBackend' shared autowired service.
  1038.      *
  1039.      * @return \App\Service\UserBackend
  1040.      */
  1041.     protected function getUserBackendService()
  1042.     {
  1043.         return $this->services['App\\Service\\UserBackend'] = new \App\Service\UserBackend(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1044.     }
  1045.     /**
  1046.      * Gets the public 'App\Twig\ExtractStrExtension' shared autowired service.
  1047.      *
  1048.      * @return \App\Twig\ExtractStrExtension
  1049.      */
  1050.     protected function getExtractStrExtensionService()
  1051.     {
  1052.         return $this->services['App\\Twig\\ExtractStrExtension'] = new \App\Twig\ExtractStrExtension();
  1053.     }
  1054.     /**
  1055.      * Gets the public 'App\Twig\FileExtension' shared autowired service.
  1056.      *
  1057.      * @return \App\Twig\FileExtension
  1058.      */
  1059.     protected function getFileExtensionService()
  1060.     {
  1061.         return $this->services['App\\Twig\\FileExtension'] = new \App\Twig\FileExtension();
  1062.     }
  1063.     /**
  1064.      * Gets the public 'App\Twig\UrlEncodeExtension' shared autowired service.
  1065.      *
  1066.      * @return \App\Twig\UrlEncodeExtension
  1067.      */
  1068.     protected function getUrlEncodeExtensionService()
  1069.     {
  1070.         return $this->services['App\\Twig\\UrlEncodeExtension'] = new \App\Twig\UrlEncodeExtension();
  1071.     }
  1072.     /**
  1073.      * Gets the public 'Jose\Bundle\JoseFramework\Services\ClaimCheckerManagerFactory' shared autowired service.
  1074.      *
  1075.      * @return \Jose\Bundle\JoseFramework\Services\ClaimCheckerManagerFactory
  1076.      */
  1077.     protected function getClaimCheckerManagerFactoryService()
  1078.     {
  1079.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1080.         if (isset($this->services['Jose\\Bundle\\JoseFramework\\Services\\ClaimCheckerManagerFactory'])) {
  1081.             return $this->services['Jose\\Bundle\\JoseFramework\\Services\\ClaimCheckerManagerFactory'];
  1082.         }
  1083.         $this->services['Jose\\Bundle\\JoseFramework\\Services\\ClaimCheckerManagerFactory'] = $instance = new \Jose\Bundle\JoseFramework\Services\ClaimCheckerManagerFactory($a);
  1084.         $instance->add('exp', ($this->privates['Jose\\Component\\Checker\\ExpirationTimeChecker'] ?? $this->getExpirationTimeCheckerService()));
  1085.         $instance->add('iat', ($this->privates['Jose\\Component\\Checker\\IssuedAtChecker'] ?? $this->getIssuedAtCheckerService()));
  1086.         $instance->add('nbf', ($this->privates['Jose\\Component\\Checker\\NotBeforeChecker'] ?? $this->getNotBeforeCheckerService()));
  1087.         return $instance;
  1088.     }
  1089.     /**
  1090.      * Gets the public 'Jose\Bundle\JoseFramework\Services\HeaderCheckerManagerFactory' shared autowired service.
  1091.      *
  1092.      * @return \Jose\Bundle\JoseFramework\Services\HeaderCheckerManagerFactory
  1093.      */
  1094.     protected function getHeaderCheckerManagerFactoryService()
  1095.     {
  1096.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1097.         if (isset($this->services['Jose\\Bundle\\JoseFramework\\Services\\HeaderCheckerManagerFactory'])) {
  1098.             return $this->services['Jose\\Bundle\\JoseFramework\\Services\\HeaderCheckerManagerFactory'];
  1099.         }
  1100.         $this->services['Jose\\Bundle\\JoseFramework\\Services\\HeaderCheckerManagerFactory'] = $instance = new \Jose\Bundle\JoseFramework\Services\HeaderCheckerManagerFactory($a);
  1101.         $instance->add('exp', ($this->privates['Jose\\Component\\Checker\\ExpirationTimeChecker'] ?? $this->getExpirationTimeCheckerService()));
  1102.         $instance->add('iat', ($this->privates['Jose\\Component\\Checker\\IssuedAtChecker'] ?? $this->getIssuedAtCheckerService()));
  1103.         $instance->add('nbf', ($this->privates['Jose\\Component\\Checker\\NotBeforeChecker'] ?? $this->getNotBeforeCheckerService()));
  1104.         $instance->addTokenTypeSupport(new \Jose\Component\Signature\JWSTokenSupport());
  1105.         $instance->addTokenTypeSupport(new \Jose\Component\Encryption\JWETokenSupport());
  1106.         return $instance;
  1107.     }
  1108.     /**
  1109.      * Gets the public 'Jose\Component\Core\AlgorithmManagerFactory' shared autowired service.
  1110.      *
  1111.      * @return \Jose\Component\Core\AlgorithmManagerFactory
  1112.      */
  1113.     protected function getAlgorithmManagerFactoryService()
  1114.     {
  1115.         $this->services['Jose\\Component\\Core\\AlgorithmManagerFactory'] = $instance = new \Jose\Component\Core\AlgorithmManagerFactory();
  1116.         $instance->add('ES256', new \Jose\Component\Signature\Algorithm\ES256());
  1117.         $instance->add('ES384', new \Jose\Component\Signature\Algorithm\ES384());
  1118.         $instance->add('ES512', new \Jose\Component\Signature\Algorithm\ES512());
  1119.         $instance->add('HS256', new \Jose\Component\Signature\Algorithm\HS256());
  1120.         $instance->add('HS384', new \Jose\Component\Signature\Algorithm\HS384());
  1121.         $instance->add('HS512', new \Jose\Component\Signature\Algorithm\HS512());
  1122.         $instance->add('none', new \Jose\Component\Signature\Algorithm\None());
  1123.         $instance->add('RS256', new \Jose\Component\Signature\Algorithm\RS256());
  1124.         $instance->add('RS384', new \Jose\Component\Signature\Algorithm\RS384());
  1125.         $instance->add('RS512', new \Jose\Component\Signature\Algorithm\RS512());
  1126.         $instance->add('PS256', new \Jose\Component\Signature\Algorithm\PS256());
  1127.         $instance->add('PS384', new \Jose\Component\Signature\Algorithm\PS384());
  1128.         $instance->add('PS512', new \Jose\Component\Signature\Algorithm\PS512());
  1129.         $instance->add('EdDSA', new \Jose\Component\Signature\Algorithm\EdDSA());
  1130.         $instance->add('A128CBC-HS256', new \Jose\Component\Encryption\Algorithm\ContentEncryption\A128CBCHS256());
  1131.         $instance->add('A192CBC-HS384', new \Jose\Component\Encryption\Algorithm\ContentEncryption\A192CBCHS384());
  1132.         $instance->add('A256CBC-HS512', new \Jose\Component\Encryption\Algorithm\ContentEncryption\A256CBCHS512());
  1133.         $instance->add('A128GCM', new \Jose\Component\Encryption\Algorithm\ContentEncryption\A128GCM());
  1134.         $instance->add('A192GCM', new \Jose\Component\Encryption\Algorithm\ContentEncryption\A192GCM());
  1135.         $instance->add('A256GCM', new \Jose\Component\Encryption\Algorithm\ContentEncryption\A256GCM());
  1136.         $instance->add('dir', new \Jose\Component\Encryption\Algorithm\KeyEncryption\Dir());
  1137.         $instance->add('ECDH-ES', new \Jose\Component\Encryption\Algorithm\KeyEncryption\ECDHES());
  1138.         $instance->add('ECDH-SS', new \Jose\Component\Encryption\Algorithm\KeyEncryption\ECDHSS());
  1139.         $instance->add('RSA1_5', new \Jose\Component\Encryption\Algorithm\KeyEncryption\RSA15());
  1140.         $instance->add('RSA-OAEP', new \Jose\Component\Encryption\Algorithm\KeyEncryption\RSAOAEP());
  1141.         $instance->add('RSA-OAEP-256', new \Jose\Component\Encryption\Algorithm\KeyEncryption\RSAOAEP256());
  1142.         return $instance;
  1143.     }
  1144.     /**
  1145.      * Gets the public 'Jose\Component\Encryption\Serializer\JWESerializerManagerFactory' shared autowired service.
  1146.      *
  1147.      * @return \Jose\Component\Encryption\Serializer\JWESerializerManagerFactory
  1148.      */
  1149.     protected function getJWESerializerManagerFactoryService()
  1150.     {
  1151.         $this->services['Jose\\Component\\Encryption\\Serializer\\JWESerializerManagerFactory'] = $instance = new \Jose\Component\Encryption\Serializer\JWESerializerManagerFactory();
  1152.         $instance->add(new \Jose\Component\Encryption\Serializer\CompactSerializer());
  1153.         $instance->add(new \Jose\Component\Encryption\Serializer\JSONFlattenedSerializer());
  1154.         $instance->add(new \Jose\Component\Encryption\Serializer\JSONGeneralSerializer());
  1155.         return $instance;
  1156.     }
  1157.     /**
  1158.      * Gets the public 'Jose\Component\KeyManagement\Analyzer\KeyAnalyzerManager' shared autowired service.
  1159.      *
  1160.      * @return \Jose\Component\KeyManagement\Analyzer\KeyAnalyzerManager
  1161.      */
  1162.     protected function getKeyAnalyzerManagerService()
  1163.     {
  1164.         $this->services['Jose\\Component\\KeyManagement\\Analyzer\\KeyAnalyzerManager'] = $instance = new \Jose\Component\KeyManagement\Analyzer\KeyAnalyzerManager();
  1165.         $instance->add(new \Jose\Component\KeyManagement\Analyzer\AlgorithmAnalyzer());
  1166.         $instance->add(new \Jose\Component\KeyManagement\Analyzer\UsageAnalyzer());
  1167.         $instance->add(new \Jose\Component\KeyManagement\Analyzer\KeyIdentifierAnalyzer());
  1168.         $instance->add(new \Jose\Component\KeyManagement\Analyzer\NoneAnalyzer());
  1169.         $instance->add(new \Jose\Component\KeyManagement\Analyzer\OctAnalyzer());
  1170.         $instance->add(new \Jose\Component\KeyManagement\Analyzer\HS256KeyAnalyzer());
  1171.         $instance->add(new \Jose\Component\KeyManagement\Analyzer\HS384KeyAnalyzer());
  1172.         $instance->add(new \Jose\Component\KeyManagement\Analyzer\HS512KeyAnalyzer());
  1173.         $instance->add(new \Jose\Component\KeyManagement\Analyzer\ES256KeyAnalyzer());
  1174.         $instance->add(new \Jose\Component\KeyManagement\Analyzer\ES384KeyAnalyzer());
  1175.         $instance->add(new \Jose\Component\KeyManagement\Analyzer\ES512KeyAnalyzer());
  1176.         return $instance;
  1177.     }
  1178.     /**
  1179.      * Gets the public 'Jose\Component\KeyManagement\Analyzer\KeysetAnalyzerManager' shared autowired service.
  1180.      *
  1181.      * @return \Jose\Component\KeyManagement\Analyzer\KeysetAnalyzerManager
  1182.      */
  1183.     protected function getKeysetAnalyzerManagerService()
  1184.     {
  1185.         $this->services['Jose\\Component\\KeyManagement\\Analyzer\\KeysetAnalyzerManager'] = $instance = new \Jose\Component\KeyManagement\Analyzer\KeysetAnalyzerManager();
  1186.         $instance->add(new \Jose\Component\KeyManagement\Analyzer\MixedKeyTypes());
  1187.         $instance->add(new \Jose\Component\KeyManagement\Analyzer\MixedPublicAndPrivateKeys());
  1188.         return $instance;
  1189.     }
  1190.     /**
  1191.      * Gets the public 'Jose\Component\Signature\Serializer\JWSSerializerManagerFactory' shared autowired service.
  1192.      *
  1193.      * @return \Jose\Component\Signature\Serializer\JWSSerializerManagerFactory
  1194.      */
  1195.     protected function getJWSSerializerManagerFactoryService()
  1196.     {
  1197.         $this->services['Jose\\Component\\Signature\\Serializer\\JWSSerializerManagerFactory'] = $instance = new \Jose\Component\Signature\Serializer\JWSSerializerManagerFactory();
  1198.         $instance->add(new \Jose\Component\Signature\Serializer\CompactSerializer());
  1199.         $instance->add(new \Jose\Component\Signature\Serializer\JSONFlattenedSerializer());
  1200.         $instance->add(new \Jose\Component\Signature\Serializer\JSONGeneralSerializer());
  1201.         return $instance;
  1202.     }
  1203.     /**
  1204.      * Gets the public 'cache.app' shared service.
  1205.      *
  1206.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1207.      */
  1208.     protected function getCache_AppService()
  1209.     {
  1210.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('+XY0Rk03Qx'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1211.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1212.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1213.     }
  1214.     /**
  1215.      * Gets the public 'cache.system' shared service.
  1216.      *
  1217.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1218.      */
  1219.     protected function getCache_SystemService()
  1220.     {
  1221.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mbMjJ2RcNv'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1222.     }
  1223.     /**
  1224.      * Gets the public 'cache.validator_expression_language' shared service.
  1225.      *
  1226.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1227.      */
  1228.     protected function getCache_ValidatorExpressionLanguageService()
  1229.     {
  1230.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DQTvnKYNIi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1231.     }
  1232.     /**
  1233.      * Gets the public 'data_collector.dump' shared service.
  1234.      *
  1235.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1236.      */
  1237.     protected function getDataCollector_DumpService()
  1238.     {
  1239.         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()));
  1240.     }
  1241.     /**
  1242.      * Gets the public 'doctrine' shared service.
  1243.      *
  1244.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1245.      */
  1246.     protected function getDoctrineService()
  1247.     {
  1248.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1249.     }
  1250.     /**
  1251.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1252.      *
  1253.      * @return \Doctrine\DBAL\Connection
  1254.      */
  1255.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1256.     {
  1257.         $a = new \Doctrine\DBAL\Configuration();
  1258.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1259.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1260.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1261.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1262.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1263.         $c->setConnectionName('default');
  1264.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1265.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1266.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
  1267.     }
  1268.     /**
  1269.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1270.      *
  1271.      * @return \Doctrine\ORM\EntityManager
  1272.      */
  1273.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1274.     {
  1275.         if ($lazyLoad) {
  1276.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1277.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1278.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1279.                     $proxy->setProxyInitializer(null);
  1280.                     return true;
  1281.                 });
  1282.             });
  1283.         }
  1284.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1285.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1286.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1287.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1288.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1289.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1290.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1291.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1292.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1293.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1294.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1295.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1296.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1297.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1298.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1299.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1300.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1301.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1302.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1303.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1304.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1305.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1306.         $a = new \Doctrine\ORM\Configuration();
  1307.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1308.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity')], false))), 'App\\Entity');
  1309.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1310.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1311.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1312.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1313.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1314.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1315.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1316.         ], [
  1317.             'doctrine.ulid_generator' => '?',
  1318.             'doctrine.uuid_generator' => '?',
  1319.         ])));
  1320.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1321.         $a->setProxyNamespace('Proxies');
  1322.         $a->setAutoGenerateProxyClasses(true);
  1323.         $a->setSchemaIgnoreClasses([]);
  1324.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1325.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1326.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1327.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1328.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1329.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1330.         $a->setLazyGhostObjectEnabled(false);
  1331.         $a->setIdentityGenerationPreferences([]);
  1332.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1333.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1334.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1335.         return $instance;
  1336.     }
  1337.     /**
  1338.      * Gets the public 'event_dispatcher' shared service.
  1339.      *
  1340.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1341.      */
  1342.     protected function getEventDispatcherService()
  1343.     {
  1344.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1345.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1346.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1347.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1348.         $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())));
  1349.         $instance->addListener('kernel.request', [=> function () {
  1350.             return ($this->services['App\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1351.         }, => 'onKernelRequest'], 0);
  1352.         $instance->addListener('kernel.controller', [=> function () {
  1353.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1354.         }, => 'onKernelController'], 0);
  1355.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1356.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1357.         }, => 'checkPassport'], 1024);
  1358.         $instance->addListener('kernel.response', [=> function () {
  1359.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1360.         }, => 'onKernelResponse'], 0);
  1361.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1362.             return ($this->services['App\\EventListener\\KeycloakLogoutListener'] ?? $this->load('getKeycloakLogoutListenerService'));
  1363.         }, => 'logoutFromOidcProvider'], 0);
  1364.         $instance->addListener('kernel.request', [=> function () {
  1365.             return ($this->services['App\\EventListener\\KeycloakRefreshAccessTokenListener'] ?? $this->getKeycloakRefreshAccessTokenListenerService());
  1366.         }, => 'onKernelRequest'], 0);
  1367.         $instance->addListener('kernel.request', [=> function () {
  1368.             return ($this->services['App\\EventListener\\KeycloakRefreshTokenListener'] ?? $this->getKeycloakRefreshTokenListenerService());
  1369.         }, => 'onKernelRequest'], 0);
  1370.         $instance->addListener('kernel.request', [=> function () {
  1371.             return ($this->services['App\\EventListener\\SimmtRedirectionListener'] ?? $this->getSimmtRedirectionListenerService());
  1372.         }, => 'onKernelRequest'], 0);
  1373.         $instance->addListener('kernel.response', [=> function () {
  1374.             return ($this->services['App\\EventSubscriber\\SecurityHeadersSubscriber'] ?? ($this->services['App\\EventSubscriber\\SecurityHeadersSubscriber'] = new \App\EventSubscriber\SecurityHeadersSubscriber()));
  1375.         }, => 'onKernelResponse'], 0);
  1376.         $instance->addListener('kernel.response', [=> function () {
  1377.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1378.         }, => 'onKernelResponse'], 0);
  1379.         $instance->addListener('kernel.response', [=> function () {
  1380.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1381.         }, => 'onKernelResponse'], -1024);
  1382.         $instance->addListener('kernel.request', [=> function () {
  1383.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1384.         }, => 'setDefaultLocale'], 100);
  1385.         $instance->addListener('kernel.request', [=> function () {
  1386.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1387.         }, => 'onKernelRequest'], 16);
  1388.         $instance->addListener('kernel.finish_request', [=> function () {
  1389.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1390.         }, => 'onKernelFinishRequest'], 0);
  1391.         $instance->addListener('kernel.request', [=> function () {
  1392.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1393.         }, => 'onKernelRequest'], 256);
  1394.         $instance->addListener('kernel.response', [=> function () {
  1395.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1396.         }, => 'onResponse'], -255);
  1397.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1398.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1399.         }, => 'onControllerArguments'], 0);
  1400.         $instance->addListener('kernel.exception', [=> function () {
  1401.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1402.         }, => 'logKernelException'], 0);
  1403.         $instance->addListener('kernel.exception', [=> function () {
  1404.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1405.         }, => 'onKernelException'], -128);
  1406.         $instance->addListener('kernel.response', [=> function () {
  1407.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1408.         }, => 'removeCspHeader'], -128);
  1409.         $instance->addListener('kernel.request', [=> function () {
  1410.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1411.         }, => 'onKernelRequest'], 15);
  1412.         $instance->addListener('kernel.finish_request', [=> function () {
  1413.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1414.         }, => 'onKernelFinishRequest'], -15);
  1415.         $instance->addListener('console.error', [=> function () {
  1416.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1417.         }, => 'onConsoleError'], -128);
  1418.         $instance->addListener('console.terminate', [=> function () {
  1419.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1420.         }, => 'onConsoleTerminate'], -128);
  1421.         $instance->addListener('console.error', [=> function () {
  1422.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1423.         }, => 'onConsoleError'], 0);
  1424.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1425.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1426.         }, => 'onMessage'], -255);
  1427.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1428.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1429.         }, => 'onMessage'], -255);
  1430.         $instance->addListener('kernel.request', [=> function () {
  1431.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1432.         }, => 'configure'], 2048);
  1433.         $instance->addListener('console.command', [=> function () {
  1434.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1435.         }, => 'configure'], 2048);
  1436.         $instance->addListener('kernel.request', [=> function () {
  1437.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1438.         }, => 'onKernelRequest'], 32);
  1439.         $instance->addListener('kernel.finish_request', [=> function () {
  1440.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1441.         }, => 'onKernelFinishRequest'], 0);
  1442.         $instance->addListener('kernel.exception', [=> function () {
  1443.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1444.         }, => 'onKernelException'], -64);
  1445.         $instance->addListener('kernel.response', [=> function () {
  1446.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1447.         }, => 'onKernelResponse'], 0);
  1448.         $instance->addListener('kernel.request', [=> function () {
  1449.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1450.         }, => 'onKernelRequest'], 128);
  1451.         $instance->addListener('kernel.response', [=> function () {
  1452.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1453.         }, => 'onKernelResponse'], -1000);
  1454.         $instance->addListener('kernel.finish_request', [=> function () {
  1455.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1456.         }, => 'onFinishRequest'], 0);
  1457.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1458.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1459.         }, => 'onNotification'], -255);
  1460.         $instance->addListener('kernel.response', [=> function () {
  1461.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1462.         }, => 'onKernelResponse'], -100);
  1463.         $instance->addListener('kernel.exception', [=> function () {
  1464.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1465.         }, => 'onKernelException'], 0);
  1466.         $instance->addListener('kernel.terminate', [=> function () {
  1467.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1468.         }, => 'onKernelTerminate'], -1024);
  1469.         $instance->addListener('kernel.controller', [=> function () {
  1470.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1471.         }, => 'onKernelController'], 0);
  1472.         $instance->addListener('kernel.response', [=> function () {
  1473.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1474.         }, => 'onKernelResponse'], 0);
  1475.         $instance->addListener('console.error', [=> function () {
  1476.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1477.         }, => 'onConsoleError'], 0);
  1478.         $instance->addListener('console.terminate', [=> function () {
  1479.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1480.         }, => 'onConsoleTerminate'], 0);
  1481.         $instance->addListener('kernel.response', [=> function () {
  1482.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1483.         }, => 'onKernelResponse'], 0);
  1484.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1485.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1486.         }, => 'checkPassport'], 0);
  1487.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1488.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1489.         }, => 'onLoginSuccess'], 0);
  1490.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1491.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1492.         }, => 'onVoterVote'], 0);
  1493.         $instance->addListener('kernel.request', [=> function () {
  1494.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1495.         }, => 'configureLogoutUrlGenerator'], 8);
  1496.         $instance->addListener('kernel.request', [=> function () {
  1497.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1498.         }, => 'onKernelRequest'], 8);
  1499.         $instance->addListener('kernel.finish_request', [=> function () {
  1500.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1501.         }, => 'onKernelFinishRequest'], 0);
  1502.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1503.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1504.         }, => 'onMessage'], 0);
  1505.         $instance->addListener('kernel.response', [=> function () {
  1506.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1507.         }, => 'onKernelResponse'], -128);
  1508.         $instance->addListener('console.command', [=> function () {
  1509.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1510.         }, => 'configure'], 1024);
  1511.         $instance->addListener('kernel.controller', [=> function () {
  1512.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1513.         }, => 'onKernelController'], 0);
  1514.         $instance->addListener('kernel.controller', [=> function () {
  1515.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1516.         }, => 'onKernelController'], 0);
  1517.         $instance->addListener('kernel.controller', [=> function () {
  1518.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1519.         }, => 'onKernelController'], -128);
  1520.         $instance->addListener('kernel.view', [=> function () {
  1521.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1522.         }, => 'onKernelView'], 0);
  1523.         $instance->addListener('kernel.controller', [=> function () {
  1524.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1525.         }, => 'onKernelController'], 0);
  1526.         $instance->addListener('kernel.response', [=> function () {
  1527.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1528.         }, => 'onKernelResponse'], 0);
  1529.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1530.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1531.         }, => 'onKernelControllerArguments'], 0);
  1532.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1533.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1534.         }, => 'onKernelControllerArguments'], 0);
  1535.         $instance->addListener('Jose\\Bundle\\JoseFramework\\Event\\HeaderCheckedSuccessEvent', [=> function () {
  1536.             return ($this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\CheckerCollector'] ?? $this->getCheckerCollectorService());
  1537.         }, => 'catchHeaderCheckSuccess'], 0);
  1538.         $instance->addListener('Jose\\Bundle\\JoseFramework\\Event\\HeaderCheckedFailureEvent', [=> function () {
  1539.             return ($this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\CheckerCollector'] ?? $this->getCheckerCollectorService());
  1540.         }, => 'catchHeaderCheckFailure'], 0);
  1541.         $instance->addListener('Jose\\Bundle\\JoseFramework\\Event\\ClaimCheckedSuccessEvent', [=> function () {
  1542.             return ($this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\CheckerCollector'] ?? $this->getCheckerCollectorService());
  1543.         }, => 'catchClaimCheckSuccess'], 0);
  1544.         $instance->addListener('Jose\\Bundle\\JoseFramework\\Event\\ClaimCheckedFailureEvent', [=> function () {
  1545.             return ($this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\CheckerCollector'] ?? $this->getCheckerCollectorService());
  1546.         }, => 'catchClaimCheckFailure'], 0);
  1547.         $instance->addListener('Jose\\Bundle\\JoseFramework\\Event\\JWEDecryptionSuccessEvent', [=> function () {
  1548.             return ($this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWECollector'] ?? $this->getJWECollectorService());
  1549.         }, => 'catchJweDecryptionSuccess'], 0);
  1550.         $instance->addListener('Jose\\Bundle\\JoseFramework\\Event\\JWEDecryptionFailureEvent', [=> function () {
  1551.             return ($this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWECollector'] ?? $this->getJWECollectorService());
  1552.         }, => 'catchJweDecryptionFailure'], 0);
  1553.         $instance->addListener('Jose\\Bundle\\JoseFramework\\Event\\JWEBuiltSuccessEvent', [=> function () {
  1554.             return ($this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWECollector'] ?? $this->getJWECollectorService());
  1555.         }, => 'catchJweBuiltSuccess'], 0);
  1556.         $instance->addListener('Jose\\Bundle\\JoseFramework\\Event\\JWEBuiltFailureEvent', [=> function () {
  1557.             return ($this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWECollector'] ?? $this->getJWECollectorService());
  1558.         }, => 'catchJweBuiltFailure'], 0);
  1559.         $instance->addListener('Jose\\Bundle\\JoseFramework\\Event\\JWSVerificationSuccessEvent', [=> function () {
  1560.             return ($this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWSCollector'] ?? $this->getJWSCollectorService());
  1561.         }, => 'catchJwsVerificationSuccess'], 0);
  1562.         $instance->addListener('Jose\\Bundle\\JoseFramework\\Event\\JWSVerificationFailureEvent', [=> function () {
  1563.             return ($this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWSCollector'] ?? $this->getJWSCollectorService());
  1564.         }, => 'catchJwsVerificationFailure'], 0);
  1565.         $instance->addListener('Jose\\Bundle\\JoseFramework\\Event\\JWSBuiltSuccessEvent', [=> function () {
  1566.             return ($this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWSCollector'] ?? $this->getJWSCollectorService());
  1567.         }, => 'catchJwsBuiltSuccess'], 0);
  1568.         $instance->addListener('Jose\\Bundle\\JoseFramework\\Event\\JWSBuiltFailureEvent', [=> function () {
  1569.             return ($this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWSCollector'] ?? $this->getJWSCollectorService());
  1570.         }, => 'catchJwsBuiltFailure'], 0);
  1571.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1572.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1573.         }, => 'checkPassport'], 512);
  1574.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1575.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1576.         }, => 'onLogout'], 0);
  1577.         return $instance;
  1578.     }
  1579.     /**
  1580.      * Gets the public 'http_kernel' shared service.
  1581.      *
  1582.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1583.      */
  1584.     protected function getHttpKernelService()
  1585.     {
  1586.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1587.         if (isset($this->services['http_kernel'])) {
  1588.             return $this->services['http_kernel'];
  1589.         }
  1590.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1591.         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 () {
  1592.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1593.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1594.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1595.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1596.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1597.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1598.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1599.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1600.         }, 8)), $b));
  1601.     }
  1602.     /**
  1603.      * Gets the public 'request_stack' shared service.
  1604.      *
  1605.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1606.      */
  1607.     protected function getRequestStackService()
  1608.     {
  1609.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1610.     }
  1611.     /**
  1612.      * Gets the public 'router' shared service.
  1613.      *
  1614.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1615.      */
  1616.     protected function getRouterService()
  1617.     {
  1618.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1619.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1620.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1621.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1622.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1623.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1624.         ], [
  1625.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1626.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  1627.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1628.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1629.         return $instance;
  1630.     }
  1631.     /**
  1632.      * Gets the public 'translator' shared service.
  1633.      *
  1634.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1635.      */
  1636.     protected function getTranslatorService()
  1637.     {
  1638.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1639.     }
  1640.     /**
  1641.      * Gets the public 'var_dumper.cloner' shared service.
  1642.      *
  1643.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1644.      */
  1645.     protected function getVarDumper_ClonerService()
  1646.     {
  1647.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1648.         $instance->setMaxItems(2500);
  1649.         $instance->setMinDepth(1);
  1650.         $instance->setMaxString(-1);
  1651.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1652.         return $instance;
  1653.     }
  1654.     /**
  1655.      * Gets the private '.debug.http_client' shared service.
  1656.      *
  1657.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1658.      */
  1659.     protected function get_Debug_HttpClientService()
  1660.     {
  1661.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1662.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1663.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1664.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1665.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1666.         $a->setLogger($b);
  1667.         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))));
  1668.     }
  1669.     /**
  1670.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1671.      *
  1672.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1673.      */
  1674.     protected function get_ServiceLocator_ZJyh7qSService()
  1675.     {
  1676.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1677.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1678.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1679.         ], [
  1680.             'security.firewall.map.context.dev' => '?',
  1681.             'security.firewall.map.context.main' => '?',
  1682.         ]);
  1683.     }
  1684.     /**
  1685.      * Gets the private 'Jose\Bundle\JoseFramework\DataCollector\CheckerCollector' shared autowired service.
  1686.      *
  1687.      * @return \Jose\Bundle\JoseFramework\DataCollector\CheckerCollector
  1688.      */
  1689.     protected function getCheckerCollectorService()
  1690.     {
  1691.         $a = ($this->services['Jose\\Bundle\\JoseFramework\\Services\\ClaimCheckerManagerFactory'] ?? $this->getClaimCheckerManagerFactoryService());
  1692.         if (isset($this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\CheckerCollector'])) {
  1693.             return $this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\CheckerCollector'];
  1694.         }
  1695.         $b = ($this->services['Jose\\Bundle\\JoseFramework\\Services\\HeaderCheckerManagerFactory'] ?? $this->getHeaderCheckerManagerFactoryService());
  1696.         if (isset($this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\CheckerCollector'])) {
  1697.             return $this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\CheckerCollector'];
  1698.         }
  1699.         return $this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\CheckerCollector'] = new \Jose\Bundle\JoseFramework\DataCollector\CheckerCollector($a$b);
  1700.     }
  1701.     /**
  1702.      * Gets the private 'Jose\Bundle\JoseFramework\DataCollector\JWECollector' shared autowired service.
  1703.      *
  1704.      * @return \Jose\Bundle\JoseFramework\DataCollector\JWECollector
  1705.      */
  1706.     protected function getJWECollectorService()
  1707.     {
  1708.         return $this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWECollector'] = new \Jose\Bundle\JoseFramework\DataCollector\JWECollector(($this->services['Jose\\Component\\Encryption\\Compression\\CompressionMethodManagerFactory'] ?? $this->load('getCompressionMethodManagerFactoryService')), ($this->services['Jose\\Component\\Encryption\\Serializer\\JWESerializerManagerFactory'] ?? $this->getJWESerializerManagerFactoryService()));
  1709.     }
  1710.     /**
  1711.      * Gets the private 'Jose\Bundle\JoseFramework\DataCollector\JWSCollector' shared autowired service.
  1712.      *
  1713.      * @return \Jose\Bundle\JoseFramework\DataCollector\JWSCollector
  1714.      */
  1715.     protected function getJWSCollectorService()
  1716.     {
  1717.         return $this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWSCollector'] = new \Jose\Bundle\JoseFramework\DataCollector\JWSCollector(($this->services['Jose\\Component\\Signature\\Serializer\\JWSSerializerManagerFactory'] ?? $this->getJWSSerializerManagerFactoryService()));
  1718.     }
  1719.     /**
  1720.      * Gets the private 'Jose\Bundle\JoseFramework\DataCollector\JoseCollector' shared autowired service.
  1721.      *
  1722.      * @return \Jose\Bundle\JoseFramework\DataCollector\JoseCollector
  1723.      */
  1724.     protected function getJoseCollectorService()
  1725.     {
  1726.         $this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JoseCollector'] = $instance = new \Jose\Bundle\JoseFramework\DataCollector\JoseCollector();
  1727.         $instance->add(new \Jose\Bundle\JoseFramework\DataCollector\AlgorithmCollector(($this->services['Jose\\Component\\Core\\AlgorithmManagerFactory'] ?? $this->getAlgorithmManagerFactoryService())));
  1728.         $instance->add(($this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\CheckerCollector'] ?? $this->getCheckerCollectorService()));
  1729.         $instance->add(($this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWECollector'] ?? $this->getJWECollectorService()));
  1730.         $instance->add(($this->privates['Jose\\Bundle\\JoseFramework\\DataCollector\\JWSCollector'] ?? $this->getJWSCollectorService()));
  1731.         $instance->add(new \Jose\Bundle\JoseFramework\DataCollector\KeyCollector(($this->services['Jose\\Component\\KeyManagement\\Analyzer\\KeyAnalyzerManager'] ?? $this->getKeyAnalyzerManagerService()), ($this->services['Jose\\Component\\KeyManagement\\Analyzer\\KeysetAnalyzerManager'] ?? $this->getKeysetAnalyzerManagerService())));
  1732.         return $instance;
  1733.     }
  1734.     /**
  1735.      * Gets the private 'Jose\Component\Checker\ExpirationTimeChecker' shared autowired service.
  1736.      *
  1737.      * @return \Jose\Component\Checker\ExpirationTimeChecker
  1738.      */
  1739.     protected function getExpirationTimeCheckerService()
  1740.     {
  1741.         return $this->privates['Jose\\Component\\Checker\\ExpirationTimeChecker'] = new \Jose\Component\Checker\ExpirationTimeChecker(0false, ($this->privates['jose.internal_clock'] ?? $this->load('getJose_InternalClockService')));
  1742.     }
  1743.     /**
  1744.      * Gets the private 'Jose\Component\Checker\IssuedAtChecker' shared autowired service.
  1745.      *
  1746.      * @return \Jose\Component\Checker\IssuedAtChecker
  1747.      */
  1748.     protected function getIssuedAtCheckerService()
  1749.     {
  1750.         return $this->privates['Jose\\Component\\Checker\\IssuedAtChecker'] = new \Jose\Component\Checker\IssuedAtChecker(0false, ($this->privates['jose.internal_clock'] ?? $this->load('getJose_InternalClockService')));
  1751.     }
  1752.     /**
  1753.      * Gets the private 'Jose\Component\Checker\NotBeforeChecker' shared autowired service.
  1754.      *
  1755.      * @return \Jose\Component\Checker\NotBeforeChecker
  1756.      */
  1757.     protected function getNotBeforeCheckerService()
  1758.     {
  1759.         return $this->privates['Jose\\Component\\Checker\\NotBeforeChecker'] = new \Jose\Component\Checker\NotBeforeChecker(0false, ($this->privates['jose.internal_clock'] ?? $this->load('getJose_InternalClockService')));
  1760.     }
  1761.     /**
  1762.      * Gets the private 'annotations.cache_adapter' shared service.
  1763.      *
  1764.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1765.      */
  1766.     protected function getAnnotations_CacheAdapterService()
  1767.     {
  1768.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1769.     }
  1770.     /**
  1771.      * Gets the private 'annotations.cached_reader' shared service.
  1772.      *
  1773.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1774.      */
  1775.     protected function getAnnotations_CachedReaderService()
  1776.     {
  1777.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1778.     }
  1779.     /**
  1780.      * Gets the private 'annotations.reader' shared service.
  1781.      *
  1782.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1783.      */
  1784.     protected function getAnnotations_ReaderService()
  1785.     {
  1786.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1787.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1788.         $a->registerUniqueLoader('class_exists');
  1789.         $instance->addGlobalIgnoredName('required'$a);
  1790.         return $instance;
  1791.     }
  1792.     /**
  1793.      * Gets the private 'cache.annotations' shared service.
  1794.      *
  1795.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1796.      */
  1797.     protected function getCache_AnnotationsService()
  1798.     {
  1799.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IsO+HDxidX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1800.     }
  1801.     /**
  1802.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1803.      *
  1804.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1805.      */
  1806.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1807.     {
  1808.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1809.     }
  1810.     /**
  1811.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1812.      *
  1813.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1814.      */
  1815.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1816.     {
  1817.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1818.     }
  1819.     /**
  1820.      * Gets the private 'cache.property_info' shared service.
  1821.      *
  1822.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1823.      */
  1824.     protected function getCache_PropertyInfoService()
  1825.     {
  1826.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Qql2sTubx4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1827.     }
  1828.     /**
  1829.      * Gets the private 'cache.security_expression_language' shared service.
  1830.      *
  1831.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1832.      */
  1833.     protected function getCache_SecurityExpressionLanguageService()
  1834.     {
  1835.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('A6U54Dx+v-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1836.     }
  1837.     /**
  1838.      * Gets the private 'cache.serializer' shared service.
  1839.      *
  1840.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1841.      */
  1842.     protected function getCache_SerializerService()
  1843.     {
  1844.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ivzdoZd4Ve'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1845.     }
  1846.     /**
  1847.      * Gets the private 'cache.validator' shared service.
  1848.      *
  1849.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1850.      */
  1851.     protected function getCache_ValidatorService()
  1852.     {
  1853.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6psiTSu2Ub'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1854.     }
  1855.     /**
  1856.      * Gets the private 'config_cache_factory' shared service.
  1857.      *
  1858.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1859.      */
  1860.     protected function getConfigCacheFactoryService()
  1861.     {
  1862.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1863.             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)));
  1864.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1865.         }, 2));
  1866.     }
  1867.     /**
  1868.      * Gets the private 'data_collector.form' shared service.
  1869.      *
  1870.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1871.      */
  1872.     protected function getDataCollector_FormService()
  1873.     {
  1874.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1875.     }
  1876.     /**
  1877.      * Gets the private 'data_collector.request' shared service.
  1878.      *
  1879.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1880.      */
  1881.     protected function getDataCollector_RequestService()
  1882.     {
  1883.         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())));
  1884.     }
  1885.     /**
  1886.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1887.      *
  1888.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1889.      */
  1890.     protected function getDebug_DebugHandlersListenerService()
  1891.     {
  1892.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1893.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1894.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1895.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1896.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  1897.     }
  1898.     /**
  1899.      * Gets the private 'debug.file_link_formatter' shared service.
  1900.      *
  1901.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1902.      */
  1903.     protected function getDebug_FileLinkFormatterService()
  1904.     {
  1905.         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 () {
  1906.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1907.         });
  1908.     }
  1909.     /**
  1910.      * Gets the private 'debug.log_processor' shared service.
  1911.      *
  1912.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1913.      */
  1914.     protected function getDebug_LogProcessorService()
  1915.     {
  1916.         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())));
  1917.     }
  1918.     /**
  1919.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1920.      *
  1921.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1922.      */
  1923.     protected function getDebug_Security_Access_DecisionManagerService()
  1924.     {
  1925.         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 () {
  1926.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1927.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1928.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1929.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1930.     }
  1931.     /**
  1932.      * Gets the private 'debug.security.firewall' shared service.
  1933.      *
  1934.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1935.      */
  1936.     protected function getDebug_Security_FirewallService()
  1937.     {
  1938.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1939.         if (isset($this->privates['debug.security.firewall'])) {
  1940.             return $this->privates['debug.security.firewall'];
  1941.         }
  1942.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1943.         if (isset($this->privates['debug.security.firewall'])) {
  1944.             return $this->privates['debug.security.firewall'];
  1945.         }
  1946.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1947.     }
  1948.     /**
  1949.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1950.      *
  1951.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1952.      */
  1953.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1954.     {
  1955.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1956.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1957.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1958.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1959.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1960.         ], [
  1961.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1962.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1963.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1964.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1965.         ]), [=> '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']]);
  1966.     }
  1967.     /**
  1968.      * Gets the private 'exception_listener' shared service.
  1969.      *
  1970.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1971.      */
  1972.     protected function getExceptionListenerService()
  1973.     {
  1974.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1975.     }
  1976.     /**
  1977.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1978.      *
  1979.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1980.      */
  1981.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1982.     {
  1983.         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())));
  1984.     }
  1985.     /**
  1986.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1987.      *
  1988.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1989.      */
  1990.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1991.     {
  1992.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1993.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1994.             return $this->privates['framework_extra_bundle.event.is_granted'];
  1995.         }
  1996.         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);
  1997.     }
  1998.     /**
  1999.      * Gets the private 'locale_aware_listener' shared service.
  2000.      *
  2001.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2002.      */
  2003.     protected function getLocaleAwareListenerService()
  2004.     {
  2005.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2006.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  2007.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2008.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2009.     }
  2010.     /**
  2011.      * Gets the private 'locale_listener' shared service.
  2012.      *
  2013.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2014.      */
  2015.     protected function getLocaleListenerService()
  2016.     {
  2017.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2018.     }
  2019.     /**
  2020.      * Gets the private 'mime_types' shared service.
  2021.      *
  2022.      * @return \Symfony\Component\Mime\MimeTypes
  2023.      */
  2024.     protected function getMimeTypesService()
  2025.     {
  2026.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2027.         $instance->setDefault($instance);
  2028.         return $instance;
  2029.     }
  2030.     /**
  2031.      * Gets the private 'monolog.handler.main' shared service.
  2032.      *
  2033.      * @return \Monolog\Handler\RotatingFileHandler
  2034.      */
  2035.     protected function getMonolog_Handler_MainService()
  2036.     {
  2037.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 20'debug'trueNULLfalse);
  2038.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2039.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  2040.         return $instance;
  2041.     }
  2042.     /**
  2043.      * Gets the private 'monolog.logger' shared service.
  2044.      *
  2045.      * @return \Symfony\Bridge\Monolog\Logger
  2046.      */
  2047.     protected function getMonolog_LoggerService()
  2048.     {
  2049.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2050.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2051.         $instance->useMicrosecondTimestamps(true);
  2052.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2053.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2054.         return $instance;
  2055.     }
  2056.     /**
  2057.      * Gets the private 'monolog.logger.cache' shared service.
  2058.      *
  2059.      * @return \Symfony\Bridge\Monolog\Logger
  2060.      */
  2061.     protected function getMonolog_Logger_CacheService()
  2062.     {
  2063.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2064.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2065.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2066.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2067.         return $instance;
  2068.     }
  2069.     /**
  2070.      * Gets the private 'monolog.logger.request' shared service.
  2071.      *
  2072.      * @return \Symfony\Bridge\Monolog\Logger
  2073.      */
  2074.     protected function getMonolog_Logger_RequestService()
  2075.     {
  2076.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2077.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2078.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2079.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2080.         return $instance;
  2081.     }
  2082.     /**
  2083.      * Gets the private 'monolog.logger.security' shared service.
  2084.      *
  2085.      * @return \Symfony\Bridge\Monolog\Logger
  2086.      */
  2087.     protected function getMonolog_Logger_SecurityService()
  2088.     {
  2089.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2090.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2091.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2092.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2093.         return $instance;
  2094.     }
  2095.     /**
  2096.      * Gets the private 'parameter_bag' shared service.
  2097.      *
  2098.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2099.      */
  2100.     protected function getParameterBagService()
  2101.     {
  2102.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2103.     }
  2104.     /**
  2105.      * Gets the private 'profiler_listener' shared service.
  2106.      *
  2107.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2108.      */
  2109.     protected function getProfilerListenerService()
  2110.     {
  2111.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2112.         if (isset($this->privates['profiler_listener'])) {
  2113.             return $this->privates['profiler_listener'];
  2114.         }
  2115.         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);
  2116.     }
  2117.     /**
  2118.      * Gets the private 'property_accessor' shared service.
  2119.      *
  2120.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2121.      */
  2122.     protected function getPropertyAccessorService()
  2123.     {
  2124.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2125.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2126.     }
  2127.     /**
  2128.      * Gets the private 'property_info' shared service.
  2129.      *
  2130.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2131.      */
  2132.     protected function getPropertyInfoService()
  2133.     {
  2134.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2135.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2136.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2137.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2138.         }, 3), new RewindableGenerator(function () {
  2139.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2140.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2141.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2142.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2143.         }, 4), new RewindableGenerator(function () {
  2144.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2145.         }, 1), new RewindableGenerator(function () {
  2146.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2147.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2148.         }, 2), new RewindableGenerator(function () {
  2149.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2150.         }, 1));
  2151.     }
  2152.     /**
  2153.      * Gets the private 'router.expression_language_provider' shared service.
  2154.      *
  2155.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2156.      */
  2157.     protected function getRouter_ExpressionLanguageProviderService()
  2158.     {
  2159.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2160.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2161.         ], [
  2162.             'env' => 'Closure',
  2163.         ]));
  2164.     }
  2165.     /**
  2166.      * Gets the private 'router.request_context' shared service.
  2167.      *
  2168.      * @return \Symfony\Component\Routing\RequestContext
  2169.      */
  2170.     protected function getRouter_RequestContextService()
  2171.     {
  2172.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2173.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2174.         return $instance;
  2175.     }
  2176.     /**
  2177.      * Gets the private 'router_listener' shared service.
  2178.      *
  2179.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2180.      */
  2181.     protected function getRouterListenerService()
  2182.     {
  2183.         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);
  2184.     }
  2185.     /**
  2186.      * Gets the private 'security.context_listener.0' shared service.
  2187.      *
  2188.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2189.      */
  2190.     protected function getSecurity_ContextListener_0Service()
  2191.     {
  2192.         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 () {
  2193.             yield => ($this->services['App\\Security\\UserProvider'] ?? $this->getUserProviderService());
  2194.         }, 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']);
  2195.     }
  2196.     /**
  2197.      * Gets the private 'security.event_dispatcher.main' shared service.
  2198.      *
  2199.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2200.      */
  2201.     protected function getSecurity_EventDispatcher_MainService()
  2202.     {
  2203.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2204.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2205.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2206.         }, => 'checkPassport'], 2048);
  2207.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2208.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2209.         }, => 'onSuccessfulLogin'], 0);
  2210.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2211.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2212.         }, => 'onLogout'], 64);
  2213.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2214.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2215.         }, => 'onLogout'], 0);
  2216.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2217.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2218.         }, => 'preCheckCredentials'], 256);
  2219.         $instance->addListener('security.authentication.success', [=> function () {
  2220.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2221.         }, => 'postCheckCredentials'], 256);
  2222.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2223.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2224.         }, => 'checkPassport'], 1024);
  2225.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2226.             return ($this->services['App\\EventListener\\KeycloakLogoutListener'] ?? $this->load('getKeycloakLogoutListenerService'));
  2227.         }, => 'logoutFromOidcProvider'], 0);
  2228.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2229.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2230.         }, => 'checkPassport'], 0);
  2231.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2232.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2233.         }, => 'onLoginSuccess'], 0);
  2234.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2235.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2236.         }, => 'checkPassport'], 512);
  2237.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2238.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2239.         }, => 'onLogout'], 0);
  2240.         return $instance;
  2241.     }
  2242.     /**
  2243.      * Gets the private 'security.firewall.map' shared service.
  2244.      *
  2245.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2246.      */
  2247.     protected function getSecurity_Firewall_MapService()
  2248.     {
  2249.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  2250.         if (isset($this->privates['security.firewall.map'])) {
  2251.             return $this->privates['security.firewall.map'];
  2252.         }
  2253.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2254.             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)/')));
  2255.             yield 'security.firewall.map.context.main' => NULL;
  2256.         }, 2));
  2257.     }
  2258.     /**
  2259.      * Gets the private 'security.logout_url_generator' shared service.
  2260.      *
  2261.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2262.      */
  2263.     protected function getSecurity_LogoutUrlGeneratorService()
  2264.     {
  2265.         $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()));
  2266.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  2267.         return $instance;
  2268.     }
  2269.     /**
  2270.      * Gets the private 'security.role_hierarchy' shared service.
  2271.      *
  2272.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2273.      */
  2274.     protected function getSecurity_RoleHierarchyService()
  2275.     {
  2276.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2277.     }
  2278.     /**
  2279.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2280.      *
  2281.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2282.      */
  2283.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2284.     {
  2285.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2286.     }
  2287.     /**
  2288.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2289.      *
  2290.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2291.      */
  2292.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2293.     {
  2294.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2295.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2296.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2297.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2298.     }
  2299.     /**
  2300.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2301.      *
  2302.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2303.      */
  2304.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2305.     {
  2306.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2307.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2308.             return $this->privates['sensio_framework_extra.security.listener'];
  2309.         }
  2310.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2311.     }
  2312.     /**
  2313.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2314.      *
  2315.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2316.      */
  2317.     protected function getSensioFrameworkExtra_View_ListenerService()
  2318.     {
  2319.         $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))));
  2320.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2321.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2322.         ], [
  2323.             'twig' => '?',
  2324.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2325.         return $instance;
  2326.     }
  2327.     /**
  2328.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  2329.      *
  2330.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  2331.      */
  2332.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  2333.     {
  2334.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  2335.     }
  2336.     /**
  2337.      * Gets the private 'session.factory' shared service.
  2338.      *
  2339.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  2340.      */
  2341.     protected function getSession_FactoryService()
  2342.     {
  2343.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2344.         if (isset($this->privates['session.factory'])) {
  2345.             return $this->privates['session.factory'];
  2346.         }
  2347.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> $a=> 'onSessionUsage']);
  2348.     }
  2349.     /**
  2350.      * Gets the private 'session_listener' shared service.
  2351.      *
  2352.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2353.      */
  2354.     protected function getSessionListenerService()
  2355.     {
  2356.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2357.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  2358.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2359.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  2360.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2361.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  2362.         ], [
  2363.             'initialized_session' => '?',
  2364.             'logger' => '?',
  2365.             'session' => '?',
  2366.             'session_collector' => '?',
  2367.             'session_factory' => '?',
  2368.         ]), true$this->parameters['session.storage.options']);
  2369.     }
  2370.     /**
  2371.      * Gets the private 'translator.default' shared service.
  2372.      *
  2373.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2374.      */
  2375.     protected function getTranslator_DefaultService()
  2376.     {
  2377.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2378.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2379.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2380.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2381.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2382.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2383.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2384.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2385.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2386.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2387.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2388.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2389.         ], [
  2390.             'translation.loader.csv' => '?',
  2391.             'translation.loader.dat' => '?',
  2392.             'translation.loader.ini' => '?',
  2393.             'translation.loader.json' => '?',
  2394.             'translation.loader.mo' => '?',
  2395.             'translation.loader.php' => '?',
  2396.             'translation.loader.po' => '?',
  2397.             'translation.loader.qt' => '?',
  2398.             'translation.loader.res' => '?',
  2399.             'translation.loader.xliff' => '?',
  2400.             'translation.loader.yml' => '?',
  2401.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], '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')], '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')], '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')], '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')], '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).'/translations/messages+intl-icu.en.xlf'), => (\dirname(__DIR__4).'/translations/security.en.xlf'), => (\dirname(__DIR__4).'/translations/validators.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], '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')], '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')], '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')], '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')], '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')], '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')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], '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')], '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')], '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')], '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')], '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')], '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')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], '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')], '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')], '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')]], '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).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/web-token/jwt-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/maker-bundle/src/translations'=> 'vendor/symfony/security-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'vendor/doctrine/doctrine-migrations-bundle/translations'11 => 'vendor/symfony/web-profiler-bundle/translations'12 => 'vendor/symfony/debug-bundle/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'vendor/knplabs/knp-snappy-bundle/src/translations'15 => 'vendor/sensio/framework-extra-bundle/src/translations'16 => 'vendor/lexik/jwt-authentication-bundle/translations'17 => 'vendor/web-token/jwt-bundle/translations']]], []);
  2402.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2403.         $instance->setFallbackLocales([=> 'fr']);
  2404.         return $instance;
  2405.     }
  2406.     /**
  2407.      * Gets the private 'validator.builder' shared service.
  2408.      *
  2409.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2410.      */
  2411.     protected function getValidator_BuilderService()
  2412.     {
  2413.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2414.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2415.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2416.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2417.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2418.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2419.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2420.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2421.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2422.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2423.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2424.         ], [
  2425.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2426.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2427.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2428.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2429.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2430.             'doctrine.orm.validator.unique' => '?',
  2431.             'security.validator.user_password' => '?',
  2432.             'validator.expression' => '?',
  2433.         ])));
  2434.         if ($this->has('translator')) {
  2435.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2436.         }
  2437.         $instance->setTranslationDomain('validators');
  2438.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2439.         $instance->enableAnnotationMapping(true);
  2440.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2441.         $instance->addMethodMapping('loadValidatorMetadata');
  2442.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2443.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2444.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2445.         return $instance;
  2446.     }
  2447.     /**
  2448.      * Gets the private 'var_dumper.html_dumper' shared service.
  2449.      *
  2450.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2451.      */
  2452.     protected function getVarDumper_HtmlDumperService()
  2453.     {
  2454.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2455.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2456.         return $instance;
  2457.     }
  2458.     /**
  2459.      * Gets the private 'var_dumper.server_connection' shared service.
  2460.      *
  2461.      * @return \Symfony\Component\VarDumper\Server\Connection
  2462.      */
  2463.     protected function getVarDumper_ServerConnectionService()
  2464.     {
  2465.         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()]);
  2466.     }
  2467.     /**
  2468.      * Gets the private 'web_profiler.csp.handler' shared service.
  2469.      *
  2470.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2471.      */
  2472.     protected function getWebProfiler_Csp_HandlerService()
  2473.     {
  2474.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2475.     }
  2476.     /**
  2477.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2478.      *
  2479.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2480.      */
  2481.     protected function getWebProfiler_DebugToolbarService()
  2482.     {
  2483.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2484.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2485.             return $this->privates['web_profiler.debug_toolbar'];
  2486.         }
  2487.         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()));
  2488.     }
  2489.     /**
  2490.      * Gets the public 'cache_clearer' alias.
  2491.      *
  2492.      * @return object The ".container.private.cache_clearer" service.
  2493.      */
  2494.     protected function getCacheClearerService()
  2495.     {
  2496.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2497.         return $this->get('.container.private.cache_clearer');
  2498.     }
  2499.     /**
  2500.      * Gets the public 'filesystem' alias.
  2501.      *
  2502.      * @return object The ".container.private.filesystem" service.
  2503.      */
  2504.     protected function getFilesystemService()
  2505.     {
  2506.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2507.         return $this->get('.container.private.filesystem');
  2508.     }
  2509.     /**
  2510.      * Gets the public 'serializer' alias.
  2511.      *
  2512.      * @return object The ".container.private.serializer" service.
  2513.      */
  2514.     protected function getSerializerService()
  2515.     {
  2516.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2517.         return $this->get('.container.private.serializer');
  2518.     }
  2519.     /**
  2520.      * Gets the public 'security.csrf.token_manager' alias.
  2521.      *
  2522.      * @return object The ".container.private.security.csrf.token_manager" service.
  2523.      */
  2524.     protected function getSecurity_Csrf_TokenManagerService()
  2525.     {
  2526.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2527.         return $this->get('.container.private.security.csrf.token_manager');
  2528.     }
  2529.     /**
  2530.      * Gets the public 'form.factory' alias.
  2531.      *
  2532.      * @return object The ".container.private.form.factory" service.
  2533.      */
  2534.     protected function getForm_FactoryService()
  2535.     {
  2536.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2537.         return $this->get('.container.private.form.factory');
  2538.     }
  2539.     /**
  2540.      * Gets the public 'form.type.file' alias.
  2541.      *
  2542.      * @return object The ".container.private.form.type.file" service.
  2543.      */
  2544.     protected function getForm_Type_FileService()
  2545.     {
  2546.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2547.         return $this->get('.container.private.form.type.file');
  2548.     }
  2549.     /**
  2550.      * Gets the public 'profiler' alias.
  2551.      *
  2552.      * @return object The ".container.private.profiler" service.
  2553.      */
  2554.     protected function getProfilerService()
  2555.     {
  2556.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2557.         return $this->get('.container.private.profiler');
  2558.     }
  2559.     /**
  2560.      * Gets the public 'security.authorization_checker' alias.
  2561.      *
  2562.      * @return object The ".container.private.security.authorization_checker" service.
  2563.      */
  2564.     protected function getSecurity_AuthorizationCheckerService()
  2565.     {
  2566.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2567.         return $this->get('.container.private.security.authorization_checker');
  2568.     }
  2569.     /**
  2570.      * Gets the public 'security.token_storage' alias.
  2571.      *
  2572.      * @return object The ".container.private.security.token_storage" service.
  2573.      */
  2574.     protected function getSecurity_TokenStorageService()
  2575.     {
  2576.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2577.         return $this->get('.container.private.security.token_storage');
  2578.     }
  2579.     /**
  2580.      * Gets the public 'twig' alias.
  2581.      *
  2582.      * @return object The ".container.private.twig" service.
  2583.      */
  2584.     protected function getTwigService()
  2585.     {
  2586.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2587.         return $this->get('.container.private.twig');
  2588.     }
  2589.     /**
  2590.      * Gets the public 'security.password_encoder' alias.
  2591.      *
  2592.      * @return object The ".container.private.security.password_encoder" service.
  2593.      */
  2594.     protected function getSecurity_PasswordEncoderService()
  2595.     {
  2596.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2597.         return $this->get('.container.private.security.password_encoder');
  2598.     }
  2599.     /**
  2600.      * Gets the public 'session' alias.
  2601.      *
  2602.      * @return object The ".container.private.session" service.
  2603.      */
  2604.     protected function getSessionService()
  2605.     {
  2606.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2607.         return $this->get('.container.private.session');
  2608.     }
  2609.     /**
  2610.      * Gets the public 'validator' alias.
  2611.      *
  2612.      * @return object The ".container.private.validator" service.
  2613.      */
  2614.     protected function getValidatorService()
  2615.     {
  2616.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2617.         return $this->get('.container.private.validator');
  2618.     }
  2619.     /**
  2620.      * @return array|bool|float|int|string|\UnitEnum|null
  2621.      */
  2622.     public function getParameter(string $name)
  2623.     {
  2624.         if (isset($this->buildParameters[$name])) {
  2625.             return $this->buildParameters[$name];
  2626.         }
  2627.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2628.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2629.         }
  2630.         if (isset($this->loadedDynamicParameters[$name])) {
  2631.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2632.         }
  2633.         return $this->parameters[$name];
  2634.     }
  2635.     public function hasParameter(string $name): bool
  2636.     {
  2637.         if (isset($this->buildParameters[$name])) {
  2638.             return true;
  2639.         }
  2640.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2641.     }
  2642.     public function setParameter(string $name$value): void
  2643.     {
  2644.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2645.     }
  2646.     public function getParameterBag(): ParameterBagInterface
  2647.     {
  2648.         if (null === $this->parameterBag) {
  2649.             $parameters $this->parameters;
  2650.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2651.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2652.             }
  2653.             foreach ($this->buildParameters as $name => $value) {
  2654.                 $parameters[$name] = $value;
  2655.             }
  2656.             $this->parameterBag = new FrozenParameterBag($parameters);
  2657.         }
  2658.         return $this->parameterBag;
  2659.     }
  2660.     private $loadedDynamicParameters = [
  2661.         'kernel.runtime_environment' => false,
  2662.         'kernel.build_dir' => false,
  2663.         'kernel.cache_dir' => false,
  2664.         'backend_url' => false,
  2665.         'proxy_api_url' => false,
  2666.         'api_url' => false,
  2667.         'is_keycloak' => false,
  2668.         'simmt_keycloak_realms_url' => false,
  2669.         'simmt_keycloak_app_url' => false,
  2670.         'simmt_keycloak_realms_name' => false,
  2671.         'simmt_login_page' => false,
  2672.         'mcot_portail_domain_name' => false,
  2673.         'ca_cert_simmt' => false,
  2674.         'ca_cert_path' => false,
  2675.         'simmt_keycloak_client_id' => false,
  2676.         'vistory_redirect' => false,
  2677.         'kernel.secret' => false,
  2678.         'debug.container.dump' => false,
  2679.         'serializer.mapping.cache.file' => false,
  2680.         'validator.mapping.cache.file' => false,
  2681.         'profiler.storage.dsn' => false,
  2682.         'doctrine.orm.proxy_dir' => false,
  2683.         'knp_snappy.pdf.binary' => false,
  2684.         'knp_snappy.image.binary' => false,
  2685.         'lexik_jwt_authentication.pass_phrase' => false,
  2686.     ];
  2687.     private $dynamicParameters = [];
  2688.     private function getDynamicParameter(string $name)
  2689.     {
  2690.         switch ($name) {
  2691.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2692.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2693.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2694.             case 'backend_url'$value $this->getEnv('BACKEND_URL'); break;
  2695.             case 'proxy_api_url'$value $this->getEnv('PROXY_API_URL'); break;
  2696.             case 'api_url'$value $this->getEnv('API_URL'); break;
  2697.             case 'is_keycloak'$value $this->getEnv('IS_KEYCLOAK_SIMMT'); break;
  2698.             case 'simmt_keycloak_realms_url'$value $this->getEnv('SIMMT_KEYCLOAK_REALMS_URL'); break;
  2699.             case 'simmt_keycloak_app_url'$value $this->getEnv('KEYCLOAK_APP_URL'); break;
  2700.             case 'simmt_keycloak_realms_name'$value $this->getEnv('SIMMT_KEYCLOAK_REALMS_NAME'); break;
  2701.             case 'simmt_login_page'$value $this->getEnv('SIMMT_LOGIN_PAGE'); break;
  2702.             case 'mcot_portail_domain_name'$value $this->getEnv('MCOT_PORTAIL_DOMAIN_NAME'); break;
  2703.             case 'ca_cert_simmt'$value $this->getEnv('CA_CERT_SIMMT'); break;
  2704.             case 'ca_cert_path'$value $this->getEnv('CA_CERT_PATH'); break;
  2705.             case 'simmt_keycloak_client_id'$value $this->getEnv('KEYCLOAK_CLIENTID'); break;
  2706.             case 'vistory_redirect'$value $this->getEnv('VISTORY_REDIRECT'); break;
  2707.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2708.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2709.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2710.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2711.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2712.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2713.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  2714.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  2715.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  2716.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2717.         }
  2718.         $this->loadedDynamicParameters[$name] = true;
  2719.         return $this->dynamicParameters[$name] = $value;
  2720.     }
  2721.     protected function getDefaultParameters(): array
  2722.     {
  2723.         return [
  2724.             'kernel.project_dir' => \dirname(__DIR__4),
  2725.             'kernel.environment' => 'dev',
  2726.             'kernel.debug' => true,
  2727.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2728.             'kernel.bundles' => [
  2729.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2730.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2731.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2732.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2733.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2734.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2735.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2736.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2737.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2738.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2739.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  2740.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2741.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  2742.                 'JoseFrameworkBundle' => 'Jose\\Bundle\\JoseFramework\\JoseFrameworkBundle',
  2743.             ],
  2744.             'kernel.bundles_metadata' => [
  2745.                 'FrameworkBundle' => [
  2746.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2747.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2748.                 ],
  2749.                 'MakerBundle' => [
  2750.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2751.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2752.                 ],
  2753.                 'SecurityBundle' => [
  2754.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2755.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2756.                 ],
  2757.                 'TwigBundle' => [
  2758.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2759.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2760.                 ],
  2761.                 'TwigExtraBundle' => [
  2762.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  2763.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2764.                 ],
  2765.                 'DoctrineBundle' => [
  2766.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2767.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2768.                 ],
  2769.                 'DoctrineMigrationsBundle' => [
  2770.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2771.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2772.                 ],
  2773.                 'WebProfilerBundle' => [
  2774.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2775.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2776.                 ],
  2777.                 'DebugBundle' => [
  2778.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2779.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2780.                 ],
  2781.                 'MonologBundle' => [
  2782.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2783.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2784.                 ],
  2785.                 'KnpSnappyBundle' => [
  2786.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  2787.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  2788.                 ],
  2789.                 'SensioFrameworkExtraBundle' => [
  2790.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2791.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2792.                 ],
  2793.                 'LexikJWTAuthenticationBundle' => [
  2794.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  2795.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  2796.                 ],
  2797.                 'JoseFrameworkBundle' => [
  2798.                     'path' => (\dirname(__DIR__4).'/vendor/web-token/jwt-bundle'),
  2799.                     'namespace' => 'Jose\\Bundle\\JoseFramework',
  2800.                 ],
  2801.             ],
  2802.             'kernel.charset' => 'UTF-8',
  2803.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  2804.             'plan_temp_directory' => (\dirname(__DIR__4).'/public/plan_temp'),
  2805.             'app.locales' => [
  2806.                 => 'fr',
  2807.                 => 'en',
  2808.             ],
  2809.             'upload.file.dir' => (\dirname(__DIR__4).'/public/images/pieces/upload'),
  2810.             'jwt.file.dir' => (\dirname(__DIR__4).'/config/jwt'),
  2811.             'event_dispatcher.event_aliases' => [
  2812.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2813.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2814.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2815.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2816.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2817.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2818.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2819.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2820.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2821.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2822.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2823.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2824.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2825.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2826.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2827.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2828.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2829.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2830.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2831.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2832.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2833.             ],
  2834.             'fragment.renderer.hinclude.global_template' => NULL,
  2835.             'fragment.path' => '/_fragment',
  2836.             'kernel.http_method_override' => false,
  2837.             'kernel.trusted_hosts' => [
  2838.             ],
  2839.             'kernel.default_locale' => 'fr',
  2840.             'kernel.enabled_locales' => [
  2841.             ],
  2842.             'kernel.error_controller' => 'error_controller',
  2843.             'debug.file_link_format' => NULL,
  2844.             'asset.request_context.base_path' => NULL,
  2845.             'asset.request_context.secure' => NULL,
  2846.             'translator.logging' => false,
  2847.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2848.             'debug.error_handler.throw_at' => -1,
  2849.             'router.request_context.host' => 'localhost',
  2850.             'router.request_context.scheme' => 'http',
  2851.             'router.request_context.base_url' => '',
  2852.             'router.resource' => 'kernel::loadRoutes',
  2853.             'request_listener.http_port' => 80,
  2854.             'request_listener.https_port' => 443,
  2855.             'session.metadata.storage_key' => '_sf2_meta',
  2856.             'session.storage.options' => [
  2857.                 'cache_limiter' => '0',
  2858.                 'cookie_secure' => 'auto',
  2859.                 'cookie_httponly' => true,
  2860.                 'cookie_samesite' => 'lax',
  2861.                 'gc_probability' => 1,
  2862.             ],
  2863.             'session.save_path' => NULL,
  2864.             'session.metadata.update_threshold' => 0,
  2865.             'form.type_extension.csrf.enabled' => true,
  2866.             'form.type_extension.csrf.field_name' => '_token',
  2867.             'validator.translation_domain' => 'validators',
  2868.             'profiler_listener.only_exceptions' => false,
  2869.             'profiler_listener.only_main_requests' => false,
  2870.             'security.role_hierarchy.roles' => [
  2871.                 'ROLE_ADMIN' => [
  2872.                     => 'ROLE_USER',
  2873.                 ],
  2874.                 'ROLE_OPERATOR' => [
  2875.                     => 'ROLE_USER',
  2876.                 ],
  2877.                 'ROLE_MANUFACTOR' => [
  2878.                     => 'ROLE_USER',
  2879.                 ],
  2880.                 'ROLE_INDUSTRIAL' => [
  2881.                     => 'ROLE_USER',
  2882.                 ],
  2883.                 'ROLE_VALIDATOR_PRINT' => [
  2884.                     => 'ROLE_VALIDATOR',
  2885.                 ],
  2886.                 'ROLE_VALIDATOR_PLAN' => [
  2887.                     => 'ROLE_VALIDATOR',
  2888.                 ],
  2889.                 'ROLE_VALIDATOR' => [
  2890.                     => 'ROLE_USER',
  2891.                 ],
  2892.                 'ROLE_SUPER_ADMIN' => [
  2893.                     => 'ROLE_USER',
  2894.                 ],
  2895.             ],
  2896.             'security.access.denied_url' => NULL,
  2897.             'security.authentication.manager.erase_credentials' => true,
  2898.             'security.authentication.session_strategy.strategy' => 'migrate',
  2899.             'security.access.always_authenticate_before_granting' => false,
  2900.             'security.authentication.hide_user_not_found' => true,
  2901.             'security.firewalls' => [
  2902.                 => 'dev',
  2903.                 => 'main',
  2904.             ],
  2905.             'twig.form.resources' => [
  2906.                 => 'form_div_layout.html.twig',
  2907.                 => 'bootstrap_4_layout.html.twig',
  2908.             ],
  2909.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2910.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2911.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2912.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2913.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2914.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2915.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2916.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2917.             'doctrine.entity_managers' => [
  2918.                 'default' => 'doctrine.orm.default_entity_manager',
  2919.             ],
  2920.             'doctrine.default_entity_manager' => 'default',
  2921.             'doctrine.dbal.connection_factory.types' => [
  2922.             ],
  2923.             'doctrine.connections' => [
  2924.                 'default' => 'doctrine.dbal.default_connection',
  2925.             ],
  2926.             'doctrine.default_connection' => 'default',
  2927.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2928.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2929.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2930.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2931.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2932.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2933.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2934.             'doctrine.orm.cache.memcache_port' => 11211,
  2935.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2936.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2937.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2938.             'doctrine.orm.cache.memcached_port' => 11211,
  2939.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2940.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2941.             'doctrine.orm.cache.redis_host' => 'localhost',
  2942.             'doctrine.orm.cache.redis_port' => 6379,
  2943.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2944.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2945.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2946.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2947.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2948.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2949.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2950.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2951.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2952.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2953.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2954.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2955.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2956.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2957.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2958.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2959.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2960.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2961.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2962.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2963.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2964.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2965.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  2966.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2967.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2968.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2969.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2970.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2971.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2972.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2973.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2974.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2975.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  2976.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2977.             'doctrine.migrations.preferred_em' => NULL,
  2978.             'doctrine.migrations.preferred_connection' => NULL,
  2979.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2980.             'web_profiler.debug_toolbar.mode' => 2,
  2981.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2982.             'monolog.use_microseconds' => true,
  2983.             'monolog.swift_mailer.handlers' => [
  2984.             ],
  2985.             'monolog.handlers_to_channels' => [
  2986.                 'monolog.handler.main' => NULL,
  2987.             ],
  2988.             'knp_snappy.pdf.options' => [
  2989.             ],
  2990.             'knp_snappy.pdf.env' => [
  2991.             ],
  2992.             'knp_snappy.image.options' => [
  2993.             ],
  2994.             'knp_snappy.image.env' => [
  2995.             ],
  2996.             'lexik_jwt_authentication.token_ttl' => 3600,
  2997.             'lexik_jwt_authentication.clock_skew' => 0,
  2998.             'lexik_jwt_authentication.user_identity_field' => 'username',
  2999.             'lexik_jwt_authentication.allow_no_expiration' => false,
  3000.             'lexik_jwt_authentication.user_id_claim' => 'username',
  3001.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  3002.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3003.             'data_collector.templates' => [
  3004.                 'data_collector.request' => [
  3005.                     => 'request',
  3006.                     => '@WebProfiler/Collector/request.html.twig',
  3007.                 ],
  3008.                 'data_collector.time' => [
  3009.                     => 'time',
  3010.                     => '@WebProfiler/Collector/time.html.twig',
  3011.                 ],
  3012.                 'data_collector.memory' => [
  3013.                     => 'memory',
  3014.                     => '@WebProfiler/Collector/memory.html.twig',
  3015.                 ],
  3016.                 'data_collector.validator' => [
  3017.                     => 'validator',
  3018.                     => '@WebProfiler/Collector/validator.html.twig',
  3019.                 ],
  3020.                 'data_collector.ajax' => [
  3021.                     => 'ajax',
  3022.                     => '@WebProfiler/Collector/ajax.html.twig',
  3023.                 ],
  3024.                 'data_collector.form' => [
  3025.                     => 'form',
  3026.                     => '@WebProfiler/Collector/form.html.twig',
  3027.                 ],
  3028.                 'data_collector.exception' => [
  3029.                     => 'exception',
  3030.                     => '@WebProfiler/Collector/exception.html.twig',
  3031.                 ],
  3032.                 'data_collector.logger' => [
  3033.                     => 'logger',
  3034.                     => '@WebProfiler/Collector/logger.html.twig',
  3035.                 ],
  3036.                 'data_collector.events' => [
  3037.                     => 'events',
  3038.                     => '@WebProfiler/Collector/events.html.twig',
  3039.                 ],
  3040.                 'data_collector.router' => [
  3041.                     => 'router',
  3042.                     => '@WebProfiler/Collector/router.html.twig',
  3043.                 ],
  3044.                 'data_collector.cache' => [
  3045.                     => 'cache',
  3046.                     => '@WebProfiler/Collector/cache.html.twig',
  3047.                 ],
  3048.                 'data_collector.translation' => [
  3049.                     => 'translation',
  3050.                     => '@WebProfiler/Collector/translation.html.twig',
  3051.                 ],
  3052.                 'data_collector.security' => [
  3053.                     => 'security',
  3054.                     => '@Security/Collector/security.html.twig',
  3055.                 ],
  3056.                 'data_collector.twig' => [
  3057.                     => 'twig',
  3058.                     => '@WebProfiler/Collector/twig.html.twig',
  3059.                 ],
  3060.                 'data_collector.http_client' => [
  3061.                     => 'http_client',
  3062.                     => '@WebProfiler/Collector/http_client.html.twig',
  3063.                 ],
  3064.                 'data_collector.doctrine' => [
  3065.                     => 'db',
  3066.                     => '@Doctrine/Collector/db.html.twig',
  3067.                 ],
  3068.                 'data_collector.dump' => [
  3069.                     => 'dump',
  3070.                     => '@Debug/Profiler/dump.html.twig',
  3071.                 ],
  3072.                 'mailer.data_collector' => [
  3073.                     => 'mailer',
  3074.                     => '@WebProfiler/Collector/mailer.html.twig',
  3075.                 ],
  3076.                 'notifier.data_collector' => [
  3077.                     => 'notifier',
  3078.                     => '@WebProfiler/Collector/notifier.html.twig',
  3079.                 ],
  3080.                 'Jose\\Bundle\\JoseFramework\\DataCollector\\JoseCollector' => [
  3081.                     => 'jose_collector',
  3082.                     => '@JoseFramework/data_collector/template.html.twig',
  3083.                 ],
  3084.                 'data_collector.config' => [
  3085.                     => 'config',
  3086.                     => '@WebProfiler/Collector/config.html.twig',
  3087.                 ],
  3088.             ],
  3089.             'console.command.ids' => [
  3090.             ],
  3091.         ];
  3092.     }
  3093.     protected function throw($message)
  3094.     {
  3095.         throw new RuntimeException($message);
  3096.     }
  3097. }