var/cache/dev/Container3sPgu6Q/App_KernelDevDebugContainer.php line 765

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